<xsd:complexType name="FxRateSourceFixing">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes a rate source to be fixed and the date the fixing occurs</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="settlementRateSource" type="FxSettlementRateSource" minOccurs="0" />
<xsd:element name="fixingDate" type="AdjustableDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the fixing is scheduled to occur.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|