View schema

Schema URL http://dd.eionet.europa.eu/schemas/Floods/FHRM.xsd
File name FHRM.xsd
Schema set Floods
Name FHRM.xsd

There are 3 QA scripts and 0 conversion scripts registered for this schema.
Link to the schema page on XMLCONV

<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/schemas/Floods" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://dd.eionet.europa.eu/schemas/Floods" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:fd="http://dd.eionet.europa.eu/schemas/Floods/FDcommon" elementFormDefault="qualified">
	<xs:import namespace="http://dd.eionet.europa.eu/schemas/Floods/FDcommon" schemaLocation="http://dd.eionet.europa.eu/schemas/Floods/FDcommon.xsd"/>
	<xs:complexType name="Probability">
		<xs:annotation>
			<xs:documentation>At least one of the three elements below (frequency, recurrence, probability of occurrence) should be reported.</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="probabilityType" type="fd:ProbabilityType_Enum" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Could be low, high or medium.  QC: 1 and only 1 medium. QC2: Max 1 low.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="descriptionOfProbabilityReference" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide a reference as to what level of probably is considered to be medium, for example = 100 year return period.  CHANGED TO 0..* SO IT MATCHES THE SITUATION BEFORE THE MIX. ADD QC: IF TYPE = Medium, then need to report this.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="frequency" type="fd:String50Type" minOccurs="0" maxOccurs="1"/>
			<xs:element name="recurrence" type="fd:String50Type" minOccurs="0" maxOccurs="1"/>
			<xs:element name="probabilityOfOccurrence" type="fd:String50Type" minOccurs="0" maxOccurs="1"/>
			<xs:element name="EnvironmentalConsequences" type="EnvironmentalConsequences" minOccurs="1" maxOccurs="1"/>
			<xs:element name="CulturalHeritageConsequence" type="CulturalHeritageConsequence" minOccurs="0" maxOccurs="1"/>
			<xs:element name="EconomicActivityConsequence" type="EconomicActivityConsequence" minOccurs="1" maxOccurs="1"/>
			<xs:element name="InhabitantsAffected" type="InhabitantsAffected" minOccurs="1" maxOccurs="1"/>
			<xs:element name="NACECodes" type="NACECodes" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="OtherTypeofPotentialConsequences" type="OtherTypeofPotentialConsequences" minOccurs="0" maxOccurs="1"/>
			<xs:element name="Identifier_HMP" type="Identifier_HMP" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="EnvironmentalConsequences">
		<xs:annotation>
			<xs:documentation>Information on potential adverse consequences in relation to IED installations and  affected protected areas in association with the particular flood scenarios</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="typeEnvironment" type="fd:TypeEnvironment_Enum" minOccurs="1" maxOccurs="unbounded"/>
			<xs:element name="otherConsequenceDescription" type="fd:String250Type" minOccurs="0" maxOccurs="1"/>
			<xs:element name="affectedIEDInstallations" type="fd:NumberNonNegativeIntegerType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Number of IED installations potentially affected. The exception types -9999=Unknown, -8888=Yet to be measured, -7777=Not Applicable can be used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="eprtrCode" type="fd:String250Type" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. National ID number of the Facility as reported in EPRTR (FacilityID).</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="otherInformationReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Reference(s) to  information relevant for the reported information on IED installations and/or protected areas</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ProtectedAreas" type="ProtectedAreas" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="TypeIEDInstallations" type="TypeIEDInstallations" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CulturalHeritageConsequence">
		<xs:sequence>
			<xs:element name="typeCulturalHeritage" type="fd:TypeCulturalHeritage_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>
	- 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:element>
			<xs:element name="otherConsequenceDescription" type="fd:String250Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. Only to be used if the type is set to 'Other' in the enumeration list</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="EconomicActivityConsequence">
		<xs:sequence>
			<xs:element name="typeEconomicActivity" type="fd:TypeEconomicActivity_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Indicate consequence from enumeration list

	- B41 – Property
	- B42 – Infrastructure
	- B43 – Rural Land Use
	- B44 – Economic Activity
	- B45 – Other


	- B46 – Not applicable</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="otherConsequenceDescription" type="fd:String250Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. Only to be used if the type is set to 'Other' in the enumeration list</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FloodHazardMaps">
		<xs:sequence>
			<xs:element name="apsfrCode" type="fd:FeatureUniqueCodeType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. The Unique EU code for the area of potential significant flood risk. Add the two-letter ISO Country code to the Member State unique id - up to 42 characters in total (article 6.1)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="hazardAreaCode" type="fd:FeatureUniqueCodeTypeHazard" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Unique EU code for the hazard area linked to an APSFR. Add the two- letter ISO Country code to the Member State unique id to the APSFR code - up to 150 characters in total</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="mapUpdateReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Provide document(s) or link(s) to information that give an update on any changes to the maps or to the process used to develop the maps since the last reporting cycle. This element is focused on updates or changes to the maps or approaches specifically.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="MediumProbability" type="MediumProbability" minOccurs="1" maxOccurs="unbounded"/>
			<xs:element name="Probability" type="Probability" minOccurs="1" maxOccurs="unbounded"/>
			<xs:element name="TypeofFloods" type="TypeofFloods" minOccurs="1" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="InhabitantsAffected">
		<xs:sequence>
			<xs:element name="overAll_InhabitantsAffected" type="fd:NumberNonNegativeIntegerType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. The overall indicative number of people in the area potentially affected. The exception types -9999=Unknown, -8888=Yet to be measured, -7777=Not Applicable can be used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="day" type="fd:NumberNonNegativeIntegerType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Indicative number of people potentially affected during daytime</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="night" type="fd:NumberNonNegativeIntegerType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Indicative number of people potentially affected during nighttime</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="transitoryPopulation" type="fd:NumberNonNegativeIntegerType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Indicative number of transitory people potentially affected. Eg. tourists likely to be in the location, visitors at camping sites, etc</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="otherPeople" type="fd:NumberNonNegativeIntegerType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Indicative number of other people potentially affected</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RelevantSourcesSelected">
		<xs:sequence>
			<xs:element name="RelevantSourcesSelectedOtherSource" type="RelevantSourcesSelectedOtherSource" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Summary4">
		<xs:sequence>
			<xs:element name="article6.2PriorInformationExchangeOccurred" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. For International UOMs/RBDs state whether prior exchange of information has taken place in the preparation of flood hazard/flood risk maps for APSFRs which are shared with other MS or non-MS. 

