Definition Type: ComplexType
Name: Amounts
Namespace: http://www.openapplications.org/oagis
Containing Schema: Fields.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Converted in schema fields_xsd Drilldown into Actual in schema fields_xsdXSD Diagram of Amounts in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Amounts">
    <xs:sequence>
        <xs:element name="Actual" type="Amount">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies that amount in the currency of the transaction.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Converted" type="FunctionalAmount" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the amount in another transaction. Typically used when posting a transaction to the General Ledger when the GL is in another currency. Can also be used to convert currencies.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Actual oa:Actual (1) (1)
Converted oa:Converted 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:Amount, oa:Cost, oa:EntryAmountoa:TotalCost,