<xsd:complexType name="EnvironmentalProductComplaincePeriod">
<xsd:sequence>
<xsd:element name="startYear" type="xsd:gYear" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The first year of the Compliance Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endYear" type="xsd:gYear" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The last year of the Commpliance Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|