Definition Type: Element
Name: BaseFare
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Price of the inventory excluding taxes and fees.
Collapse XSD Schema Diagram:
Drilldown into Date in schema ota_commontypes_xsd1 Drilldown into Rate in schema ota_commontypes_xsd1 Drilldown into ToCurrency in schema ota_commontypes_xsd1 Drilldown into FromCurrency in schema ota_commontypes_xsd1 Drilldown into ExchangeRateGroup in schema ota_commontypes_xsd 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_xsdXSD Diagram of BaseFare in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="BaseFare" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Price of the inventory excluding taxes and fees.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="CurrencyAmountGroup" />
        <xs:attributeGroup ref="ExchangeRateGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Amount Amount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional
FromCurrency FromCurrency Optional
ToCurrency ToCurrency Optional
Rate Rate Optional
Date Date Optional