Definition Type: Attribute
Name: CurrencyOption
Namespace: http://www.opentravel.org/OTA/2003/05
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirFareDisplayRQ.xsd
ContentType Restriction
Use Optional
Documentation:
May be used to specify why an override currency is being included.
Collapse XSD Schema Diagram:
XSD Diagram of CurrencyOption in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration FilingCurrency
Enumeration ConvertToCurrency