•	Yes
•	No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.2PriorInformationExchangeDescription" type="fd:String1000TypeMin1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘No’ selected in Article6.2PriorInformationExchangeOccurred, provide an explanation</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.2PriorInformationExchange" type="fd:PriorInformationExchange_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Where Article6.2PriorInformationExchangeOccured is “Yes”, indicate the mechanism of prior information exchange (one or more options can be selected):



	- International River Commission
	- Bilateral border water commissions
	- International coordination and working groups
	- Bilateral coordination and working groups
	- Regulations in place to enable exchange of information at international level
	- Use of pre-existing structures to ensure bilateral coordination (in place before FD implementation)
	- Informal arrangements (groups discussions and exchange of information)
	- Joint declaration with a neighbouring country (including non-EU MS) on cooperation on joint action
	- Other</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.2PriorInformationExchangeOtherDescription" type="fd:String1000TypeMin1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ is selected in Article6.2PriorInformationExchange, provide an explanation</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.2PriorInformationExchangeReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Provide document(s) or link(s) to evidence that the coordination mechanisms are in place for prior information exchange. </xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RelevantSourcesSelectedArtificialWaterBearingInfrastructure">
		<xs:sequence>
			<xs:element name="modellingUsed" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether a modelling approach has been used to inform the development of the flood hazard and flood risk maps where flooding from artificial water bearing infrastructure presents a risk.


	- Yes


	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingNotUsedDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘No’ is selected from enumeration list to indicate a modelling approach has not been used, provide a description as to what approach has been used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingUsedReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide documents or links to relevant documents covering the following areas related to the modelling approach used for artificial water bearing infrastructure related sources of flooding:

