<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>
|