Definition Type: Element
Name: Converted
Namespace: http://www.openapplications.org/oagis
Type: nsC:FunctionalAmount
Containing Schema: Invoice.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into currency in schema invoice_xsd Drilldown into Amount in schema invoice_xsd Drilldown into conversionFactor in schema invoice_xsd Drilldown into FunctionalAmount in schema invoice_xsdXSD Diagram of Converted in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
currency nsC:currency Required
conversionFactor nsC:conversionFactor Required
Collapse Derivation Tree: