<xs:element name="ExchangeRates" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Container for exchange rate elements </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ExchangeRate" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">Specify a particular exchange rate to use in the response.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="ExchangeRateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Group of attributes used to express an Exchange Rate between 2 currencies</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|