Definition Type: AttributeGroup
Name: ExchangeRateGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to specify the rate for exchanging from one currency to another currency.
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_xsd1XSD Diagram of ExchangeRateGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="ExchangeRateGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to specify the rate for exchanging from one currency to another currency.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="FromCurrency" type="AlphaLength3" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The source currency for a conversion.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ToCurrency" type="AlphaLength3" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The target currency for the conversion.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Rate" type="xs:decimal" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The rate used for conversion from the source currency to the target currency.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Date" type="xs:date" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The date of the conversion rate.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
FromCurrency FromCurrency Optional
ToCurrency ToCurrency Optional
Rate Rate Optional
Date Date Optional