Definition Type: ComplexType
Name: ConvertedAmountType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BaseAmount in schema fields_xsd Drilldown into ExchangeRate in schema components_xsd Drilldown into Amount in schema fields_xsdXSD Diagram of ConvertedAmountType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ConvertedAmountType">
    <xsd:sequence>
        <xsd:element ref="Amount" />
        <xsd:element ref="ExchangeRate" />
        <xsd:element ref="BaseAmount" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount nsA:Amount (1) (1)
ExchangeRate nsA:ExchangeRate (1) (1)
BaseAmount nsA:BaseAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Cost