- the types of models used;
- the resolution of the models used;
- the key datasets used in the modelling process;

As a reminder,

If providing documents describe the:


	- Subject (describe in a few words the subject matter of the references provided in relation to 1 to 4 above)
	- Document name (Provide the name of each reference document, the name should identify the document unequivocally)
	- Bookmark (For each document provide the chapters, sections and page ranges where the relevant information can be found)



	- If the file containing the reference is uploaded to WISE, provide the file name of the uploaded document.
	- If the document has not been uploaded to WISE, provide a hyperlink to the relevant background document. (The Member State must guarantee that the hyperlink will remain stable and active for a period of 6 years after reporting).


Please note that 1 to 3 above may be covered in a single document in which case please be careful to Bookmark the relevant chapters, sections and page ranges. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Seawater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbability" type="fd:ElementsProbability_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Where Seawater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Seawater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Summary3">
		<xs:sequence>
			<xs:element name="summary3_1Article6.5_a_MethodInhabitantsAffectedReference" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide document(s) or link(s) to methods (including criteria) used to determine for each flood scenario the indicative number of inhabitants affected (art 6.5.a).</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="summary3_2Article6.5_b_MethodEconomicActivityAffectedReference" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide document(s) or link(s) to methods (including criteria) used to determine for each flood scenario the type of economic activity affected (art 6.5.b). </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="summary3_3Article6.5_c_MethodLocationIedInstallationReference" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide document(s) or link(s) to methods (including criteria) used to determine for each flood scenario the location of the IED installation (art 6.5.c). </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="summary3_4Article6.5_c_MethodWfdProtectedAreasReference" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide document(s) or link(s) to methods (including criteria) used to determine for each flood scenario the impact on WFD Protected Areas (art 6.5.c).</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="summary3_5Article6.5_d_MethodOtherInformationReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide document(s) or link(s) to methods (including criteria) used to determine for each flood scenario the type of other information considered relevant by Member States (art 6.5.d). </xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NACECodes">
		<xs:sequence>
			<xs:element name="naceCode" type="fd:String100Type" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Provice NACE code. NACE (Nomenclature of Economic Activities) is the European statistical classification of economic activities. NACE groups organizations according to their business activities. Statistics produced on the basis of NACE are comparable at European level and, in general, at world level in line with the United Nations' International Standard Industrial Classification (ISIC).</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="FHRM" type="FHRM">
		<xs:annotation>
			<xs:documentation>Reporting requirement for Article 6 of the Floods Directive. Requires the Member States at the level of the river basin district or unit of management (referred to in Article 3(2)(b)) to prepare flood hazard maps and flood risk maps at the most appropriate scale for the areas identified under Article 5(1). This schema supports some of these requirements - however the MS are entitled to fulfill the Directive requirements by publishing maps in own portals. This schema supports the information needed to visualize the FHRM on the European level</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="RelevantSourcesSelectedSeaWater">
		<xs:sequence>
			<xs:element name="modellingUsed" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether a modelling approach has been used to inform the development of the flood hazard and flood risk maps where flooding from seawater presents a risk.


	- Yes
	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingNotUsedDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘No’ is selected from enumeration list to indicate a modelling approach has not been used, provide a description as to what approach has been used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingUsedReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide documents or links to relevant documents covering the following areas related to the modelling approach used for seawater sources of flooding:

 - the types of models used;
 - the resolution of the models used;
 - the key datasets used in the modelling process;

As a reminder,

If providing documents describe the:


	- Subject (describe in a few words the subject matter of the references provided in relation to 1 to 4 above)
	- Document name (Provide the name of each reference document, the name should identify the document unequivocally)
	- Bookmark (For each document provide the chapters, sections and page ranges where the relevant information can be found)



	- If the file containing the reference is uploaded to WISE, provide the file name of the uploaded document.
	- If the document has not been uploaded to WISE, provide a hyperlink to the relevant background document. (The Member State must guarantee that the hyperlink will remain stable and active for a period of 6 years after reporting).


Please note that 1 to 3 above may be covered in a single document in which case please be careful to Bookmark the relevant chapters, sections and page ranges. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Where Seawater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbability" type="fd:ElementsProbability6.6_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Where Seawater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Article 6.6 applied
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbability" type="fd:ElementsProbability6.6_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Seawater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Article 6.6 applied
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="OtherTypeofPotentialConsequences">
		<xs:sequence>
			<xs:element name="typeOfPotentialConsequence" type="fd:String250Type" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Type in a potential consequence if not part of provided enumeration lists under HumanHealthSocial, Environment or Cultural Heritage.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="explanationPotentialConsequenceReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Please provide an explanation of any newly defined potential consequence</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ProtectedAreas">
		<xs:sequence>
			<xs:element name="protectedAreaType" type="fd:ProtectedAreaType_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Potentially affected protected areas identified in Annex IV(1)(i), (iii) and (v) to Directive 2000/60/EC. Choose from the enumeration list:

	- Bathing
	- Birds
	- Habitats
	- Nitrates
	- UWWT
	- Article 7 Abstraction for drinking water
	- WFD_WaterBodies
	- EuropeanOther
	- National
	- Local</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="protectedAreaID" type="fd:String100Type" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>The ProtectedAreaID (uniqueID) as this has been reported under relevant directives</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TypeIEDInstallations">
		<xs:sequence>
			<xs:element name="typeIEDInstallation" type="fd:TypeIEDInstallation_Enum" minOccurs="1" maxOccurs="unbounded">
				<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:element>
			<xs:element name="naceCode" type="fd:String250Type" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Provice NACE code. NACE (Nomenclature of Economic Activities) is the European statistical classification of economic activities. NACE groups organizations according to their business activities. Statistics produced on the basis of NACE are comparable at European level and, in general, at world level in line with the United Nations' International Standard Industrial Classification (ISIC).</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Summary5">
		<xs:sequence>
			<xs:element name="summary5MapExplanationReference" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide document(s) or link(s) to information that gives an explanation (to be made available to the public through WISE) on how to understand the flood maps in terms of contents, scale, purpose/use, accuracy, legends, date of publication, responsible authorities and links to further information. </xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TypeofFloods">
		<xs:sequence>
			<xs:element name="sourceOfFlooding" type="fd:SourceofFlooding_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Define relevant source of flooding. The list is in line with table A1 from list of flood types from February 2011 (version 6). Indicate source of floods from enumeration list, 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:element>
			<xs:element name="otherSourceDescription" type="fd:String1000TypeMin1" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>CONDITIONAL. Provide a description if type is set to 'Other' (A16) under Source in the enumeration list</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="mechanismOfFlooding" type="fd:MechanismofFlooding_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Indicate the mechanism of flooding that has been included in the FHRMs from the enumeration list. 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 landslides.
	- A25=Other: Flooding of land by water due to other mechanisms, for instance wind setup floods.
	- A26=No data available on the mechanism of flooding


	- A27=Mechanism of flooding uncertain</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="otherMechanismDescription" type="fd:String1000TypeMin1" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide a description if type is set to 'Other' (A25) under Mechanism in the enumeration list</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="characteristicsOfFlooding" type="fd:CharacteristicsofFlooding_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Define relevant characteristics of flooding included in the FHRMs. 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.
	- A32=Snow Melt Flood: Flooding due to rapid snow melt, possibly in combination with rainfall or blockage due to ice jams.
	- A33=Other rapid onset: A flood which develops quickly, other than a flash flood .
	- A34=Medium onset flood: An onset of flooding that occurs at a slower rate than a flash flood.
	- A35=Slow onset flood: A flood which takes a longer time to develop.
	- A36=Debris Flow: A flood conveying a high degree of debris.
	- A37=High Velocity Flow: A flood where the floodwaters are flowing at a high velocity.
	- A38=Deep Flood: A flood where the floodwaters are of significant depth.
	- A39=Other characteristics, or no special characteristics.
	- A40= No data available on the characteristics of flooding.


	- A41=Characteristics of flooding uncertain.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="otherCharacteristicsDescription" type="fd:String1000TypeMin1" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide a description if type is set to 'Other' (A39) under Characteristics in the enumeration list</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="sourcesMapped" type="fd:FloodSourcesMapped_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide clarification of the sources presented on the map at the APSFR level. The flood sources which are included in the map should be clearly indicated on the map. 

	- Map shows flood extents for a single source
	- Map shows flood extent for multiple (i.e. combined) sources by overlapping individual flood sources
	- Map shows flood extent for multiple sources resulting from combined modelling of flood sources (e.g. that occurred concurrently)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="sourcesMappedReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Where multiple sources have been selected in SourcesMapped explain which sources have been combined in the maps and how these sources were modelled i.e. modelling individually and overlain or modelled in combination.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Identifier_HMP">
		<xs:sequence>
			<xs:element name="eu_Cd_Hp" type="fd:FeatureUniqueCodeType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. If the low probability hazard area exists of more than one feature - a Unique EU code of all the features within the low probability hazard area must be provided. Codes MUST have a 1-to-1 relationship with spatial data reported. Please notice that multi polygons is not allowed to be reported and should be split into separate polygons</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RelevantSourcesSelectedFluvial">
		<xs:sequence>
			<xs:element name="modellingUsed" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether a modelling approach has been used to inform the development of the flood hazard and flood risk maps.


	- Yes
	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingNotUsedDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Not Used’ is selected from enumeration list to indicate a modelling approach has not been used, provide a description as to what approach has been used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingUsedReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide documents or links to relevant documents covering the following areas related to the modelling approach used for fluvial sources of flooding:

 - the types of models used;
 - the resolution of the models used;
 - the key datasets used in the modelling process;

