Retrieving xs:extension tag [message #602190] |
Thu, 08 March 2007 13:14 |
Eclipse User |
|
|
|
Hello,
I'm quite new in XSD development, and I have troubles parsing an XSD Model.
Here is the piece of model I have trouble with :
<xs:element name="title">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="lang"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
During parsing, I found a those elements :
XSDElementDeclaration
XSDComplexTypeDefinition
XSDSimpleTypeDefinition
XSDBoundedFacet
XSDCardinalityFacet
XSDNumericFacet
XSDOrderedFacet
XSDAttributeUse
XSDAttributeDeclaration
I know that the XSDSimpleTypeDefinition stands for the
<xs:simpleContent> tag, but I can't find any information on the
<xs:extension> tag, and the DerivationAnnotation is always an empty list.
Where can I get information about this tag ?
Thanks a lot in advance,
Regards,
Maxence
|
|
|
Powered by
FUDForum. Page generated in 0.02675 seconds