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 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CurrencyExchangeABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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 ref="SourceCurrencyCode" minOccurs="0" />
        <xsd:element ref="SourceUnitBaseNumeric" minOccurs="0" />
        <xsd:element ref="TargetCurrencyCode" minOccurs="0" />
        <xsd:element ref="TargetUnitBaseNumeric" minOccurs="0" />
        <xsd:element ref="RateNumeric" minOccurs="0" />
        <xsd:element ref="SetDateTime" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceCurrencyCode oa:SourceCurrencyCode 0 (1)
SourceUnitBaseNumeric oa:SourceUnitBaseNumeric 0 (1)
TargetCurrencyCode oa:TargetCurrencyCode 0 (1)
TargetUnitBaseNumeric oa:TargetUnitBaseNumeric 0 (1)
RateNumeric oa:RateNumeric 0 (1)
SetDateTime oa:SetDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:CurrencyExchangeBaseType