As a reminder,

If providing documents describe the:


	- Subject (describe in a few words the subject matter of the references provided in relation to 1 to 4 above)
	- Document name (Provide the name of each reference document, the name should identify the document unequivocally)
	- Bookmark (For each document provide the chapters, sections and page ranges where the relevant information can be found)



	- If the file containing the reference is uploaded to WISE, provide the file name of the uploaded document.
	- If the document has not been uploaded to WISE, provide a hyperlink to the relevant background document. (The Member State must guarantee that the hyperlink will remain stable and active for a period of 6 years after reporting).


Please note that 1 to 3 above may be covered in a single document in which case please be careful to Bookmark the relevant chapters, sections and page ranges. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Fluvial has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbability" type="fd:ElementsProbability_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Where Fluvial has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Fluvial has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RelevantSourcesSelectedOtherSource">
		<xs:sequence>
			<xs:element name="descriptionOfOtherSource" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If 'OtherSource' has been selected in element FHRM/
FHRM/Summary1/RelevantSources 'OtherSource' Please provide a description of each source individualy under this Schema element. The schemas that follow should be completed (as required) for each source. (the description under Summary1/relevantSourcesOtherDescription will cover all sources in general, this schema element allows the information for each source to be repored separately. )</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingUsed" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether a modelling approach has been used to inform the development of the flood hazard and flood risk maps.


	- Yes
	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingNotUsedDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘No’ is selected from enumeration list to indicate a modelling approach has not been used, provide a description as to what approach has been used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingUsedReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide documents or links to relevant documents covering the following areas related to the modelling approach used for other sources of flooding:

 - the types of models used;
 - the resolution of the models used;
 - the key datasets used in the modelling process;

As a reminder,

If providing documents describe the:


	- Subject (describe in a few words the subject matter of the references provided in relation to 1 to 4 above)
	- Document name (Provide the name of each reference document, the name should identify the document unequivocally)
	- Bookmark (For each document provide the chapters, sections and page ranges where the relevant information can be found)



	- If the file containing the reference is uploaded to WISE, provide the file name of the uploaded document.
	- If the document has not been uploaded to WISE, provide a hyperlink to the relevant background document. (The Member State must guarantee that the hyperlink will remain stable and active for a period of 6 years after reporting).


