Definition Type: ComplexType
Name: CurrencyRateType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_CommonComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ExchangeRateDate in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ExchangeRate in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ExchangeOperator in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into TargetCurrency in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into SourceCurrency in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of CurrencyRateType in schema cidx_ces_v4_0_commoncomponents_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="CurrencyRateType">
    <xsd:sequence>
        <xsd:element ref="SourceCurrency" />
        <xsd:element ref="TargetCurrency" />
        <xsd:element ref="ExchangeOperator" />
        <xsd:element ref="ExchangeRate" />
        <xsd:element ref="ExchangeRateDate" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceCurrency nsA:SourceCurrency (1) (1)
TargetCurrency nsA:TargetCurrency (1) (1)
ExchangeOperator nsA:ExchangeOperator (1) (1)
ExchangeRate nsA:ExchangeRate (1) (1)
ExchangeRateDate nsA:ExchangeRateDate (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:CurrencyRate