Definition Type: Attribute
Name: DecimalPlaces
Namespace: http://www.opentravel.org/OTA/2003/05
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirBaggageRQ.xsd
Use Optional
Documentation:
Currency decimal places. Example: 2 OpenTravel Best Practice: Currency Type Designation: Unless otherwise noted, all currency code designations are three alpha characters and WILL follow ISO 4217 prescribed format. Additionally, all currency amounts SHOULD have decimal places (minor units) specified.
Collapse XSD Schema Diagram:
XSD Diagram of DecimalPlaces in schema ota_airbaggagerq_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">Currency decimal places.</xs:documentation>
        <xs:documentation source="Examples" xml:lang="en">Example: 2</xs:documentation>
        <xs:documentation source="Moreinfo" xml:lang="en">OpenTravel Best Practice: Currency Type Designation: Unless otherwise noted, all currency code designations are three alpha characters and WILL follow ISO 4217 prescribed format. Additionally, all currency amounts SHOULD have decimal places (minor units) specified.</xs:documentation>
    </xs:annotation>
</xs:attribute>