Definition Type: ComplexType
Name: AirFeeType
Type: [Unresolved]: ShortDescriptionType:
Containing Schema: OTA_AirCommonTypes.xsd
Abstract
Documentation:
Defines the data fields available for the fees.
Collapse XSD Schema Diagram:
Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into Amount in schema ota_commontypes_xsd1 Drilldown into CurrencyAmountGroup in schema ota_commontypes_xsd Drilldown into FeeCode in schema ota_aircommontypes_xsdXSD Diagram of AirFeeType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="AirFeeType">
    <xs:annotation>
        <xs:documentation xml:lang="en">
	Defines the data fields available for the fees.
	</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="ShortDescriptionType">
            <xs:attribute name="FeeCode" type="StringLength1to16" use="required">
                <xs:annotation>
                    <xs:documentation xml:lang="en">
	Identifies the code for the fee.
	</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attributeGroup ref="CurrencyAmountGroup">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Provides a monetary amount and the currency code to reflect the currency in which this amount is expressed.</xs:documentation>
                    <xs:documentation xml:lang="en">Defines a fee in terms of its amount, currency and decimal places.</xs:documentation>
                </xs:annotation>
            </xs:attributeGroup>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
FeeCode FeeCode Required