<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=925" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dd3="http://dd.eionet.europa.eu/namespace.jsp?ns_id=3" xmlns:ddnull="http://dd.eionet.europa.eu/namespace.jsp?ns_id=null" xmlns:dd2="http://dd.eionet.europa.eu/namespace.jsp?ns_id=2" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="waterBodyIdentifier">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

If the water body was reported as a WFD water body, enter the WFD identifier of the water body (EUSurfaceWaterBodyCode for rivers and lakes water bodies, EUGroundwaterBodyCode for groundwater bodies).

If the water body was not reported as a WFD water body, enter the EIONET international identifier of the water body.

The "waterBodyIdentifier" is a unique value in the list of water bodies for a given "waterBodyIdentifierScheme". For each "waterBodyIdentifierSheme" value, a list of valid "waterBodyIdentifier" values will be kept updated, based on the information reported under the WISE Spatial data flow.

First 2 characters must be the 2-alpha character ISO country code (use 'EL' for Greece and 'UK' for the United Kingdom).

Do not use characters with accents and other diacritical marks (national characters). Do not use spaces or other special characters. The hyphen '-' and the underscore '_' characters are allowed.

An EIONET identifier can be created by prefixing the national water body identifier with the 2-alpha character ISO country code.
Example: country: Austria, national water body identifier: WB_abc => "waterBodyIdentifier": ATWB_abc

