ExchangeRateType

Complex Type Information

Model

Used By

Element ExchangeRate

Source

<xs:complexType name="ExchangeRateType">
  <xs:sequence>
    <xs:element ref="SourceCurrencyCode"/>
    <xs:element ref="SourceCurrencyBaseRate" minOccurs="0"/>
    <xs:element ref="TargetCurrencyCode"/>
    <xs:element ref="TargetCurrencyBaseRate" minOccurs="0"/>
    <xs:element ref="ExchangeMarketID" minOccurs="0"/>
    <xs:element ref="CalculationRate" minOccurs="0"/>
    <xs:element ref="OperatorCode" minOccurs="0"/>
    <xs:element ref="Date" minOccurs="0"/>
    <xs:element ref="Contract" minOccurs="0"/>
    <xs:element ref="Note" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>