Definition Type: ComplexType
Name: CurrencyExchangeABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
CurrencyExchangeABIEType is logically derived from UN/CEFACT TBG17 ABIE CurrencyExchangeType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into SetDateTime in schema fields_xsd1 Drilldown into RateNumeric in schema fields_xsd1 Drilldown into TargetUnitBaseNumeric in schema fields_xsd1 Drilldown into TargetCurrencyCode in schema fields_xsd1 Drilldown into SourceUnitBaseNumeric in schema fields_xsd1 Drilldown into SourceCurrencyCode in schema fields_xsd1XSD Diagram of CurrencyExchangeABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="CurrencyExchangeABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            CurrencyExchangeABIEType is logically derived from UN/CEFACT TBG17 ABIE
            CurrencyExchangeType as defined in the Reusable Aggregate Business Information Entity
            (RUABIE) XML Schema file.

         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="SourceCurrencyCode" />
        <xsd:element minOccurs="0" ref="SourceUnitBaseNumeric" />
        <xsd:element minOccurs="0" ref="TargetCurrencyCode" />
        <xsd:element minOccurs="0" ref="TargetUnitBaseNumeric" />
        <xsd:element minOccurs="0" ref="RateNumeric" />
        <xsd:element minOccurs="0" ref="SetDateTime" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceCurrencyCode oagis:SourceCurrencyCode 0 (1)
SourceUnitBaseNumeric oagis:SourceUnitBaseNumeric 0 (1)
TargetCurrencyCode oagis:TargetCurrencyCode 0 (1)
TargetUnitBaseNumeric oagis:TargetUnitBaseNumeric 0 (1)
RateNumeric oagis:RateNumeric 0 (1)
SetDateTime oagis:SetDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:CurrencyExchangeBaseType