Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » How to represent a sequence of element for complexTypes
How to represent a sequence of element for complexTypes [message #599421] Wed, 10 January 2007 13:33
Eclipse UserFriend
Originally posted by: milanmilanovich.yahooo.com

Hi,

how I can represent sequence of elements for complexTypes with XSD
metamodel ?

E.g. for:

<xs:complexType name="tCheckAvailability">
<xs:sequence>
<xs:element name="checkInDate" type="xs:date" />
<xs:element name="checkOutDate" type="xs:date" />
<xs:element name="roomType" type="xs:string" />
</xs:sequence>
</xs:complexType>

I don't see in XSDComplexTypeDefinition class how to represent sequence
of these elements ?

Thanks in advance.
Previous Topic:Trouble getting XSD sample running
Next Topic:How to represent a sequence of element for complexTypes
Goto Forum:
  


Current Time: Fri Apr 26 23:58:58 GMT 2024

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

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

Back to the top