<xsd:complexType name="FxWeightedFixingSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes a schedule of fixing dates as a parametric description, an explicit list of dates or both.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Date adjustments applied to the adjusted dates including the business day convention and the business centers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixing" type="FxFixingObservation" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">List of schedule dates. These dates have been subject to adjustments based on the dateAdjustments structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:group ref="ParametricSchedule.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A parametric description of a schedule of fixing dates.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:choice minOccurs="0">
<xsd:element name="numberOfFixings" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of fixing points in the fixing schedule.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixing" type="FxFixingObservation" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">An explicit list of dates in the schedule. Where a conflict every existed between parametric and explicit dates, the explicit list of dates would takes precedence.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
|