|
The only thing available at the moment is SchemaType.getSourceName() which will return the name of the file that the SchemaType (or element, attribute etc) came from.
Regards, Radu
-----Original Message-----
I see. Is there any way to get the Xml structure of the schema from the SchemaType? Or get the XmlObject of the schema from the SchemaType? The reason I am asking this is because we have specific information contained in the model/xsd that we want to XQuery.
Roshan Punnoose Phone: 301-497-6039 From: Radu
Preotiuc-Pietro [mailto:[EMAIL PROTECTED]
This is correct, you have to get the XmlObject and then run XPath, since XPath requires an XML structure, while SchemaType is just an API.
Regards, Radu
-----Original Message-----
Is it possible to run xpath/xquery on the schemaType? I know that it is possible to load the .xsd as an XmlObject and then run the execQuery function. But can you run a query against the SchemaType?
Roshan Punnoose Phone: 301-497-6039 |
Title: Message
- RE: XPath/XQuery on SchemaType Radu Preotiuc-Pietro
- RE: XPath/XQuery on SchemaType Roshan Punnoose
- RE: XPath/XQuery on SchemaType Radu Preotiuc-Pietro

