Definition Type: Element
Name: PricingPrefs
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specify whether prices returned should include Taxes, ServicesFees
Collapse XSD Schema Diagram:
Drilldown into ExchangeRates in schema ota_airfaredisplayrq_xsd Drilldown into CurrencyOption in schema ota_airfaredisplayrq_xsd Drilldown into MaxCalculatedRateAmount in schema ota_airfaredisplayrq_xsd Drilldown into MaxRateAmount in schema ota_airfaredisplayrq_xsd Drilldown into IncludeBaseAmtInd in schema ota_airfaredisplayrq_xsd Drilldown into AlternateCurrency in schema ota_airfaredisplayrq_xsd Drilldown into OverrideCurrency in schema ota_airfaredisplayrq_xsd Drilldown into IncludeServiceFeesInd in schema ota_airfaredisplayrq_xsd Drilldown into IncludeTaxInd in schema ota_airfaredisplayrq_xsdXSD Diagram of PricingPrefs in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PricingPrefs" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify whether prices returned should include Taxes, ServicesFees</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ExchangeRates" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Container for exchange rate elements </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ExchangeRate" maxOccurs="10">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Specify a particular exchange rate to use in the response.</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:attributeGroup ref="ExchangeRateGroup">
                                    <xs:annotation>
                                        <xs:documentation xml:lang="en">Group of attributes used to express an Exchange Rate between 2 currencies</xs:documentation>
                                    </xs:annotation>
                                </xs:attributeGroup>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="IncludeTaxInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, response should include taxes.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IncludeServiceFeesInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, response should include service fee information.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="OverrideCurrency" type="AlphaLength3" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the currency for pricing that overrides that in point of sale. Use ISO 4217, 3 alpha code.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="AlternateCurrency" type="AlphaLength3" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the alternate currency for pricing other than that in point of sale or the override currency. Use ISO 4217, 3 alpha code.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IncludeBaseAmtInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, the base amount should be returned in the response.  If false, it does not need to be returned.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="MaxRateAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The maximum rate that a traveler is willing to pay.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="MaxCalculatedRateAmount" type="Money" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The maximum calculated rate that a traveler is willing to pay.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="CurrencyOption" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">May be used to specify why an override currency is being included.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="FilingCurrency">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Display fares filed in a specific currency (i.e., the override currency).</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="ConvertToCurrency">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Convert fares to a specific currency
 (i.e., the override currency).</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExchangeRates nsA:ExchangeRates 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
IncludeTaxInd nsA:IncludeTaxInd Optional
IncludeServiceFeesInd nsA:IncludeServiceFeesInd Optional
OverrideCurrency nsA:OverrideCurrency Optional
AlternateCurrency nsA:AlternateCurrency Optional
IncludeBaseAmtInd nsA:IncludeBaseAmtInd Optional
MaxRateAmount nsA:MaxRateAmount Optional
MaxCalculatedRateAmount nsA:MaxCalculatedRateAmount Optional
CurrencyOption nsA:CurrencyOption Optional