Please note that 1 to 3 above may be covered in a single document in which case please be careful to Bookmark the relevant chapters, sections and page ranges. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Other Source has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbability" type="fd:ElementsProbability_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Where Other Source has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Other Source has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="FHRM">
		<xs:annotation>
			<xs:documentation>Reporting requirement for Article 6 of the Floods Directive. Requires the Member States at the level of the river basin district or unit of management (referred to in Article 3(2)(b)) to prepare flood hazard maps and flood risk maps at the most appropriate scale for the areas identified under Article 5(1). This schema supports some of these requirements - however the MS are entitled to fulfill the Directive requirements by publishing maps in own portals. This schema supports the information needed to visualize the FHRM on the European level</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="c_Cd" type="fd:CountryCode_enum" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Two-letter ISO Country code. Select relevant code from enumeration list provided. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="euUOMCode" type="fd:FeatureUniqueEUCodeType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Unique EU code for the Unit of Management. Add the two-letter ISO Country code to the Member State unique id - up to 42 characters in total. If unit of management is the same as the WFD RBD please use the EURBDCode as the unit of management.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.2InternationalUoM" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Is the UoM international?


	- Yes
	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Summary1" type="Summary1" minOccurs="1" maxOccurs="1"/>
			<xs:element name="Summary5" type="Summary5" minOccurs="1" maxOccurs="1"/>
			<xs:element name="Summary3" type="Summary3" minOccurs="1" maxOccurs="1"/>
			<xs:element name="Summary4" type="Summary4" minOccurs="0" maxOccurs="1"/>
			<xs:element name="FloodHazardMaps" type="FloodHazardMaps" minOccurs="1" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="creationDate" use="required" type="xs:string">
			<xs:annotation>
				<xs:documentation>Required. To be provided as year, month, date (e.g. “2012-03-20”)</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="creator" use="required" type="xs:string">
			<xs:annotation>
				<xs:documentation>Required. Competent Authority responsible for providing the information (e.g. Ministry of Environment, Environment Protection Agency, etc.).</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="email" use="optional" type="xs:string">
			<xs:annotation>
				<xs:documentation>Optional. For example“frmplanning@sepa.org.uk”</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="language" use="required" type="fd:LanguageCode_Enum">
			<xs:annotation>
				<xs:documentation>Required. Two-letter ISO Country code. Select relevant code from enumeration list provided.</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="description" use="optional" type="xs:string">
			<xs:annotation>
				<xs:documentation>Optional. For example: “Floods Directive Provisional Flood Risk Assessment Information”</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="generatedBy" use="optional" type="xs:string">
			<xs:annotation>
				<xs:documentation>Optional. For example “Through the use of an IT database system using Oracle scripts”</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="classificationCode" use="optional" type="fd:DataConfidentialityClassificationCode_Enum">
			<xs:annotation>
				<xs:documentation>Optional. 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:attribute>
	</xs:complexType>
	<xs:complexType name="RelevantSourcesSelectedGroundwater">
		<xs:sequence>
			<xs:element name="modellingUsed" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether a modelling approach has been used to inform the development of the flood hazard and flood risk maps where flooding from groundwater sources presents a risk.


	- Yes
	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingNotUsedDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘No’ is selected from enumeration list to indicate a modelling approach has not been used, provide a description as to what approach has been used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingUsedReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide documents or links to relevant documents covering the following areas related to the modelling approach used for groundwater sources of flooding:

 - the types of models used;
 - the resolution of the models used;
 - the key datasets used in the modelling process;

As a reminder,

If providing documents describe the:


	- Subject (describe in a few words the subject matter of the references provided in relation to 1 to 4 above)
	- Document name (Provide the name of each reference document, the name should identify the document unequivocally)
	- Bookmark (For each document provide the chapters, sections and page ranges where the relevant information can be found)



	- If the file containing the reference is uploaded to WISE, provide the file name of the uploaded document.
	- If the document has not been uploaded to WISE, provide a hyperlink to the relevant background document. (The Member State must guarantee that the hyperlink will remain stable and active for a period of 6 years after reporting).


