Definition Type: Element
Name: CurrencyRates
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure which contains information about the rates at which currency is exchanged.
Collapse XSD Schema Diagram:
Drilldown into ExchangeRate in schema pidxlib_xsd Drilldown into BuyersCurrency in schema pidxlib_xsd Drilldown into SellersCurrency in schema pidxlib_xsdXSD Diagram of CurrencyRates in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="CurrencyRates">
    <annotation>
        <documentation>Structure which contains information about the rates at which currency is exchanged.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:SellersCurrency" />
            <element ref="pidx:BuyersCurrency" />
            <element ref="pidx:ExchangeRate" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SellersCurrency pidx:SellersCurrency (1) (1)
BuyersCurrency pidx:BuyersCurrency (1) (1)
ExchangeRate pidx:ExchangeRate (1) (1)