<xsd:complexType name="CommodityDeliveryPeriods">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Delivery Periods of a physical leg.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="periods" type="AdjustableDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Delivery Periods for this leg of the swap. This type is only intended to be used if the Delivery Periods differ from the Calculation Periods on the fixed or floating leg. If DeliveryPeriods mirror another leg, then the calculationPeriodsReference element should be used to point to the Calculation Periods on that leg - or the calculationPeriodsScheduleReference can be used to point to the Calculation Periods Schedule for that leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="periodsSchedule" type="CommodityCalculationPeriodsSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Delivery Periods for this leg of the swap. This type is only intended to be used if the Delivery Periods differ from the Calculation Periods on the fixed or floating leg. If DeliveryPeriods mirror another leg, then the calculationPeriodsReference element should be used to point to the Calculation Periods on that leg - or the calculationPeriodsScheduleReference can be used to point to the Calculation Periods Schedule for that leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityCalculationPeriodsPointer.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Enables users to reference a Calculation Periods schedule in the form of a series of actual dates in a calculationPeriods container or in the form of a parameterised schedule in a calculationPeriodsSchedule container.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|