<xsd:complexType name="CommodityPerformanceSwapLeg" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">Abstract base class for all commodity performance swap legs.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the payer and receiver parties of the return leg.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|