<xs:element name="Fees" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This is a collection of Fees</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Fee" type="AirFeeType" maxOccurs="9">
<xs:annotation>
<xs:documentation xml:lang="en">Any additional fee incurred by the passenger but not shown on the ticket. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The fee total and the appropriate currency code.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|