Definition Type: AttributeGroup
Name: CurrencyAmountGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Provides a monetary amount and the currency code to reflect the currency in which this amount is expressed.
Collapse XSD Schema Diagram:
Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into Amount in schema ota_commontypes_xsd1XSD Diagram of CurrencyAmountGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CurrencyAmountGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides a monetary amount and the currency code to reflect the currency in which this amount is expressed.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Amount" type="Money" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A monetary amount.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="CurrencyCodeGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Provides a currency code to reflect the currency in which an amount may be expressed as well as the number of decimal places of that currency.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Amount Amount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional