<xsd:complexType name="EnvironmentalPhysicalLeg">
<xsd:complexContent>
<xsd:extension base="PhysicalSwapLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled leg of a physically settled emissions allowance transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="numberOfAllowances" type="UnitQuantity" minOccurs="0">
<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" minOccurs="0">
<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">For 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:element name="deliveryDate" type="AdjustableOrRelativeDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which allowances are to be delivery as specified in the related Confirmation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="paymentDate" type="DateOffset" minOccurs="0" />
<xsd:group ref="BusinessCentersOrReference.model" minOccurs="0" />
</xsd:sequence>
<xsd:element name="failureToDeliverApplicable" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For EU Emissions Allowance Transactions. Holds Failure to Deliver (Alternative Method) election. Used to determine how provisions in Part [7] Page 7 (B) Failure to Deliver Not Remedied are to be applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="eEPParameters" type="EEPParameters" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For EU Emissions Allowance Transactions. Contains a series of parameters controlling Excess Emissions Penalty payments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|