Please guarantee that the "waterBodyIdentifier" is unique and exists in the applicable "waterBodyIdentifierScheme".]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Water body identifier]]></dd2:Name>
			<dd2:Definition><![CDATA[Unique international identifier of the water body in which the data were obtained.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:minLength value="3"/>
			<xs:maxLength value="42"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="waterBodyIdentifierScheme">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

If the water body is reported under WFD, use the value 'euGroundwaterBodyCode' or 'euSurfaceWaterBodyCode' for the "waterBodyIdentifierScheme" field.

If the water body is NOT reported under WFD (e.g. non-EU countries reporting under WISE SoE only, or countries providing information about water bodies that are not WFD water bodies), use the value 'eionetGroundwaterBodyCode' or 'eionetSurfaceWaterBodyCode' for the "waterBodyIdentifierScheme" field.

For each identifier scheme, a list of valid "waterBodyIdentifier" values will be kept updated, based on the information reported under the WISE Spatial data flow.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Water body identifier scheme]]></dd2:Name>
			<dd2:Definition><![CDATA[Specification of whether the water body is a WFD water body ('euGroundwaterBodyCode' or 'euSurfaceWaterBodyCode') or not ('eionetGroundwaterBodyCode' or 'eionetSurfaceWaterBodyCode').]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="eionetGroundwaterBodyCode"/>
			<xs:enumeration value="eionetSurfaceWaterBodyCode"/>
			<xs:enumeration value="euGroundwaterBodyCode"/>
			<xs:enumeration value="euSurfaceWaterBodyCode"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="parameterWaterBodyCategory">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Water body category code]]></dd2:Name>
			<dd2:Definition><![CDATA[Water body category code, as defined in the codelist.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CW"/>
			<xs:enumeration value="GW"/>
			<xs:enumeration value="LW"/>
			<xs:enumeration value="RW"/>
			<xs:enumeration value="TW"/>
			<xs:enumeration value="TeW"/>
			<xs:enumeration value="MW"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="observedPropertyDeterminandCode">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

Please note that CAS numbers are used where applicable. In the other cases a EEA generated code is used. Prefix "CAS_" is used for the unique codes based on the CAS number, prefix "EEA_" for the EEA codes.

The structure of the EEA code is similar to that of the CAS number:
- The first set of digits identifies the WFD quality element
- The second set of digits is a sequential number
- The last digit is a check digit.

This list is also used in the WFD reporting.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Determinand code]]></dd2:Name>
			<dd2:Definition><![CDATA[Unique code of the determinand monitored, as defined in the codelist.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CAS_76842-07-4"/>
			<xs:enumeration value="CAS_189-55-9"/>
			<xs:enumeration value="CAS_87-68-3"/>
			<xs:enumeration value="CAS_1689-99-2"/>
			<xs:enumeration value="CAS_832-69-9"/>
			<xs:enumeration value="CAS_191-30-0"/>
			<xs:enumeration value="CAS_94-81-5"/>
			<xs:enumeration value="CAS_16984-48-8"/>
			<xs:enumeration value="CAS_832-71-3"/>
			<xs:enumeration value="CAS_192-65-4"/>
			<xs:enumeration value="CAS_94-82-6"/>
			<xs:enumeration value="CAS_1698-60-8"/>
			<xs:enumeration value="EEA_33-66-9"/>
			<xs:enumeration value="CAS_192-97-2"/>
			<xs:enumeration value="CAS_95-14-7"/>
			<xs:enumeration value="CAS_1702-17-6"/>
			<xs:enumeration value="EEA_33-67-0"/>
			<xs:enumeration value="CAS_198-55-0"/>
			<xs:enumeration value="CAS_95-47-6"/>
			<xs:enumeration value="CAS_17040-19-6"/>
			<xs:enumeration value="EEA_33-68-1"/>
			<xs:enumeration value="CAS_205-82-3"/>
			<xs:enumeration value="CAS_95-48-7"/>
			<xs:enumeration value="CAS_171118-09-5"/>
			<xs:enumeration value="CAS_883-20-5"/>
			<xs:enumeration value="CAS_1582-09-8"/>
			<xs:enumeration value="CAS_95-49-8"/>
			<xs:enumeration value="CAS_171262-17-2"/>
			<xs:enumeration value="CAS_91538-84-0"/>
			<xs:enumeration value="CAS_15972-60-8"/>
			<xs:enumeration value="CAS_95-50-1"/>
			<xs:enumeration value="CAS_17254-80-7"/>
			<xs:enumeration value="CAS_935-95-5"/>
			<xs:enumeration value="CAS_1610-18-0"/>
			<xs:enumeration value="CAS_95-63-6"/>
			<xs:enumeration value="CAS_172960-62-2"/>
			<xs:enumeration value="CAS_16118-49-3"/>
			<xs:enumeration value="CAS_95-65-8"/>
			<xs:enumeration value="CAS_1746-01-6"/>
			<xs:enumeration value="CAS_1634-04-4"/>
			<xs:enumeration value="CAS_95-87-4"/>
			<xs:enumeration value="CAS_1763-23-1"/>
			<xs:enumeration value="CAS_16478-18-5"/>
			<xs:enumeration value="CAS_95-95-4"/>
			<xs:enumeration value="CAS_100-02-7"/>
			<xs:enumeration value="CAS_16484-77-8"/>
			<xs:enumeration value="CAS_959-98-8"/>
			<xs:enumeration value="CAS_1002-53-5"/>
			<xs:enumeration value="CAS_16655-82-6"/>
			<xs:enumeration value="CAS_96-12-8"/>
			<xs:enumeration value="CAS_10028-17-8"/>
			<xs:enumeration value="CAS_16672-87-0"/>
			<xs:enumeration value="CAS_96-18-4"/>
			<xs:enumeration value="CAS_100-41-4"/>
			<xs:enumeration value="CAS_16752-77-5"/>
			<xs:enumeration value="CAS_793-24-8"/>
			<xs:enumeration value="CAS_100-42-5"/>
			<xs:enumeration value="CAS_16887-00-6"/>
			<xs:enumeration value="CAS_79-34-5"/>
			<xs:enumeration value="CAS_10061-01-5"/>
			<xs:enumeration value="CAS_32598-14-4"/>
			<xs:enumeration value="CAS_79-43-6"/>
			<xs:enumeration value="CAS_10061-02-6"/>
			<xs:enumeration value="CAS_3268-87-9"/>
			<xs:enumeration value="CAS_79-94-7"/>
			<xs:enumeration value="CAS_1007-28-9"/>
			<xs:enumeration value="CAS_330-55-2"/>
			<xs:enumeration value="CAS_8001-35-2"/>
			<xs:enumeration value="CAS_1014-69-3"/>
			<xs:enumeration value="CAS_3307-39-9"/>
			<xs:enumeration value="CAS_80-05-7"/>
			<xs:enumeration value="CAS_101-55-3"/>
			<xs:enumeration value="CAS_33213-65-9"/>
			<xs:enumeration value="CAS_81103-11-9"/>
			<xs:enumeration value="CAS_1024-57-3"/>
			<xs:enumeration value="CAS_333-41-5"/>
			<xs:enumeration value="CAS_81-15-2"/>
			<xs:enumeration value="CAS_2303-17-5"/>
			<xs:enumeration value="CAS_335-67-1"/>
			<xs:enumeration value="CAS_82-68-8"/>
			<xs:enumeration value="CAS_2310-17-0"/>
			<xs:enumeration value="CAS_33693-04-8"/>
			<xs:enumeration value="CAS_83164-33-4"/>
			<xs:enumeration value="CAS_23103-98-2"/>
			<xs:enumeration value="CAS_3380-34-5"/>
			<xs:enumeration value="CAS_83-32-9"/>
			<xs:enumeration value="CAS_23593-75-1"/>
			<xs:enumeration value="CAS_3397-62-4"/>
			<xs:enumeration value="CAS_834-12-8"/>
			<xs:enumeration value="CAS_2385-85-5"/>
			<xs:enumeration value="CAS_34123-59-6"/>
			<xs:enumeration value="CAS_83905-01-5"/>
			<xs:enumeration value="CAS_23950-58-5"/>
			<xs:enumeration value="CAS_57465-28-8"/>
			<xs:enumeration value="CAS_7440-36-0"/>
			<xs:enumeration value="CAS_2440-02-0"/>
			<xs:enumeration value="CAS_576-26-1"/>
			<xs:enumeration value="CAS_7440-38-2"/>
			<xs:enumeration value="CAS_24959-67-9"/>
			<xs:enumeration value="CAS_262-12-4"/>
			<xs:enumeration value="CAS_77238-39-2"/>
			<xs:enumeration value="CAS_25057-89-0"/>
			<xs:enumeration value="CAS_26225-79-6"/>
			<xs:enumeration value="CAS_77-47-4"/>
			<xs:enumeration value="CAS_25140-90-3"/>
			<xs:enumeration value="CAS_36643-28-4"/>
			<xs:enumeration value="CAS_7782-41-4"/>
			<xs:enumeration value="CAS_25167-83-3"/>
			<xs:enumeration value="CAS_37350-58-6"/>
			<xs:enumeration value="CAS_7782-49-2"/>
			<xs:enumeration value="CAS_25637-99-4"/>
			<xs:enumeration value="CAS_37680-73-2"/>
			<xs:enumeration value="CAS_7783-06-4"/>
			<xs:enumeration value="CAS_2599-11-3"/>
			<xs:enumeration value="CAS_38380-08-4"/>
			<xs:enumeration value="CAS_7790-93-4"/>
			<xs:enumeration value="CAS_7439-95-4"/>
			<xs:enumeration value="CAS_39001-02-0"/>
			<xs:enumeration value="CAS_78-87-5"/>
			<xs:enumeration value="CAS_7439-96-5"/>
			<xs:enumeration value="CAS_39227-28-6"/>
			<xs:enumeration value="CAS_789-02-6"/>
			<xs:enumeration value="CAS_7439-97-6"/>
			<xs:enumeration value="CAS_7440-39-3"/>
			<xs:enumeration value="CAS_39635-31-9"/>
			<xs:enumeration value="CAS_79-00-5"/>
			<xs:enumeration value="CAS_7439-98-7"/>
			<xs:enumeration value="EEA_13-02-5"/>
			<xs:enumeration value="CAS_39765-80-5"/>
			<xs:enumeration value="CAS_79-01-6"/>
			<xs:enumeration value="CAS_7440-02-0"/>
			<xs:enumeration value="EEA_13-03-6"/>
			<xs:enumeration value="CAS_40088-47-9"/>
			<xs:enumeration value="CAS_79-06-1"/>
			<xs:enumeration value="CAS_7440-09-7"/>
			<xs:enumeration value="EEA_13-04-7"/>
			<xs:enumeration value="CAS_40321-76-4"/>
			<xs:enumeration value="CAS_12767-79-2"/>
			<xs:enumeration value="CAS_7440-22-4"/>
			<xs:enumeration value="EEA_14-01-7"/>
			<xs:enumeration value="CAS_40487-42-1"/>
			<xs:enumeration value="CAS_128-37-0"/>
			<xs:enumeration value="CAS_7440-23-5"/>
			<xs:enumeration value="EEA_14-02-8"/>
			<xs:enumeration value="CAS_50-29-3"/>
			<xs:enumeration value="CAS_129-00-0"/>
			<xs:enumeration value="CAS_7440-24-6"/>
			<xs:enumeration value="EEA_14-03-9"/>
			<xs:enumeration value="CAS_50-30-6"/>
			<xs:enumeration value="CAS_13071-79-9"/>
			<xs:enumeration value="CAS_7440-28-0"/>
			<xs:enumeration value="EEA_14-04-0"/>
			<xs:enumeration value="CAS_50-32-8"/>
			<xs:enumeration value="CAS_131-11-3"/>
			<xs:enumeration value="CAS_7440-31-5"/>
			<xs:enumeration value="EEA_31-01-6"/>
			<xs:enumeration value="CAS_50563-36-5"/>
			<xs:enumeration value="CAS_131-16-8"/>
			<xs:enumeration value="CAS_7440-32-6"/>
			<xs:enumeration value="EEA_31-02-7"/>
			<xs:enumeration value="CAS_506-77-4"/>
			<xs:enumeration value="CAS_131-18-0"/>
			<xs:enumeration value="CAS_7440-33-7"/>
			<xs:enumeration value="EEA_31-03-8"/>
			<xs:enumeration value="CAS_51000-52-3"/>
			<xs:enumeration value="CAS_1321-64-8"/>
			<xs:enumeration value="CAS_87-86-5"/>
			<xs:enumeration value="EEA_3111-01-1"/>
			<xs:enumeration value="CAS_512-04-9"/>
			<xs:enumeration value="CAS_1321-65-9"/>
			<xs:enumeration value="CAS_88-06-2"/>
			<xs:enumeration value="EEA_3112-01-4"/>
			<xs:enumeration value="CAS_51207-31-9"/>
			<xs:enumeration value="CAS_1330-20-7"/>
			<xs:enumeration value="CAS_886-50-0"/>
			<xs:enumeration value="EEA_3121-01-5"/>
			<xs:enumeration value="CAS_51218-45-2"/>
			<xs:enumeration value="CAS_207-08-9"/>
			<xs:enumeration value="CAS_88-85-7"/>
			<xs:enumeration value="CAS_182346-21-0"/>
			<xs:enumeration value="CAS_51235-04-2"/>
			<xs:enumeration value="CAS_207122-15-4"/>
			<xs:enumeration value="CAS_90-12-0"/>
			<xs:enumeration value="CAS_1825-21-4"/>
			<xs:enumeration value="CAS_52236-30-3"/>
			<xs:enumeration value="CAS_208-96-8"/>
			<xs:enumeration value="CAS_9016-45-9"/>
			<xs:enumeration value="CAS_182677-30-1"/>
			<xs:enumeration value="CAS_52315-07-8"/>
			<xs:enumeration value="CAS_108-90-7"/>
			<xs:enumeration value="CAS_91-20-3"/>
			<xs:enumeration value="CAS_1836-75-5"/>
			<xs:enumeration value="CAS_52-51-7"/>
			<xs:enumeration value="CAS_108-95-2"/>
			<xs:enumeration value="CAS_91-57-6"/>
			<xs:enumeration value="CAS_18540-29-9"/>
			<xs:enumeration value="CAS_26259-45-0"/>
			<xs:enumeration value="CAS_36483-60-0"/>
			<xs:enumeration value="CAS_919-86-8"/>
			<xs:enumeration value="CAS_1861-40-1"/>
			<xs:enumeration value="CAS_28159-98-0"/>
			<xs:enumeration value="CAS_91-94-1"/>
			<xs:enumeration value="CAS_93-72-1"/>
			<xs:enumeration value="CAS_187022-11-3"/>
			<xs:enumeration value="CAS_29122-68-7"/>
			<xs:enumeration value="CAS_92-52-4"/>
			<xs:enumeration value="CAS_93-76-5"/>
			<xs:enumeration value="CAS_18785-72-3"/>
			<xs:enumeration value="CAS_2921-88-2"/>
			<xs:enumeration value="CAS_92-87-5"/>
			<xs:enumeration value="CAS_94-74-6"/>
			<xs:enumeration value="CAS_189084-64-8"/>
			<xs:enumeration value="CAS_294-62-2"/>
			<xs:enumeration value="CAS_933-75-5"/>
			<xs:enumeration value="CAS_94-75-7"/>
			<xs:enumeration value="CAS_1912-24-9"/>
			<xs:enumeration value="CAS_297-78-9"/>
			<xs:enumeration value="CAS_933-78-8"/>
			<xs:enumeration value="CAS_135-19-3"/>
			<xs:enumeration value="CAS_1912-26-1"/>
			<xs:enumeration value="CAS_298-00-0"/>
			<xs:enumeration value="CAS_135410-20-7"/>
			<xs:enumeration value="CAS_139-40-2"/>
			<xs:enumeration value="CAS_298-46-4"/>
			<xs:enumeration value="CAS_95-16-9"/>
			<xs:enumeration value="CAS_135-98-8"/>
			<xs:enumeration value="CAS_140-57-8"/>
			<xs:enumeration value="CAS_30125-63-4"/>
			<xs:enumeration value="CAS_95-51-2"/>
			<xs:enumeration value="CAS_136426-54-5"/>
			<xs:enumeration value="CAS_1668-54-8"/>
			<xs:enumeration value="CAS_3018-12-0"/>
			<xs:enumeration value="CAS_13351-73-0"/>
			<xs:enumeration value="CAS_136677-10-6"/>
			<xs:enumeration value="CAS_1646-87-3"/>
			<xs:enumeration value="CAS_309-00-2"/>
			<xs:enumeration value="CAS_133-53-9"/>
			<xs:enumeration value="CAS_13684-56-5"/>
			<xs:enumeration value="CAS_1646-88-4"/>
			<xs:enumeration value="CAS_106-89-8"/>
			<xs:enumeration value="CAS_13356-08-6"/>
			<xs:enumeration value="CAS_136-85-6"/>
			<xs:enumeration value="CAS_120923-37-7"/>
			<xs:enumeration value="EEA_33-64-7"/>
			<xs:enumeration value="CAS_1335-87-1"/>
			<xs:enumeration value="CAS_137-26-8"/>
			<xs:enumeration value="CAS_3337-71-1"/>
			<xs:enumeration value="CAS_7723-14-0"/>
			<xs:enumeration value="CAS_1335-88-2"/>
			<xs:enumeration value="CAS_137-30-4"/>
			<xs:enumeration value="CAS_2642-71-9"/>
			<xs:enumeration value="EEA_32-02-0"/>
			<xs:enumeration value="CAS_1336-36-3"/>
			<xs:enumeration value="CAS_138261-41-3"/>
			<xs:enumeration value="CAS_3813-05-6"/>
			<xs:enumeration value="CAS_626-43-7"/>
			<xs:enumeration value="CAS_133855-98-8"/>
			<xs:enumeration value="CAS_139-13-9"/>
			<xs:enumeration value="CAS_22781-23-3"/>
			<xs:enumeration value="CAS_67-72-1"/>
			<xs:enumeration value="CAS_134237-50-6"/>
			<xs:enumeration value="CAS_1806-26-4"/>
			<xs:enumeration value="CAS_83055-99-6"/>
			<xs:enumeration value="CAS_4234-79-1"/>
			<xs:enumeration value="CAS_134237-51-7"/>
			<xs:enumeration value="CAS_18181-70-9"/>
			<xs:enumeration value="CAS_188425-85-6"/>
			<xs:enumeration value="CAS_42576-02-3"/>
			<xs:enumeration value="CAS_191-24-2"/>
			<xs:enumeration value="EEA_3161-05-5"/>
			<xs:enumeration value="CAS_41483-43-6"/>
			<xs:enumeration value="CAS_4636-83-3"/>
			<xs:enumeration value="CAS_34256-82-1"/>
			<xs:enumeration value="EEA_31613-01-1"/>
			<xs:enumeration value="CAS_3766-60-7"/>
			<xs:enumeration value="CAS_465-73-6"/>
			<xs:enumeration value="CAS_35065-27-1"/>
			<xs:enumeration value="EEA_31615-01-7"/>
			<xs:enumeration value="CAS_3812-32-6"/>
			<xs:enumeration value="CAS_470-90-6"/>
			<xs:enumeration value="CAS_35065-28-2"/>
			<xs:enumeration value="EEA_3163-01-7"/>
			<xs:enumeration value="CAS_13360-45-7"/>
			<xs:enumeration value="CAS_4901-51-3"/>
			<xs:enumeration value="CAS_35065-29-3"/>
			<xs:enumeration value="EEA_3164-01-0"/>
			<xs:enumeration value="CAS_139968-49-3"/>
			<xs:enumeration value="CAS_4904-61-4"/>
			<xs:enumeration value="CAS_35065-30-6"/>
			<xs:enumeration value="EEA_3164-07-6"/>
			<xs:enumeration value="CAS_26787-78-0"/>
			<xs:enumeration value="CAS_50-00-0"/>
			<xs:enumeration value="CAS_35693-99-3"/>
			<xs:enumeration value="EEA_3164-08-7"/>
			<xs:enumeration value="CAS_85721-33-1"/>
			<xs:enumeration value="CAS_50-28-2"/>
			<xs:enumeration value="CAS_35694-08-7"/>
			<xs:enumeration value="CAS_116-06-3"/>
			<xs:enumeration value="EEA_33-05-6"/>
			<xs:enumeration value="CAS_1332-21-4"/>
			<xs:enumeration value="CAS_35822-46-9"/>
			<xs:enumeration value="CAS_709-98-8"/>
			<xs:enumeration value="EEA_33-06-7"/>
			<xs:enumeration value="CAS_1333-82-0"/>
			<xs:enumeration value="CAS_36065-30-2"/>
			<xs:enumeration value="CAS_15299-99-7"/>
			<xs:enumeration value="EEA_33-07-8"/>
			<xs:enumeration value="CAS_55525-54-7"/>
			<xs:enumeration value="CAS_36355-01-8"/>
			<xs:enumeration value="CAS_79241-46-6"/>
			<xs:enumeration value="EEA_33-08-9"/>
			<xs:enumeration value="CAS_55673-89-7"/>
			<xs:enumeration value="CAS_60-00-4"/>
			<xs:enumeration value="CAS_7440-21-3"/>
			<xs:enumeration value="EEA_33-09-0"/>
			<xs:enumeration value="CAS_5598-13-0"/>
			<xs:enumeration value="EEA_33-55-6"/>
			<xs:enumeration value="CAS_1461-25-2"/>
			<xs:enumeration value="EEA_33-10-3"/>
			<xs:enumeration value="CAS_56-23-5"/>
			<xs:enumeration value="EEA_33-56-7"/>
			<xs:enumeration value="CAS_150-68-5"/>
			<xs:enumeration value="EEA_33-11-4"/>
			<xs:enumeration value="CAS_563-58-6"/>
			<xs:enumeration value="EEA_33-57-8"/>
			<xs:enumeration value="CAS_1746-81-2"/>
			<xs:enumeration value="EEA_33-13-6"/>
			<xs:enumeration value="CAS_56-38-2"/>
			<xs:enumeration value="EEA_33-58-9"/>
			<xs:enumeration value="CAS_101-42-8"/>
			<xs:enumeration value="EEA_33-14-7"/>
			<xs:enumeration value="CAS_56507-37-0"/>
			<xs:enumeration value="EEA_33-59-0"/>
			<xs:enumeration value="CAS_18691-97-9"/>
			<xs:enumeration value="EEA_33-15-8"/>
			<xs:enumeration value="CAS_56-55-3"/>
			<xs:enumeration value="EEA_33-60-3"/>
			<xs:enumeration value="CAS_99105-77-8"/>
			<xs:enumeration value="EEA_33-17-0"/>
			<xs:enumeration value="CAS_57117-31-4"/>
			<xs:enumeration value="EEA_33-61-4"/>
			<xs:enumeration value="CAS_288-88-0"/>
			<xs:enumeration value="EEA_33-18-1"/>
			<xs:enumeration value="CAS_57117-41-6"/>
			<xs:enumeration value="EEA_33-62-5"/>
			<xs:enumeration value="CAS_50-31-7"/>
			<xs:enumeration value="EEA_33-19-2"/>
			<xs:enumeration value="CAS_57117-44-9"/>
			<xs:enumeration value="EEA_33-63-6"/>
			<xs:enumeration value="CAS_95-57-8"/>
			<xs:enumeration value="CAS_14998-27-7"/>
			<xs:enumeration value="CAS_57-12-5"/>
			<xs:enumeration value="CAS_139528-85-1"/>
			<xs:enumeration value="CAS_126535-15-7"/>
			<xs:enumeration value="CAS_151-21-3"/>
			<xs:enumeration value="CAS_3424-82-6"/>
			<xs:enumeration value="CAS_19937-59-8"/>
			<xs:enumeration value="CAS_35367-38-5"/>
			<xs:enumeration value="CAS_15165-67-0"/>
			<xs:enumeration value="CAS_96-45-7"/>
			<xs:enumeration value="CAS_35045-02-4"/>
			<xs:enumeration value="CAS_80844-07-1"/>
			<xs:enumeration value="CAS_152019-73-3"/>
			<xs:enumeration value="CAS_98-06-6"/>
			<xs:enumeration value="CAS_555-37-3"/>
			<xs:enumeration value="CAS_96489-71-3"/>
			<xs:enumeration value="CAS_15307-79-6"/>
			<xs:enumeration value="CAS_98-51-1"/>
			<xs:enumeration value="CAS_111991-09-4"/>
			<xs:enumeration value="CAS_134098-61-6"/>
			<xs:enumeration value="CAS_15307-86-5"/>
			<xs:enumeration value="CAS_98-82-8"/>
			<xs:enumeration value="CAS_4245-76-5"/>
			<xs:enumeration value="CAS_160430-64-8"/>
			<xs:enumeration value="CAS_153719-23-4"/>
			<xs:enumeration value="CAS_994-05-8"/>
			<xs:enumeration value="CAS_34622-58-7"/>
			<xs:enumeration value="CAS_74-87-3"/>
			<xs:enumeration value="CAS_15541-45-4"/>
			<xs:enumeration value="CAS_99-87-6"/>
			<xs:enumeration value="CAS_66246-88-6"/>
			<xs:enumeration value="CAS_77732-09-3"/>
			<xs:enumeration value="CAS_15545-48-9"/>
			<xs:enumeration value="EEA_00-00-0"/>
			<xs:enumeration value="CAS_106700-29-2"/>
			<xs:enumeration value="CAS_88671-89-0"/>
			<xs:enumeration value="CAS_1563-66-2"/>
			<xs:enumeration value="EEA_11-01-8"/>
			<xs:enumeration value="CAS_137641-05-5"/>
			<xs:enumeration value="CAS_95465-99-9"/>
			<xs:enumeration value="CAS_156-59-2"/>
			<xs:enumeration value="EEA_11-02-9"/>
			<xs:enumeration value="CAS_23505-41-1"/>
			<xs:enumeration value="CAS_999-81-5"/>
			<xs:enumeration value="CAS_156-60-5"/>
			<xs:enumeration value="EEA_11-03-0"/>
			<xs:enumeration value="CAS_86209-51-0"/>
			<xs:enumeration value="CAS_108-60-1"/>
			<xs:enumeration value="CAS_15687-27-1"/>
			<xs:enumeration value="EEA_11-04-1"/>
			<xs:enumeration value="CAS_52888-80-9"/>
			<xs:enumeration value="CAS_95-74-9"/>
			<xs:enumeration value="CAS_7012-37-5"/>
			<xs:enumeration value="EEA_11-05-2"/>
			<xs:enumeration value="CAS_94125-34-5"/>
			<xs:enumeration value="CAS_95-79-4"/>
			<xs:enumeration value="CAS_70124-77-5"/>
			<xs:enumeration value="EEA_11-06-3"/>
			<xs:enumeration value="CAS_133-06-2"/>
			<xs:enumeration value="CAS_95-82-9"/>
			<xs:enumeration value="CAS_70362-41-3"/>
			<xs:enumeration value="EEA_34-01-5"/>
			<xs:enumeration value="CAS_134237-52-8"/>
			<xs:enumeration value="CAS_95-85-2"/>
			<xs:enumeration value="CAS_70362-50-4"/>
			<xs:enumeration value="CAS_134-62-3"/>
			<xs:enumeration value="CAS_95-94-3"/>
			<xs:enumeration value="CAS_70630-17-0"/>
			<xs:enumeration value="CAS_7439-93-2"/>
			<xs:enumeration value="CAS_96-23-1"/>
			<xs:enumeration value="CAS_70648-26-9"/>
			<xs:enumeration value="EEA_32-03-1"/>
			<xs:enumeration value="CAS_193-39-5"/>
			<xs:enumeration value="CAS_97-00-7"/>
			<xs:enumeration value="CAS_70776-03-3"/>
			<xs:enumeration value="EEA_32-04-2"/>
			<xs:enumeration value="CAS_19408-74-3"/>
			<xs:enumeration value="CAS_98-87-3"/>
			<xs:enumeration value="CAS_7085-19-0"/>
			<xs:enumeration value="EEA_32-23-5"/>
			<xs:enumeration value="CAS_194992-44-4"/>
			<xs:enumeration value="CAS_98-95-3"/>
			<xs:enumeration value="CAS_71-43-2"/>
			<xs:enumeration value="EEA_32-24-6"/>
			<xs:enumeration value="CAS_19666-30-9"/>
			<xs:enumeration value="CAS_99-54-7"/>
			<xs:enumeration value="CAS_71-52-3"/>
			<xs:enumeration value="CAS_2008-58-4"/>
			<xs:enumeration value="EEA_11-08-5"/>
			<xs:enumeration value="CAS_71-55-6"/>
			<xs:enumeration value="CAS_2032-65-7"/>
			<xs:enumeration value="EEA_121-01-7"/>
			<xs:enumeration value="CAS_72-20-8"/>
			<xs:enumeration value="CAS_20461-54-5"/>
			<xs:enumeration value="EEA_122-02-1"/>
			<xs:enumeration value="CAS_15950-66-0"/>
			<xs:enumeration value="EEA_33-01-2"/>
			<xs:enumeration value="CAS_2051-24-3"/>
			<xs:enumeration value="EEA_13-05-8"/>
			<xs:enumeration value="CAS_175013-18-0"/>
			<xs:enumeration value="EEA_33-02-3"/>
			<xs:enumeration value="CAS_205-99-2"/>
			<xs:enumeration value="EEA_14-05-1"/>
			<xs:enumeration value="CAS_2104-96-3"/>
			<xs:enumeration value="EEA_33-04-5"/>
			<xs:enumeration value="CAS_206-44-0"/>
			<xs:enumeration value="CAS_3060-89-7"/>
			<xs:enumeration value="CAS_298-03-3"/>
			<xs:enumeration value="CAS_69782-90-7"/>
			<xs:enumeration value="CAS_7439-92-1"/>
			<xs:enumeration value="CAS_22224-92-6"/>
			<xs:enumeration value="CAS_302-17-0"/>
			<xs:enumeration value="EEA_33-38-5"/>
			<xs:enumeration value="EEA_33-54-5"/>
			<xs:enumeration value="CAS_2312-35-8"/>
			<xs:enumeration value="CAS_3209-22-1"/>
			<xs:enumeration value="CAS_7440-48-4"/>
			<xs:enumeration value="CAS_23560-59-0"/>
			<xs:enumeration value="CAS_32-23-5"/>
			<xs:enumeration value="CAS_71626-11-4"/>
			<xs:enumeration value="CAS_7440-50-8"/>
			<xs:enumeration value="CAS_24579-73-5"/>
			<xs:enumeration value="CAS_38260-54-7"/>
			<xs:enumeration value="CAS_76-13-1"/>
			<xs:enumeration value="CAS_7440-61-1"/>
			<xs:enumeration value="CAS_30560-19-1"/>
			<xs:enumeration value="CAS_38939-88-7"/>
			<xs:enumeration value="CAS_78-88-6"/>
			<xs:enumeration value="CAS_7440-62-2"/>
			<xs:enumeration value="CAS_35554-44-0"/>
			<xs:enumeration value="CAS_52-68-6"/>
			<xs:enumeration value="CAS_79-11-8"/>
			<xs:enumeration value="CAS_7440-66-6"/>
			<xs:enumeration value="CAS_38379-99-6"/>
			<xs:enumeration value="CAS_5367-28-2"/>
			<xs:enumeration value="CAS_8065-48-3"/>
			<xs:enumeration value="CAS_7440-70-2"/>
			<xs:enumeration value="CAS_38380-01-7"/>
			<xs:enumeration value="CAS_554-00-7"/>
			<xs:enumeration value="CAS_82558-50-7"/>
			<xs:enumeration value="CAS_74472-37-0"/>
			<xs:enumeration value="CAS_38380-03-9"/>
			<xs:enumeration value="CAS_608-27-5"/>
			<xs:enumeration value="CAS_83-42-1"/>
			<xs:enumeration value="CAS_74-83-9"/>
			<xs:enumeration value="CAS_38380-04-0"/>
			<xs:enumeration value="CAS_608-31-1"/>
			<xs:enumeration value="CAS_85509-19-9"/>
			<xs:enumeration value="EEA_3153-01-3"/>
			<xs:enumeration value="CAS_42874-03-3"/>
			<xs:enumeration value="CAS_609-19-8"/>
			<xs:enumeration value="CAS_87-60-5"/>
			<xs:enumeration value="EEA_3161-01-1"/>
			<xs:enumeration value="CAS_5103-71-9"/>
			<xs:enumeration value="CAS_611-06-3"/>
			<xs:enumeration value="CAS_88-73-3"/>
			<xs:enumeration value="EEA_3161-02-2"/>
			<xs:enumeration value="CAS_5103-74-2"/>
			<xs:enumeration value="CAS_615-65-6"/>
			<xs:enumeration value="CAS_89-21-4"/>
			<xs:enumeration value="EEA_3161-03-3"/>
			<xs:enumeration value="EEA_33-65-8"/>
			<xs:enumeration value="CAS_62-53-3"/>
			<xs:enumeration value="CAS_89-59-8"/>
			<xs:enumeration value="EEA_3161-04-4"/>
			<xs:enumeration value="CAS_109-89-7"/>
			<xs:enumeration value="CAS_74-90-8"/>
			<xs:enumeration value="CAS_89-60-1"/>
			<xs:enumeration value="CAS_556-88-7"/>
			<xs:enumeration value="CAS_121-73-3"/>
			<xs:enumeration value="CAS_74-95-3"/>
			<xs:enumeration value="CAS_89-61-2"/>
			<xs:enumeration value="CAS_114-26-1"/>
			<xs:enumeration value="CAS_121-86-8"/>
			<xs:enumeration value="CAS_12002-48-1"/>
			<xs:enumeration value="CAS_89-63-4"/>
			<xs:enumeration value="CAS_944-22-9"/>
			<xs:enumeration value="CAS_122-39-4"/>
			<xs:enumeration value="CAS_120-12-7"/>
			<xs:enumeration value="CAS_90-13-1"/>
			<xs:enumeration value="CAS_298-02-2"/>
			<xs:enumeration value="CAS_124-40-3"/>
			<xs:enumeration value="CAS_120-36-5"/>
			<xs:enumeration value="EEA_3153-02-4"/>
			<xs:enumeration value="CAS_298-04-4"/>
			<xs:enumeration value="CAS_126-73-8"/>
			<xs:enumeration value="CAS_140-66-9"/>
			<xs:enumeration value="EEA_3141-01-3"/>
			<xs:enumeration value="CAS_86-50-0"/>
			<xs:enumeration value="CAS_126-75-0"/>
			<xs:enumeration value="CAS_141776-32-1"/>
			<xs:enumeration value="CAS_723-46-6"/>
			<xs:enumeration value="CAS_563-12-2"/>
			<xs:enumeration value="CAS_126833-17-8"/>
			<xs:enumeration value="CAS_142-28-9"/>
			<xs:enumeration value="CAS_72-43-5"/>
			<xs:enumeration value="CAS_950-37-8"/>
			<xs:enumeration value="CAS_126-99-8"/>
			<xs:enumeration value="CAS_142363-53-9"/>
			<xs:enumeration value="CAS_72-54-8"/>
			<xs:enumeration value="CAS_786-19-6"/>
			<xs:enumeration value="CAS_141517-21-7"/>
			<xs:enumeration value="CAS_14265-44-2"/>
			<xs:enumeration value="CAS_72-55-9"/>
			<xs:enumeration value="CAS_56-72-4"/>
			<xs:enumeration value="CAS_14816-18-3"/>
			<xs:enumeration value="CAS_143-50-0"/>
			<xs:enumeration value="CAS_7286-69-3"/>
			<xs:enumeration value="CAS_299-84-3"/>
			<xs:enumeration value="CAS_86386-73-4"/>
			<xs:enumeration value="CAS_144-49-0"/>
			<xs:enumeration value="CAS_7287-19-6"/>
			<xs:enumeration value="CAS_55-38-9"/>
			<xs:enumeration value="CAS_149961-52-4"/>
			<xs:enumeration value="CAS_14797-55-8"/>
			<xs:enumeration value="CAS_72918-21-9"/>
			<xs:enumeration value="CAS_29232-93-7"/>
			<xs:enumeration value="CAS_125225-28-7"/>
			<xs:enumeration value="CAS_14797-65-0"/>
			<xs:enumeration value="CAS_732-26-3"/>
			<xs:enumeration value="CAS_142459-58-3"/>
			<xs:enumeration value="CAS_131807-57-3"/>
			<xs:enumeration value="CAS_14798-03-9"/>
			<xs:enumeration value="CAS_738-70-5"/>
			<xs:enumeration value="CAS_201668-32-8"/>
			<xs:enumeration value="CAS_125116-23-6"/>
			<xs:enumeration value="CAS_14866-68-3"/>
			<xs:enumeration value="CAS_74070-46-5"/>
			<xs:enumeration value="CAS_69377-81-7"/>
			<xs:enumeration value="CAS_22916-47-8"/>
			<xs:enumeration value="CAS_32774-16-6"/>
			<xs:enumeration value="CAS_74223-64-6"/>
			<xs:enumeration value="CAS_81406-37-3"/>
			<xs:enumeration value="CAS_93413-62-8"/>
			<xs:enumeration value="CAS_330-54-1"/>
			<xs:enumeration value="CAS_7429-90-5"/>
			<xs:enumeration value="CAS_72178-02-0"/>
			<xs:enumeration value="CAS_93413-69-5"/>
			<xs:enumeration value="CAS_5915-41-3"/>
			<xs:enumeration value="CAS_7439-89-6"/>
			<xs:enumeration value="CAS_2540-82-1"/>
			<xs:enumeration value="CAS_112281-77-3"/>
			<xs:enumeration value="CAS_594-20-7"/>
			<xs:enumeration value="CAS_41859-67-0"/>
			<xs:enumeration value="CAS_121776-33-8"/>
			<xs:enumeration value="CAS_25154-52-3"/>
			<xs:enumeration value="CAS_59473-04-0"/>
			<xs:enumeration value="CAS_10265-92-6"/>
			<xs:enumeration value="CAS_182636-13-1"/>
			<xs:enumeration value="CAS_59-50-7"/>
			<xs:enumeration value="CAS_103-65-1"/>
			<xs:enumeration value="CAS_185119-76-0"/>
			<xs:enumeration value="CAS_95-76-1"/>
			<xs:enumeration value="CAS_104-40-5"/>
			<xs:enumeration value="CAS_140923-17-7"/>
			<xs:enumeration value="CAS_131860-33-8"/>
			<xs:enumeration value="CAS_104-51-8"/>
			<xs:enumeration value="CAS_141112-29-0"/>
			<xs:enumeration value="CAS_54910-89-3"/>
			<xs:enumeration value="CAS_105-67-9"/>
			<xs:enumeration value="CAS_143390-89-0"/>
			<xs:enumeration value="CAS_23564-05-8"/>
			<xs:enumeration value="CAS_105827-78-9"/>
			<xs:enumeration value="CAS_104206-82-8"/>
			<xs:enumeration value="CAS_28249-77-6"/>
			<xs:enumeration value="CAS_10599-90-3"/>
			<xs:enumeration value="EEA_33-20-5"/>
			<xs:enumeration value="CAS_7440-44-0"/>
			<xs:enumeration value="CAS_10605-21-7"/>
			<xs:enumeration value="EEA_33-21-6"/>
			<xs:enumeration value="CAS_52918-63-5"/>
			<xs:enumeration value="CAS_106-42-3"/>
			<xs:enumeration value="EEA_33-22-7"/>
			<xs:enumeration value="CAS_23135-22-0"/>
			<xs:enumeration value="CAS_106-43-4"/>
			<xs:enumeration value="EEA_33-23-8"/>
			<xs:enumeration value="CAS_51908-16-8"/>
			<xs:enumeration value="CAS_106-44-5"/>
			<xs:enumeration value="EEA_33-24-9"/>
			<xs:enumeration value="CAS_52663-63-5"/>
			<xs:enumeration value="CAS_106-46-7"/>
			<xs:enumeration value="EEA_33-26-1"/>
			<xs:enumeration value="CAS_52663-68-0"/>
			<xs:enumeration value="CAS_1066-51-9"/>
			<xs:enumeration value="EEA_33-27-2"/>
			<xs:enumeration value="CAS_52663-69-1"/>
			<xs:enumeration value="CAS_57-63-6"/>
			<xs:enumeration value="EEA_33-28-3"/>
			<xs:enumeration value="CAS_52663-70-4"/>
			<xs:enumeration value="CAS_57653-85-7"/>
			<xs:enumeration value="EEA_33-29-4"/>
			<xs:enumeration value="CAS_55179-31-2"/>
			<xs:enumeration value="CAS_57-74-9"/>
			<xs:enumeration value="EEA_33-31-8"/>
			<xs:enumeration value="CAS_57018-04-9"/>
			<xs:enumeration value="CAS_57837-19-1"/>
			<xs:enumeration value="EEA_33-32-9"/>
			<xs:enumeration value="CAS_57646-30-7"/>
			<xs:enumeration value="CAS_58-08-2"/>
			<xs:enumeration value="EEA_33-36-3"/>
			<xs:enumeration value="CAS_60168-88-9"/>
			<xs:enumeration value="CAS_58-89-9"/>
			<xs:enumeration value="CAS_7440-41-7"/>
			<xs:enumeration value="CAS_66215-27-8"/>
			<xs:enumeration value="CAS_58-90-2"/>
			<xs:enumeration value="CAS_7440-42-8"/>
			<xs:enumeration value="CAS_69327-76-0"/>
			<xs:enumeration value="CAS_7664-41-7"/>
			<xs:enumeration value="CAS_7440-43-9"/>
			<xs:enumeration value="CAS_731-27-1"/>
			<xs:enumeration value="CAS_53112-28-0"/>
			<xs:enumeration value="CAS_7440-47-3"/>
			<xs:enumeration value="CAS_732-11-6"/>
			<xs:enumeration value="CAS_76578-12-6"/>
			<xs:enumeration value="CAS_1113-02-6"/>
			<xs:enumeration value="CAS_60145-21-3"/>
			<xs:enumeration value="CAS_100646-51-3"/>
			<xs:enumeration value="CAS_111988-49-9"/>
			<xs:enumeration value="CAS_60207-90-1"/>
			<xs:enumeration value="CAS_122931-48-0"/>
			<xs:enumeration value="CAS_112410-23-8"/>
			<xs:enumeration value="CAS_603-35-0"/>
			<xs:enumeration value="CAS_118134-30-8"/>
			<xs:enumeration value="CAS_114-07-8"/>
			<xs:enumeration value="CAS_60348-60-9"/>
			<xs:enumeration value="CAS_3984-14-3"/>
			<xs:enumeration value="CAS_115-29-7"/>
			<xs:enumeration value="CAS_60-51-5"/>
			<xs:enumeration value="CAS_79277-27-3"/>
			<xs:enumeration value="CAS_115-32-2"/>
			<xs:enumeration value="CAS_60-57-1"/>
			<xs:enumeration value="CAS_36756-79-3"/>
			<xs:enumeration value="CAS_1163-19-5"/>
			<xs:enumeration value="CAS_60851-34-5"/>
			<xs:enumeration value="CAS_87820-88-0"/>
			<xs:enumeration value="CAS_117-81-7"/>
			<xs:enumeration value="CAS_608-73-1"/>
			<xs:enumeration value="CAS_43121-43-3"/>
			<xs:enumeration value="CAS_118-74-1"/>
			<xs:enumeration value="CAS_608-93-5"/>
			<xs:enumeration value="CAS_55219-65-3"/>
			<xs:enumeration value="CAS_118-96-7"/>
			<xs:enumeration value="CAS_6108-10-7"/>
			<xs:enumeration value="CAS_82097-50-5"/>
			<xs:enumeration value="CAS_1194-65-6"/>
			<xs:enumeration value="CAS_6164-98-3"/>
			<xs:enumeration value="CAS_24017-47-8"/>
			<xs:enumeration value="CAS_1570-64-5"/>
			<xs:enumeration value="CAS_6190-65-4"/>
			<xs:enumeration value="CAS_55335-06-3"/>
			<xs:enumeration value="CAS_1570-65-6"/>
			<xs:enumeration value="CAS_2104-64-5"/>
			<xs:enumeration value="CAS_100-00-5"/>
			<xs:enumeration value="CAS_52645-53-1"/>
			<xs:enumeration value="CAS_21087-64-9"/>
			<xs:enumeration value="CAS_100-44-7"/>
			<xs:enumeration value="CAS_52663-72-6"/>
			<xs:enumeration value="CAS_210880-92-5"/>
			<xs:enumeration value="CAS_101-21-3"/>
			<xs:enumeration value="CAS_526-75-0"/>
			<xs:enumeration value="CAS_2163-68-0"/>
			<xs:enumeration value="CAS_106-47-8"/>
			<xs:enumeration value="CAS_53-16-7"/>
			<xs:enumeration value="CAS_2164-08-1"/>
			<xs:enumeration value="CAS_106-48-9"/>
			<xs:enumeration value="CAS_53-19-0"/>
			<xs:enumeration value="CAS_21725-46-2"/>
			<xs:enumeration value="CAS_107-05-1"/>
			<xs:enumeration value="CAS_534-52-1"/>
			<xs:enumeration value="CAS_218-01-9"/>
			<xs:enumeration value="CAS_107-07-3"/>
			<xs:enumeration value="CAS_53-70-3"/>
			<xs:enumeration value="CAS_22204-53-1"/>
			<xs:enumeration value="CAS_108-41-8"/>
			<xs:enumeration value="CAS_540-59-0"/>
			<xs:enumeration value="CAS_2227-13-6"/>
			<xs:enumeration value="CAS_108-42-9"/>
			<xs:enumeration value="CAS_541-73-1"/>
			<xs:enumeration value="CAS_2234-13-1"/>
			<xs:enumeration value="CAS_108-43-0"/>
			<xs:enumeration value="CAS_542-75-6"/>
			<xs:enumeration value="CAS_41318-75-6"/>
			<xs:enumeration value="CAS_1897-45-6"/>
			<xs:enumeration value="CAS_5436-43-1"/>
			<xs:enumeration value="CAS_41394-05-2"/>
			<xs:enumeration value="CAS_107534-96-3"/>
			<xs:enumeration value="CAS_5466-77-3"/>
			<xs:enumeration value="CAS_41464-42-0"/>
			<xs:enumeration value="CAS_2212-67-1"/>
			<xs:enumeration value="EEA_33-40-9"/>
			<xs:enumeration value="CAS_31218-83-4"/>
			<xs:enumeration value="CAS_67747-09-5"/>
			<xs:enumeration value="EEA_33-41-0"/>
			<xs:enumeration value="EEA_33-76-1"/>
			<xs:enumeration value="CAS_314-40-9"/>
			<xs:enumeration value="CAS_133-07-3"/>
			<xs:enumeration value="EEA_33-42-1"/>
			<xs:enumeration value="EEA_33-77-2"/>
			<xs:enumeration value="CAS_31508-00-6"/>
			<xs:enumeration value="CAS_36734-19-7"/>
			<xs:enumeration value="EEA_33-43-2"/>
			<xs:enumeration value="CAS_335-76-2"/>
			<xs:enumeration value="CAS_3194-55-6"/>
			<xs:enumeration value="CAS_63-25-2"/>
			<xs:enumeration value="EEA_33-44-3"/>
			<xs:enumeration value="CAS_2706-90-3"/>
			<xs:enumeration value="CAS_319-84-6"/>
			<xs:enumeration value="CAS_50471-44-8"/>
			<xs:enumeration value="EEA_33-45-4"/>
			<xs:enumeration value="CAS_27619-97-2"/>
			<xs:enumeration value="CAS_319-85-7"/>
			<xs:enumeration value="CAS_7786-34-7"/>
			<xs:enumeration value="EEA_33-46-5"/>
			<xs:enumeration value="CAS_307-24-4"/>
			<xs:enumeration value="CAS_319-86-8"/>
			<xs:enumeration value="CAS_79-57-2"/>
			<xs:enumeration value="EEA_33-50-1"/>
			<xs:enumeration value="CAS_32598-10-0"/>
			<xs:enumeration value="CAS_32241-08-0"/>
			<xs:enumeration value="CAS_525-66-6"/>
			<xs:enumeration value="EEA_33-51-2"/>
			<xs:enumeration value="CAS_32690-93-0"/>
			<xs:enumeration value="CAS_3252-43-5"/>
			<xs:enumeration value="CAS_1918-02-1"/>
			<xs:enumeration value="EEA_33-52-3"/>
			<xs:enumeration value="CAS_33025-41-1"/>
			<xs:enumeration value="CAS_32534-81-9"/>
			<xs:enumeration value="CAS_32809-16-8"/>
			<xs:enumeration value="EEA_33-53-4"/>
			<xs:enumeration value="EEA_33-69-2"/>
			<xs:enumeration value="CAS_32536-52-0"/>
			<xs:enumeration value="CAS_1918-16-7"/>
			<xs:enumeration value="EEA_33-70-5"/>
			<xs:enumeration value="CAS_32598-13-3"/>
			<xs:enumeration value="CAS_99-30-9"/>
			<xs:enumeration value="CAS_120-82-1"/>
			<xs:enumeration value="EEA_33-71-6"/>
			<xs:enumeration value="CAS_55512-33-9"/>
			<xs:enumeration value="EEA_11-07-4"/>
			<xs:enumeration value="CAS_120-83-2"/>
			<xs:enumeration value="EEA_33-72-7"/>
			<xs:enumeration value="CAS_1918-00-9"/>
			<xs:enumeration value="EEA_123-01-3"/>
			<xs:enumeration value="CAS_120928-09-8"/>
			<xs:enumeration value="CAS_40186-72-9"/>
			<xs:enumeration value="CAS_1918-13-4"/>
			<xs:enumeration value="EEA_123-02-4"/>
			<xs:enumeration value="CAS_121-14-2"/>
			<xs:enumeration value="CAS_41464-40-8"/>
			<xs:enumeration value="CAS_62-73-7"/>
			<xs:enumeration value="EEA_123-03-5"/>
			<xs:enumeration value="CAS_121-75-5"/>
			<xs:enumeration value="CAS_52712-04-6"/>
			<xs:enumeration value="CAS_630-20-6"/>
			<xs:enumeration value="EEA_123-04-6"/>
			<xs:enumeration value="CAS_122-14-5"/>
			<xs:enumeration value="CAS_571-61-9"/>
			<xs:enumeration value="CAS_6339-19-1"/>
			<xs:enumeration value="EEA_123-05-7"/>
			<xs:enumeration value="CAS_122-34-9"/>
			<xs:enumeration value="CAS_575-43-9"/>
			<xs:enumeration value="CAS_64743-03-9"/>
			<xs:enumeration value="EEA_123-06-8"/>
			<xs:enumeration value="CAS_1231244-60-2"/>
			<xs:enumeration value="CAS_581-42-0"/>
			<xs:enumeration value="CAS_64902-72-3"/>
			<xs:enumeration value="EEA_123-07-9"/>
			<xs:enumeration value="CAS_123-33-1"/>
			<xs:enumeration value="CAS_604-83-1"/>
			<xs:enumeration value="CAS_65510-44-3"/>
			<xs:enumeration value="EEA_124-01-6"/>
			<xs:enumeration value="CAS_123-91-1"/>
			<xs:enumeration value="CAS_634-66-2"/>
			<xs:enumeration value="CAS_66753-07-9"/>
			<xs:enumeration value="EEA_124-02-7"/>
			<xs:enumeration value="CAS_124-48-1"/>
			<xs:enumeration value="CAS_634-90-2"/>
			<xs:enumeration value="CAS_67129-08-2"/>
			<xs:enumeration value="EEA_124-03-8"/>
			<xs:enumeration value="CAS_124495-18-7"/>
			<xs:enumeration value="CAS_67517-48-0"/>
			<xs:enumeration value="CAS_67562-39-4"/>
			<xs:enumeration value="EEA_124-04-9"/>
			<xs:enumeration value="CAS_127-18-4"/>
			<xs:enumeration value="CAS_68194-04-7"/>
			<xs:enumeration value="CAS_67564-91-4"/>
			<xs:enumeration value="EEA_13-01-4"/>
			<xs:enumeration value="CAS_75-09-2"/>
			<xs:enumeration value="EEA_33-73-8"/>
			<xs:enumeration value="CAS_67-66-3"/>
			<xs:enumeration value="EEA_3131-01-9"/>
			<xs:enumeration value="CAS_75-21-8"/>
			<xs:enumeration value="EEA_33-74-9"/>
			<xs:enumeration value="CAS_68631-49-2"/>
			<xs:enumeration value="CAS_106-93-4"/>
			<xs:enumeration value="CAS_75-25-2"/>
			<xs:enumeration value="CAS_132-65-0"/>
			<xs:enumeration value="CAS_68928-80-3"/>
			<xs:enumeration value="CAS_107-06-2"/>
			<xs:enumeration value="CAS_75-27-4"/>
			<xs:enumeration value="CAS_1576-67-6"/>
			<xs:enumeration value="CAS_1418095-02-9"/>
			<xs:enumeration value="CAS_1070-78-6"/>
			<xs:enumeration value="CAS_75-34-3"/>
			<xs:enumeration value="CAS_16606-02-3"/>
			<xs:enumeration value="CAS_1982-47-4"/>
			<xs:enumeration value="CAS_107-13-1"/>
			<xs:enumeration value="CAS_75-35-4"/>
			<xs:enumeration value="CAS_2437-79-8"/>
			<xs:enumeration value="CAS_81777-89-1"/>
			<xs:enumeration value="CAS_1071-83-6"/>
			<xs:enumeration value="CAS_75-69-4"/>
			<xs:enumeration value="CAS_2531-84-2"/>
			<xs:enumeration value="CAS_101205-02-1"/>
			<xs:enumeration value="CAS_107-46-0"/>
			<xs:enumeration value="CAS_75-71-8"/>
			<xs:enumeration value="CAS_104-35-8"/>
			<xs:enumeration value="CAS_57966-95-7"/>
			<xs:enumeration value="CAS_108-38-3"/>
			<xs:enumeration value="CAS_75-99-0"/>
			<xs:enumeration value="CAS_20427-84-3"/>
			<xs:enumeration value="CAS_121552-61-2"/>
			<xs:enumeration value="CAS_108-67-8"/>
			<xs:enumeration value="CAS_76-03-9"/>
			<xs:enumeration value="CAS_3115-49-9"/>
			<xs:enumeration value="CAS_87674-68-8"/>
			<xs:enumeration value="CAS_108-68-9"/>
			<xs:enumeration value="CAS_76-44-8"/>
			<xs:enumeration value="CAS_688-73-3"/>
			<xs:enumeration value="CAS_205939-58-8"/>
			<xs:enumeration value="CAS_108-70-3"/>
			<xs:enumeration value="EEA_3132-01-2"/>
			<xs:enumeration value="CAS_61-82-5"/>
			<xs:enumeration value="CAS_380412-59-9"/>
			<xs:enumeration value="CAS_108-86-1"/>
			<xs:enumeration value="EEA_3133-01-5"/>
			<xs:enumeration value="CAS_108-62-3"/>
			<xs:enumeration value="CAS_110488-70-5"/>
			<xs:enumeration value="CAS_108-88-3"/>
			<xs:enumeration value="EEA_3133-02-6"/>
			<xs:enumeration value="CAS_148-79-8"/>
			<xs:enumeration value="CAS_2813-95-8"/>
			<xs:enumeration value="CAS_84-66-2"/>
			<xs:enumeration value="EEA_3133-03-7"/>
			<xs:enumeration value="EEA_33-75-0"/>
			<xs:enumeration value="CAS_29973-13-5"/>
			<xs:enumeration value="CAS_84-69-5"/>
			<xs:enumeration value="EEA_3133-04-8"/>
			<xs:enumeration value="CAS_355-46-4"/>
			<xs:enumeration value="CAS_23947-60-6"/>
			<xs:enumeration value="CAS_84-74-2"/>
			<xs:enumeration value="EEA_3133-05-9"/>
			<xs:enumeration value="CAS_375-22-4"/>
			<xs:enumeration value="CAS_95617-09-7"/>
			<xs:enumeration value="CAS_84852-15-3"/>
			<xs:enumeration value="EEA_3133-06-0"/>
			<xs:enumeration value="CAS_375-73-5"/>
			<xs:enumeration value="CAS_1031-07-8"/>
			<xs:enumeration value="CAS_85-01-8"/>
			<xs:enumeration value="EEA_3142-01-6"/>
			<xs:enumeration value="CAS_375-85-9"/>
			<xs:enumeration value="CAS_113096-99-4"/>
			<xs:enumeration value="CAS_85-22-3"/>
			<xs:enumeration value="EEA_3142-02-7"/>
			<xs:enumeration value="CAS_375-95-1"/>
			<xs:enumeration value="CAS_116-29-0"/>
			<xs:enumeration value="CAS_85535-84-8"/>
			<xs:enumeration value="EEA_3151-01-7"/>
			<xs:enumeration value="CAS_37680-65-2"/>
			<xs:enumeration value="CAS_122-88-3"/>
			<xs:enumeration value="CAS_85535-85-9"/>
			<xs:enumeration value="EEA_3152-01-0"/>
			<xs:enumeration value="CAS_38380-07-3"/>
			<xs:enumeration value="CAS_131341-86-1"/>
			<xs:enumeration value="CAS_85-68-7"/>
			<xs:enumeration value="CAS_74-97-5"/>
			<xs:enumeration value="CAS_38444-86-9"/>
			<xs:enumeration value="CAS_13194-48-4"/>
			<xs:enumeration value="CAS_86-73-7"/>
			<xs:enumeration value="CAS_75-01-4"/>
			<xs:enumeration value="CAS_7440-46-2"/>
			<xs:enumeration value="CAS_13457-18-6"/>
			<xs:enumeration value="CAS_87-61-6"/>
			<xs:enumeration value="CAS_1689-83-4"/>
			<xs:enumeration value="CAS_74472-42-7"/>
			<xs:enumeration value="CAS_18181-80-1"/>
			<xs:enumeration value="CAS_87-65-0"/>
			<xs:enumeration value="CAS_1689-84-5"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="procedureAnalysedMatrix">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[The list contains different values for water, sediment and biota. Select a value from the list.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Analysed matrix]]></dd2:Name>
			<dd2:Definition><![CDATA[Matrix where the measurement has been made.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4032616]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="B"/>
			<xs:enumeration value="B-BL"/>
			<xs:enumeration value="B-EG"/>
			<xs:enumeration value="B-FA"/>
			<xs:enumeration value="B-GO"/>
			<xs:enumeration value="B-KI"/>
			<xs:enumeration value="B-LI"/>
			<xs:enumeration value="B-MU"/>
			<xs:enumeration value="B-OT"/>
			<xs:enumeration value="B-ST"/>
			<xs:enumeration value="S"/>
			<xs:enumeration value="S-0020"/>
			<xs:enumeration value="S-0063"/>
			<xs:enumeration value="S-0090"/>
			<xs:enumeration value="S-0125"/>
			<xs:enumeration value="S-0150"/>
			<xs:enumeration value="S-0200"/>
			<xs:enumeration value="S-0250"/>
			<xs:enumeration value="S-0500"/>
			<xs:enumeration value="S-1000"/>
			<xs:enumeration value="S-2000"/>
			<xs:enumeration value="S-8000"/>
			<xs:enumeration value="W"/>
			<xs:enumeration value="W-DIS"/>
			<xs:enumeration value="W-SPM"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultUom">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is a required.

Please check the valid units for each determinand in the reporting guidance documents. Please note the difference between the determinand and the actual unit of measure. For example, the Phosphate should be reported as milligrams of Phosphorus per litre (mg{P}/L).

The codes follow the UCUM syntax (http://unitsofmeasure.org/ucum.html).]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Unit of measure]]></dd2:Name>
			<dd2:Definition><![CDATA[Unit of measure for the reported values.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="{EQR}"/>
			<xs:enumeration value="{NTU}"/>
			<xs:enumeration value="{PSU}"/>
			<xs:enumeration value="{massRatio}"/>
			<xs:enumeration value="{molarRatio}"/>
			<xs:enumeration value="{presence}"/>
			<xs:enumeration value="{ratio}"/>
			<xs:enumeration value="Bq"/>
			<xs:enumeration value="Cel"/>
			<xs:enumeration value="K"/>
			<xs:enumeration value="S/m"/>
			<xs:enumeration value="[pH]"/>
			<xs:enumeration value="a"/>
			<xs:enumeration value="d"/>
			<xs:enumeration value="kg"/>
			<xs:enumeration value="kg/a"/>
			<xs:enumeration value="kg/m3"/>
			<xs:enumeration value="kg/s"/>
			<xs:enumeration value="km"/>
			<xs:enumeration value="km2"/>
			<xs:enumeration value="m"/>
			<xs:enumeration value="m2"/>
			<xs:enumeration value="m3"/>
			<xs:enumeration value="mg/L"/>
			<xs:enumeration value="mg/g"/>
			<xs:enumeration value="mg/kg"/>
			<xs:enumeration value="mg{CaCO3}/L"/>
			<xs:enumeration value="mg{C}/L"/>
			<xs:enumeration value="mg{NH3}/L"/>
			<xs:enumeration value="mg{NH4}/L"/>
			<xs:enumeration value="mg{NO2}/L"/>
			<xs:enumeration value="mg{NO3}/L"/>
			<xs:enumeration value="mg{N}/L"/>
			<xs:enumeration value="mg{O2}/L"/>
			<xs:enumeration value="mg{PO4}/L"/>
			<xs:enumeration value="mg{P}/L"/>
			<xs:enumeration value="mg{SiO3}/L"/>
			<xs:enumeration value="mg{Si}/L"/>
			<xs:enumeration value="mg{S}/L"/>
			<xs:enumeration value="mmol/L"/>
			<xs:enumeration value="mo"/>
			<xs:enumeration value="mol"/>
			<xs:enumeration value="mol/m3"/>
			<xs:enumeration value="ng/L"/>
			<xs:enumeration value="ng/g"/>
			<xs:enumeration value="ng/kg"/>
			<xs:enumeration value="%"/>
			<xs:enumeration value="%{oxygenSaturation}"/>
			<xs:enumeration value="s"/>
			<xs:enumeration value="t/a"/>
			<xs:enumeration value="uS/cm"/>
			<xs:enumeration value="uS/m"/>
			<xs:enumeration value="ug/L"/>
			<xs:enumeration value="ug/g"/>
			<xs:enumeration value="ug/kg"/>
			<xs:enumeration value="ug{N}/L"/>
			<xs:enumeration value="ug{TEQ}/kg"/>
			<xs:enumeration value="umol/L"/>
			<xs:enumeration value="umol{C}/L"/>
			<xs:enumeration value="umol{N}/L"/>
			<xs:enumeration value="umol{O2}/L"/>
			<xs:enumeration value="umol{P}/L"/>
			<xs:enumeration value="umol{Si}/L"/>
			<xs:enumeration value="umol{S}/L"/>
			<xs:enumeration value="dam3"/>
			<xs:enumeration value="1000.t/a"/>
			<xs:enumeration value="hm3"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="phenomenonTimeReferenceYear">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This is a required, not null field.

Use the format YYYY.

Please check the EEA data collection request for the latest acceptable year.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Reference period (year)]]></dd2:Name>
			<dd2:Definition><![CDATA[Year during which the data were sampled.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:obligation><![CDATA[4031411]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031507]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="4"/>
			<xs:minInclusive value="1800"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="parameterSamplingPeriod">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[Use the format YYYY-MM-DD--YYYY-MM-DD or YYYY-MM--YYYY-MM (if the days are not exactly known or are not relevant).

If the input data have been sampled during the entire year or is representative of the entire year, use the format YYYY-01-01--YYYY-12-31.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Sampling period]]></dd2:Name>
			<dd2:Definition><![CDATA[The period of the year during which the data used for the aggregation were sampled.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="22"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="procedureLOQValue">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[The LOQ is required for hazardous substances and requested for other determinands (if applicable).

When reporting aggregated data please report the highest LOQ of the samples used in the calculation.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Limit of quantification]]></dd2:Name>
			<dd2:Definition><![CDATA[The smallest concentration that can be distinguished from the analytical blank at a chosen level of statistical confidence (usually 95%).]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:float">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultNumberOfSamples">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Number of samples]]></dd2:Name>
			<dd2:Definition><![CDATA[Number of sample values included in the aggregated data.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
			<xs:minInclusive value="1"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultQualityNumberOfSamplesBelowLOQ">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[The value is required for hazardous substances and requested for other determinands (if applicable).]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[undefined]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Number of samples below LOQ]]></dd2:Name>
			<dd2:Definition><![CDATA[Number of sample values below LOQ included in the aggregated data.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultQualityMinimumBelowLOQ">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

Set the value to 'true' if the concentration value was below the LOQ.

Set the value to 'false' if the concentration was above or equal to the LOQ.

Set the value to 'false' if LOQs are not applicable to a specific determinand (e.g. pH or temperature).

Set the value to 'false' if LOQ is not applicable to a specific determinand (e.g. pH or temperature) or if the resultObservationStatus field contains the code indicating missing observed value and the field resultMinimumValue is empty.

A valid alternative to the default boolean values 'false' and 'true' are values '0' and '1', respectively.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Minimum value below LOQ]]></dd2:Name>
			<dd2:Definition><![CDATA[Flag to indicate whether the minimum sample value used for the aggregation was below the analytical limit of quantification (LOQ).]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:boolean">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultMinimumValue">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

If the minimum concentration value of the input data used for the aggregation is below the limit of quantification, enter the limit of quantification itself into the "resultMinimumValue" field and set the field "resultQualityMinimumBelowLOQ" to the value 'true' (or '1').]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Minimum value]]></dd2:Name>
			<dd2:Definition><![CDATA[Minimum sample value of the data used for aggregation.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:float">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultQualityMeanBelowLOQ">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This is a required, not null field.

Set the value to 'true' if the mean value is below the highest LOQ.

Set the value to 'false' if the mean value is above or equal to the highest LOQ.

Set the value to 'false' if LOQ is not applicable to a specific determinand (e.g. pH or temperature) or if the resultObservationStatus field contains the code indicating missing observed value and the field resultMeanValue is empty.

A valid alternative to the default boolean values 'false' and 'true' are values '0' and '1', respectively.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Mean value below LOQ]]></dd2:Name>
			<dd2:Definition><![CDATA[Flag to indicate whether the mean value is below the highest LOQ.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:boolean">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultMeanValue">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

If the calculated annual mean value of the measurements results is below the highest LOQ value, then report the highest LOQ value in the "resultMeanValue" field and report 'True'  (or '1') in the boolean "resultQualityMeanBelowLOQ" field.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Mean value]]></dd2:Name>
			<dd2:Definition><![CDATA[Mean value of the data used for aggregation.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:float">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultQualityMaximumBelowLOQ">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

Set the value to 'true' if the concentration value was below the LOQ.

Set the value to 'false' if the concentration was above or equal to the LOQ.

Set the value to 'false' if LOQ is not applicable to a specific determinand (e.g. pH or temperature) or if the resultObservationStatus field contains the code indicating missing observed value and the field resultMaximumValue is empty.

A valid alternative to the default boolean values 'false' and 'true' are values '0' and '1', respectively.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Maximum value below LOQ ]]></dd2:Name>
			<dd2:Definition><![CDATA[Flag to indicate whether the maximum sample value used for the aggregation was below the analytical limit of quantification (LOQ).]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:boolean">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultMaximumValue">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

If the maximum concentration value of the input data used for the aggregation is below the limit of quantification, enter the limit of quantification itself into the "resultMaximumValue" field and set the field "resultQualityMaximumBelowLOQ" to the value 'true' (or '1').]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Maximum value]]></dd2:Name>
			<dd2:Definition><![CDATA[Maximum sample value of the data used for aggregation.
]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:float">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultQualityMedianBelowLOQ">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

Set the value to 'true' if the median value is below the highest LOQ.

Set the value to 'false' if the median value is above or equal to the highest LOQ.

Set the value to 'false' if LOQ is not applicable to a specific determinand (e.g. pH or temperature) or if the resultObservationStatus field contains the code indicating missing observed value and the field resultMedianValue is empty.

A valid alternative to the default boolean values 'false' and 'true' are values '0' and '1', respectively.]]></dd3:Methodology>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Median value below LOQ ]]></dd2:Name>
			<dd2:Definition><![CDATA[Flag to indicate whether the median value is below the highest LOQ.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:boolean">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultMedianValue">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[This value is required.

If the calculated annual median value of the measurements results is below the highest LOQ value, then report the highest LOQ value in the "resultMedianValue" field and report 'True' (or '1') in the boolean "resultQualityMedianBelowLOQ" field.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Median value]]></dd2:Name>
			<dd2:Definition><![CDATA[Median value of the data used for aggregation.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:float">
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultStandardDeviationValue">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[When calculating the sample standard deviation please note that values below the LOQ should be replaced by 0.5*LOQ.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Sample standard deviation value]]></dd2:Name>
			<dd2:Definition><![CDATA[Standard deviation value of the data used for aggregation.
]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:float">
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultNumberOfSitesClass1">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[Required for nitrate, nitrite, ammonium and dissolved oxygen in groundwater only.

The Class 1 boundaries for the individual determinands are defined as follows:
- Ammonium <= 0.1 mg/l
- Dissolved Oxygen <= 2 mg/l
- Nitrate <= 10 mg/l
- Nitrite <= 0.01 mg/l]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Number of sites in Class 1 ]]></dd2:Name>
			<dd2:Definition><![CDATA[Number of monitoring sites with annual average concentration of the given determinand within Class 1 boundaries.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultNumberOfSitesClass2">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[Required for nitrate, nitrite, ammonium and dissolved oxygen in groundwater only.

The Class 2 boundaries for the individual determinands are defined as follows:
- Ammonium between > 0.1 and <= 0.3 mg/l
- Dissolved Oxygen between > 2 and <= 5 mg/l
- Nitrate between > 10 and <= 25 mg/l
- Nitrite between > 0.01 and <= 0.03 mg/l]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Number of sites in Class 2 ]]></dd2:Name>
			<dd2:Definition><![CDATA[Number of monitoring sites with annual average concentration of the given determinand within Class 2 boundaries.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultNumberOfSitesClass3">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[Required for nitrate, nitrite, ammonium and dissolved oxygen in groundwater only.

The Class 3 boundaries for the individual determinands are defined as follows:
- Ammonium between > 0.3 and <= 0.5 mg/l
- Dissolved Oxygen > 5 mg/l
- Nitrate between > 25 and <= 50 mg/l
- Nitrite between > 0.03 and <= 0.06 mg/l
]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Number of sites in Class 3]]></dd2:Name>
			<dd2:Definition><![CDATA[Number of monitoring sites with annual average concentration of the given determinand within Class 3 boundaries.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultNumberOfSitesClass4">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[Required for nitrate, nitrite and ammonium in groundwater only.

The Class 4 boundaries for the individual determinands are defined as follows:
- Ammonium > 0.5 mg/l
- Dissolved Oxygen - not relevant, keep blank
- Nitrate > 50 mg/l
- Nitrite between > 0.06 and <= 0.1 mg/l]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Number of sites in Class 4]]></dd2:Name>
			<dd2:Definition><![CDATA[Number of monitoring sites with annual average concentration of the given determinand within Class 4 boundaries.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultNumberOfSitesClass5">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Methodology><![CDATA[Required for nitrite in groundwater only.

The Class 5 boundaries for the individual determinands are defined as follows:
- Ammonium - not relevant, keep blank
- Dissolved Oxygen - not relevant, keep blank
- Nitrate - not relevant, keep blank
- Nitrite > 0.1 mg/l]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd2:Name><![CDATA[Number of sites in Class 5]]></dd2:Name>
			<dd2:Definition><![CDATA[Number of monitoring sites with annual average concentration of the given determinand within Class 5 boundaries.]]></dd2:Definition>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="resultObservationStatus">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Owner><![CDATA[4037322]]></dd3:Owner>
			<dd3:Responsible><![CDATA[4040959]]></dd3:Responsible>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd3:Methodology><![CDATA[- Use the 'A' observation status flag to confirm that the given record is correct. The flag should not be applied to all valid records. It is intended for confirmation of extremely high or low values or for other special cases where confirmation is needed or is relevant.

The following four codes ('O', 'M', 'L', 'N') are applicable to missing or zero values:

- Use the 'O' observation status flag if the value is missing and no further information is available as to the reason why.

- Use the 'M' observation status flag if the value is missing because the data cannot exist (e.g. the value can't be reported due to a missing observed value source in the respective spatial unit).

- Use the 'L' observation status flag if the value is missing because the data was not collected.

- Use the 'N' observation status flag if the value is missing because it isn't relevant or significant. 

Three codes ('W', 'X' and 'Y') describe situations where the specific source categories do not follow the standard definition:

- Use the 'W' observation status flag if the observed value for a specific source category is missing because the data is reported under other source categories. Use the "Remarks" field to specify the other source categories.

- Use the 'X' observation status flag if the reported value for a specific source category includes data from other source categories. Use the "Remarks" field to specify the other source categories represented by the reported value.

- Use the 'Y' observation status flag if the definition of a specific source category does not exactly match the standard definition, because it includes also other sources not belonging to the specific category. Use the "Remarks" field to provide additional information on the other sources.

- Use 'Z' observation status flag to identify previously reported records that should be deleted. Explanation for the reason why it should be deleted can be provided in the Remarks field.]]></dd3:Methodology>
			<dd2:Definition><![CDATA[Status of the observed value in terms of its availability, relevancy, correctness or specifics of its source category.]]></dd2:Definition>
			<dd2:Name><![CDATA[Observation status flag]]></dd2:Name>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="A"/>
			<xs:enumeration value="L"/>
			<xs:enumeration value="M"/>
			<xs:enumeration value="N"/>
			<xs:enumeration value="O"/>
			<xs:enumeration value="W"/>
			<xs:enumeration value="X"/>
			<xs:enumeration value="Y"/>
			<xs:enumeration value="Z"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>
<xs:element name="Remarks">
	<xs:annotation>
		<xs:documentation xml:lang="en">
			<dd3:Responsible><![CDATA[4035025]]></dd3:Responsible>
			<dd3:obligation><![CDATA[4031383]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031486]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031497]]></dd3:obligation>
			<dd3:obligation><![CDATA[4031411]]></dd3:obligation>
			<dd3:PublicOrInternal><![CDATA[Public attribute]]></dd3:PublicOrInternal>
			<dd3:Methodology><![CDATA[This field can be used to provide additional information about the record.]]></dd3:Methodology>
			<ddnull:languageUsed><![CDATA[No]]></ddnull:languageUsed>
			<dd2:Definition><![CDATA[Remarks, comments or explanatory notes.]]></dd2:Definition>
			<dd2:Name><![CDATA[Remarks]]></dd2:Name>
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="1000"/>
		</xs:restriction>
	</xs:simpleType>
</xs:element>

</xs:schema>