<xsd:complexType name="EnvironmentalProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the characteristics of the environmental product being traded in a physically settled environmental transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="productType" type="EnvironmentalProductTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the type of environmental product. Examples include allowances or credit issued by a particular environmental trading scheme.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="compliancePeriod" type="EnvironmentalProductComplaincePeriod" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For E.U. Emissions Allowance Transactions. Describes Specified Compliance Period for which the Allowances are issued.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="vintage" type="xsd:gYear" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">For 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">For 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">For 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>
|