Definition Type: Element
Name: Total
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The total of the base fee and taxes.
Collapse XSD Schema Diagram:
Drilldown into Amount in schema ota_aircommontypes_xsdXSD Diagram of Total in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Total" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">The total of the base fee and taxes. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Amount" type="Money" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The total of the base fee and taxes.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Amount Amount Required