<xsd:complexType name="Receipt">
<xsd:annotation>
<xsd:documentation source="Description">An identifier provided by the vendor or supplier confirming the reservation.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Receipt</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="res-0200:Receipt_ID">
<xsd:sequence>
<xsd:element minOccurs="1" ref="order-0300:PaymentSummary">
<xsd:annotation>
<xsd:documentation source="Description">Payment details for the reservation. Intended to be used when the reservation holder processes a single payment for all of the orders in the reservation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="1" ref="order-0300:OrderIdentifier">
<xsd:annotation>
<xsd:documentation source="Description">An identifier to the order for which this receipt applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="res-0200:ReservationIdentifier">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the reservation for which this receipt applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|