<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=599" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dd609="http://dd.eionet.europa.eu/namespace.jsp?ns_id=609" xmlns:dd2="http://dd.eionet.europa.eu/namespace.jsp?ns_id=2" xmlns:dd3="http://dd.eionet.europa.eu/namespace.jsp?ns_id=3" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=609" schemaLocation="http://dd.eionet.europa.eu/GetContainerSchema?id=TBL11212"/>
	<xs:element name="BWQD_2006_MonitoringResults">
		<xs:annotation>
			<xs:documentation xml:lang="en">
				<dd2:Name><![CDATA[Monitoring results of bathing waters]]></dd2:Name>
				<dd2:Definition><![CDATA[Monitoring results of bathing waters data table contains results of the monitoring for each bathing water and in combination with the other data tables, it holds all the information necessary to assess the quality of the bathing water for the reported bathing season and are requested from EU Member States on an annual basis.]]></dd2:Definition>
				<dd3:Methodology><![CDATA[Every country should deliver data table through Reportnet in xls or xml data file on annual basis. The attributes are reported for a bathing water or a group of bathing waters.]]></dd3:Methodology>
				<dd2:Keyword><![CDATA[Water]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[water quality]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[River]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Lake]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Sea]]></dd2:Keyword>
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Row" minOccurs="1" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="dd609:BWID" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd609:GroupID" minOccurs="0" maxOccurs="1"/>
							<xs:element ref="dd609:SampleDate" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd609:ConcIE" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd609:ConcEC" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd609:Rem" minOccurs="0" maxOccurs="1"/>
						</xs:sequence>
						<xs:attribute name="status" type="xs:string" use="optional"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
		<xs:key name="PK_Row_ID">
			<xs:selector xpath=".//Row" />
			<xs:field xpath="dd609:BWID" />
			<xs:field xpath="dd609:SampleDate" />
		</xs:key>
	</xs:element>
</xs:schema>