<xsd:group name="CommodityPaymentDates.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Payment Date. This will consist of either a set of Payment Dates or else a Payment Date schedule.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="relativePaymentDates" type="CommodityRelativePaymentDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Payment Dates of the trade relative to the Calculation Periods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityNonPeriodicPaymentDates.model" />
</xsd:choice>
</xsd:group>
|