<xsd:complexType name="FixedPriceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed Price Leg of a Commodity Swap. It defines schedule of fixed payments associated with a commodity swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FinancialSwapLeg">
<xsd:sequence>
<xsd:group ref="CommodityCalculationPeriods.model" minOccurs="0">
</xsd:group>
<xsd:group ref="CommodityFixedPrice.model" minOccurs="0">
</xsd:group>
<xsd:group ref="CommodityNotionalQuantity.model" minOccurs="0">
</xsd:group>
<xsd:group ref="CommodityPaymentDates.model" minOccurs="0">
</xsd:group>
<xsd:group ref="CommodityFreightFlatRate.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|