Definition Type: ComplexType
Name: Amount
Namespace: http://www.openapplications.org/oagis
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: Fields.xsd
Abstract
Documentation:
Simple content with the currency as an attrbute
Collapse XSD Schema Diagram:
Drilldown into currency in schema fields_xsdXSD Diagram of Amount in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Amount">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Simple content with the currency as an attrbute</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:decimal">
            <xs:attribute name="currency" type="Currency" use="required">
                <xs:annotation>
                    <xs:documentation source="http://www.openapplications.org/oagis">Identifies the currency of the amount.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
currency oa:currency Required
Collapse Derivation Tree:
Collapse References:
oa:Actual, oa:ActualFreightTotalCost, oa:Amount, oa:Amount, oa:CommissionAmount, oa:Cost, oa:DeclaredValue, oa:DiscountAmount, oa:EstimatedFreightCost, oa:ExtendedPrice, oa:ExtendedPrice, oa:FreightCost, oa:FunctionalAmount, oa:FunctionalAmout, oa:OrderAmount, oa:TaxAmount, oa:TaxBaseAmount, oa:Total, oa:Total, oa:Total, oa:TotalAllowance, oa:TotalAmount, oa:TotalAmount, oa:TotalAmountoa:TotalCharges, oa:TotalFreightCost, oa:TotalTax,