<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/namespace.jsp?ns_id=927" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dd929="http://dd.eionet.europa.eu/namespace.jsp?ns_id=929" 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=929" schemaLocation="http://dd.eionet.europa.eu/GetContainerSchema?id=TBL11545"/>
	<xs:element name="SeasonalPeriod">
		<xs:annotation>
			<xs:documentation xml:lang="en">
				<dd2:Keyword><![CDATA[Inland water]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Lake]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[River]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Sea]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Surface water]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Water]]></dd2:Keyword>
				<dd2:Keyword><![CDATA[Water quality]]></dd2:Keyword>
				<dd3:Consulted><![CDATA[4052063]]></dd3:Consulted>
				<dd2:Name><![CDATA[Seasonal period]]></dd2:Name>
				<dd3:ShortDescription><![CDATA[Description of the bathing water season and other applicable periods.]]></dd3:ShortDescription>
			</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Row" minOccurs="1" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="dd929:season" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd929:bathingWaterIdentifier" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd929:periodType" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd929:startDate" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd929:endDate" minOccurs="1" maxOccurs="1"/>
							<xs:element ref="dd929:managementMeasures" minOccurs="0" maxOccurs="1"/>
							<xs:element ref="dd929:Remarks" 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="dd929:season" />
			<xs:field xpath="dd929:bathingWaterIdentifier" />
			<xs:field xpath="dd929:periodType" />
			<xs:field xpath="dd929:startDate" />
			<xs:field xpath="dd929:endDate" />
		</xs:key>
	</xs:element>
</xs:schema>