> What I can't quite figure out is how to get information about the schema
> itself. Specifically, I need to be able to ask whether one type was
derived
> from another -- essentially, an instanceOf test.

We will be working on providing full PSVI support. When that's done, you'll
be able to get all schema components.

By "type", do you mean schema type or java type? I don't think "instanceOf"
works on schema types. To check whether one schema type 'D' is derived from
another one 'B', the right way would be to recursively get the base type of
'D' and compare it with 'B'.

Hope this helps,
Sandy Gao
Software Developer, IBM Canada
(1-905) 413-3255
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to