Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Retrieving xs:extension tag
Retrieving xs:extension tag [message #602190] Thu, 08 March 2007 13:14
Maxence VANBÉSIEN is currently offline Maxence VANBÉSIENFriend
Messages: 40
Registered: July 2009
Location: Lille, France
Member
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
Previous Topic:an issue when using the xml schema editor to show the reference element...
Next Topic:Retrieving xs:extension tag
Goto Forum:
  


Current Time: Fri Mar 29 02:16:50 GMT 2024

Powered by FUDForum. Page generated in 0.02908 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top