Definition Type: Attribute
Name: DecimalPlaces
Namespace: http://www.opentravel.org/OTA/2003/05
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirBaggageRS.xsd
Use Optional
Documentation:
The number of decimal places for the display and pricing currency(s). USD 8500 with "2" Decimal Places represents $85. http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm This is equivalent to the ISO 4217 standard "minor unit" and is typically used when the amount provided includes the minor unit of currency without a decimal point.
Collapse XSD Schema Diagram:
XSD Diagram of DecimalPlaces in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="DecimalPlaces" type="xs:nonNegativeInteger" use="optional">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">The number of decimal places for the display and pricing currency(s).</xs:documentation>
        <xs:documentation source="example" xml:lang="en">USD 8500 with "2" Decimal Places represents $85.</xs:documentation>
        <xs:documentation source="reference" xml:lang="en">http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm</xs:documentation>
        <xs:documentation source="Definition" xml:lang="en">This is equivalent to the ISO 4217 standard "minor unit" and is typically used when the amount provided includes the minor unit of currency without a decimal point.</xs:documentation>
    </xs:annotation>
</xs:attribute>