Definition Type: Element
Name: ExchangeRate
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs (1)
MaxOccurs 10
Abstract
Documentation:
Specify a particular exchange rate to use in the response.
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_xsd1XSD Diagram of ExchangeRate in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
FromCurrency FromCurrency Optional
ToCurrency ToCurrency Optional
Rate Rate Optional
Date Date Optional