Definition Type: Element
Name: ExchangeRates
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for exchange rates.
Collapse XSD Schema Diagram:
Drilldown into ExchangeRate in schema ota_airfaredisplayrs_xsdXSD Diagram of ExchangeRates in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ExchangeRates" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for exchange rates.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ExchangeRate" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates a rate of exchange used in fare currency conversions</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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExchangeRate nsA:ExchangeRate (1) 99