<?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:dd607="http://dd.eionet.europa.eu/namespace.jsp?ns_id=607" 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=607" schemaLocation="http://dd.eionet.europa.eu/GetContainerSchema?id=TBL10085"/>
	<xs:element name="BWQD_2006_AbnormalSituations">
		<xs:annotation>
			<xs:documentation xml:lang="en">
				<dd2:Name><![CDATA[Abnormal situations]]></dd2:Name>
				<dd2:Definition><![CDATA[Abnormal situations table contains an event or combination of events impacting on bathing water quality at the location concerned and not expected to occur on average more than once every four years.]]></dd2:Definition>
				<dd3:Methodology><![CDATA[Every country should deliver data table through Reportnet in xls or xml data file after the end of the impact of an abnormal situation. New samples shall be taken as soon as possible after the end of the abnormal situation to replace samples that are missing due to the abnormal situation.]]></dd3:Methodology>
				<dd2:Keyword><![CDATA[Sea]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[water quality]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Lake]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[River]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Water]]></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="dd607:BWID" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd607:GroupID" minOccurs="0" maxOccurs="1"/>
							<xs:element ref="dd607:StartDateA" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd607:EndDateA" minOccurs="1" 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="dd607:BWID" />
			<xs:field xpath="dd607:StartDateA" />
			<xs:field xpath="dd607:EndDateA" />
		</xs:key>
	</xs:element>
</xs:schema>