<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>
|