<xs:complexType name="AirTaxType">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the data fields available for air tax. The element text of this type may contain a description of the tax.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="ShortDescriptionType">
<xs:attribute name="TaxCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
Identifies the code for the tax.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CurrencyAmountGroup" />
<xs:attribute name="TaxCountry" type="ISO3166" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to identify the country imposing the tax.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TaxName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the tax code by name. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TaxExemptInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the fare is exempt from the tax specified by the tax code.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|