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_xsd1 Drilldown into CurrencyExchangeRate in schema components_xsd1 Drilldown into ExchangeRate in schema components_xsd1 Drilldown into Amount in schema fields_xsd1XSD Diagram of ConvertedAmountType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ConvertedAmountType">
    <xsd:sequence>
        <xsd:element ref="Amount" />
        <xsd:element ref="ExchangeRate" minOccurs="0" />
        <xsd:element ref="CurrencyExchangeRate" minOccurs="0" />
        <xsd:element ref="BaseAmount" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount oa:Amount (1) (1)
ExchangeRate oa:ExchangeRate 0 (1)
CurrencyExchangeRate oa:CurrencyExchangeRate 0 (1)
BaseAmount oa:BaseAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Cost