<xsd:complexType name="EEPParameters">
<xsd:annotation>
<xsd:documentation xml:lang="en">Excess Emission Penalty related parameters.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="eEPApplicable" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If Excess Emission Penalty is specified to be applicable in the Confirmation then the Excess Emission Penalty will be determined in the manner specified in the Confirmation (see other EEP parameters)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="riskPeriod" type="EEPRiskPeriod" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">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="equivalentApplicable" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When "true" the EEP Equivalent is applicable. See Part [7] definition of EEP Equivalent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="penaltyApplicable" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When "true" the Excess Emissions Penalty is applicable. See Part [7] definition of Excess Emissions Penalty.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|