<xsd:complexType name="Order">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Order</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="order-0300:Order_ID">
<xsd:sequence>
<xsd:element maxOccurs="99" minOccurs="1" ref="order-0300:OfferSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Offers will be used to place an order and will typically be replaced with confirmed offer facets when the vendor(s) confirm that they have been accepted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="ota2-0400:TravelerSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">The primary traveler for this order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="98" minOccurs="0" ref="ota2-0400:RelatedTraveler">
<xsd:annotation>
<xsd:documentation source="Description">Additional traveler(s) for this order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="5" minOccurs="0" ref="order-0300:PaymentSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Payment details for this order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="order-0300:TotalPrice">
<xsd:annotation>
<xsd:documentation source="Description">Total price for the order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="order-0300:GuaranteePolicy">
<xsd:annotation>
<xsd:documentation source="Description">Guarantee payment information (if required) for an order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="9" minOccurs="0" ref="order-0300:Commission">
<xsd:annotation>
<xsd:documentation source="Description">Commission information associated with the order</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="order-0300:PersonProductRef">
<xsd:annotation>
<xsd:documentation source="Description">Provides a reference between a person and a product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TripPurpose" type="ota2-0400:Code">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the purpose of the trip.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|