Definition Type: Element
Name: Fare
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The base and total fare and tax amounts associated with the rule.
Collapse XSD Schema Diagram:
Drilldown into FareDescription in schema ota_aircommontypes_xsd Drilldown into TotalFare in schema ota_aircommontypes_xsd Drilldown into TaxAmount in schema ota_aircommontypes_xsd Drilldown into BaseNUC_Amount in schema ota_aircommontypes_xsd Drilldown into BaseAmount in schema ota_aircommontypes_xsdXSD Diagram of Fare in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Fare" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">The base and total fare and tax amounts associated with the rule.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="BaseAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The base amount of the fare.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="BaseNUC_Amount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The base neutral unit of construction amount.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TaxAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The tax amount for the fare associated to the rule.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TotalFare" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The total fare associated to the rule.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="FareDescription" type="StringLength0to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">A description of the fare.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
BaseAmount BaseAmount Optional
BaseNUC_Amount BaseNUC_Amount Optional
TaxAmount TaxAmount Optional
TotalFare TotalFare Optional
FareDescription FareDescription Optional