OrderIDInfo

Element Information

Model

Children: IdReference

Attributes

QName Type Fixed Default Use Inheritable Annotation
orderDate optional
orderID required

Used By

Element OrderInfo

Source

<xs:element name="OrderIDInfo">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="IdReference" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="orderID" use="required"/>
    <xs:attribute name="orderDate"/>
  </xs:complexType>
</xs:element>

Sample