Is it possible to access all schema info through schema API ?
For an example, how  to access the  "elementFormDefault" or  element "id" in
following schema ?

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="Test">
        <xs:complexType>
                <xs:sequence>
                        <xs:element name="A" id="index" type="xs:string" 
maxOccurs="30"/>
                </xs:sequence>
        </xs:complexType>
</xs:element>
</xs:schema>

Thanks,

-Jing


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

Reply via email to