Definition Type: Element
Name: PaymentTotal
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirCheckIn.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The total amount paid for this ticket (including all forms of payment).
Collapse XSD Schema Diagram:
Drilldown into FormOfPayment in schema ota_aircheckin_xsd Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd1 Drilldown into Amount in schema ota_commontypes_xsd1 Drilldown into CurrencyAmountGroup in schema ota_commontypes_xsd1XSD Diagram of PaymentTotal in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PaymentTotal" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">The total amount paid for this ticket (including all forms of payment).</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FormOfPayment" type="PaymentDetailType" minOccurs="0" maxOccurs="4">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The form of payment used to purchase the ticket. </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="CurrencyAmountGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">The total amount paid for this ticket (including all forms of payment).</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormOfPayment nsA:FormOfPayment 0 4
Collapse Child Attributes:
Name Type Default Value Use
Amount Amount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional