<xsd:complexType name="FixedPriceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed Price Leg of a Commodity Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
<xsd:group ref="CommodityCalculationPeriods.model" />
<xsd:group ref="CommodityFixedPrice.model" />
<xsd:group ref="CommodityNotionalQuantity.model" />
<xsd:group ref="CommodityPaymentDates.model" />
<xsd:group ref="CommodityFreightFlatRate.model" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|