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_xsd Drilldown into RateNumeric in schema fields_xsd Drilldown into TargetUnitBaseNumeric in schema fields_xsd Drilldown into TargetCurrencyCode in schema fields_xsd Drilldown into SourceUnitBaseNumeric in schema fields_xsd Drilldown into SourceCurrencyCode in schema fields_xsdXSD Diagram of CurrencyExchangeABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="CurrencyExchangeABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>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 nsA:SourceCurrencyCode 0 (1)
SourceUnitBaseNumeric nsA:SourceUnitBaseNumeric 0 (1)
TargetCurrencyCode nsA:TargetCurrencyCode 0 (1)
TargetUnitBaseNumeric nsA:TargetUnitBaseNumeric 0 (1)
RateNumeric nsA:RateNumeric 0 (1)
SetDateTime nsA:SetDateTime 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:CurrencyExchangeBaseType