Structure which contains information about the rates at which currency is exchanged.
XSD Schema Diagram:
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>