Schema URL | http://dd.eionet.europa.eu/schemas/FD/FDCommon.xsd |
---|---|
File name | FDCommon.xsd |
Schema set | FD |
Name | FDCommon |
There are 0 QA scripts and 0 conversion scripts registered for this schema.
<?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by Atkins (Atkins Danmark A/S) --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://water.eionet.europa.eu/schemas/dir200760ec/fdcommon" xmlns:dc="http://purl.org/dc/elements/1.1/" targetNamespace="http://water.eionet.europa.eu/schemas/dir200760ec/fdcommon" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:annotation> <xs:appinfo> <dc:Creator>Atkins Danmark</dc:Creator> <dc:Date>2011-01-11</dc:Date> <dc:Description>This schema is used to supply common enumeration lists for the Floods Directive</dc:Description> <dc:Format/> <dc:Identifier>{http://wise.jrc.cec.eu.int}v0.3</dc:Identifier> <dc:Publisher>DG Environment, European Commission</dc:Publisher> <dc:Title>Common enumeration list for the floods directive</dc:Title> </xs:appinfo> <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="CountryCode"> <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"/> <xs:enumeration value="BE"/> <xs:enumeration value="BG"/> <xs:enumeration value="CH"/> <xs:enumeration value="CZ"/> <xs:enumeration value="CY"/> <xs:enumeration value="DE"/> <xs:enumeration value="DK"/> <xs:enumeration value="EE"/> <xs:enumeration value="EL"/> <xs:enumeration value="ES"/> <xs:enumeration value="FI"/> <xs:enumeration value="FR"/> <xs:enumeration value="HR"/> <xs:enumeration value="HU"/> <xs:enumeration value="IE"/> <xs:enumeration value="IS"/> <xs:enumeration value="IT"/> <xs:enumeration value="LT"/> <xs:enumeration value="LU"/> <xs:enumeration value="LV"/> <xs:enumeration value="MT"/> <xs:enumeration value="NO"/> <xs:enumeration value="NL"/> <xs:enumeration value="PL"/> <xs:enumeration value="PT"/> <xs:enumeration value="RO"/> <xs:enumeration value="SE"/> <xs:enumeration value="SI"/> <xs:enumeration value="SK"/> <xs:enumeration value="TR"/> <xs:enumeration value="UK"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="LanguageCode"> <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="bg"/> <xs:enumeration value="es"/> <xs:enumeration value="cs"/> <xs:enumeration value="da"/> <xs:enumeration value="de"/> <xs:enumeration value="et"/> <xs:enumeration value="el"/> <xs:enumeration value="en"/> <xs:enumeration value="fr"/> <xs:enumeration value="ga"/> <xs:enumeration value="hr"/> <xs:enumeration value="ic"/> <xs:enumeration value="it"/> <xs:enumeration value="lv"/> <xs:enumeration value="lt"/> <xs:enumeration value="hu"/> <xs:enumeration value="mt"/> <xs:enumeration value="nl"/> <xs:enumeration value="no"/> <xs:enumeration value="pl"/> <xs:enumeration value="pt"/> <xs:enumeration value="ro"/> <xs:enumeration value="sk"/> <xs:enumeration value="sl"/> <xs:enumeration value="sr"/> <xs:enumeration value="tr"/> <xs:enumeration value="fi"/> <xs:enumeration value="sv"/> </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="40"/> <xs:whiteSpace value="collapse"/> </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="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:maxLength value="42"/> <xs:minLength value="3"/> </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="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="String1000Type"> <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="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="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="String255Type"> <xs:annotation> <xs:documentation>String of up to 255 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </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:maxLength value="2000"/> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="String20000Type"> <xs:annotation> <xs:documentation>Type to enter string of 1 to 20000 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="20000"/> <xs:minLength value="1"/> </xs:restriction> </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="String10000Type"> <xs:annotation> <xs:documentation>Type to enter string of 1 to 10000 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10000"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="String100000Type"> <xs:annotation> <xs:documentation>Type to enter string of 1 to 100000 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100000"/> </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:enumeration value="-9999"/> <xs:enumeration value="-8888"/> <xs:enumeration value="-7777"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="NumberDecimalBaseType"> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </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="NumberPercentageBaseType"> <xs:annotation> <xs:documentation>Percentage with 3 decimal places</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="100"/> <xs:fractionDigits value="3"/> </xs:restriction> </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="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="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="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="YesNoUnknownCode"> <xs:annotation> <xs:documentation>For Yes, No or Unknown: Y=Yes; N=No; U=Unknown </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Y"/> <xs:enumeration value="N"/> <xs:enumeration value="U"/> <xs:enumeration value="NA"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="YesNoNotApplicableCode"> <xs:annotation> <xs:documentation>For Yes, No or Unknown/Not Applicable: Y=Yes; N=No; NA=Unknown/Not Applicable </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Y"/> <xs:enumeration value="N"/> <xs:enumeration value="NA"/> </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="ScaleType"> <xs:annotation> <xs:documentation>Format for Scale: 1:nnnnnnnn</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="1:[0-9]{1,8}"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="DataConfidentialityClassificationCode"> <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"/> <xs:enumeration value="003"/> </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> <!--Article 3.1 and 3.2 TYPE DEFINITIONS These type definitions have been defined to support UoM and CA reporting --> <xs:simpleType name="CARoleCode"> <xs:annotation> <xs:documentation>The various possible roles/responsibilities of a competent authority might be discharged at different levels in different Member States. Different competent authorities may also be responsible for different tasks in relation to point A below. This could result in a large number of competent authorities in some Member States. To circumvent any difficulties that this situation may cause, it is important that information on roles and responsibilities is clearly reported. For reporting purposes a competent authority will be defined as having one or both of the following core roles: A. Coordination, Preparation and Production of preliminary flood risk assessment, flood maps and flood risk management plans (FRMPs), including international coordination in transboundary Units of management; B. Reporting C.Other (Any other roles not covered under A or B) </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="A"/> <xs:enumeration value="B"/> <xs:enumeration value="C"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="WFDAssociationType"> <xs:annotation> <xs:documentation>Defines the type of EURBD (RiverBasinDistrict defined in the WFD (WaterFrameWorkDirective) Association. Options are 'within' and 'overlapping (partly within)'.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="within"/> <xs:enumeration value="overlapping (partly within)"/> </xs:restriction> </xs:simpleType> <!--Article 4 and 5 TYPE DEFINITIONS These type definitions have been defined to support PFRA and APSFR reporting. --> <xs:simpleType name="CategoryFloods"> <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="past"/> <xs:enumeration value="future"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="SourceofFlooding"> <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. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="A11"/> <xs:enumeration value="A12"/> <xs:enumeration value="A13"/> <xs:enumeration value="A14"/> <xs:enumeration value="A15"/> <xs:enumeration value="A16"/> <xs:enumeration value="A17"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="MechanismofFlooding"> <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. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="A21"/> <xs:enumeration value="A22"/> <xs:enumeration value="A23"/> <xs:enumeration value="A24"/> <xs:enumeration value="A25"/> <xs:enumeration value="A26"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="CharacteristicsofFlooding"> <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. 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. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="A31"/> <xs:enumeration value="A32"/> <xs:enumeration value="A33"/> <xs:enumeration value="A34"/> <xs:enumeration value="A35"/> <xs:enumeration value="A36"/> <xs:enumeration value="A37"/> <xs:enumeration value="A38"/> <xs:enumeration value="A39"/> <xs:enumeration value="A40"/> </xs:restriction> </xs:simpleType> <!--Type of consequences defined in below lists--> <xs:simpleType name="TypeHumanHealth"> <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="B10"/> <xs:enumeration value="B11"/> <xs:enumeration value="B12"/> <xs:enumeration value="B13"/> <xs:enumeration value="B14"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="TypeEnvironment"> <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="B20"/> <xs:enumeration value="B21"/> <xs:enumeration value="B22"/> <xs:enumeration value="B23"/> <xs:enumeration value="B24"/> <xs:enumeration value="B25"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="TypeCulturalHeritage"> <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="B30"/> <xs:enumeration value="B31"/> <xs:enumeration value="B32"/> <xs:enumeration value="B33"/> <xs:enumeration value="B34"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="TypeEconomic"> <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="B40"/> <xs:enumeration value="B41"/> <xs:enumeration value="B42"/> <xs:enumeration value="B43"/> <xs:enumeration value="B44"/> <xs:enumeration value="B45"/> <xs:enumeration value="B46"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="TotalDamageClass"> <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="I"/> <xs:enumeration value="L"/> <xs:enumeration value="M"/> <xs:enumeration value="H"/> <xs:enumeration value="VH"/> <xs:enumeration value="NA"/> <xs:enumeration value="U"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="IED"> <xs:annotation> <xs:documentation>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. Gasification or liquefaction of: (a) coal; (b) 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. Processing of ferrous metals: (a) operation of hot-rolling mills with a capacity exceeding 20 tonnes of crude steel per hour; (b) operation of smitheries with hammers the energy of which exceeds 50 kilojoule per hammer, where the calorific power used exceeds 20 MW; (c) 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. Processing of non-ferrous metals: (a) production of non-ferrous crude metals from ore, concentrates or secondary raw materials by metallurgical, chemical or electrolytic processes; (b) 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. Production of cement, lime and magnesium oxide: (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; (b) production of lime in kilns with a production capacity exceeding 50 tonnes per day; (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: (a) simple hydrocarbons (linear or cyclic, saturated or unsaturated, aliphatic or aromatic); (b) oxygen-containing hydrocarbons such as alcohols, aldehydes, ketones, carboxylic acids, esters and mixtures of esters, acetates, ethers, peroxides and epoxy resins; (c) sulphurous hydrocarbons; (d) nitrogenous hydrocarbons such as amines, amides, nitrous compounds, nitro compounds or nitrate compounds, nitriles, cyanates, isocyanates; (e) phosphorus-containing hydrocarbons; (f) halogenic hydrocarbons; (g) organometallic compounds; (h) plastic materials (polymers, synthetic fibres and cellulose-based fibres); (i) synthetic rubbers; (j) dyes and pigments; (k) surface-active agents and surfactants. 4.2. Production of inorganic chemicals, such as: (a) gases, such as ammonia, chlorine or hydrogen chloride, fluorine or hydrogen fluoride, carbon oxides, sulphur compounds, nitrogen oxides, hydrogen, sulphur dioxide, carbonyl chloride; (b) acids, such as chromic acid, hydrofluoric acid, phosphoric acid, nitric acid, hydrochloric acid, sulphuric acid, oleum, sulphurous acids; (c) bases, such as ammonium hydroxide, potassium hydroxide, sodium hydroxide; (d) salts, such as ammonium chloride, potassium chlorate, potassium carbonate, sodium carbonate, perborate, silver nitrate; (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: (a) biological treatment; (b) physico-chemical treatment; (c) blending or mixing prior to submission to any of the other activities listed in points 5.1 and 5.2; (d) repackaging prior to submission to any of the other activities listed in points 5.1 and 5.2; (e) solvent reclamation/regeneration; (f) recycling/reclamation of inorganic materials other than metals or metal compounds; (g) regeneration of acids or bases; (h) recovery of components used for pollution abatement; (i) recovery of components from catalysts; (j) oil re-refining or other reuses of oil; (k) surface impoundment. 5.2. Disposal or recovery of waste in waste incineration plants or in waste co-incineration plants: (a) for non-hazardous waste with a capacity exceeding 3 tonnes per hour; (b) 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.): (i) biological treatment; (ii) physico-chemical treatment; (iii) pre-treatment of waste for incineration or co-incineration; (iv) treatment of slags and ashes; (v) treatment in shredders of metal waste, including waste electrical and electronic equipment and end-of-life vehicles and their components. (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: (i) biological treatment; (ii) pre-treatment of waste for incineration or co-incineration; (iii) treatment of slags and ashes; (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: (a) pulp from timber or other fibrous materials; (b) paper or card board with a production capacity exceeding 20 tonnes per day; (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 (b) 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: (i) only animal raw materials (other than exclusively milk) with a finished product production capacity greater than 75 tonnes per day; (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; (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. (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. Intensive rearing of poultry or pigs: (a) with more than 40 000 places for poultry; (b) with more than 2 000 places for production pigs (over 30 kg), or (c) 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"/> <xs:enumeration value="1.1"/> <xs:enumeration value="1.2"/> <xs:enumeration value="1.3"/> <xs:enumeration value="1.4.a"/> <xs:enumeration value="1.4.b"/> <xs:enumeration value="2"/> <xs:enumeration value="2.1"/> <xs:enumeration value="2.2"/> <xs:enumeration value="2.3.a"/> <xs:enumeration value="2.3.b"/> <xs:enumeration value="2.3.c"/> <xs:enumeration value="2.4"/> <xs:enumeration value="2.5.a"/> <xs:enumeration value="2.5.b"/> <xs:enumeration value="2.6"/> <xs:enumeration value="3"/> <xs:enumeration value="3.1.a"/> <xs:enumeration value="3.1.b"/> <xs:enumeration value="3.1.c"/> <xs:enumeration value="3.2"/> <xs:enumeration value="3.3"/> <xs:enumeration value="3.4"/> <xs:enumeration value="3.5"/> <xs:enumeration value="4"/> <xs:enumeration value="4.1.a"/> <xs:enumeration value="4.1.b"/> <xs:enumeration value="4.1.c"/> <xs:enumeration value="4.1.d"/> <xs:enumeration value="4.1.e"/> <xs:enumeration value="4.1.f"/> <xs:enumeration value="4.1.g"/> <xs:enumeration value="4.1.h"/> <xs:enumeration value="4.1.i"/> <xs:enumeration value="4.1.j"/> <xs:enumeration value="4.1.k"/> <xs:enumeration value="4.2.a"/> <xs:enumeration value="4.2.b"/> <xs:enumeration value="4.2.c"/> <xs:enumeration value="4.2.d"/> <xs:enumeration value="4.2.e"/> <xs:enumeration value="4.3"/> <xs:enumeration value="4.4"/> <xs:enumeration value="4.5"/> <xs:enumeration value="4.6"/> <xs:enumeration value="5"/> <xs:enumeration value="5.1.a"/> <xs:enumeration value="5.1.b"/> <xs:enumeration value="5.1.c"/> <xs:enumeration value="5.1.d"/> <xs:enumeration value="5.1.e"/> <xs:enumeration value="5.1.f"/> <xs:enumeration value="5.1.g"/> <xs:enumeration value="5.1.h"/> <xs:enumeration value="5.1.i"/> <xs:enumeration value="5.1.j"/> <xs:enumeration value="5.1.k"/> <xs:enumeration value="5.2.a"/> <xs:enumeration value="5.2.b"/> <xs:enumeration value="5.3.a.i"/> <xs:enumeration value="5.3.a.ii"/> <xs:enumeration value="5.3.a.iii"/> <xs:enumeration value="5.3.a.iv"/> <xs:enumeration value="5.3.a.v"/> <xs:enumeration value="5.3.b.i"/> <xs:enumeration value="5.3.b.ii"/> <xs:enumeration value="5.3.b.iii"/> <xs:enumeration value="5.3.b.iv"/> <xs:enumeration value="5.4"/> <xs:enumeration value="5.5"/> <xs:enumeration value="5.6"/> <xs:enumeration value="6"/> <xs:enumeration value="6.1.a"/> <xs:enumeration value="6.1.b"/> <xs:enumeration value="6.1.c"/> <xs:enumeration value="6.2"/> <xs:enumeration value="6.3"/> <xs:enumeration value="6.4.a"/> <xs:enumeration value="6.4.b.i"/> <xs:enumeration value="6.4.b.ii"/> <xs:enumeration value="6.4.b.iii"/> <xs:enumeration value="6.4.c"/> <xs:enumeration value="6.5"/> <xs:enumeration value="6.6.a"/> <xs:enumeration value="6.6.b"/> <xs:enumeration value="6.6.c"/> <xs:enumeration value="6.7"/> <xs:enumeration value="6.8"/> <xs:enumeration value="6.9"/> <xs:enumeration value="6.10"/> <xs:enumeration value="6.11"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="ProtectedAreaType"> <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="Bathing"/> <xs:enumeration value="Birds"/> <xs:enumeration value="Habitats"/> <xs:enumeration value="Nitrates"/> <xs:enumeration value="UWWT"/> <xs:enumeration value="Article 7 Abstraction for drinking water"/> <xs:enumeration value="WFD_WaterBodies"/> <xs:enumeration value="EuropeanOther"/> <xs:enumeration value="National"/> <xs:enumeration value="Local"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="MeasureAspect"> <xs:restriction base="xs:string"> <xs:enumeration value="Aggregated"/> <xs:enumeration value="Individual"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="MeasureType"> <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"/> <xs:enumeration value="M21"/> <xs:enumeration value="M22"/> <xs:enumeration value="M23"/> <xs:enumeration value="M24"/> <xs:enumeration value="M31"/> <xs:enumeration value="M32"/> <xs:enumeration value="M33"/> <xs:enumeration value="M34"/> <xs:enumeration value="M35"/> <xs:enumeration value="M41"/> <xs:enumeration value="M42"/> <xs:enumeration value="M43"/> <xs:enumeration value="M44"/> <xs:enumeration value="M51"/> <xs:enumeration value="M52"/> <xs:enumeration value="M53"/> <xs:enumeration value="M61"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="PriorityCategories"> <xs:restriction base="xs:string"> <xs:enumeration value="Very high"/> <xs:enumeration value="High"/> <xs:enumeration value="Critical"/> <xs:enumeration value="Moderate"/> <xs:enumeration value="Low"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="Status"> <xs:annotation> <xs:documentation>Not started (NS), Planning on-going (POG), On-going construction (OGC) or Completed (COM)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NS"/> <xs:enumeration value="POG"/> <xs:enumeration value="OGC"/> <xs:enumeration value="COM"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="TypeofLink"> <xs:restriction base="xs:string"> <xs:enumeration value="WMS"/> <xs:enumeration value="PDF"/> <xs:enumeration value="Portal"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="MapCategories"> <xs:restriction base="xs:string"> <xs:enumeration value="LowProbabilityHazard"/> <xs:enumeration value="MediumProbabilityHazard"/> <xs:enumeration value="HighProbabilityHazard"/> <xs:enumeration value="LowProbabilityRisk"/> <xs:enumeration value="MediumProbabilityRisk"/> <xs:enumeration value="HighProbabilityRisk"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> </xs:schema>
European Environment Agency
Kgs. Nytorv 6, DK-1050 Copenhagen K, Denmark