Hi,
I have a XSModel (either through the PSVI after validating a Dom or
direct through XSLoader).
Now I want to retrieve some values that are normally in the Document
element of the schema xml: elementFormDefault, attributeFormDefault
and which prefix is bound to a certain namespace.
===
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://tempuri.org/po.xsd"
xmlns:po="http://tempuri.org/po.xsd" elementFormDefault="qualified">
==
I do not want to parse the schema again, but would like to get these
values through the XSModel.
Is this possible?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]