Definition Type: ComplexType
Name: CurrencyExchangeType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Contract in schema reusableaggregatecorecomponent_xsd Drilldown into DateTime in schema reusableaggregatecorecomponent_xsd Drilldown into CalculationRateNumeric in schema reusableaggregatecorecomponent_xsd Drilldown into MarketID in schema reusableaggregatecorecomponent_xsd Drilldown into TargetUnitBaseNumeric in schema reusableaggregatecorecomponent_xsd Drilldown into TargetCurrencyCode in schema reusableaggregatecorecomponent_xsd Drilldown into SourceUnitBaseNumeric in schema reusableaggregatecorecomponent_xsd Drilldown into SourceCurrencyCode in schema reusableaggregatecorecomponent_xsdXSD Diagram of CurrencyExchangeType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CurrencyExchangeType">
    <xsd:sequence>
        <xsd:element name="SourceCurrencyCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="SourceUnitBaseNumeric" type="udt:NumericType" minOccurs="0" />
        <xsd:element name="TargetCurrencyCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="TargetUnitBaseNumeric" type="udt:NumericType" minOccurs="0" />
        <xsd:element name="MarketID" type="udt:IdentifierType" minOccurs="0" />
        <xsd:element name="CalculationRateNumeric" type="udt:NumericType" minOccurs="0" />
        <xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" />
        <xsd:element name="Contract" type="rcm:ContractType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceCurrencyCode rcm:SourceCurrencyCode 0 (1)
SourceUnitBaseNumeric rcm:SourceUnitBaseNumeric 0 (1)
TargetCurrencyCode rcm:TargetCurrencyCode 0 (1)
TargetUnitBaseNumeric rcm:TargetUnitBaseNumeric 0 (1)
MarketID rcm:MarketID 0 (1)
CalculationRateNumeric rcm:CalculationRateNumeric 0 (1)
DateTime rcm:DateTime 0 (1)
Contract rcm:Contract 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:CurrencyExchange, rcm:CurrencyExchange