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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ConvertedAmountType">
    <xsd:sequence>
        <xsd:element ref="Amount" />
        <xsd:element minOccurs="0" ref="ExchangeRate" />
        <xsd:element minOccurs="0" ref="CurrencyExchangeRate" />
        <xsd:element minOccurs="0" ref="BaseAmount" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount oagis:Amount (1) (1)
ExchangeRate oagis:ExchangeRate 0 (1)
CurrencyExchangeRate oagis:CurrencyExchangeRate 0 (1)
BaseAmount oagis:BaseAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:Cost