Definition Type: SimpleType
Name: Money
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Documentation:
Specifies an amount, max 3 decimals. Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}decimal
Collapse XSD Schema Diagram:
XSD Diagram of Money in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="Money">
    <xsd:annotation>
        <xsd:documentation source="Description">Specifies an amount, max 3 decimals.</xsd:documentation>
        <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}decimal</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Money</otm:OTA2Entity>
            <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Money</otm:Equivalent>
            <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">100.00</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
        <xsd:fractionDigits value="4" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
FractionalDigits 4
Collapse Derivation Tree:
Collapse References:
ota2-0400:Amount_Simple, ph:capAmount, order-0300:capAmountota2-0400:CurrencyAmount, ota2-0400:fixedRate, ota2-0400:maxRate, ota2-0400:minRate, ota2-0400:unitPrice,