Definition Type: ComplexType
Name: Receipt
Namespace: http://www.opentravel.org/OTM/reservation/v2
Type: res-0200:Receipt_ID
Containing Schema: Reservation_2_0_0.xsd
Abstract
Documentation:
An identifier provided by the vendor or supplier confirming the reservation.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into ReservationIdentifier in schema reservation_2_0_0_xsd Drilldown into OrderIdentifier in schema order_3_0_0_xsd Drilldown into PaymentSummary in schema order_3_0_0_xsd Drilldown into ReceiptRef in schema reservation_2_0_0_xsd Drilldown into Identifier in schema reservation_2_0_0_xsd Drilldown into objID in schema reservation_2_0_0_xsd Drilldown into Receipt_ID in schema reservation_2_0_0_xsdXSD Diagram of Receipt in schema reservation_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier res-0200:Identifier 0 (1)
ReceiptRef res-0200:ReceiptRef 0 (1)
PaymentSummary order-0300:PaymentSummary 1 (1)
OrderIdentifier order-0300:OrderIdentifier 1 (1)
ReservationIdentifier res-0200:ReservationIdentifier 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
objID res-0200:objID Optional
Collapse Derivation Tree:
Collapse References:
res-0200:Receipt, res-0200:ReceiptSummary