<xsd:complexType name="FxSettlementRateSource">
<xsd:choice>
<xsd:element name="settlementRateOption" type="SettlementRateOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates that an officially defined rate settlement rate option will be the used for the fixing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="nonstandardSettlementRate" type="FxInformationSource">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates that a non-standard rate source will be used for the fixing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|