View schema

There are 0 QA scripts and 0 conversion scripts registered for this schema.

<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/schemas/Floods/FDcommon" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://dd.eionet.europa.eu/schemas/Floods/FDcommon" xmlns:dc="http://purl.org/dc/elements/1.1/" elementFormDefault="qualified">
	<xs:annotation>
		<xs:documentation>
				This schema defines the common types used by  Floods Directives reporting schemas. It is a reference schema only and does not have its own instance.
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="NumberDecimalBaseType">
		<xs:restriction base="xs:decimal">
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String1000TypeMin1">
		<xs:annotation>
			<xs:documentation>String of up to 1000 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String3_150Type">
		<xs:annotation>
			<xs:documentation>String from 3 to 150 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="3"/>
			<xs:maxLength value="150"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FeatureUniqueEUCodeType">
		<xs:annotation>
			<xs:documentation>Type for EU code, allows up to 42 characters (unique code within MS prefixed with country ISO 2 character code</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="3"/>
			<xs:maxLength value="42"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String2000Type">
		<xs:annotation>
			<xs:documentation>Type to enter string of 1 to 2000 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="2000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CountryCode_enum">
		<xs:annotation>
			<xs:documentation>Unique 2 character ISO Code for the EU Member States</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="AT - Austria">
				<xs:annotation>
					<xs:documentation>Austria</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AD - Andorra">
				<xs:annotation>
					<xs:documentation>Andorra</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AL - Albania">
				<xs:annotation>
					<xs:documentation>Albania</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AM - Armenia">
				<xs:annotation>
					<xs:documentation>Armenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AZ - Azerbaijan">
				<xs:annotation>
					<xs:documentation>Azerbaijan</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BA - Bosnia and Herzegovina">
				<xs:annotation>
					<xs:documentation>Bosnia and Herzegovina</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BE - Belgium">
				<xs:annotation>
					<xs:documentation>Belgium</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BG - Bulgaria">
				<xs:annotation>
					<xs:documentation>Bulgaria</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="BY - Belarus">
				<xs:annotation>
					<xs:documentation>Belarus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CH - Switzerland">
				<xs:annotation>
					<xs:documentation>Switzerland</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CY - Cyprus">
				<xs:annotation>
					<xs:documentation>Cyprus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CZ - Czech Republic">
				<xs:annotation>
					<xs:documentation>Czech Republic</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DE - Germany">
				<xs:annotation>
					<xs:documentation>Germany</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="DK - Denmark">
				<xs:annotation>
					<xs:documentation>Denmark</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EE - Estonia">
				<xs:annotation>
					<xs:documentation>Estonia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ES - Spain">
				<xs:annotation>
					<xs:documentation>Spain</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="FI - Finland">
				<xs:annotation>
					<xs:documentation>Finland</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="FR - France">
				<xs:annotation>
					<xs:documentation>France</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GE - Georgia">
				<xs:annotation>
					<xs:documentation>Georgia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GI - Gibraltar">
				<xs:annotation>
					<xs:documentation>Gibraltar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GR - Greece">
				<xs:annotation>
					<xs:documentation>Greece</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HR - Croatia">
				<xs:annotation>
					<xs:documentation>Croatia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HU - Hungary">
				<xs:annotation>
					<xs:documentation>Hungary</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IE - Ireland">
				<xs:annotation>
					<xs:documentation>Ireland</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IS - Iceland">
				<xs:annotation>
					<xs:documentation>Iceland</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IT - Italy">
				<xs:annotation>
					<xs:documentation>Italy</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="KG - Kyrgyzstan">
				<xs:annotation>
					<xs:documentation>Kyrgyzstan</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="KZ - Kazakhstan">
				<xs:annotation>
					<xs:documentation>Kazakhstan</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LI - Liechtenstein">
				<xs:annotation>
					<xs:documentation>Liechtenstein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LT - Lithuania">
				<xs:annotation>
					<xs:documentation>Lithuania</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LU - Luxembourg">
				<xs:annotation>
					<xs:documentation>Luxembourg</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LV - Latvia">
				<xs:annotation>
					<xs:documentation>Latvia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MC - Monaco">
				<xs:annotation>
					<xs:documentation>Monaco</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MD - Moldova">
				<xs:annotation>
					<xs:documentation>Moldova</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="ME - Montenegro">
				<xs:annotation>
					<xs:documentation>Montenegro</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MK - FYR of Macedonia">
				<xs:annotation>
					<xs:documentation>The former Yugoslav Republic of Macedonia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="MT - Malta">
				<xs:annotation>
					<xs:documentation>Malta</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NL - Netherlands">
				<xs:annotation>
					<xs:documentation>Netherlands</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NO - Norway">
				<xs:annotation>
					<xs:documentation>Norway</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PL - Poland">
				<xs:annotation>
					<xs:documentation>Poland</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PT - Portugal">
				<xs:annotation>
					<xs:documentation>Portugal</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RO - Romania">
				<xs:annotation>
					<xs:documentation>Romania</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RS - Serbia">
				<xs:annotation>
					<xs:documentation>Serbia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RU - Russian Federation">
				<xs:annotation>
					<xs:documentation>Russian Federation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SE - Sweden">
				<xs:annotation>
					<xs:documentation>Sweden</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SI - Slovenia">
				<xs:annotation>
					<xs:documentation>Slovenia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="SK - Slovakia">
				<xs:annotation>
					<xs:documentation>Slovakia</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TJ - Tajikistan">
				<xs:annotation>
					<xs:documentation>Tajikistan</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TM - Turkmenistan">
				<xs:annotation>
					<xs:documentation>Turkmenistan</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="TR - Turkey">
				<xs:annotation>
					<xs:documentation>Turkey</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="UA - Ukraine">
				<xs:annotation>
					<xs:documentation>Ukraine</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="UK - United Kingdom">
				<xs:annotation>
					<xs:documentation>United Kingdom</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="UZ - Uzbekistan">
				<xs:annotation>
					<xs:documentation>Uzbekistan</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="XK - Kosovo">
				<xs:annotation>
					<xs:documentation>Kosovo (under UNSCR 1244/99)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DataConfidentialityClassificationCode_Enum">
		<xs:annotation>
			<xs:documentation>Codes for data security classification:
				001 = Unclassified - available for general circulation and public
				003 = Confidential - available for EC reporting only
			</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="001 - Unclassified">
				<xs:annotation>
					<xs:documentation>Unclassified - available for general circulation </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="003 - Confidential">
				<xs:annotation>
					<xs:documentation>Confidential - available for EC reporting</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="LanguageCode_Enum">
		<xs:annotation>
			<xs:documentation>Unique 2 character ISO Code for the EU Member States language (the codes used are the ISO codes 639-1 in force, alpha-2 code)
			
	bg=Bulgarian
	es=Spanish
	cs=Czech
	da=Danish
	de=German
	et=Estonian
	el=Greek
	en=English
	fr=French
	ga=Irish
	hr=Croatian
	ic=Icelandic
	it=Italian
	lv=Latvian
	lt=Lithuanian
	hu=Hungarian
	mt=Maltese
	nl=Dutch
	no=Norwegian
	pl=Polish
	pt=Portuguese
	ro=Romanian
	sk=Slovak
	sl=Slovenian
	sr=Serbian
	tr=Tyrkish
	fi=Finnish
	sv=Swedish</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="az - Azerbaijani"/>
			<xs:enumeration value="be - Belarusian"/>
			<xs:enumeration value="bg - Bulgarian"/>
			<xs:enumeration value="bs - Bosnian"/>
			<xs:enumeration value="ca - Catalan"/>
			<xs:enumeration value="cs - Czech"/>
			<xs:enumeration value="da - Danish"/>
			<xs:enumeration value="de - German"/>
			<xs:enumeration value="el - Greek"/>
			<xs:enumeration value="en - English"/>
			<xs:enumeration value="es - Spanish"/>
			<xs:enumeration value="et - Estonian"/>
			<xs:enumeration value="fi - Finnish"/>
			<xs:enumeration value="fr - French"/>
			<xs:enumeration value="ga - Irish"/>
			<xs:enumeration value="hr - Croatian"/>
			<xs:enumeration value="hu - Hungarian"/>
			<xs:enumeration value="hy - Armenian"/>
			<xs:enumeration value="is - Icelandic"/>
			<xs:enumeration value="it - Italian"/>
			<xs:enumeration value="ka - Georgian"/>
			<xs:enumeration value="kk - Kazakh"/>
			<xs:enumeration value="ky - Kyrgyz"/>
			<xs:enumeration value="lb - Luxembourgish"/>
			<xs:enumeration value="lt - Lithuanian"/>
			<xs:enumeration value="lv - Latvian"/>
			<xs:enumeration value="me - Montenegrin"/>
			<xs:enumeration value="mk - Macedonian"/>
			<xs:enumeration value="mt - Maltese"/>
			<xs:enumeration value="nl - Dutch"/>
			<xs:enumeration value="no - Norwegian"/>
			<xs:enumeration value="pl - Polish"/>
			<xs:enumeration value="pt - Portuguese"/>
			<xs:enumeration value="rm - Rhaeto-Romance"/>
			<xs:enumeration value="ro - Romanian"/>
			<xs:enumeration value="ru - Russian"/>
			<xs:enumeration value="sk - Slovak"/>
			<xs:enumeration value="sl - Slovenian"/>
			<xs:enumeration value="sq - Albanian"/>
			<xs:enumeration value="sr - Serbian"/>
			<xs:enumeration value="sv - Swedish"/>
			<xs:enumeration value="tg - Tajik"/>
			<xs:enumeration value="tk - Turkmen"/>
			<xs:enumeration value="tr - Turkish"/>
			<xs:enumeration value="uk - Ukrainian"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String1000Type">
		<xs:annotation>
			<xs:documentation>String of up to 1000 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="10"/>
			<xs:maxLength value="1000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DateTypeYearType">
		<xs:annotation>
			<xs:documentation>Both date type yyyy-mm-dd, yyyy-mm and yyyy allowed and the exception types (-9999=Unknown, -8888=Yet to be measured, -7777=Not Applicable)</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="xs:date xs:gYear xs:gYearMonth NumberExceptionType"/>
	</xs:simpleType>
	<xs:simpleType name="NumberPercentageType">
		<xs:annotation>
			<xs:documentation>Percentage with option for exceptions</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="NumberPercentageBaseType NumberExceptionType"/>
	</xs:simpleType>
	<xs:simpleType name="NumberPercentageBaseType">
		<xs:annotation>
			<xs:documentation>Percentage with 3 decimal places</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="3"/>
			<xs:maxInclusive value="100"/>
			<xs:minInclusive value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="GeographicScale_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="GS_1 - International">
				<xs:annotation>
					<xs:documentation>International</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_2 - National">
				<xs:annotation>
					<xs:documentation>National</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_3 - RBD">
				<xs:annotation>
					<xs:documentation>River Basin District (WFD)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_4 - UoM">
				<xs:annotation>
					<xs:documentation>Specific Unit of Management</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_5 - APSFR">
				<xs:annotation>
					<xs:documentation>Area of Potential Significant Flood Risk</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_6 - River basin">
				<xs:annotation>
					<xs:documentation>River basin</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_7 - Sub basin">
				<xs:annotation>
					<xs:documentation>Sub basin</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_8 - Coastal area">
				<xs:annotation>
					<xs:documentation>Coastal area</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_9 - Water body">
				<xs:annotation>
					<xs:documentation>Water body</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="GS_10 - Other">
				<xs:annotation>
					<xs:documentation>Other (if different from measure location e.g. urban area, infrastructural asset)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WiseDate">
		<xs:restriction base="xs:date">
			<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WiseDateTime">
		<xs:restriction base="xs:dateTime">
			<xs:pattern value="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WiseDateTimeType">
		<xs:annotation>
			<xs:documentation>Dates must be reported using the ISO 8601 extended format:  YYYY-MM-DD, for days; YYYY-MM, for months; YYYY, for years. (If necessary, or convenient, time values can be reported. The ISO 8601 extended format for UTC time should be used.)</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="WiseDate WiseDateTime WiseYear WiseYearMonth"/>
	</xs:simpleType>
	<xs:simpleType name="WiseYear">
		<xs:restriction base="xs:gYear">
			<xs:pattern value="\d{4}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WiseYearMonth">
		<xs:restriction base="xs:gYearMonth">
			<xs:pattern value="\d{4}-\d{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="YearMonthType">
		<xs:annotation>
			<xs:documentation>2016 Date in the format YYYY-MM</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="([0-9]{4}-[0-1]{1}[0-9]{1})"/>
			<xs:length value="7"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WiseEvolutionTypeValue">
		<xs:restriction base="xs:string">
			<xs:enumeration value="aggregation - aggregation">
				<xs:annotation>
					<xs:documentation>The spatial object being reported is the result of the spatial aggregation of two or more existing spatial objects, and replaces the previously reported objects (i.e. the objects being aggregated).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="change - change">
				<xs:annotation>
					<xs:documentation>The spatial object identifier has not changed since the object was last reported. Minor changes to the geometry are reported (e.g. minor adjustments to the delineation or locations, improved geometry resulting from a new spatial data source, etc.), or updates to other attributes.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="changeBothAggregationAndSplitting - changeBothAggregationAndSplitting">
				<xs:annotation>
					<xs:documentation>The spatial object being reported is the result of the combined spatial aggregation and splitting of two or more existing spatial objects, and replaces the previously existing objects (i.e. the objects being aggregated and/or split).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="changeCode - changeCode">
				<xs:annotation>
					<xs:documentation>The spatial object being reported replaces a previously reported object, simply due to a change in the identifier. Minor changes to the geometry can be reported (e.g. minor adjustments to the delineation or locations, improved geometry resulting from a new spatial data source, etc.). Updates to other attributes can also be reported. Note that the previously reported object will be flagged for 'deletion' and is replaced by the newly report object.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="changeExtendedArea - changeExtendedArea">
				<xs:annotation>
					<xs:documentation>The spatial object identifier has not changed since the object was last reported. Relevant changes to the geometry are being be reported, which result in an increase of the area of the object. Updates to other attributes can also be reported.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="changeReducedArea - changeReducedArea">
				<xs:annotation>
					<xs:documentation>The spatial object identifier has not changed since the object was last reported. Relevant changes to the geometry are being be reported, which result in a decrease of the area of the object. Updates to other attributes can also be reported.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="creation - creation">
				<xs:annotation>
					<xs:documentation>The spatial object being reported is new and does not replace any previously reported objects.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="deletion - deletion">
				<xs:annotation>
					<xs:documentation>The spatial object being reported is no longer in use. Depending of the specific case, the object may be replaced by other objects (e.g. if it was split), or it may simply be retired (in which case it it will have no successors).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="noChange - noChange">
				<xs:annotation>
					<xs:documentation>The spatial object identifier and geometry have not changed since the object was last reported.  Updates to other attributes can be reported.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="splitting - splitting">
				<xs:annotation>
					<xs:documentation>The spatial object being reported is the result of the spatial splitting of one existing spatial object, and replaces the previously reported object (i.e. the object being split).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WiseLanguageCode_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="alb"/>
			<xs:enumeration value="arm"/>
			<xs:enumeration value="baq"/>
			<xs:enumeration value="bel"/>
			<xs:enumeration value="bul"/>
			<xs:enumeration value="cat"/>
			<xs:enumeration value="cze"/>
			<xs:enumeration value="dan"/>
			<xs:enumeration value="dut"/>
			<xs:enumeration value="eng"/>
			<xs:enumeration value="est"/>
			<xs:enumeration value="fao"/>
			<xs:enumeration value="fin"/>
			<xs:enumeration value="fre"/>
			<xs:enumeration value="geo"/>
			<xs:enumeration value="ger"/>
			<xs:enumeration value="gle"/>
			<xs:enumeration value="glg"/>
			<xs:enumeration value="gre"/>
			<xs:enumeration value="hrv"/>
			<xs:enumeration value="hun"/>
			<xs:enumeration value="ice"/>
			<xs:enumeration value="ita"/>
			<xs:enumeration value="lav"/>
			<xs:enumeration value="lit"/>
			<xs:enumeration value="ltz"/>
			<xs:enumeration value="mac"/>
			<xs:enumeration value="mis"/>
			<xs:enumeration value="mlt"/>
			<xs:enumeration value="nor"/>
			<xs:enumeration value="pol"/>
			<xs:enumeration value="por"/>
			<xs:enumeration value="roh"/>
			<xs:enumeration value="rum"/>
			<xs:enumeration value="rus"/>
			<xs:enumeration value="slo"/>
			<xs:enumeration value="slv"/>
			<xs:enumeration value="spa"/>
			<xs:enumeration value="srp"/>
			<xs:enumeration value="swe"/>
			<xs:enumeration value="tur"/>
			<xs:enumeration value="ukr"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CharacteristicsofFlooding_Enum">
		<xs:annotation>
			<xs:documentation>Define relevant characteristics of flooding. The list are in line with table A3 from list of flood types from February 2011 (version 6).	
		One or more options can be selected.

A31=Flash Flood: A flood that rises and falls quite rapidly with little or no advance warning, usually the result of intense rainfall over a relatively small area.

A36=Debris Flow: A flood conveying a high degree of debris.

A39=Other characteristics, or no special characteristics.

A40=No data available on characteristics of flooding,

A41=Characteristics of flooding uncertain.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="A31 - Flash Flood">
				<xs:annotation>
					<xs:documentation>A flood that rises and falls quite rapidly with little or no advance warning, usually the result of intense rainfall over a relatively small area.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A32 - Snow Melt Flood">
				<xs:annotation>
					<xs:documentation>Flooding due to rapid snow melt, possibly in combination with rainfall or blockage due to ice jams.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A33 - Other rapid onset">
				<xs:annotation>
					<xs:documentation>A flood which develops quickly, other than a flash flood.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A34 - Medium onset flood">
				<xs:annotation>
					<xs:documentation>An onset of flooding that occurs at a slower rate than a flash flood.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A35 - Slow onset flood">
				<xs:annotation>
					<xs:documentation>A flood which takes a longer time to develop.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A36 - Debris Flow">
				<xs:annotation>
					<xs:documentation>A flood conveying a high degree of debris.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A37 - High Velocity Flow">
				<xs:annotation>
					<xs:documentation>A flood where the floodwaters are flowing at a high velocity.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A38 - Deep Flood">
				<xs:annotation>
					<xs:documentation>A flood where the floodwaters are of significant depth.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A39 - Other characteristics">
				<xs:annotation>
					<xs:documentation>Other characteristics, or no special characteristics.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A40 - No data">
				<xs:annotation>
					<xs:documentation>No data available on characteristics of flooding</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MechanismofFlooding_Enum">
		<xs:annotation>
			<xs:documentation>Define relevant mechanism of flooding. The list are in line with table A2 from list of flood types from February 2011 (version 6).
				One or more options can be selected.
		
A21=Natural Exceedance: Flooding of land by waters exceeding the capacity of their carrying channel or the level of adjacent lands.

A22=Defence Exceedance: Flooding of land due to floodwaters overtopping flood defences. 

A23=Defence or Infrastructural Failure:Flooding of land due to the failure of natural or artificial defences or infrastructure. This mechanism of flooding could include the breaching or collapse of a flood defence or retention structure, or the failure in operation of pumping equipment or gates. 

A24=Blockage / Restriction: Flooding of land due to a natural or artificial blockage or restriction of a conveyance channel or system. This mechanism of flooding could include the blockage of sewerage systems or due to restrictive channel structures such as bridges or culverts or arising from ice jams or land slides.

A25=Other: Flooding of land by water due to other mechanisms, for instance windsetup floods.

A26= No data available on the mechanism of flooding
A27=Mechanism of flooding uncertain</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="A21 - Natural exceedance">
				<xs:annotation>
					<xs:documentation>Flooding of land by waters exceeding the capacity of their carrying channel or the level of adjacent lands.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A22 - Defence exceedance">
				<xs:annotation>
					<xs:documentation>Flooding of land due to floodwaters overtopping flood defences. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A23 - Defence failure">
				<xs:annotation>
					<xs:documentation>Flooding of land due to the failure of natural or artificial defences or infrastructure. This mechanism of flooding could include the breaching or collapse of a flood defence or retention structure, or the failure in operation of pumping equipment or gates.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A24 - Blockage">
				<xs:annotation>
					<xs:documentation>Flooding of land due to a natural or artificial blockage or restriction of a conveyance channel or system. This mechanism of flooding could include the blockage of sewerage systems or due to restrictive channel structures such as bridges or culverts or arising from ice jams or landslides. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A25 - Other">
				<xs:annotation>
					<xs:documentation>Flooding of land by water due to other mechanisms, for instance wind setup floods. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A26 - No data">
				<xs:annotation>
					<xs:documentation>No data available on the mechanism of flooding</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SourceofFlooding_Enum">
		<xs:annotation>
			<xs:documentation>Define relevant source of flooding. The list are in line with table A1 from list of flood types from February 2011 (version 6).

One or more options can be selected.

A11=Fluvial:	Flooding of land by waters originating from part of a natural drainage system, including natural or modified drainage channels. This source could include flooding from rivers, streams, drainage channels, mountain torrents and ephemeral watercourses, lakes and floods arising from snow melt.

A12=Pluvial:	Flooding of land directly from rainfall water falling on, or flowing over, the land. This source could include urban storm water, rural overland flow or excess water, or overland floods arising from snowmelt.

A13=Groundwater:	Flooding of land by waters from underground rising to above the land surface. This source could include rising groundwater and underground flow from elevated surface waters.

A14=Sea Water: Flooding of land by water from the sea, estuaries or coastal lakes. This source could include flooding from the sea (e.g., extreme tidal level and / or storm surges) or arising from wave action or coastal tsunamis.

A15=Artificial Water-Bearing Infrastructure: Flooding of land by water arising from artificial, water-bearing infrastructure or failure of such infrastructure. This source could include flooding arising from sewerage systems (including storm water, combined and foul sewers), water supply and wastewater treatment systems, artificial navigation canals and impoundments (e.g., dams and reservoirs).

A16=Other: Flooding of land by water due to other sources, can include other tsunamis. 


	- A17=No data available on the source of flooding
	- A18=Source of flooding uncertain</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="A11 - Fluvial">
				<xs:annotation>
					<xs:documentation>Flooding of land by waters originating from part of a natural drainage system, including natural or modified drainage channels. This source could include flooding from rivers, streams, drainage channels, mountain torrents and ephemeral watercourses, lakes and floods arising from snow melt.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A12 - Pluvial">
				<xs:annotation>
					<xs:documentation>Flooding of land directly from rainfall water falling on, or flowing over, the land. This source could include urban storm water, rural overland flow or excess water, or overland floods arising from snow melt. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A13 - Groundwater">
				<xs:annotation>
					<xs:documentation>Flooding of land by waters from underground rising to above the land surface. This source could include rising groundwater and underground flow from elevated surface waters. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A14 - Sea Water">
				<xs:annotation>
					<xs:documentation>Flooding of land by water from the sea, estuaries or coastal lakes. This source could include flooding from the sea (e.g., extreme tidal level and / or storm surges) or arising from wave action or coastal tsunamis.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A15 - Artificial Water Bearing Infrastructure">
				<xs:annotation>
					<xs:documentation>Flooding of land by water arising from artificial, water-bearing infrastructure or failure of such infrastructure. This source could include flooding arising from sewerage systems (including storm water, combined and foul sewers), water supply and wastewater treatment systems, artificial navigation canals and impoundments (e.g., dams and reservoirs). </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A16 - Other">
				<xs:annotation>
					<xs:documentation>Flooding of land by water due to other sources, can include other tsunamis. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A17 - No data">
				<xs:annotation>
					<xs:documentation>No data available on the source of flooding.  Cannot be selected for floods
post Dec 2011.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FeatureUniqueCodeType">
		<xs:annotation>
			<xs:documentation>Type for unique code within the Member State for the feature</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="42"/>
			<xs:whiteSpace value="collapse"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="ReferenceType">
		<xs:annotation>
			<xs:documentation>ReferenceType:	Reference Structure
All the references to Methodology</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:choice minOccurs="1" maxOccurs="1">
				<xs:element name="Hyperlink" type="URLType" minOccurs="1" maxOccurs="1"/>
				<xs:element name="FileName" type="String50Type" minOccurs="1" maxOccurs="1"/>
			</xs:choice>
			<xs:element name="Bookmark" type="String250Type" minOccurs="1" maxOccurs="1"/>
			<xs:element name="DocumentName" type="String250Type" minOccurs="1" maxOccurs="1"/>
			<xs:element name="Subject" type="String250Type" minOccurs="1" maxOccurs="1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="YesNoCode">
		<xs:annotation>
			<xs:documentation>Yes/No Code: Yes=Y; No=N</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="Y"/>
			<xs:enumeration value="N"/>
			<xs:enumeration value=""/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="HistoricalSignificantFloodsCriteria_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="HSFC_1 - Flooded area">
				<xs:annotation>
					<xs:documentation>Flooded area</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_2 - Residents affected">
				<xs:annotation>
					<xs:documentation>Number of residents in flooded area</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_3 - Buildings affected">
				<xs:annotation>
					<xs:documentation>Number of buildings affected</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_4 - Commercial area">
				<xs:annotation>
					<xs:documentation>Affected area with commercial or industrial use</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_5 - Level of damage">
				<xs:annotation>
					<xs:documentation>Level of damage caused (e.g. high, medium, low)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_6 - Amount compensation">
				<xs:annotation>
					<xs:documentation>Required amount of money in compensation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_7 - Return period">
				<xs:annotation>
					<xs:documentation>Return period or probability of occurrence</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_8 - Infrastructure affected">
				<xs:annotation>
					<xs:documentation>Infrastructure affected</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_9 - Community assets">
				<xs:annotation>
					<xs:documentation>Community assets affected</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_10 - Duration">
				<xs:annotation>
					<xs:documentation>Duration of occurrence</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_11 - Speed of onset">
				<xs:annotation>
					<xs:documentation>Speed of onset of flood</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_12 - Triggered warning level">
				<xs:annotation>
					<xs:documentation>Whether a specific flood warning level was triggered</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_13 - Weighting systems">
				<xs:annotation>
					<xs:documentation>Specific weighting systems/benchmark defined to assess significance</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_14 - Expert Judgement">
				<xs:annotation>
					<xs:documentation>Expert Judgement</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="HSFC_15 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String250Type">
		<xs:annotation>
			<xs:documentation>String of up to 250 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="250"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PotentialAdverseConsequencesCriteria_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="PACC_1 - Residents affected">
				<xs:annotation>
					<xs:documentation>Potential number of permanent residents affected by the flood extent in flood plains</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_2 - Value property">
				<xs:annotation>
					<xs:documentation>Potential value/area of property affected (residential and non-residential)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_3 - Buildings affected">
				<xs:annotation>
					<xs:documentation>Potential number of buildings affected (residential and non-residential)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_4 - Infrastructural assets">
				<xs:annotation>
					<xs:documentation>Potential adverse consequences to infrastructural assets</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_5 - Exceedance threshold">
				<xs:annotation>
					<xs:documentation>Damage potential exceeds specific threshold (area)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_6 - Economic damage">
				<xs:annotation>
					<xs:documentation>Potential economic damage</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_7 - Waterbodies">
				<xs:annotation>
					<xs:documentation>Potential adverse consequences on water bodies</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_8 - Pollution from industry">
				<xs:annotation>
					<xs:documentation>Potential sources of pollution triggered from industrial installations</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_9 - Rural land use">
				<xs:annotation>
					<xs:documentation>Potential adverse consequences to rural land use</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_10 - Economic activity">
				<xs:annotation>
					<xs:documentation>Potential adverse consequences to economic activity (e.g. manufacturing, service and construction industries)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_11 - Cultural assets">
				<xs:annotation>
					<xs:documentation>Potential adverse impacts on cultural assets and cultural landscapes</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_12 - Recurrence periods">
				<xs:annotation>
					<xs:documentation>Recurrence periods or probability of exceedance</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_13 - Recurrence periods with land use">
				<xs:annotation>
					<xs:documentation>Recurrence periods or probability of exceedance in combination with land use</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_14 - Community assets">
				<xs:annotation>
					<xs:documentation>Community assets affected</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_15 - Water level">
				<xs:annotation>
					<xs:documentation>Water level or depth</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_16 - Water velocity">
				<xs:annotation>
					<xs:documentation>Water velocity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_17 - Past occurrence">
				<xs:annotation>
					<xs:documentation>Whether floods have occurred in the past</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_18 - Weighting systems">
				<xs:annotation>
					<xs:documentation>Specific weighting systems defined to assess significance</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_19 - Expert judgement">
				<xs:annotation>
					<xs:documentation>Expert Judgement</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_20 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PACC_21 - No assessment required">
				<xs:annotation>
					<xs:documentation>The specific needs of the of the MS do not require an assessment under Article 4.2(d)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="NumberDecimalType">
		<xs:annotation>
			<xs:documentation>Decimal with options for exceptions. -9999=Unknown, -8888=Yet to be measured, -7777=Not Applicable.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="NumberDecimalBaseType NumberExceptionType"/>
	</xs:simpleType>
	<xs:simpleType name="String5000Type">
		<xs:annotation>
			<xs:documentation>Type to enter string of 1 to 5000 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="5000"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String50Type">
		<xs:annotation>
			<xs:documentation>String of up to 50 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="50"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CategoryFloods_Enum">
		<xs:annotation>
			<xs:documentation>Can be past flood (past) or potential future flood (future)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CF_1 - Past">
				<xs:annotation>
					<xs:documentation>Past flood</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CF_2 - Future">
				<xs:annotation>
					<xs:documentation>Potential future floods</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="URLType">
		<xs:annotation>
			<xs:documentation>URL string of up to 250 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="https?://.*"/>
			<xs:minLength value="1"/>
			<xs:maxLength value="250"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FeatureUniqueCodeTypeEX">
		<xs:annotation>
			<xs:documentation>Type for unique code within the Member State for the feature with options for exceptions. -9999=Unknown, -8888=Yet to be measured, -7777=Not Applicable.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="FeatureUniqueCodeType NumberExceptionType"/>
	</xs:simpleType>
	<xs:simpleType name="IssuesArticle4.2_d_Enum">
		<xs:annotation>
			<xs:documentation/>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="IA42_1 - Topography">
				<xs:annotation>
					<xs:documentation>Topography</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_2 - Watercourses">
				<xs:annotation>
					<xs:documentation>Position of watercourses and their general hydrological and geomorphological characteristics</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_3 - Retention">
				<xs:annotation>
					<xs:documentation>Floodplains as natural retention areas</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_4 - Defence infrastructures">
				<xs:annotation>
					<xs:documentation>The effectiveness of existing man-made flood defence infrastructures</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_5 - Position populated areas">
				<xs:annotation>
					<xs:documentation>The position of populated areas</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_6 - Areas economic activity">
				<xs:annotation>
					<xs:documentation>Areas of economic activity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_7 - Climate change">
				<xs:annotation>
					<xs:documentation>Impacts of climate change on the occurrence of floods</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_8 - Long term development settlements">
				<xs:annotation>
					<xs:documentation>Long-term developments; development of settlements (private, public and commercial)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_9 - Long term development infrastructure">
				<xs:annotation>
					<xs:documentation>Long-term developments; development of infrastructure (transport, water, energy and telecoms)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_10 - Long term development rural">
				<xs:annotation>
					<xs:documentation>Long-term developments; rural land-use change</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IA42_11 - No assessment required">
				<xs:annotation>
					<xs:documentation>The specific needs of the of the MS do not require an assessment under Article 4.2(d)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TotalDamageClass_Enum">
		<xs:annotation>
			<xs:documentation>For Insignificnt, Low, Medium, High, Very high, Not Applicable, Unknown:
			U=Unknown
			NA=Not Applicable
			I=Insignificnt;
			L=Low;
		    M=Medium
		    H=High	
		    VH=Very high		
			</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="H - High">
				<xs:annotation>
					<xs:documentation>High</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="I - Insignificant">
				<xs:annotation>
					<xs:documentation>Insignificant</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="L - Low">
				<xs:annotation>
					<xs:documentation>Low</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="M - Medium">
				<xs:annotation>
					<xs:documentation>Medium</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="NA - Not Applicable">
				<xs:annotation>
					<xs:documentation>Not applicable</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="U - Unknown">
				<xs:annotation>
					<xs:documentation>Unknown</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="VH - Very high">
				<xs:annotation>
					<xs:documentation>Very high</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TypeEnvironment_Enum">
		<xs:annotation>
			<xs:documentation>
			Define relevant type of Consequences. The list are in line with section B in the 'List of flood types and list of consequences' document from February 2011 (version 6).	
		One or more options can be selected.						

					
			B21=Waterbody Status: Adverse consequences ecological or chemical status of surface water bodies or chemical status of ground water bodies affected, as of concern under the WFD. Such consequences may arise from pollution from various sources (point and diffuse) or due to hydromorphological impacts of flooding.
			
			B22=Protected Areas: Adverse consequences to protected areas or waterbodies such as those designated under the Birds and Habitats Directives, bathing waters or drinking water abstraction points.
			
			B23=Pollution Sources: Sources of potential pollution in the event of a flood, such as IPPC and Seveso installations, or point or diffuse sources.
			
			B24=Other potential adverse environmental impacts, such as those on soil, biodiversity, flora and fauna, etc.
			
			B25=Not applicable

			.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="B21 - Waterbody">
				<xs:annotation>
					<xs:documentation>Adverse consequences ecological or chemical status of surface water bodies or chemical status of ground water bodies affected, as of concern under the WFD. Such consequences may arise from pollution from various sources (point and diffuse) or due to hydromorphological impacts of flooding.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B22 - Protected area">
				<xs:annotation>
					<xs:documentation>Adverse consequences to protected areas or waterbodies such as those designated under the Birds and Habitats Directives, bathing waters or drinking water abstraction points.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B23 - Pollution sources">
				<xs:annotation>
					<xs:documentation>Sources of potential pollution in the event of a flood, such as IPPC and Seveso installations, or point or diffuse sources.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B24 - Other">
				<xs:annotation>
					<xs:documentation>Other potential adverse environmental impacts, such as those on soil, biodiversity, flora and fauna, etc.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B25 - Not applicable">
				<xs:annotation>
					<xs:documentation>Not applicable</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B26 - unknown"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TypeCulturalHeritage_Enum">
		<xs:annotation>
			<xs:documentation>
			Define relevant type of Consequences. The list are in line with section B in the 'List of flood types and list of consequences' document from February 2011 (version 6).	
		One or more options can be selected.
		
				B31=Cultural Assets: Adverse consequences to cultural heritage, which could include archaeological sites / monuments, architectural sites, museums, spiritual sites and buildings. 
				
				B32=Landscape: Adverse permanent or long-term consequences on cultural landscapes, that is cultural properties which represents the combinesd works of nature and man, such as relics of  traditional landscapes, anchor locations or zones.   
				
				B33=Other 
				
				B34=Not applicable

			</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="B31 - Cultural Assets">
				<xs:annotation>
					<xs:documentation>Adverse consequences to cultural heritage, which could include archaeological sites / monuments, architectural sites, museums, spiritual sites and buildings.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B32 - Landscape">
				<xs:annotation>
					<xs:documentation>Adverse permanent or long-term consequences on cultural landscapes, that is cultural properties which represents the combined works of nature and man, such as relics of  traditional landscapes, anchor locations or zones.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B33 - Other">
				<xs:annotation>
					<xs:documentation>Other type of impact on cultural heritage</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B34 - Not applicable">
				<xs:annotation>
					<xs:documentation>Not applicable</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B35 - unknown"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TypeEconomicActivity_Enum">
		<xs:annotation>
			<xs:documentation>
			Define relevant type of Consequences. The list are in line with section B in the 'List of flood types and list of consequences' document from February 2011 (version 6).	
		One or more options can be selected.
		
				B41=Property: Adverse consequences to property, which could include homes.
				
				B42=Infrastructure: Adverse consequences to infrastructural assets such as utilities, power generation, transport, storage and communication.
				
				B43=Rural Land Use: Adverse consequences to uses of the land, such as agricultural activity (livestock, arable and horticulture), forestry, mineral extraction and fishing. 
				
				B44=Economic Activity: Adverse consequences to sectors of economic activity, such as manufacturing, construction, retail, services and other sources of employment. 
				
				B45=Other
				
				B46=Not applicable
			</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="B41 - Property">
				<xs:annotation>
					<xs:documentation>Property (such as homes and businesses)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B42 - Infrastructure">
				<xs:annotation>
					<xs:documentation>Infrastructure (assets such as utilities, power generation, transport, storage and communication)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B43 - Rural land use">
				<xs:annotation>
					<xs:documentation>Rural Land Use (such as agricultural activity, forestry, mineral extraction and fishing)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B44 - Economic activity">
				<xs:annotation>
					<xs:documentation>Economic Activity (such as manufacturing, construction, retail, services and other sources of employment)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B45 - Other">
				<xs:annotation>
					<xs:documentation>Other type of impact on economic activity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B46 - Not applicable">
				<xs:annotation>
					<xs:documentation>Not applicable</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B47 - unknown"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TypeHumanHealth_Enum">
		<xs:annotation>
			<xs:documentation>
			Define relevant type of Consequences. The list are in line with section B in the 'List of flood types and list of consequences' document from February 2011 (version 6).	
		One or more options can be selected.
		
			B11=Human Health: Adverse consequences to human health, either as immediate or consequential impacts, such as might arise from pollution or interruption of services related to water supply and treatment, and would include fatalities.
						
			B12=Community: Adverse consequences to the community, such as detrimental impacts on local governance and public administration, emergency response, education, health and social work facilities (such as hospitals).
			
			B13=Other
			
			B14=Not applicaple

					</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="B11 - Human Health">
				<xs:annotation>
					<xs:documentation>Adverse consequences to human health, either as immediate or consequential impacts, such as might arise from pollution or interruption of services related to water supply and treatment, and would include fatalities.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B12 - Community">
				<xs:annotation>
					<xs:documentation>Adverse consequences to the community, such as detrimental impacts on local governance and public administration, emergency response, education, health and social work facilities (such as hospitals).</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B13 - Other">
				<xs:annotation>
					<xs:documentation>Other types of impact on human health</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B14 - Not applicable">
				<xs:annotation>
					<xs:documentation>Not applicable</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B15 - unknown"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="NumberNonNegativeIntegerType">
		<xs:annotation>
			<xs:documentation>Non-negative integer with option for exceptions</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="xs:nonNegativeInteger NumberExceptionType"/>
	</xs:simpleType>
	<xs:simpleType name="LocalNationalInternationalCoordination_Enum">
		<xs:annotation>
			<xs:documentation>Table showing whether coordination at the appropriate level has taken place across MS</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="LNIC_1 - At local level">
				<xs:annotation>
					<xs:documentation>Coordination of FRMPs has taken place at a local level within the MS (i.e. within the UOM or at sub-basin/catchment level)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LNIC_2 - At UoM/RBD level">
				<xs:annotation>
					<xs:documentation>Coordination of FRMPs has taken place at the UoM/RBD level within the Member State</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LNIC_3 - At international level">
				<xs:annotation>
					<xs:documentation>Coordination of FRMPs has taken place at the international UoM/RBD level between Member States/neighbouring countries</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LNIC_4 - No need">
				<xs:annotation>
					<xs:documentation>There was a need to refer to the solidarity principle</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LNIC_5 - Not international">
				<xs:annotation>
					<xs:documentation>UoM/RBD not international</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="LNIC_6 - No coordination">
				<xs:annotation>
					<xs:documentation>No Coordination has taken place</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CoordinationFRMPandRBMP_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="CFRMP_1 - Single document">
				<xs:annotation>
					<xs:documentation>Integration of FRMP and RBMP into a single document</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_2 - Joint consultation">
				<xs:annotation>
					<xs:documentation>Joint consultation of draft FRMP and RBMP</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_3 - Coordination between authorities">
				<xs:annotation>
					<xs:documentation>Coordination between authorities responsible for developing FRMP and RBMP</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_4 - FD objectives considered in RBMP/PoM">
				<xs:annotation>
					<xs:documentation>The objectives of the FD have been considered in the WFD RBMPs and PoMs</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_5 - Coordination with art4 WFD">
				<xs:annotation>
					<xs:documentation>Coordination with the environmental objectives in Art.4 of the WFD</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_6 - Drought management included">
				<xs:annotation>
					<xs:documentation>Planning of win-win and no regret measures in FRMP and RBMP have included drought management measures</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_7 - Natural water retention and green infrastructure included">
				<xs:annotation>
					<xs:documentation>Planning of win-win and no regret measures in FRMP and RBMP have included Natural water retention and green infrastructure measures</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_8 - Consideration WFD objectives required">
				<xs:annotation>
					<xs:documentation>Permitting or consenting of flood risk activities (e.g. dredging, flood defence management) requires prior consideration of WFD objectives and RBMPs</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_9 - Consistent application WFD art7 and HMWBs">
				<xs:annotation>
					<xs:documentation>Consistent and compliant application of Article 7 and designation of HMWBs with measures taken under the FD e.g. flood defence infrastructure</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_10 - WFD objectives taken into account for structural measures">
				<xs:annotation>
					<xs:documentation>The design of new and existing structural measures such as flood defences, storage dams and tidal barriers have been adapted to take into account WFD Environmental Objectives</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_11 - Sustainable drainage systems considered">
				<xs:annotation>
					<xs:documentation>The use of sustainable drainage systems, such as the construction of wetlands and porous pavements, have been considered to reduce urban flooding and also to contribute to the achievement of WFD objectives</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFRMP_12 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CategoryofPriority_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Very high - Very high">
				<xs:annotation>
					<xs:documentation>Very high</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="High - High">
				<xs:annotation>
					<xs:documentation>High</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Critical - Critical">
				<xs:annotation>
					<xs:documentation>Critical </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Moderate - Moderate">
				<xs:annotation>
					<xs:documentation>Moderate</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Low - Low">
				<xs:annotation>
					<xs:documentation>Low</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MeasureAspect_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Aggregated - Aggregated">
				<xs:annotation>
					<xs:documentation>Aggregated</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Individual - Individual">
				<xs:annotation>
					<xs:documentation>Individual</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MeasureCodesProgress_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="NS - Not started">
				<xs:annotation>
					<xs:documentation>Not started</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="POG - In preparation">
				<xs:annotation>
					<xs:documentation>In preparation (e.g. planning)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="OGM - On-going maintenance">
				<xs:annotation>
					<xs:documentation>On-going (recurrent e.g. maintenance works)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="OGC - On-going construction">
				<xs:annotation>
					<xs:documentation>On-going (one-off e.g. construction works)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="COM - Completed">
				<xs:annotation>
					<xs:documentation>Completed</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AB - Abandoned/interrupted">
				<xs:annotation>
					<xs:documentation>Abandoned</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MeasureType_Enum">
		<xs:annotation>
			<xs:documentation>
			M11=No Action, No measure is proposed to reduce the flood risk in the APSFR  or other defined area ,
			M21=Prevention, Avoidance, Measure to prevent the location of new or additional receptors in flood prone areas, such as land use planning policies or regulation
			M22=Prevention, Removal or relocation, Measure to remove receptors from flood prone areas, or to relocate receptors to areas of lower probability of flooding and/or of lower hazard
			M23=Prevention, Reduction, Measure to adapt receptors to reduce the adverse consequences in the event of a flood actions on buildings, public networks, etc...
			M24=Prevention, Other prevention, Other measure to enhance flood risk prevention (may include, flood risk modelling and assessment, flood vulnerability assessment, maintenance programmes or policies etc...)
			M31=Protection	Natural flood management / runoff and catchment management, Measures to reduce the flow into natural or artificial drainage systems, such as overland flow interceptors and / or storage,  enhancement of infiltration, etc and including in-channel , floodplain works and the reforestation of banks, that restore natural systems to help slow flow and store water.
			M32=Protection, Water flow regulation, Measures involving physical interventions to regulate flows, such as the construction, modification or removal of water retaining structures (e.g., dams or other on-line storage areas or development of existing flow regulation rules), and which have a significant impact on the hydrological regime. 
			M33=Protection, Channel, Coastal and Floodplain Works,	Measures involving physical interventions in freshwater channels, mountain streams, estuaries, coastal waters and flood-prone areas of land, such as the construction, modification or removal of structures or the alteration of channels, sediment dynamics management, dykes, etc.  
			M34=Protection, Surface Water Management, Measures involving physical interventions to reduce surface water flooding, typically, but not exclusively, in an urban environment, such as enhancing artificial drainage capacities or though sustainable drainage systems (SuDS).
			M35=Protection, Other Protection, Other measure to enhance protection against flooding, which may include flood defence asset maintenance programmes or policies
			M41=Preparedness,	Flood Forecasting and Warning,	Measure to establish or enhance a flood forecasting or warning system
			M42=Preparedness, Emergency Event Response Planning / Contingency planning,	Measure to establish or enhance flood event institutional emergency response planning
			M43=Preparedness, Public Awareness and Preparedness,	Measure to establish or enhance the public awareness or preparedness for flood events
			M44=Preparedness, Other preparedness,	Other measure to establish or enhance preparedness for flood events to reduce adverse consequences
			M51=Recovery and Review (Planning for the recovery and review phase is in principle part of preparedness), Individual and societal recovery, Clean-up and restoration activities (buildings, infrastructure, etc)
Health and mental health supporting actions, incl. managing stress
Disaster financial assistance (grants, tax), incl.  disaster legal assistance, disaster unemployment assistance
Temporary or permanent relocation
Other  
			M52=Recovery and Review, Environmental recovery, Clean-up and restoration activities (with several sub-topics as mould protection, well-water safety and securing hazardous materials containers)
			M53=Recovery and Review, Other, Other recovery and review	Lessons learnt from flood events
Insurance policies
			M61=Other  
			</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="M11 - No action"/>
			<xs:enumeration value="M21 - Prevention, Avoidance"/>
			<xs:enumeration value="M22 - Prevention, Removal or relocation"/>
			<xs:enumeration value="M23 - Prevention, Reduction"/>
			<xs:enumeration value="M24 - Prevention, other"/>
			<xs:enumeration value="M31 - Protection, Natural flood management"/>
			<xs:enumeration value="M32 - Protection, Water flow regulation"/>
			<xs:enumeration value="M33 - Protection, Channel, Coastal and Floodplain Works"/>
			<xs:enumeration value="M34 - Protection, Surface Water Management"/>
			<xs:enumeration value="M35 - Protection, other"/>
			<xs:enumeration value="M41 - Preparedness, Flood Forecasting and Warning"/>
			<xs:enumeration value="M42 - Preparedness, Emergency Event Response Planning"/>
			<xs:enumeration value="M43 - Preparedness, Public Awareness and Preparedness"/>
			<xs:enumeration value="M44 - Preparedness, other"/>
			<xs:enumeration value="M51 - Recovery and Review, Individual and Societal"/>
			<xs:enumeration value="M52 - Recovery and Review, Environmental"/>
			<xs:enumeration value="M53 - Recovery and Review, other"/>
			<xs:enumeration value="M61 - Other"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ConsultationStakeholdersInvolvedMechanisms_Enum">
		<xs:annotation>
			<xs:documentation>Table summarising across MS, the mechanisms used to encourage the active involvement of stakeholders in the development of the FRMPs</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CSIM_1 - Public exhibitions or sites">
				<xs:annotation>
					<xs:documentation>Provision of information at relevant public exhibitions or providing notices on public sites</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSIM_2 - Working groups">
				<xs:annotation>
					<xs:documentation>Establishment of advisory or working groups</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSIM_3 - Involvement in drafting">
				<xs:annotation>
					<xs:documentation>Stakeholder involvement in drafting</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSIM_4 - Formation alliances">
				<xs:annotation>
					<xs:documentation>Formation of alliances</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSIM_5 - Other activities with discussion">
				<xs:annotation>
					<xs:documentation>Other outreach activities with opportunities for discussion and dialogue</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSIM_6 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ConsultationStakeholdersInvolved_Enum">
		<xs:annotation>
			<xs:documentation>Table summarising across MS, the groups of stakeholders who have been actively involved in the development of the FRMPs</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="CSI_1 - Civil Protection Authorities">
				<xs:annotation>
					<xs:documentation>Civil Protection Authorities</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_2 - Flood Warning Defence Authorities">
				<xs:annotation>
					<xs:documentation>Flood Warning Defence Authorities</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_3 - Drainage Authorities">
				<xs:annotation>
					<xs:documentation>Drainage Authorities</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_4 - Emergency services">
				<xs:annotation>
					<xs:documentation>Emergency services</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_5 - Water supply and sanitation">
				<xs:annotation>
					<xs:documentation>Water supply and sanitation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_6 - Community groups">
				<xs:annotation>
					<xs:documentation>Community groups</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_7 - Agriculture/farmers">
				<xs:annotation>
					<xs:documentation>Agriculture/farmers</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_8 - Energy">
				<xs:annotation>
					<xs:documentation>Energy/hydropower</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_9 - Navigation">
				<xs:annotation>
					<xs:documentation>Navigation/ports</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_10 - Fisheries/aquaculture">
				<xs:annotation>
					<xs:documentation>Fisheries/aquaculture</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_11 - Industry">
				<xs:annotation>
					<xs:documentation>Industry</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_12 - NGO's/nature protection">
				<xs:annotation>
					<xs:documentation>NGO's /nature protection</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_13 - Consumer groups">
				<xs:annotation>
					<xs:documentation>Consumer Groups</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_14 - Local/Regional authorities">
				<xs:annotation>
					<xs:documentation>Local/Regional authorities</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_15 - Academia/Research Institutions">
				<xs:annotation>
					<xs:documentation>Academia/Research Institutions</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CSI_16 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ImpactPublicParticipation_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="IPP_1 - Changes selection measures">
				<xs:annotation>
					<xs:documentation>Changes to selection of measures</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IPP_7 - Other outcome">
				<xs:annotation>
					<xs:documentation>Other outcome</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IPP_2 - Adjustment specific measures">
				<xs:annotation>
					<xs:documentation>Adjustment to specific measures</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IPP_3 - Addition new information">
				<xs:annotation>
					<xs:documentation>Addition of new information</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IPP_4 - Changes methodology used">
				<xs:annotation>
					<xs:documentation>Changes to the methodology used</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IPP_5 - Commitment further research">
				<xs:annotation>
					<xs:documentation>Commitment to further research</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IPP_6 - Commitment to action in the next FRMP cycle">
				<xs:annotation>
					<xs:documentation>Commitment to action in the next RBMP cycle</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PublicConsultationsMechanisms_Enum">
		<xs:annotation>
			<xs:documentation>Table summarising the key mechanisms used for consultation across MS</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="PCM_1 - Media (papers, TV, radio)">
				<xs:annotation>
					<xs:documentation>Media (papers, TV, radio)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_2 - Internet">
				<xs:annotation>
					<xs:documentation>Internet</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_3 - Social networking sites">
				<xs:annotation>
					<xs:documentation>Social networking sites</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_4 - Printed material">
				<xs:annotation>
					<xs:documentation>Printed material</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_5 - Direct mailing">
				<xs:annotation>
					<xs:documentation>Direct mailing</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_6 - Invitations to stakeholders">
				<xs:annotation>
					<xs:documentation>Invitations to stakeholders</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_7 - Local Authorities">
				<xs:annotation>
					<xs:documentation>Local Authorities</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_8 - Meetings with local population">
				<xs:annotation>
					<xs:documentation>Meetings with local population</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_9 - Public consultation days">
				<xs:annotation>
					<xs:documentation>Public consultation days</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_10 - Written consultation">
				<xs:annotation>
					<xs:documentation>Written consultation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PCM_11 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="InternationalInformationExchange_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="IIE_1 - River Commission">
				<xs:annotation>
					<xs:documentation>International River Commission</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_2 - Bilateral water commission">
				<xs:annotation>
					<xs:documentation>Bilateral border water commissions</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_3 - International working groups">
				<xs:annotation>
					<xs:documentation>International coordination and working groups</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_4 - Bilateral working groups">
				<xs:annotation>
					<xs:documentation>Bilateral coordination and working groups</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_5 - Regulations">
				<xs:annotation>
					<xs:documentation>Regulations in place to enable exchange of information at international level</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_6 - Pre-existing structures">
				<xs:annotation>
					<xs:documentation>Use of pre-existing structures to ensure bilateral coordination (in place before FD implementation)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_7 - Informal arrangements">
				<xs:annotation>
					<xs:documentation>Informal arrangements (groups discussions and exchange of information)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_8 - Joint declaration">
				<xs:annotation>
					<xs:documentation>Joint declaration with a neighbouring country (including non-EU MS) on cooperation on joint action</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_9 - No information">
				<xs:annotation>
					<xs:documentation>No information exchange</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="IIE_10 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CriteriaForDeterminationFloodRisk_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="CFDFR_1 - Residents affected">
				<xs:annotation>
					<xs:documentation>Number of permanent residents affected by the flood extent</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_2 - Value property">
				<xs:annotation>
					<xs:documentation>Value/area of property affected (residential area and non-residential area)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_3 - Buildings affected">
				<xs:annotation>
					<xs:documentation>Number of buildings affected (residential and non-residential)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_4 - Infrastructural assets">
				<xs:annotation>
					<xs:documentation>Adverse consequences to infrastructural assets</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_5 - Exceedance threshold">
				<xs:annotation>
					<xs:documentation>Damage exceeds specific threshold (area)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_6 - Economic damage">
				<xs:annotation>
					<xs:documentation>Economic damage</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_7 - Waterbodies">
				<xs:annotation>
					<xs:documentation>Adverse consequences on water bodies</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_8 - Pollution from industry">
				<xs:annotation>
					<xs:documentation>Sources of pollution triggered from industrial installations</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_9 - Rural land use">
				<xs:annotation>
					<xs:documentation>Adverse consequences to rural land use</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_10 - Economic activity">
				<xs:annotation>
					<xs:documentation>Adverse consequences to economic activity (e.g. manufacturing, service and construction industries)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_11 - Cultural assets">
				<xs:annotation>
					<xs:documentation>Adverse impacts on cultural assets and cultural landscapes</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_12 - Recurrence periods">
				<xs:annotation>
					<xs:documentation>Recurrence periods or probability of exceedance</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_13 - Recurrence periods with land use">
				<xs:annotation>
					<xs:documentation>Recurrence periods or probability of exceedance in combination with land use</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_14 - Community assets">
				<xs:annotation>
					<xs:documentation>Community assets affected</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_15 - Water level">
				<xs:annotation>
					<xs:documentation>Water level or depth</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_16 - Water velocity">
				<xs:annotation>
					<xs:documentation>Water velocity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_17 - Past occurrence">
				<xs:annotation>
					<xs:documentation>Whether floods have occurred in the past</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_18 - Weighting systems">
				<xs:annotation>
					<xs:documentation>Specific weighting systems defined to assess significance</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_19 - Expert judgement">
				<xs:annotation>
					<xs:documentation>Expert Judgement</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_20 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_21 - Flood extent">
				<xs:annotation>
					<xs:documentation>Flood extent</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_22 - Flood duration">
				<xs:annotation>
					<xs:documentation>Flood duration</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_23 - Number past floods">
				<xs:annotation>
					<xs:documentation>Number of past flood events</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFDFR_24 - Damage past floods">
				<xs:annotation>
					<xs:documentation>Damage caused in past flood events</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CriteriaForInclusion_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="CFI_1 - Risk human Health">
				<xs:annotation>
					<xs:documentation>Magnitude of risk to human health</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_2 - Risk economic activity">
				<xs:annotation>
					<xs:documentation>Magnitude of risk to economic activity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_3 - Economic damage">
				<xs:annotation>
					<xs:documentation>Economic damage</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_4 - Risk environment">
				<xs:annotation>
					<xs:documentation>Magnitude of risk to the environment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_5 - Risk cultural heritage">
				<xs:annotation>
					<xs:documentation>Magnitude of risk to cultural heritage</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_6 - Community assets">
				<xs:annotation>
					<xs:documentation>Community assets</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_7 - Infrastructure">
				<xs:annotation>
					<xs:documentation>Infrastructure affected</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_8 - Lack flood defence">
				<xs:annotation>
					<xs:documentation>Flood defences not in place or not fully implemented</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_9 - Failure flood defence">
				<xs:annotation>
					<xs:documentation>Possible failure of flood defences</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_10 - Agreement neighbour">
				<xs:annotation>
					<xs:documentation>In agreement with neighboring countries</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_11 - Occurrence past events">
				<xs:annotation>
					<xs:documentation>Frequency or number of past events</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_12 - Impact past events">
				<xs:annotation>
					<xs:documentation>Impact of past events</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_13 - Local knowledge">
				<xs:annotation>
					<xs:documentation>Local knowledge and/or public opinion</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_14 - Increased vulnerability">
				<xs:annotation>
					<xs:documentation>Changes in land use have increased vulnerability of the area to flooding</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_15 - Exceedance threshold">
				<xs:annotation>
					<xs:documentation>Exceeding thresholds under specific weighting systems defined to assess significance</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_16 - Expert judgement">
				<xs:annotation>
					<xs:documentation>Expert judgement</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_17 - High level damage">
				<xs:annotation>
					<xs:documentation>High level of damage expected</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="CFI_18 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String100Type">
		<xs:annotation>
			<xs:documentation>String of up to 100 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="100"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CoordinateType">
		<xs:annotation>
			<xs:documentation>Format Decimal degrees (-)dd.ddddd</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="\-{0,1}[0-9]{1,2}\.[0-9]{1,5}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ProbabilityType_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="PT_1 - floods with low probability, or extreme event scenarios">
				<xs:annotation>
					<xs:documentation>floods with low probability, or extreme event scenarios</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PT_2 - floods with a medium probability (likely return period = 100 years)">
				<xs:annotation>
					<xs:documentation>PT_2 - floods with a medium probability (likely return period = 100 years)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PT_3 - floods with a high probability, where appropriate">
				<xs:annotation>
					<xs:documentation>PT_3 - floods with a high probability, where appropriate</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="String500Type">
		<xs:annotation>
			<xs:documentation>String of up to 500 characters</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FeatureUniqueCodeTypeHazard">
		<xs:restriction base="xs:string">
			<xs:minLength value="10"/>
			<xs:maxLength value="150"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="NumberExceptionType">
		<xs:annotation>
			<xs:documentation>Numerical codes for data exceptions: -9999=Unknown, -8888=Yet to be measured, -7777=Not Applicable</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="3"/>
			<xs:maxLength value="42"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FloodSourcesMapped_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="FSM_1 - Map shows flood extents for a single source">
				<xs:annotation>
					<xs:documentation>Map shows flood extents for a single source</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="FSM_2 - Map shows flood extent for multiple (i.e. combined) sources by overlapping individual flood sources">
				<xs:annotation>
					<xs:documentation>Map shows flood extent for multiple sources resulting from combined modelling of flood sources (e.g. that occurred concurrently)</xs:documentation>					
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="FSM_3 - Map shows flood extent for multiple sources resulting from combined modelling of flood sources (e.g. that occurred concurrently)">
				<xs:annotation>
					<xs:documentation>Map shows flood extent for multiple (i.e. combined) sources by overlapping individual flood sources</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Article_6.6_Justification_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="A66J_1 - Failure flood defence">
				<xs:annotation>
					<xs:documentation>Risk of failure of existing defences assessed</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A66J_2 - Overtopping flood defence">
				<xs:annotation>
					<xs:documentation>Risk of overtopping of existing flood defences assessed</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A66J_3 - Legal regulations for use">
				<xs:annotation>
					<xs:documentation>Prevention of damage and damge potential through legal regulations for use (e.g. for the embankment foreland)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A66J_4 - Other justification">
				<xs:annotation>
					<xs:documentation>Other justification</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Article_6.7_Justification_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="A67J_1 - Contributing source">
				<xs:annotation>
					<xs:documentation>Groundwater is considered as a contributing source rather than a main source of flooding</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A67J_2 - Difficulty distinguish impact">
				<xs:annotation>
					<xs:documentation>It is difficult to distinguish the impact of groundwater flooding from other sources of flooding</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A67J_3 - Only low probability">
				<xs:annotation>
					<xs:documentation>Only low probability groundwater flooding is assessed to be a hazardous risk</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A67J_4 - Limited information">
				<xs:annotation>
					<xs:documentation>There is limited information or historical records on groundwater flooding</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A67J_5 - Other justification">
				<xs:annotation>
					<xs:documentation>Other justification</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="YesCode">
		<xs:annotation>
			<xs:documentation>Yes Code: Yes=Y</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="Y"/>
			<xs:enumeration value=""/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ClimateChange_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="N - No">
				<xs:annotation>
					<xs:documentation>No</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Y - Yes">
				<xs:annotation>
					<xs:documentation>Yes</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Y, not all maps - Yes not all maps">
				<xs:annotation>
					<xs:documentation>Yes but not for all maps</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="Y, not all sources - Yes not all sources">
				<xs:annotation>
					<xs:documentation>Yes but not all sources</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RelevantSources_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="A11 - Fluvial">
				<xs:annotation>
					<xs:documentation>Flooding of land by waters originating from part of a natural drainage system, including natural or modified drainage channels. This source could include flooding from rivers, streams, drainage channels, mountain torrents and ephemeral watercourses, lakes and floods arising from snow melt. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A12 - Pluvial">
				<xs:annotation>
					<xs:documentation>Flooding of land directly from rainfall water falling on, or flowing over, the land. This source could include urban storm water, rural overland flow or excess water, or overland floods arising from snowmelt. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A13 - Groundwater">
				<xs:annotation>
					<xs:documentation>Flooding of land by waters from underground rising to above the land surface. This source could include rising groundwater and underground flow from elevated surface waters. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A14 - Sea Water">
				<xs:annotation>
					<xs:documentation>Flooding of land by water from the sea, estuaries or coastal lakes. This source could include flooding from the sea (e.g., extreme tidal level and / or storm surges) or arising from wave action or coastal tsunamis.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A15 - Artificial Water Bearing Infrastructure">
				<xs:annotation>
					<xs:documentation>Flooding of land by water arising from artificial, water-bearing infrastructure or failure of such infrastructure. This source could include flooding arising from sewerage systems (including storm water, combined and foul sewers), water supply and wastewater treatment systems, artificial navigation canals and impoundments (e.g., dams and reservoirs). </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="A16 - Other">
				<xs:annotation>
					<xs:documentation>Flooding of land by water due to other sources, can include other tsunamis. </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ReturnperiodandprobabilitiesApproach_Enum">
		<xs:annotation>
			<xs:documentation>If ‘no information’ is selected justification must be provided</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="RPPA_1 - Historical countsdata">
				<xs:annotation>
					<xs:documentation>(Statistical analysis on) historical countsdata</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RPPA_2 - Hydraulic modelling">
				<xs:annotation>
					<xs:documentation>(Statistical analysis on) hydraulic modelling</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RPPA_3 - Hydrological modelling">
				<xs:annotation>
					<xs:documentation>(Statistical analysis on) hydrological modelling</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RPPA_4 - Observed data">
				<xs:annotation>
					<xs:documentation>(Statistical analysis on) observed/ gauging data</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RPPA_5 - Rainfall data">
				<xs:annotation>
					<xs:documentation>(Statistical analysis on) rainfall data</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RPPA_6 - Expert judgement">
				<xs:annotation>
					<xs:documentation>Expert judgement</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="RPPA_7 - Other">
				<xs:annotation>
					<xs:documentation>Other (e.g. uncertain)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ProtectedAreaType_Enum">
		<xs:annotation>
			<xs:documentation>Defines all Protected Area types for use in the Register of Protected Areas (Article 6)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="PAT_1 - Bathing">
				<xs:annotation>
					<xs:documentation>Bathing Water Directive 2006/7/EC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_2 - Birds">
				<xs:annotation>
					<xs:documentation>Birds Directive 2009/147/EC </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_3 - Habitats">
				<xs:annotation>
					<xs:documentation>Habitats Directive 92/43/EEC </xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_4 - Nitrates">
				<xs:annotation>
					<xs:documentation>Nitrates Directive Report (91/676/EEC)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_5 - UWWT">
				<xs:annotation>
					<xs:documentation>Urban Waste Water Treatment Directive 91/271/EEC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_6 - Article 7 Abstraction for drinking water">
				<xs:annotation>
					<xs:documentation>Water Framework Directive 2000/60/EC - Register of Protected Areas article 7 abstraction for drinking water</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_7 - WFD_WaterBodies">
				<xs:annotation>
					<xs:documentation>Water Framework Directive 2000/60/EC - waterbodies</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_8 - EuropeanOther">
				<xs:annotation>
					<xs:documentation>Other European legislation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_9 - National">
				<xs:annotation>
					<xs:documentation>National legislation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PAT_10 - Local">
				<xs:annotation>
					<xs:documentation>Local legislation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RoleCode_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="A - Coordination, Preparation, Production">
				<xs:annotation>
					<xs:documentation>Coordination, Preparation and Production and implementation of the different stages of the Floods Directive, including:
- Identification of RBDs/UoMs;
- The Preliminary Flood Risk Assessment, including the identification of areas of potential significant flood risk;
- Preparation of flood hazard and flood risk maps;
- Coordination with competent authorities appointed for the Water Framework Directive;
- Establishment of Flood Risk Management Plans in accordance with article 7 and the Annex;
- Coordination of plans and measures included therein, and coordination with authorities responsible for such measures, at relevant level (e.g. RBD/UoM), including international coordination in transboundary basins;
- Monitoring and evaluation of progress of the implementation of measures in FRMP;
- Public consultation; and,
- Other responsibilities to be defined.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="B - Reporting">
				<xs:annotation>
					<xs:documentation>Reporting: Public information and consultation; Reporting to Commission and, Other responsibilities to be defined.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="C - Other">
				<xs:annotation>
					<xs:documentation>Other - Any other roles not covered above.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="YesNoArticle66_67_enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="6.6 - 6.6">
				<xs:annotation>
					<xs:documentation>Article 6.6 applied</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.6 and 6.7 - both 6.6 and 6.7">
				<xs:annotation>
					<xs:documentation>Both articles 6.6 and 6.7 applied</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.7 - 6.7">
				<xs:annotation>
					<xs:documentation>Article 6.7 applied</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="N - No">
				<xs:annotation>
					<xs:documentation>No</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ElementsProbability6.6_Enum">
		<xs:annotation>
			<xs:documentation>
	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)
	- Article 6.6 applied</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="EP1 - Flooding extent">
				<xs:annotation>
					<xs:documentation>Flooding Extent</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP66 - Article 6.6 applied">
				<xs:annotation>
					<xs:documentation>Article 6.6 applied</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP2 - Water depth level">
				<xs:annotation>
					<xs:documentation>Water depth/level</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP3 - Water flow velocity">
				<xs:annotation>
					<xs:documentation>Water flow/velocity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP4 - Other">
				<xs:annotation>
					<xs:documentation>Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AspectsIncluded_Enum">
		<xs:annotation>
			<xs:documentation>
	- Costs and benefits (of measures) (Y/N)
	- Flood extent (Y/N)
	- Flood conveyance routes (Y/N)
	- Areas which have potential to retain flood water, such as natural floodplains (Y/N)
	- The environmental objectives of Article 4 of the WFD (Y/N)
	- Soil and water management (Y/N)
	- Spatial planning (Y/N)
	- Land use (Y/N)
	- Nature conservation (Y/N)
	- Navigation and port infrastructure (Y/N)
	- Promotion of sustainable land use practices (Y/N)
	- Improvement of water retention (Y/N)
	- Controlled flooding of certain areas in case of a flood event (Y/N)
	- The use of flood forecasting and early warning systems (Y/N)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="AI_1 - Cost and benefits">
				<xs:annotation>
					<xs:documentation>Costs and benefits (of measures) (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_2 - Flood extent">
				<xs:annotation>
					<xs:documentation>Flood extent (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_3 - Flood conveyance routes">
				<xs:annotation>
					<xs:documentation>Flood conveyance routes (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_4 - Potential water retention">
				<xs:annotation>
					<xs:documentation>Areas which have potential to retain flood water</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_5 - Art4 objectives WFD">
				<xs:annotation>
					<xs:documentation>The environmental objectives of Article 4 of the WFD (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_6 - Soil and water management">
				<xs:annotation>
					<xs:documentation>Soil and water management (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_7 - Spatial planning">
				<xs:annotation>
					<xs:documentation>Spatial planning (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_8 - Land use">
				<xs:annotation>
					<xs:documentation>Land use (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_9 - Nature conservation">
				<xs:annotation>
					<xs:documentation>Nature conservation (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_10 - Navigation and port infrastructure">
				<xs:annotation>
					<xs:documentation>Navigation and port infrastructure (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_11 - Promotion of sustainable land use">
				<xs:annotation>
					<xs:documentation>Promotion of sustainable land use practices (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_12 - Improvement of water retention">
				<xs:annotation>
					<xs:documentation>Improvement of water retention (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_13 - Controlled flooding">
				<xs:annotation>
					<xs:documentation>Controlled flooding of certain areas in case of a flood event (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AI_14 - Forecasting and early warning systems">
				<xs:annotation>
					<xs:documentation>The use of flood forecasting and early warning systems (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ElementsProbability_Enum">
		<xs:annotation>
			<xs:documentation>
	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="EP1 - Flooding extent">
				<xs:annotation>
					<xs:documentation>Flooding Extent</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP2 - Water depth level">
				<xs:annotation>
					<xs:documentation>Water depth/level</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP3 - Water flow velocity">
				<xs:annotation>
					<xs:documentation>Water flow/velocity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP4 - Other">
				<xs:annotation>
					<xs:documentation>Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ElementsProbability6.7_Enum">
		<xs:annotation>
			<xs:documentation>
	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)
	- Article 6.7 applied</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="EP1 - Flooding extent">
				<xs:annotation>
					<xs:documentation>Flooding Extent</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP67 - Article 6.7 applied">
				<xs:annotation>
					<xs:documentation>Article 6.7 applied</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP2 - Water depth level">
				<xs:annotation>
					<xs:documentation>Water depth/level</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP3 - Water flow velocity">
				<xs:annotation>
					<xs:documentation>Water flow/velocity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="EP4 - Other">
				<xs:annotation>
					<xs:documentation>Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WFDAssociationType_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="WFDAT_1 - Overlapping (partly within)">
				<xs:annotation>
					<xs:documentation>The WFD River Basin District is overlapping (partly within) the Unit of Management</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="WFDAT_2 - Within">
				<xs:annotation>
					<xs:documentation>The WFD River Basin District is completely within the Unit of Management</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PriorInformationExchange_Enum">
		<xs:restriction base="xs:string">
			<xs:enumeration value="PIE_1 - River Commission">
				<xs:annotation>
					<xs:documentation>International River Commission</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_2 - Bilateral water commission">
				<xs:annotation>
					<xs:documentation>Bilateral border water commissions</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_3 - International working groups">
				<xs:annotation>
					<xs:documentation>International coordination and working groups</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_4 - Bilateral working groups">
				<xs:annotation>
					<xs:documentation>Bilateral coordination and working groups</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_5 - Regulations">
				<xs:annotation>
					<xs:documentation>Regulations in place to enable exchange of information at international level</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_6 - Pre-existing structures">
				<xs:annotation>
					<xs:documentation>Use of pre-existing structures to ensure bilateral coordination (in place before FD implementation)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_7 - Informal arrangements">
				<xs:annotation>
					<xs:documentation>Informal arrangements (groups discussions and exchange of information)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_8 - Joint declaration">
				<xs:annotation>
					<xs:documentation>Joint declaration with a neighbouring country (including non-EU MS) on cooperation on joint action</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="PIE_9 - Other">
				<xs:annotation>
					<xs:documentation>Other</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TypeIEDInstallation_Enum">
		<xs:annotation>
			<xs:documentation>Optional. Identify type (more than one can be selected) List of activities from Annex I, DIRECTIVE 2010/75/EC of 24 November 2010 (Date of publishing: 17.12.2010):

	- 1 - Energy industries
	- 1.1 - Combustion of fuels in installations with a total rated thermal input of 50 MW or more
	- 1.2 - Refining of mineral oil and gas
	- 1.3 - Production of coke
	- 1.4.a - Gasification or liquefaction of coal
	- 1.4.b - Gasification or liquefaction of other fuels in installations with a total rated thermal input of 20 MW or more
	- 2 - Production and processing of metals
	- 2.1 - Metal ore (including sulphide ore) roasting or sintering
	- 2.2 - Production of pig iron or steel (primary or secondary fusion) including continuous casting, with a capacity exceeding 2,5 tonnes per hour
	- 2.3.a - Processing of ferrous metals: operation of hot-rolling mills with a capacity exceeding 20 tonnes of crude steel per hour
	- 2.3.b - Processing of ferrous metals: operation of smitheries with hammers the energy of which exceeds 50 kilojoule per hammer, where the calorific power used exceeds 20 MW
	- 2.3.c - Processing of ferrous metals application of protective fused metal coats with an input exceeding 2 tonnes of crude steel per hour
	- 2.4 - Operation of ferrous metal foundries with a production capacity exceeding 20 tonnes per day
	- 2.5.a - Processing of non-ferrous metals: production of non-ferrous crude metals from ore, concentrates or secondary raw materials by metallurgical, chemical or electrolytic processes
	- 2.5.b - Processing of non-ferrous metals: melting, including the alloyage, of non-ferrous metals, including recovered products and operation of non- ferrous metal foundries, with a melting capacity exceeding 4 tonnes per day for lead and cadmium or 20 tonnes per day for all other metals
	- 2.6 - Surface treatment of metals or plastic materials using an electrolytic or chemical process where the volume of the treatment vats exceeds 30 m3
	- 3 - Mineral industry
	- 3.1.a - Production of cement clinker in rotary kilns with a production capacity exceeding 500 tonnes per day or in other kilns with a production capacity exceeding 50 tonnes per day
	- 3.1.b - Production of lime in kilns with a production capacity exceeding 50 tonnes per day
	- 3.1.c - Production of magnesium oxide in kilns with a production capacity exceeding 50 tonnes per day
	- 3.2 - Production of asbestos or the manufacture of asbestos-based products
	- 3.3 - Manufacture of glass including glass fibre with a melting capacity exceeding 20 tonnes per day
	- 3.4 - Melting mineral substances including the production of mineral fibres with a melting capacity exceeding 20 tonnes per day
	- 3.5 - Manufacture of ceramic products by firing, in particular roofing tiles, bricks, refractory bricks, tiles, stoneware or porcelain with a production capacity exceeding 75 tonnes per day and/or with a kiln capacity exceeding 4 m3 and with a setting density per kiln exceeding 300 kg/m3
	- 4 - Chemical industry

For the purpose of this section, production within the meaning of the categories of activities contained in this section means the production on an industrial scale by chemical or biological processing of substances or groups of substances listed in points 4.1 to 4.6
4.1 Production of organic chemicals, such as:

	- 4.1.a - simple hydrocarbons (linear or cyclic, saturated or unsaturated, aliphatic or aromatic)
	- 4.1.b - oxygen-containing hydrocarbons such as alcohols, aldehydes, ketones, carboxylic acids, esters and mixtures of esters, acetates, ethers, peroxides and epoxy resins
	- 4.1.c - sulphurous hydrocarbons
	- 4.1.d - nitrogenous hydrocarbons such as amines, amides, nitrous compounds, nitro compounds or nitrate compounds, nitriles, cyanates, isocyanates
	- 4.1.e - phosphorus-containing hydrocarbons
	- 4.1.f - halogenic hydrocarbons
	- 4.1.g - organometallic compounds
	- 4.1.h - plastic materials (polymers, synthetic fibres and cellulose-based fibres)
	- 4.1.i - synthetic rubbers
	- 4.1.j - dyes and pigments
	- 4.1.k - surface-active agents and surfactants

4.2 Production of inorganic chemicals, such as:

	- 4.2.a - gases, such as ammonia, chlorine or hydrogen chloride, fluorine or hydrogen fluoride, carbon oxides, sulphur compounds, nitrogen oxides, hydrogen, sulphur dioxide, carbonyl chloride
	- 4.2.b - acids, such as chromic acid, hydrofluoric acid, phosphoric acid, nitric acid, hydrochloric acid, sulphuric acid, oleum, sulphurous acids
	- 4.2.c - bases, such as ammonium hydroxide, potassium hydroxide, sodium hydroxide
	- 4.2.d - salts, such as ammonium chloride, potassium chlorate, potassium carbonate, sodium carbonate, perborate, silver nitrate
	- 4.2.e - non-metals, metal oxides or other inorganic compounds such as calcium carbide, silicon, silicon carbide
	- 4.3 - Production of phosphorous-, nitrogen- or potassium-based fertilisers (simple or compound fertilisers)
	- 4.4 - Production of plant protection products or of biocides
	- 4.5 - Production of pharmaceutical products including intermediates
	- 4.6 - Production of explosives
	- 5 - Waste management

5.1 Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving one or more of the following activities:

	- 5.1.a - biological treatment
	- 5.1.b - physico-chemical treatment
	- 5.1.c - blending or mixing prior to submission to any of the other activities listed in points 5.1 and 5.2
	- 5.1.d - repackaging prior to submission to any of the other activities listed in points 5.1 and 5.2
	- 5.1.e - solvent reclamation/regeneration
	- 5.1.f - recycling/reclamation of inorganic materials other than metals or metal compounds
	- 5.1.g - regeneration of acids or bases
	- 5.1.h - recovery of components used for pollution abatement
	- 5.1.i - recovery of components from catalysts
	- 5.1.j - oil re-refining or other reuses of oil
	- 5.1.k - surface impoundment
	- 5.2.a - Disposal or recovery of waste in waste incineration plants or in waste co-incineration plants for non-hazardous waste with a capacity exceeding 3 tonnes per hour;
	- 5.2.b - Disposal or recovery of waste in waste incineration plants or in waste co-incineration plants for hazardous waste with a capacity exceeding 10 tonnes per day

5.3.a - Disposal of non-hazardous waste with a capacity exceeding 50 tonnes per day involving one or more of the following activities, and excluding activities covered by Council Directive 91/271/EEC of 21 May 1991 concerning urban waste-water treatment (OJ L 135, 30.5.1991, p. 40.):

	- 5.3.a.i - biological treatment
	- 5.3.a.ii - physico-chemical treatment
	- 5.3.a.iii - pre-treatment of waste for incineration or co-incineration
	- 5.3.a.iv - treatment of slags and ashes
	- 5.3.a.v - treatment in shredders of metal waste, including waste electrical and electronic equipment and end-of-life vehicles and their components

5.3.b - Recovery, or a mix of recovery and disposal, of non-hazardous waste with a capacity exceeding 75 tonnes per day involving one or more of the following activities, and excluding activities covered by Directive 91/271/EEC:

	- 5.3.b.i - biological treatment
	- 5.3.b.ii - pre-treatment of waste for incineration or co-incineration
	- 5.3.b.iii - treatment of slags and ashes
	- 5.3.b.iv - treatment in shredders of metal waste, including waste electrical and electronic equipment and end-of-life vehicles and their components.

When the only waste treatment activity carried out is anaerobic digestion, the capacity threshold for this activity shall be 100 tonnes per day.

	- 5.4 - Landfills, as defined in Article 2(g) of Council Directive 1999/31/EC of 26 April 1999 on the landfill of waste (OJ L 182, 16.7.1999, p. 1.), receiving more than 10 tonnes of waste per day or with a total capacity exceeding 25 000 tonnes, excluding landfills of inert waste
	- 5.5 - Temporary storage of hazardous waste not covered under point 5.4 pending any of the activities listed in points 5.1, 5.2, 5.4 and 5.6 with a total capacity exceeding 50 tonnes, excluding temporary storage, pending collection, on the site where the waste is generated
	- 5.6 - Underground storage of hazardous waste with a total capacity exceeding 50 tonnes
	- 6 - Other activities

6.1 - Production in industrial installations of

	- 6.1.a - pulp from timber or other fibrous materials
	- 6.1.b - paper or card board with a production capacity exceeding 20 tonnes per day
	- 6.1.c - one or more of the following wood-based panels: oriented strand board, particleboard or fibreboard with a production capacity exceeding 600 m3 per day
	- 6.2 - Pre-treatment (operations such as washing, bleaching, mercerisation) or dyeing of textile fibres or textiles where the treatment capacity exceeds 10 tonnes per day
	- 6.3 - Tanning of hides and skins where the treatment capacity exceeds 12 tonnes of finished products per day
	- 6.4.a - Operating slaughterhouses with a carcass production capacity greater than 50 tonnes per day

6.4b - Treatment and processing, other than exclusively packaging, of the following raw materials, whether previously processed or unprocessed, intended for the production of food or feed from:

	- 6.4.b.i - only animal raw materials (other than exclusively milk) with a finished product production capacity greater than 75 tonnes per day;
	- 6.4.b.ii - only vegetable raw materials with a finished product production capacity greater than 300 tonnes per day or 600 tonnes per day where the installation operates for a period of no more than 90 consecutive days in any year;
	- 6.4.b.iii - animal and vegetable raw materials, both in combined and separate products, with a finished product production capacity in tonnes per day greater than:


	- 75 if A is equal to 10 or more; or,
	- [300- (22,5 × A)] in any other case,

where ‘A’ is the portion of animal material (in percent of weight) of the finished product production capacity. Packaging shall not be included in the final weight of the product.
This subsection shall not apply where the raw material is milk only

	- 6.4.c - Treatment and processing of milk only, the quantity of milk received being greater than 200 tonnes per day (average value on an annual basis).
	- 6.5 - Disposal or recycling of animal carcases or animal waste with a treatment capacity exceeding 10 tonnes per day
	- 6.6.a - Intensive rearing of poultry or pigs with more than 40 000 places for poultry;
	- 6.6.b - Intensive rearing of poultry or pigs with more than 2 000 places for production pigs (over 30 kg), or
	- 6.6.c - Intensive rearing of poultry or pigs with more than 750 places for sows
	- 6.7 - Surface treatment of substances, objects or products using organic solvents, in particular for dressing, printing, coating, degreasing, waterproofing, sizing, painting, cleaning or impregnating, with an organic solvent consumption capacity of more than 150 kg per hour or more than 200 tonnes per year
	- 6.8 - Production of carbon (hard-burnt coal) or electrographite by means of incineration or graphitisation
	- 6.9 - Capture of CO2 streams from installations covered by this Directive for the purposes of geological storage pursuant to Directive 2009/31/EC
	- 6.10 - Preservation of wood and wood products with chemicals with a production capacity exceeding 75 m3 per day other than exclusively treating against sapstain

6.11 - Independently operated treatment of waste water not covered by Directive 91/271/EEC and discharged by an installation covered by Chapter II	.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="1 - Energy industry">
				<xs:annotation>
					<xs:documentation>Energy industries</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.1 -">
				<xs:annotation>
					<xs:documentation>Combustion of fuels in installations with a total rated thermal input of 50 MW or more</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.2 -">
				<xs:annotation>
					<xs:documentation>Refining of mineral oil and gas</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.3 -">
				<xs:annotation>
					<xs:documentation>Production of coke</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.4(a) -">
				<xs:annotation>
					<xs:documentation>Gasification or liquefaction of coal</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1.4(b) -">
				<xs:annotation>
					<xs:documentation>Gasification or liquefaction of fuels other than coal, in installations with a total rated thermal input of 20 MW or more</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2 - Metal industry">
				<xs:annotation>
					<xs:documentation>Production and processing of metals</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.1 -">
				<xs:annotation>
					<xs:documentation>Metal ore (including sulphide ore) roasting or sintering</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.2 -">
				<xs:annotation>
					<xs:documentation>Production of pig iron or steel (primary or secondary fusion) including continuous casting, with a capacity exceeding 2.5 tonnes per hour</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.3(a) -">
				<xs:annotation>
					<xs:documentation>Processing of ferrous metals: operation of hot-rolling mills with a capacity exceeding 20 tonnes of crude steel per hour</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.3(b) -">
				<xs:annotation>
					<xs:documentation>Processing of ferrous metals: operation of smitheries with hammers the energy of which exceeds 50 kilojoule per hammer, where the calorific power used exceeds 20 MW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.3(c) -">
				<xs:annotation>
					<xs:documentation>Processing of ferrous metals: application of protective fused metal coats with an input exceeding 2 tonnes of crude steel per hour</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.4 -">
				<xs:annotation>
					<xs:documentation>Operation of ferrous metal foundries with a production capacity exceeding 20 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.5(a) -">
				<xs:annotation>
					<xs:documentation>Processing of non-ferrous metals: production of non-ferrous crude metals from ore, concentrates or secondary raw materials by metallurgical, chemical or electrolytic processes</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.5(b) -">
				<xs:annotation>
					<xs:documentation>Processing of non-ferrous metals: melting, including the alloyage, of non-ferrous metals, including recovered products and operation of non-ferrous metal foundries, with a melting capacity exceeding 4 tonnes per day for lead and cadmium or 20 tonnes per day for all other metals</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2.6 -">
				<xs:annotation>
					<xs:documentation>Surface treatment of metals or plastic materials using an electrolytic or chemical process where the volume of the treatment vats exceeds 30 m3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3 - Mineral industry">
				<xs:annotation>
					<xs:documentation>Mineral industry</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1(a) -">
				<xs:annotation>
					<xs:documentation>Production of cement clinker in rotary kilns with a production capacity exceeding 500 tonnes per day or in other kilns with a production capacity exceeding 50 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1(b) -">
				<xs:annotation>
					<xs:documentation>Production of lime in kilns with a production capacity exceeding 50 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.1(c) -">
				<xs:annotation>
					<xs:documentation>Production of magnesium oxide in kilns with a production capacity exceeding 50 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.2 -">
				<xs:annotation>
					<xs:documentation>Production of asbestos or the manufacture of asbestos based products</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.3 -">
				<xs:annotation>
					<xs:documentation>Manufacture of glass including glass fibre with a melting capacity exceeding 20 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.4 -">
				<xs:annotation>
					<xs:documentation>Melting mineral substances including the production of mineral fibres with a melting capacity exceeding 20 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3.5 -">
				<xs:annotation>
					<xs:documentation>Manufacture of ceramic products by firing, in particular roofing tiles, bricks, refractory bricks, tiles, stoneware or porcelain with a production capacity exceeding 75 tonnes per day and/or with a kiln capacity exceeding 4 m3 and with a setting density per kiln exceeding 300 kg/m3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4 -  Chemical industry">
				<xs:annotation>
					<xs:documentation>Chemical industry</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(a) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: simple hydrocarbons (linear or cyclic, saturated or unsaturated, aliphatic or aromatic)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(b) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: oxygen-containing hydrocarbons such as alcohols, aldehydes, ketones, carboxylic acids, esters and mixtures of esters, acetates, ethers, peroxides and epoxy resins</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(c) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: sulphurous hydrocarbons</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(d) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: nitrogenous hydrocarbons such as amines, amides, nitrous compounds, nitro compounds or nitrate compounds, nitriles, cyanates, isocyanates</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(e) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: phosphorus-containing hydrocarbons</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(f) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: halogenic hydrocarbons</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(g) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: organometallic compounds</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(h) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: plastic materials (polymers, synthetic fibres and cellulose-based fibres)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(i) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: synthetic rubbers</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(j) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: dyes and pigments</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.1(k) -">
				<xs:annotation>
					<xs:documentation>Production of organic chemicals: surface-active agents and surfactants</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2 - Production of inorganic chemicals, such as:">
				<xs:annotation>
					<xs:documentation>Production of inorganic chemicals, such as</xs:documentation>
				</xs:annotation>
			</xs:enumeration>			
			<xs:enumeration value="4.2(a) -">
				<xs:annotation>
					<xs:documentation>Production of inorganic chemicals: gases, such as ammonia, chlorine or hydrogen chloride, fluorine or hydrogen fluoride, carbon oxides, sulphur compounds, nitrogen oxides, hydrogen, sulphur dioxide, carbonyl chloride</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2(b) -">
				<xs:annotation>
					<xs:documentation>Production of inorganic chemicals: acids, such as chromic acid, hydrofluoric acid, phosphoric acid, nitric acid, hydrochloric acid, sulphuric acid, oleum, sulphurous acids</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2(c) -">
				<xs:annotation>
					<xs:documentation>Production of inorganic chemicals: bases, such as ammonium hydroxide, potassium hydroxide, sodium hydroxide</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2(d) -">
				<xs:annotation>
					<xs:documentation>Production of inorganic chemicals: salts, such as ammonium chloride, potassium chlorate, potassium carbonate, sodium carbonate, perborate, silver nitrate</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.2(e) -">
				<xs:annotation>
					<xs:documentation>Production of inorganic chemicals: non-metals, metal oxides or other inorganic compounds such as calcium carbide, silicon, silicon carbide</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.3 -">
				<xs:annotation>
					<xs:documentation>Production of phosphorous, nitrogen or potassium based fertilisers (simple or compound fertilisers)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.4 -">
				<xs:annotation>
					<xs:documentation>Production of plant protection products or of biocides</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.5 -">
				<xs:annotation>
					<xs:documentation>Production of pharmaceutical products including intermediates</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4.6 -">
				<xs:annotation>
					<xs:documentation>Production of explosives</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5 - Waste management">
				<xs:annotation>
					<xs:documentation>Waste management</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(a) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving biological treatment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(b) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving physico-chemical treatment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(c) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving blending or mixing prior to submission to any of the other activities listed in points 5.1 and 5.2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(d) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving repackaging prior to submission to any of the other activities listed in points 5.1 and 5.2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(e) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving solvent reclamation/regeneration</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(f) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving recycling/reclamation of inorganic materials other than metals or metal compounds</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(g) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving the regeneration of acids or bases</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(h) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving the recovery of components used for pollution abatement</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(i) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving the recovery of components from catalysts</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(j) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving oil re-refining or other reuses of oil</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.1(k) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of hazardous waste with a capacity exceeding 10 tonnes per day involving surface impoundment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.2(a) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of waste in waste incineration plants or in waste co-incineration plants for non-hazardous waste with a capacity exceeding 3 tonnes per hour</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.2(b) -">
				<xs:annotation>
					<xs:documentation>Disposal or recovery of waste in waste incineration plants or in waste co-incineration plants for hazardous waste with a capacity exceeding 10 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(a)(i) -">
				<xs:annotation>
					<xs:documentation>Disposal of non-hazardous waste with a capacity exceeding 50 tonnes per day involving biological treatment, excluding activities covered by Council Directive 91/271/EEC of 21 May 1991 concerning urban waste-water treatment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(a)(ii) -">
				<xs:annotation>
					<xs:documentation>Disposal of non-hazardous waste with a capacity exceeding 50 tonnes per day involving physico-chemical treatment ,excluding activities covered by Council Directive 91/271/EEC of 21 May 1991 concerning urban waste-water treatment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(a)(iii) -">
				<xs:annotation>
					<xs:documentation>Disposal of non-hazardous waste with a capacity exceeding 50 tonnes per day involving the pre-treatment of waste for incineration or co-incineration, excluding activities covered by Council Directive 91/271/EEC of 21 May 1991 concerning urban waste-water treatment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(a)(iv) -">
				<xs:annotation>
					<xs:documentation>Disposal of non-hazardous waste with a capacity exceeding 50 tonnes per day involving the treatment of slags and ashes, excluding activities covered by Council Directive 91/271/EEC of 21 May 1991 concerning urban waste-water treatment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(a)(v) -">
				<xs:annotation>
					<xs:documentation>Disposal of non-hazardous waste with a capacity exceeding 50 tonnes per day involving  treatment in shredders of metal waste, including waste electrical and electronic equipment and end-of-life vehicles and their components , and excluding activities covered by Council Directive 91/271/EEC of 21 May 1991 concerning urban waste-water treatment</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(b)(i) -">
				<xs:annotation>
					<xs:documentation>Recovery, or a mix of recovery and disposal, of non-hazardous waste with a capacity exceeding 75 tonnes per day involving biological treatment, excluding activities covered by Directive 91/271/EEC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(b)(ii) -">
				<xs:annotation>
					<xs:documentation>Recovery, or a mix of recovery and disposal, of non-hazardous waste with a capacity exceeding 75 tonnes per day involving the pre-treatment of waste for incineration or co-incineration, excluding activities covered by Directive 91/271/EEC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(b)(iii) -">
				<xs:annotation>
					<xs:documentation>Recovery, or a mix of recovery and disposal, of non-hazardous waste with a capacity exceeding 75 tonnes per day involving the treatment of slags and ashes, excluding activities covered by Directive 91/271/EEC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.3(b)(iv) -">
				<xs:annotation>
					<xs:documentation>Recovery, or a mix of recovery and disposal, of non-hazardous waste with a capacity exceeding 75 tonnes per day involving treatment in shredders of metal waste, including waste electrical and electronic equipment and end-of-life vehicles and their components, and excluding activities covered by Directive 91/271/EEC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.4 -">
				<xs:annotation>
					<xs:documentation>Landfills, as defined in Article 2(g) of Council Directive 1999/31/EC of 26 April 1999 on the landfill of waste, receiving more than 10 tonnes of waste per day or with a total capacity exceeding 25,000 tonnes, excluding landfills of inert waste</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.5 -">
				<xs:annotation>
					<xs:documentation>Temporary storage of hazardous waste not covered under point 5.4 pending any of the activities listed in points 5.1, 5.2, 5.4 and 5.6 with a total capacity exceeding 50 tonnes, excluding temporary storage, pending collection, on the site where the waste is generated</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5.6 -">
				<xs:annotation>
					<xs:documentation>Underground storage of hazardous waste with a total capacity exceeding 50 tonnes</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6 - Other activities">
				<xs:annotation>
					<xs:documentation>Other activities</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.1(a) -">
				<xs:annotation>
					<xs:documentation>Production in industrial installations of pulp from timber or other fibrous materials</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.1(b) -">
				<xs:annotation>
					<xs:documentation>Production in industrial installations of paper or card board with a production capacity exceeding 20 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.1(c) -">
				<xs:annotation>
					<xs:documentation>Production in industrial installations with a production capacity exceeding 600 m3 per day of one or more of the following wood-based panels: oriented strand board, particleboard or fibreboard</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.2 -">
				<xs:annotation>
					<xs:documentation>Pre-treatment (operations such as washing, bleaching, mercerisation) or dyeing of textile fibres or textiles where the treatment capacity exceeds 10 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.3 -">
				<xs:annotation>
					<xs:documentation>Tanning of hides and skins where the treatment capacity exceeds 12 tonnes of finished products per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4(a) -">
				<xs:annotation>
					<xs:documentation>Operating slaughterhouses with a carcass production capacity greater than 50 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4(b)(i) -">
				<xs:annotation>
					<xs:documentation>Treatment and processing, other than exclusively packaging, of the following raw materials, whether previously processed or unprocessed, intended for the production of food or feed from only animal raw materials (other than exclusively milk) with a finished product production capacity greater than 75 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4(b)(ii) -">
				<xs:annotation>
					<xs:documentation>Treatment and processing, other than exclusively packaging, of the following raw materials, whether previously processed or unprocessed, intended for the production of food or feed from only vegetable raw materials with a finished product production capacity greater than 300 tonnes per day or 600 tonnes per day where the installation operates for a period of no more than 90 consecutive days in any year</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4(b)(iii) -">
				<xs:annotation>
					<xs:documentation>Treatment and processing, other than exclusively packaging, of the following raw materials, whether previously processed or unprocessed, intended for the production of food or feed from animal and vegetable raw materials, both in combined and separate products, with a finished product production capacity in tonnes per day greater than 75 if A is equal to 10 or more or, [300- (22,5 ? A)] in any other case, where ?A? is the portion of animal material (in percent of weight) of the finished product production capacity</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.4(c) -">
				<xs:annotation>
					<xs:documentation>Treatment and processing of milk only, the quantity of milk received being greater than 200 tonnes per day (average value on an annual basis)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.5 -">
				<xs:annotation>
					<xs:documentation>Disposal or recycling of animal carcases or animal waste with a treatment capacity exceeding 10 tonnes per day</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.6(a) -">
				<xs:annotation>
					<xs:documentation>Intensive rearing of poultry with more than 40,000 places for poultry</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.6(b) -">
				<xs:annotation>
					<xs:documentation>Intensive rearing of pigs with more than 2,000 places for production pigs (over 30 kg)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.6(c) -">
				<xs:annotation>
					<xs:documentation>Intensive rearing of pigs with more than 750 places for sows</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.7 -">
				<xs:annotation>
					<xs:documentation>Surface treatment of substances, objects or products using organic solvents, in particular for dressing, printing, coating, degreasing, waterproofing, sizing, painting, cleaning or impregnating, with an organic solvent consumption capacity of more than 150 kg per hour or more than 200 tonnes per year</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.8 -">
				<xs:annotation>
					<xs:documentation>Production of carbon (hard-burnt coal) or electrographite by means of incineration or graphitisation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.9 -">
				<xs:annotation>
					<xs:documentation>Capture of CO2 streams from installations covered by Directive 2010/75/EU for the purposes of geological storage pursuant to Directive 2009/31/EC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.10 -">
				<xs:annotation>
					<xs:documentation>Preservation of wood and wood products with chemicals with a production capacity exceeding 75 m3 per day other than exclusively treating against sapstain</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6.11 -">
				<xs:annotation>
					<xs:documentation>Independently operated treatment of waste water not covered by Directive 91/271/EEC and discharged by an installation covered by Chapter II of Directive 2010/75/EU</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="AnnexAspectsIncluded_enum">
		<xs:annotation>
			<xs:documentation>
	- Conclusions of PFRA in the form of a summary map (Y/N)
	- Conclusions drawn from the flood hazard and flood risk maps (Y/N)
	- A description of the appropriate objectives of flood risk management (Y/N)
	- A summary of the measures and their prioritisation to achieve the appropriate objectives (Y/N)
	- For shared river basins a description of the cost-benefit analysis used to assess measures with transnational effects (Y/N)
	- Description of the way in which progress in implementing the plan is monitored (Y/N)
	- Summary of the public information and consultation (Y/N)
	- A list of competent authorities (Y/N)
	- A description of the coordination process within any IRBD (Y/N)
	- A description of the coordination process with the WFD (Y/N)
	- A summary of reviews and updates of the plans (Y/N)
	- An assessment of progress made towards achieving the objectives (Y/N)
	- A description and explanation of any measures previously identified but not taken forward (Y/N)
	- A description of additional measures since the publication of prior plans (Y/N)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="AAI_1 - Conclusions from FHRM">
				<xs:annotation>
					<xs:documentation>Conclusions drawn from the flood hazard and flood risk maps (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_2 - Conclusions of PFRA">
				<xs:annotation>
					<xs:documentation>Conclusions of PFRA in the form of a summary map (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_3 - Appropriate objectives FRM">
				<xs:annotation>
					<xs:documentation>A description of the appropriate objectives of flood risk management (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_4 - Measures with prioritisation">
				<xs:annotation>
					<xs:documentation>A summary of the measures and their prioritisation to achieve the appropriate objectives (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_5 - Cost-benefit analysis transnational measures">
				<xs:annotation>
					<xs:documentation>For shared river basins a description of the cost-benefit analysis used to assess measures with transnational effects (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_6 - Monitoring progress">
				<xs:annotation>
					<xs:documentation>Description of the way in which progress in implementing the plan is monitored (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_7 - Public information">
				<xs:annotation>
					<xs:documentation>Summary of the public information and consultation (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_8 - Competent authorities">
				<xs:annotation>
					<xs:documentation>A list of competent authorities (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_9 - Coordination with IRBD">
				<xs:annotation>
					<xs:documentation>A description of the coordination process within any IRBD (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_10 - Coordination with WFD">
				<xs:annotation>
					<xs:documentation>A description of the coordination process within WFD</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_11 - Reviews and updates plans">
				<xs:annotation>
					<xs:documentation>A summary of reviews and updates of the plans (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_12 - Progress toward objectives">
				<xs:annotation>
					<xs:documentation>An assessment of progress made towards achieving the objectives (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_13 - Measures not taken forward">
				<xs:annotation>
					<xs:documentation>A description and explanation of any measures previously identified but not taken forward (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="AAI_14 - Additional measures since prior plans">
				<xs:annotation>
					<xs:documentation>A description of additional measures since the publication of prior plans (Y/N)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
Note

A check-in comment is required. Please enter it below.


Note

The schema's file name will not be changed, regardless of the name of the file you upload. Only the file contents will be overwritten!

Note

A new version requires a new file with a new name: