Definition Type: Element
Name: RateOfExchangeDetail
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DateOfRateOfExchange in schema pidxlib_xsd Drilldown into ExchangeRate in schema pidxlib_xsd Drilldown into TargetCurrency in schema pidxlib_xsd Drilldown into ReferenceCurrency in schema pidxlib_xsdXSD Diagram of RateOfExchangeDetail in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="RateOfExchangeDetail">
    <complexType>
        <sequence>
            <element ref="pidx:ReferenceCurrency" />
            <element ref="pidx:TargetCurrency" />
            <element ref="pidx:ExchangeRate" />
            <element ref="pidx:DateOfRateOfExchange" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReferenceCurrency pidx:ReferenceCurrency (1) (1)
TargetCurrency pidx:TargetCurrency (1) (1)
ExchangeRate pidx:ExchangeRate (1) (1)
DateOfRateOfExchange pidx:DateOfRateOfExchange 0 (1)