| How to represent a sequence of element for complexTypes [message #599421] |
Wed, 10 January 2007 08:33 |
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.01903 seconds