Title: Message

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-----
From: Roshan Punnoose [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 23, 2005 4:35 AM
To: [email protected]
Subject: RE: XPath/XQuery on SchemaType

 

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]
Sent: Friday, August 19, 2005 3:54 PM
To: [email protected]
Subject: RE: XPath/XQuery on SchemaType

 

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-----
From: Roshan Punnoose [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 11, 2005 7:27 AM
To: [email protected]
Subject: XPath/XQuery on SchemaType

 

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

Reply via email to