<xsd:complexType name="Reservation">
<xsd:annotation>
<xsd:documentation source="Description">A container associating travelers and orders pertaining to a particular trip or event.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Reservation</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="res-0200:Reservation_ID">
<xsd:sequence>
<xsd:element maxOccurs="99" minOccurs="1" ref="order-0300:OrderConfirmation">
<xsd:annotation>
<xsd:documentation source="Description">A collection of confirmed offers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="1" ref="res-0200:ReceiptSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Receipt for the reservation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TimeSpan" type="ota2-0400:TimeSpan">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the start date and end date that covers the whole reservation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="ota2-0400:TravelerSummary">
<xsd:annotation>
<xsd:documentation source="Description">For travelers uniquely identified in the order this should just be the traveler ID. For travelers not identified in the orders, this may be more detailed information about the traveler.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:ContactPerson">
<xsd:annotation>
<xsd:documentation source="Description">Information pertaining to the contact for the reservation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="30" minOccurs="0" ref="ota2-0400:Comment">
<xsd:annotation>
<xsd:documentation source="Description">Comments pertaining to the reservation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="org-0300:FacilitySubGrp">
<xsd:annotation>
<xsd:documentation source="Description">One or more facilities associated with this reservation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|