<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>
<xsd:group ref="CommodityCalculationPeriods.model">
</xsd:group>
<xsd:group ref="CommodityFixedPrice.model">
</xsd:group>
<xsd:group ref="CommodityNotionalQuantity.model">
</xsd:group>
<xsd:group ref="CommodityPaymentDates.model">
</xsd:group>
<xsd:group ref="CommodityFreightFlatRate.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|