<xsd:complexType name="PhysicalLeg" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The common components of a physically settled leg of a Commodity Swap. This is an abstract type and should be extended by commodity-specific types.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|