Is there a way to get the elements defined in the extension of the complexContent for a complexType element?
E.g., given following schema snippet if I have ElementDecl holding the div element, can I get the extension elements?
I can't find anything like this in the API.
 
<xs:element name="div">

<xs:annotation>

<xs:documentation>

generic language/style container

</xs:documentation>

</xs:annotation>

<xs:complexType mixed="true">

<xs:complexContent mixed="true">

<xs:extension base="Flow">

<xs:attributeGroup ref="attrs"/>

</xs:extension>

</xs:complexContent>

</xs:complexType>

</xs:element>

Thank you very much for help.
 
Anna
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to