Definition Type: ComplexType
Name: Payment
Namespace: http://www.opentravel.org/OTM/order/v3
Type: order-0300:Payment_ID
Containing Schema: Order_3_0_0.xsd
Abstract
Documentation:
Payment information which may be related to one or more offers.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into OfferRef in schema order_3_0_0_xsd Drilldown into PersonSubGrp in schema common_4_0_0_xsd Drilldown into Amount in schema order_3_0_0_xsd Drilldown into FormOfPaymentSummary in schema finance_3_0_0_xsd Drilldown into PaymentRef in schema order_3_0_0_xsd Drilldown into Identifier in schema order_3_0_0_xsd Drilldown into objID in schema order_3_0_0_xsd Drilldown into Payment_ID in schema order_3_0_0_xsdXSD Diagram of Payment in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Payment">
    <xsd:annotation>
        <xsd:documentation source="Description">Payment information which may be related to one or more offers.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Payment</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="order-0300:Payment_ID">
            <xsd:sequence>
                <xsd:element maxOccurs="5" minOccurs="1" ref="fin-0300:FormOfPaymentSummary">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Specifies the form of payment.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="1" name="Amount" type="ota2-0400:CurrencyAmount">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Total payment amount</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="99" minOccurs="0" ref="ota2-0400:PersonSubGrp">
                    <xsd:annotation>
                        <xsd:documentation source="Description">The person making the payment.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="OfferRef" type="xsd:IDREFS">
                    <xsd:annotation>
                        <xsd:documentation source="Description">The offer that the payment is for.</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 order-0300:Identifier 0 (1)
PaymentRef order-0300:PaymentRef 0 (1)
FormOfPaymentSummary fin-0300:FormOfPaymentSummary 1 5
Amount order-0300:Amount 1 (1)
PersonSubGrp ota2-0400:PersonSubGrp 0 99
OfferRef order-0300:OfferRef 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
objID order-0300:objID Optional
Collapse Derivation Tree:
Collapse References:
order-0300:Payment, order-0300:PaymentSummary