Please note that 1 to 3 above may be covered in a single document in which case please be careful to Bookmark the relevant chapters, sections and page ranges. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Where Groundwater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbability" type="fd:ElementsProbability6.7_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Where Groundwater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Article 6.7 applied
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbability" type="fd:ElementsProbability6.7_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where groundwater has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected). Article 6.7 states that Member States may decide, for areas where flooding is from groundwater sources, the preparation of flood hazard maps shall be limited to the low probability or extreme event scenario::

•	Flooding Extent
•	Water depth/level
•	Water flow/velocity
•	Article 6.7 applied
•	Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Summary1">
		<xs:annotation>
			<xs:documentation>Summary (less than 10.000 characters) on methods used to identify, assess or calculate: flooding extent (including resolution of digital terrain models); flooding probabilities (including information as to why particular probabilities have been selected) or return periods; depths or water levels; velocities or flows (where appropriate); models used, datasets, uncertainties, if and if so how, climate change has been taking into account in the mapping (article 6)</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="mappingApproachReferences" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide documents or links to relevant documents covering the following areas related to the approach used in the mapping of flood hazard and flood risk:

Please note that 1 to 4 above may be covered in a single document in which case please be careful to Bookmark the relevant chapters, sections or page ranges. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article14.4ClimateChange" type="fd:ClimateChange_Enum" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Has climate change been taken into account in the mapping of flood hazard/risk? (more than one option can be selected) 


	- Yes
	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article14.4ClimateChangeReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. If ‘Yes’ provide document(s) or link(s) detailing how climate change has (or links to a document providing an explanation if it has not) been taken into account in the assessment of flood hazard/risk. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="relevantSources" type="fd:RelevantSources_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Indicate which sources of flooding are considered to be relevant to this UoM or RBD (one or more options can be selected):


	- Fluvial
	- Pluvial
	- Groundwater
	- Seawater
	- Artificial Water-Bearing Infrastructure


	- Other Source</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="relevantSourcesOtherDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other Source’ is selected from enumeration list provide a description (this may relate to one other source or several other sources)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="sameSourcesAsAPSFR" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether the sources mapped are the same as those considered in the APSFR. Areas for which flood hazard/risk maps should be prepared are indicated at the APSFR stage.


	- Yes


	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="sameSourcesAsAPSFRDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘No’ is selected from enumeration list in SameSourcesAsAPSFR ,provide an explanation as to why the sources mapped are different to those considered in the APSFR</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="returnPeriodsAndProbabilitiesApproach" type="fd:ReturnperiodandprobabilitiesApproach_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide an indication of the approach taken to the calculation of flood return periods and probabilities (one or more options can be selected):


	- Expert judgment
	- (Statistical analysis on) historical counts
	- (Statistical analysis on) gauging data
	- (Statistical analysison rainfall data
	- (Statistical analysis on) hydrological modelling
	- (Statistical analysis on) hydraulic modelling


	- Other (e.g. uncertain)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="returnPeriodsAndProbabilitiesApproachExpertJudgementDescription" type="fd:String1000TypeMin1" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Expert Judgement’ has been selected from enumeration list, provide a brief description as to how expert judgement was used to determine flood return periods and probabilities.

Where “Expert Judgement” has been selected from the enumeration list, MS are required to provide a brief description as to how expert judgement has been used to inform the determination of flood return periods and probabilities. A relatively short description only is required here, for example on the type of organisations consulted (public administration and/or private company) and what key issues were considered as part of the judgement.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="returnPeriodsAndProbabilitiesApproachOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ is selected from enumeration list provide a description as to why this is the case (it is acceptable to use ‘Uncertain’ but an explanation (however brief) is required)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="returnPeriodsAndProbabilitiesApproachReference" type="fd:ReferenceType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Provide document(s) or link(s) to the information relating to the approach taken to the calculation of flood return periods and probabilities. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="RelevantSourcesSelectedFluvial" type="RelevantSourcesSelectedFluvial" minOccurs="0" maxOccurs="1"/>
			<xs:element name="RelevantSourcesSelectedPluvial" type="RelevantSourcesSelectedPluvial" minOccurs="0" maxOccurs="1"/>
			<xs:element name="RelevantSourcesSelectedSeaWater" type="RelevantSourcesSelectedSeaWater" minOccurs="0" maxOccurs="1"/>
			<xs:element name="RelevantSourcesSelectedArtificialWaterBearingInfrastructure" type="RelevantSourcesSelectedArtificialWaterBearingInfrastructure" minOccurs="0" maxOccurs="1"/>
			<xs:element name="RelevantSourcesSelectedGroundwater" type="RelevantSourcesSelectedGroundwater" minOccurs="0" maxOccurs="1"/>
			<xs:element name="RelevantSourcesSelectedOtherSource" type="RelevantSourcesSelectedOtherSource" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RelevantSourcesSelectedPluvial">
		<xs:sequence>
			<xs:element name="modellingUsed" type="fd:YesNoCode" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether a modelling approach has been used to inform the development of the flood hazard and flood risk maps where pluvial flooding presents a risk.


	- Yes
	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingNotUsedDescription" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘No’ is selected from enumeration list to indicate a modelling approach has not been used, provide a description as to what approach has been used.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="modellingUsedReference" type="fd:ReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. Provide documents or links to relevant documents covering the following areas related to the modelling approach used for pluvial sources of flooding:

 - the types of models used;
 - the resolution of the models used;
 - the key datasets used in the modelling process;

As a reminder,

If providing documents describe the:


	- Subject (describe in a few words the subject matter of the references provided in relation to 1 to 4 above)
	- Document name (Provide the name of each reference document, the name should identify the document unequivocally)
	- Bookmark (For each document provide the chapters, sections and page ranges where the relevant information can be found)



	- If the file containing the reference is uploaded to WISE, provide the file name of the uploaded document.
	- If the document has not been uploaded to WISE, provide a hyperlink to the relevant background document. (The Member State must guarantee that the hyperlink will remain stable and active for a period of 6 years after reporting).


Please note that 1 to 3 above may be covered in a single document in which case please be careful to Bookmark the relevant chapters, sections and page ranges. </xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Pluvial has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsLowProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbability" type="fd:ElementsProbability_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Where Pluvial has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsMediumProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbability" type="fd:ElementsProbability_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. Where Pluvial has been selected as a relevant source of flooding indicate the different elements included in the hazard maps (one or more options can be selected):


	- Flooding Extent
	- Water depth/level
	- Water flow/velocity
	- Other (e.g. conveyance routes)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="elementsHighProbabilityOther" type="fd:String1000Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="MediumProbability">
		<xs:sequence>
			<xs:element name="articles6.6_6.7" type="fd:YesNoArticle66_67_enum" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Have Article 6(6) and/or Article 6(7) have been applied.


	- Yes


	- No</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.6Justification" type="fd:Article_6.6_Justification_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. For medium probability floods indicate the justification for applying Article 6.6 from the enumeration list (one or more options can be selected):


	- Risk of failure of existing defences assessed
	- Risk of overtopping of existing flood defences assessed
	- Prevention of damage and damage potential through legal regulations for use (e.g. for the embankment foreland)
	- Other justification (please specify)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.6JustificationOther" type="fd:String1000Type" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other justification’ is selected in Article6.6Justification, provide a description.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="article6.7Justification" type="fd:Article_6.7_Justification_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. For medium probability floods indicate the justification for applying Article 6.7 from the enumeration list (one or more options can be selected):


	- Groundwater is considered as a contributing source rather than a main source of flooding
	- It is difficult to distinguish the impact of groundwater flooding from other sources of flooding
	- There is limited information or historical records on groundwater flooding
	- Only low probability groundwater flooding is assessed to be a hazardous risk
	- Other justification (please specify)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="articles6.7JustificationOther" type="fd:String1000Type" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. If ‘Other’ selected Provide a description</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</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: