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