<xsd:complexType name="EnvironmentalPhysicalLeg">
<xsd:complexContent>
<xsd:extension base="PhysicalSwapLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">The environmental physical leg describes the nature of the physical underlying, quantities and delivery conditions relating to environmental allowances and certificates such as EU emissions allowances, water pollution credits and the like.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="numberOfAllowances" type="UnitQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of allowances, certificates or credit to be transaction in the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="environmental" type="EnvironmentalProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the type of allowance or credit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="abandonmentOfScheme" type="EnvironmentalAbandonmentOfSchemeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. Specifies terms which apply in the event of an Abandonment of Scheme event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|