Definition Type: Element
Name: TotalAmount
Namespace: http://www.openapplications.org/oagis
Type: oa:Amount
Containing Schema: Order.xsd
MinOccurs 0
MaxOccurs 2
Abstract
Documentation:
Indicates the total value of the order. It is possible for this to be provided in both the currency of the given transaction or in the default currency of the sending orginization (the functional currency). This is necessary for internal application communication.
Collapse XSD Schema Diagram:
Drilldown into currency in schema fields_xsd Drilldown into Amount in schema fields_xsdXSD Diagram of TotalAmount in schema order_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="TotalAmount" type="Amount" minOccurs="0" maxOccurs="2">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Indicates the total value of the order. It is possible for this to be provided in both the currency of the given transaction or in the default currency of the sending orginization (the functional currency). This is necessary for internal application communication.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
currency oa:currency Required
Collapse Derivation Tree: