Definition Type: Attribute
Name: DecimalPlaces
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
Use Optional
Documentation:
Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).
Collapse XSD Schema Diagram:
XSD Diagram of DecimalPlaces in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="DecimalPlaces" type="xs:nonNegativeInteger" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xs:documentation>
    </xs:annotation>
</xs:attribute>