<xsd:complexType name="EnvironmentalProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the characteristics of the environmental allowance or credit being traded. Settlement of environmental transactions is classified as physical because settlement is accomplished through the exchange of one or more certificates (despite the fact that this exchange is almost always executed through electronic book entry transfer between the parties allowance accounts).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="productType" type="EnvironmentalProductTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the type of environmental allowance or credit. Examples include allowances or credit issued by the European Union (E.U.) or by the State of California in the Unites States.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vintage" type="xsd:gYear" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. The year(s) of the applicable Emissions Product(s) as specified in an Emissions Transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="applicableLaw" type="EnvironmentalProductApplicableLaw" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. Used to specify the Applicable Emissions Law when this is not defined in Emissions Product Definitions Exhibit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trackingSystem" type="EnvironmentalTrackingSystem" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Applies to U.S. Emissions Allowance Transactions. Used to specify the Tracking System when this is not defined in Emissions Product Definitions Exhibit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|