27.08.2020  Linktip 
Monitoring_2022
Schema Monitoring_2022.xsd


schema location:  Monitoring_2022.xsd
attribute form default: 
element form default:  qualified
targetNamespace:  https://dd.eionet.europa.eu/schemas/WFD2022
 
Elements  Complex types 
Monitoring  ChemicalEcologicalQuantitativeMonitoring 
Monitoring 
MonitoringSite 
Programme 


schema location:  http://dd.eionet.europa.eu/schemas/WFD2022/WFDCommon_2022.xsd
attribute form default: 
element form default: 
targetNamespace:  http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
 
Simple types 
FeatureUniqueEUCodeType 
NonNegativeDecimalType 
PositiveDecimalType 
String1000Type 
String100Type 
String10Type 
String20Type 
String2500Type 
String250Type 
String254Type 
String25Type 
String4000Type 
String50Type 
URLType 
WiseDate 
WiseDateTime 
WiseDateTimeType 
WiseLanguageCode_Enum 
WiseYear 
WiseYearMonth 


element Monitoring
diagram Monitoring_2022_p1.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type Monitoring
properties
content complex
children countryCode euRBDCode dcMetadata Programme MonitoringSite
annotation
documentation
Information regarding monitoring programmes should be reported at RBD level using the schema Monitoring.
source <xs:element name="Monitoring" type="Monitoring">
 
<xs:annotation>
   
<xs:documentation>Information regarding monitoring programmes should be reported at RBD level using the schema Monitoring.</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType ChemicalEcologicalQuantitativeMonitoring
diagram Monitoring_2022_p2.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
children chemicalMatrix chemicalPurpose cycle lastMonitored parameterCode parameterOther frequency
used by
element MonitoringSite/chemicalMonitoring
annotation
documentation
Used to report each QE, chemical substance or parameter monitored at a surface water or groundwater monitoring site. Report the whole class once for each quality element, chemical substance or parameter that is monitored in the monitoring site. If a chemical substance is monitored in more than one matrix, report each matrix separately.
source <xs:complexType name="ChemicalEcologicalQuantitativeMonitoring">
 
<xs:annotation>
   
<xs:documentation>Used to report each QE, chemical substance or parameter monitored at a surface water or groundwater monitoring site. Report the whole class once for each quality element, chemical substance or parameter that is monitored in the monitoring site. If a chemical substance is monitored in more than one matrix, report each matrix separately. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="chemicalMatrix" type="Matrix_Enum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. If monitoringType is ‘Chemical’, report the matrix in which the chemical substance is monitored. For groundwater monitoring sites report ‘Water’.
Quality checks: Conditional check: Must be reported if and only if monitoringType is ‘Chemical’.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="chemicalPurpose" type="ChemicalPurpose_Enum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. If monitoringType is ‘Chemical’, report if the monitoring is used for status assessment, trend assessment or both.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="cycle" type="NonNegativeInteger">
     
<xs:annotation>
       
<xs:documentation>Required. Report the monitoring cycle for this parameter at this monitoring site.
Guidance on how cycle should be reported is provided in the glossary in section 0.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="lastMonitored" type="YearRangeType">
     
<xs:annotation>
       
<xs:documentation>Required. Report the most recent year when this parameter was monitored at this monitoring site, in the format YYYY. Enter 9999 if the parameter has yet to be measured.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="parameterCode" type="MonitoringParameter_Union_Enum">
     
<xs:annotation>
       
<xs:documentation>Required. Select from the enumeration list each one the quality elements (QEs), chemical substances or parameters monitored at this monitoring site.
Please note that the following pollutants and parameters are only valid for groundwater (for surface waters most of them are included in ecological status or, in the case of pesticides, can be reported individually): Hardness, Water temperature, Dissolved oxygen, CODMn, Total organic carbon (TOC), Chloride, Sulphate, Electrical conductivity, pH, Hydrogen carbonate (bicarbonate) HCO3, Acid capacity to pH 4.5, Nitrate, Total phosphorus, Pesticides (active substances in pesticides, including their relevant metabolites, degradation and reaction products) – Total.
‘EEA_00-00-0 – Other chemical parameter’ must be reported only when the substance or parameter is not included in the enumeration list QE_ChemicalSubstances_Union_Enum.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="parameterOther" type="String100Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. If ‘QE1-2 – Other aquatic flora’, ‘QE1-5 - Other species’, ‘QE3-1-1-2 – Other determinand for transparency’, ‘QE3-1-2-2 – Other determinand for thermal conditions’, ‘QE3-1-3-3 – Other determinand for oxygenation conditions’, ‘QE3-1-4-2 – Other determinand for salinity’, ‘QE3-1-5-3 – Other determinand for acidification status’, ‘QE3-1-6-4 – Other determinand for nutrient conditions’, or ‘EEA_00-00-0 – Other chemical parameter’ has been reported under parameterCode, specify the name of the other determinand or the CAS number (if relevant) and the name of the chemical substance or parameter being monitored at this monitoring site.
Quality checks: Conditional check: Report if and only if ‘QE1-2 – Other aquatic flora’, ‘QE1-5 - Other species’, ‘QE3-1-1-2 – Other determinand for transparency’, ‘QE3-1-2-2 – Other determinand for thermal conditions’, ‘QE3-1-3-3 – Other determinand for oxygenation conditions’, ‘QE3-1-4-2 – Other determinand for salinity’, ‘QE3-1-5-3 – Other determinand for acidification status’, ‘QE3-1-6-4 – Other determinand for nutrient conditions’ or ‘EEA_00-00-0 – Other chemical parameter’ has been reported under parameterCode.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="frequency" type="NonNegativeInteger">
     
<xs:annotation>
       
<xs:documentation>Required. Report the frequency at which the parameter is monitored at this monitoring site.
Guidance on how frequency should be reported is provided in the glossary in section 0.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ChemicalEcologicalQuantitativeMonitoring/chemicalMatrix
diagram Monitoring_2022_p3.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type Matrix_Enum
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. If monitoringType is ‘Chemical’, report the matrix in which the chemical substance is monitored. For groundwater monitoring sites report ‘Water’.
Quality checks: Conditional check: Must be reported if and only if monitoringType is ‘Chemical’.
source <xs:element name="chemicalMatrix" type="Matrix_Enum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. If monitoringType is ‘Chemical’, report the matrix in which the chemical substance is monitored. For groundwater monitoring sites report ‘Water’.
Quality checks: Conditional check: Must be reported if and only if monitoringType is ‘Chemical’.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChemicalEcologicalQuantitativeMonitoring/chemicalPurpose
diagram Monitoring_2022_p4.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type ChemicalPurpose_Enum
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. If monitoringType is ‘Chemical’, report if the monitoring is used for status assessment, trend assessment or both.
source <xs:element name="chemicalPurpose" type="ChemicalPurpose_Enum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. If monitoringType is ‘Chemical’, report if the monitoring is used for status assessment, trend assessment or both.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChemicalEcologicalQuantitativeMonitoring/cycle
diagram Monitoring_2022_p5.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type NonNegativeInteger
properties
isRef 0
annotation
documentation
Required. Report the monitoring cycle for this parameter at this monitoring site.
Guidance on how cycle should be reported is provided in the glossary in section 0.
source <xs:element name="cycle" type="NonNegativeInteger">
 
<xs:annotation>
   
<xs:documentation>Required. Report the monitoring cycle for this parameter at this monitoring site.
Guidance on how cycle should be reported is provided in the glossary in section 0.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChemicalEcologicalQuantitativeMonitoring/lastMonitored
diagram Monitoring_2022_p6.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type YearRangeType
properties
isRef 0
annotation
documentation
Required. Report the most recent year when this parameter was monitored at this monitoring site, in the format YYYY. Enter 9999 if the parameter has yet to be measured.
source <xs:element name="lastMonitored" type="YearRangeType">
 
<xs:annotation>
   
<xs:documentation>Required. Report the most recent year when this parameter was monitored at this monitoring site, in the format YYYY. Enter 9999 if the parameter has yet to be measured.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChemicalEcologicalQuantitativeMonitoring/parameterCode
diagram Monitoring_2022_p7.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type MonitoringParameter_Union_Enum
properties
isRef 0
annotation
documentation
Required. Select from the enumeration list each one the quality elements (QEs), chemical substances or parameters monitored at this monitoring site.
Please note that the following pollutants and parameters are only valid for groundwater (for surface waters most of them are included in ecological status or, in the case of pesticides, can be reported individually): Hardness, Water temperature, Dissolved oxygen, CODMn, Total organic carbon (TOC), Chloride, Sulphate, Electrical conductivity, pH, Hydrogen carbonate (bicarbonate) HCO3, Acid capacity to pH 4.5, Nitrate, Total phosphorus, Pesticides (active substances in pesticides, including their relevant metabolites, degradation and reaction products) – Total.
‘EEA_00-00-0 – Other chemical parameter’ must be reported only when the substance or parameter is not included in the enumeration list QE_ChemicalSubstances_Union_Enum.
source <xs:element name="parameterCode" type="MonitoringParameter_Union_Enum">
 
<xs:annotation>
   
<xs:documentation>Required. Select from the enumeration list each one the quality elements (QEs), chemical substances or parameters monitored at this monitoring site.
Please note that the following pollutants and parameters are only valid for groundwater (for surface waters most of them are included in ecological status or, in the case of pesticides, can be reported individually): Hardness, Water temperature, Dissolved oxygen, CODMn, Total organic carbon (TOC), Chloride, Sulphate, Electrical conductivity, pH, Hydrogen carbonate (bicarbonate) HCO3, Acid capacity to pH 4.5, Nitrate, Total phosphorus, Pesticides (active substances in pesticides, including their relevant metabolites, degradation and reaction products) – Total.
‘EEA_00-00-0 – Other chemical parameter’ must be reported only when the substance or parameter is not included in the enumeration list QE_ChemicalSubstances_Union_Enum.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChemicalEcologicalQuantitativeMonitoring/parameterOther
diagram Monitoring_2022_p8.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type String100Type
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. If ‘QE1-2 – Other aquatic flora’, ‘QE1-5 - Other species’, ‘QE3-1-1-2 – Other determinand for transparency’, ‘QE3-1-2-2 – Other determinand for thermal conditions’, ‘QE3-1-3-3 – Other determinand for oxygenation conditions’, ‘QE3-1-4-2 – Other determinand for salinity’, ‘QE3-1-5-3 – Other determinand for acidification status’, ‘QE3-1-6-4 – Other determinand for nutrient conditions’, or ‘EEA_00-00-0 – Other chemical parameter’ has been reported under parameterCode, specify the name of the other determinand or the CAS number (if relevant) and the name of the chemical substance or parameter being monitored at this monitoring site.
Quality checks: Conditional check: Report if and only if ‘QE1-2 – Other aquatic flora’, ‘QE1-5 - Other species’, ‘QE3-1-1-2 – Other determinand for transparency’, ‘QE3-1-2-2 – Other determinand for thermal conditions’, ‘QE3-1-3-3 – Other determinand for oxygenation conditions’, ‘QE3-1-4-2 – Other determinand for salinity’, ‘QE3-1-5-3 – Other determinand for acidification status’, ‘QE3-1-6-4 – Other determinand for nutrient conditions’ or ‘EEA_00-00-0 – Other chemical parameter’ has been reported under parameterCode.
source <xs:element name="parameterOther" type="String100Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. If ‘QE1-2 – Other aquatic flora’, ‘QE1-5 - Other species’, ‘QE3-1-1-2 – Other determinand for transparency’, ‘QE3-1-2-2 – Other determinand for thermal conditions’, ‘QE3-1-3-3 – Other determinand for oxygenation conditions’, ‘QE3-1-4-2 – Other determinand for salinity’, ‘QE3-1-5-3 – Other determinand for acidification status’, ‘QE3-1-6-4 – Other determinand for nutrient conditions’, or ‘EEA_00-00-0 – Other chemical parameter’ has been reported under parameterCode, specify the name of the other determinand or the CAS number (if relevant) and the name of the chemical substance or parameter being monitored at this monitoring site.
Quality checks: Conditional check: Report if and only if ‘QE1-2 – Other aquatic flora’, ‘QE1-5 - Other species’, ‘QE3-1-1-2 – Other determinand for transparency’, ‘QE3-1-2-2 – Other determinand for thermal conditions’, ‘QE3-1-3-3 – Other determinand for oxygenation conditions’, ‘QE3-1-4-2 – Other determinand for salinity’, ‘QE3-1-5-3 – Other determinand for acidification status’, ‘QE3-1-6-4 – Other determinand for nutrient conditions’ or ‘EEA_00-00-0 – Other chemical parameter’ has been reported under parameterCode.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChemicalEcologicalQuantitativeMonitoring/frequency
diagram Monitoring_2022_p9.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type NonNegativeInteger
properties
isRef 0
annotation
documentation
Required. Report the frequency at which the parameter is monitored at this monitoring site.
Guidance on how frequency should be reported is provided in the glossary in section 0.
source <xs:element name="frequency" type="NonNegativeInteger">
 
<xs:annotation>
   
<xs:documentation>Required. Report the frequency at which the parameter is monitored at this monitoring site.
Guidance on how frequency should be reported is provided in the glossary in section 0.
</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType Monitoring
diagram Monitoring_2022_p10.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
children countryCode euRBDCode dcMetadata Programme MonitoringSite
used by
element Monitoring
source <xs:complexType name="Monitoring">
 
<xs:sequence>
   
<xs:element name="countryCode" type="CountryCode_Enum">
     
<xs:annotation>
       
<xs:documentation>Two-letter ISO country code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="euRBDCode" type="FeatureUniqueEUCodeType">
     
<xs:annotation>
       
<xs:documentation>Required. Unique EU code of the River Basin District. Prefix the RBD’s national, unique code with the Member State’s 2-alpha character ISO country code. Quality checks: Element check: First 2 characters must be the Member State’s 2-alpha character ISO country code. Cross-schema check: The reported euRBDCode must be consistent with the codes reported in RBDSUCA/RBD/euRBDCode.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="dcMetadata" type="dcMetadata"/>
   
<xs:element name="Programme" type="Programme" maxOccurs="unbounded"/>
   
<xs:element name="MonitoringSite" type="MonitoringSite" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element Monitoring/countryCode
diagram Monitoring_2022_p11.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type CountryCode_Enum
properties
isRef 0
annotation
documentation
Two-letter ISO country code
source <xs:element name="countryCode" type="CountryCode_Enum">
 
<xs:annotation>
   
<xs:documentation>Two-letter ISO country code</xs:documentation>
 
</xs:annotation>
</xs:element>

element Monitoring/euRBDCode
diagram Monitoring_2022_p12.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type FeatureUniqueEUCodeType
properties
isRef 0
annotation
documentation
Required. Unique EU code of the River Basin District. Prefix the RBD’s national, unique code with the Member State’s 2-alpha character ISO country code. Quality checks: Element check: First 2 characters must be the Member State’s 2-alpha character ISO country code. Cross-schema check: The reported euRBDCode must be consistent with the codes reported in RBDSUCA/RBD/euRBDCode.
source <xs:element name="euRBDCode" type="FeatureUniqueEUCodeType">
 
<xs:annotation>
   
<xs:documentation>Required. Unique EU code of the River Basin District. Prefix the RBD’s national, unique code with the Member State’s 2-alpha character ISO country code. Quality checks: Element check: First 2 characters must be the Member State’s 2-alpha character ISO country code. Cross-schema check: The reported euRBDCode must be consistent with the codes reported in RBDSUCA/RBD/euRBDCode.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Monitoring/dcMetadata
diagram Monitoring_2022_p13.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type dcMetadata
properties
isRef 0
source <xs:element name="dcMetadata" type="dcMetadata"/>

element Monitoring/Programme
diagram Monitoring_2022_p14.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type Programme
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children euProgrammeCode programmeName programmeReference
source <xs:element name="Programme" type="Programme" maxOccurs="unbounded"/>

element Monitoring/MonitoringSite
diagram Monitoring_2022_p15.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type MonitoringSite
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children euMonitoringSiteCode euProgrammeCode ecologicalMonitoring chemicalMonitoring quantitativeMonitoring investigativeMonitoring operationalMonitoring surveillanceMonitoring wellSpring depth chemicalMonitoring
source <xs:element name="MonitoringSite" type="MonitoringSite" maxOccurs="unbounded"/>

complexType MonitoringSite
diagram Monitoring_2022_p16.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
children euMonitoringSiteCode euProgrammeCode ecologicalMonitoring chemicalMonitoring quantitativeMonitoring investigativeMonitoring operationalMonitoring surveillanceMonitoring wellSpring depth chemicalMonitoring
used by
element Monitoring/MonitoringSite
source <xs:complexType name="MonitoringSite">
 
<xs:sequence>
   
<xs:element name="euMonitoringSiteCode" type="FeatureUniqueEUCodeType">
     
<xs:annotation>
       
<xs:documentation>Required. Unique EU code of the monitoring site. Prefix the surface water monitoring site’s national, unique code with the Member State’s 2-letter ISO country code.
Quality checks:
Element check: String length must be within the range of 3 to 42 characters. First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euMonitoringSiteCode must be unique.
Cross-schema check: euMonitoringSiteCode must be identical to a thematicIdIdentifier reported for monitoring sites in spatial data.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="euProgrammeCode" type="FeatureUniqueEUCodeType" maxOccurs="unbounded"/>
   
<xs:element name="ecologicalMonitoring" type="YesNoNotApplicable_Union_Enum">
     
<xs:annotation>
       
<xs:documentation>Required. Indicate whether the monitoring site is used for ecological monitoring. For groundwater monitoring sites report ‘Not applicable’.
Please note that, for the purpose of reporting, monitoring of RBSPs should be reported as part of chemical monitoring (if a site is used for monitoring RBSPs only or RBSPs and Priority Substances, you should report ‘Yes’ only in chemicalMonitoring, if it is used to monitor RBSPs and other QEs, you should report both ‘Yes’ in both ecologicalMonitoring and chemicalMonitoring).
Quality check: Cross-schema check: ‘Not applicable’ must be selected if and only if the monitoring site is located in a groundwater body.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="chemicalMonitoring" type="YesNoCode_Enum">
     
<xs:annotation>
       
<xs:documentation>Required. Indicate whether the monitoring site is used for chemical monitoring.
Please note that, for the purpose of reporting, monitoring of RBSPs should be reported as part of chemical monitoring (if a site is used for monitoring RBSPs only or RBSPs and Priority Substances, you should report ‘Yes’ only in chemicalMonitoring, if it is used to monitor RBSPs and other QEs, you should report both ‘Yes’ in both ecologicalMonitoring and chemicalMonitoring).
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="quantitativeMonitoring" type="YesNoNotApplicable_Union_Enum">
     
<xs:annotation>
       
<xs:documentation>Required. Indicate whether the monitoring site is used for quantitative monitoring. For surface water monitoring sites report ‘Not applicable’.
Quality check: Cross-schema check: ‘Not applicable’ must be selected if and only if the monitoring site is located in a surface water body.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="investigativeMonitoring" type="YesNoCode_Enum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for investigative monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="operationalMonitoring" type="YesNoCode_Enum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for operational monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="surveillanceMonitoring" type="YesNoCode_Enum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for surveillance monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="wellSpring" type="WellSpring_Enum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. For groundwater sites, indicate whether the groundwater monitoring site is a well, a spring or other.
Quality checks: Conditional check: Report if and only if the monitoring site is located in a groundwater body.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="depth" type="MonitoringDepth_Enum" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conditional. For groundwater monitoring sites, indicate the groundwater layer within the groundwater body in which sampling occurs. Please see visualization of multi-layered GWBs in sections 1.3 and 2.3 of Annex 4.
Quality checks: Conditional check: Report if and only if the monitoring site is located in a groundwater body.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="chemicalMonitoring" type="ChemicalEcologicalQuantitativeMonitoring" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element MonitoringSite/euMonitoringSiteCode
diagram Monitoring_2022_p17.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type FeatureUniqueEUCodeType
properties
isRef 0
annotation
documentation
Required. Unique EU code of the monitoring site. Prefix the surface water monitoring site’s national, unique code with the Member State’s 2-letter ISO country code.
Quality checks:
Element check: String length must be within the range of 3 to 42 characters. First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euMonitoringSiteCode must be unique.
Cross-schema check: euMonitoringSiteCode must be identical to a thematicIdIdentifier reported for monitoring sites in spatial data.
source <xs:element name="euMonitoringSiteCode" type="FeatureUniqueEUCodeType">
 
<xs:annotation>
   
<xs:documentation>Required. Unique EU code of the monitoring site. Prefix the surface water monitoring site’s national, unique code with the Member State’s 2-letter ISO country code.
Quality checks:
Element check: String length must be within the range of 3 to 42 characters. First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euMonitoringSiteCode must be unique.
Cross-schema check: euMonitoringSiteCode must be identical to a thematicIdIdentifier reported for monitoring sites in spatial data.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/euProgrammeCode
diagram Monitoring_2022_p18.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type FeatureUniqueEUCodeType
properties
isRef 0
minOcc 1
maxOcc unbounded
source <xs:element name="euProgrammeCode" type="FeatureUniqueEUCodeType" maxOccurs="unbounded"/>

element MonitoringSite/ecologicalMonitoring
diagram Monitoring_2022_p19.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type YesNoNotApplicable_Union_Enum
properties
isRef 0
annotation
documentation
Required. Indicate whether the monitoring site is used for ecological monitoring. For groundwater monitoring sites report ‘Not applicable’.
Please note that, for the purpose of reporting, monitoring of RBSPs should be reported as part of chemical monitoring (if a site is used for monitoring RBSPs only or RBSPs and Priority Substances, you should report ‘Yes’ only in chemicalMonitoring, if it is used to monitor RBSPs and other QEs, you should report both ‘Yes’ in both ecologicalMonitoring and chemicalMonitoring).
Quality check: Cross-schema check: ‘Not applicable’ must be selected if and only if the monitoring site is located in a groundwater body.
source <xs:element name="ecologicalMonitoring" type="YesNoNotApplicable_Union_Enum">
 
<xs:annotation>
   
<xs:documentation>Required. Indicate whether the monitoring site is used for ecological monitoring. For groundwater monitoring sites report ‘Not applicable’.
Please note that, for the purpose of reporting, monitoring of RBSPs should be reported as part of chemical monitoring (if a site is used for monitoring RBSPs only or RBSPs and Priority Substances, you should report ‘Yes’ only in chemicalMonitoring, if it is used to monitor RBSPs and other QEs, you should report both ‘Yes’ in both ecologicalMonitoring and chemicalMonitoring).
Quality check: Cross-schema check: ‘Not applicable’ must be selected if and only if the monitoring site is located in a groundwater body.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/chemicalMonitoring
diagram Monitoring_2022_p20.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type YesNoCode_Enum
properties
isRef 0
annotation
documentation
Required. Indicate whether the monitoring site is used for chemical monitoring.
Please note that, for the purpose of reporting, monitoring of RBSPs should be reported as part of chemical monitoring (if a site is used for monitoring RBSPs only or RBSPs and Priority Substances, you should report ‘Yes’ only in chemicalMonitoring, if it is used to monitor RBSPs and other QEs, you should report both ‘Yes’ in both ecologicalMonitoring and chemicalMonitoring).
source <xs:element name="chemicalMonitoring" type="YesNoCode_Enum">
 
<xs:annotation>
   
<xs:documentation>Required. Indicate whether the monitoring site is used for chemical monitoring.
Please note that, for the purpose of reporting, monitoring of RBSPs should be reported as part of chemical monitoring (if a site is used for monitoring RBSPs only or RBSPs and Priority Substances, you should report ‘Yes’ only in chemicalMonitoring, if it is used to monitor RBSPs and other QEs, you should report both ‘Yes’ in both ecologicalMonitoring and chemicalMonitoring).
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/quantitativeMonitoring
diagram Monitoring_2022_p21.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type YesNoNotApplicable_Union_Enum
properties
isRef 0
annotation
documentation
Required. Indicate whether the monitoring site is used for quantitative monitoring. For surface water monitoring sites report ‘Not applicable’.
Quality check: Cross-schema check: ‘Not applicable’ must be selected if and only if the monitoring site is located in a surface water body.
source <xs:element name="quantitativeMonitoring" type="YesNoNotApplicable_Union_Enum">
 
<xs:annotation>
   
<xs:documentation>Required. Indicate whether the monitoring site is used for quantitative monitoring. For surface water monitoring sites report ‘Not applicable’.
Quality check: Cross-schema check: ‘Not applicable’ must be selected if and only if the monitoring site is located in a surface water body.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/investigativeMonitoring
diagram Monitoring_2022_p22.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type YesNoCode_Enum
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for investigative monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
source <xs:element name="investigativeMonitoring" type="YesNoCode_Enum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for investigative monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/operationalMonitoring
diagram Monitoring_2022_p23.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type YesNoCode_Enum
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for operational monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
source <xs:element name="operationalMonitoring" type="YesNoCode_Enum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for operational monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/surveillanceMonitoring
diagram Monitoring_2022_p24.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type YesNoCode_Enum
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for surveillance monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
source <xs:element name="surveillanceMonitoring" type="YesNoCode_Enum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. For each monitoring site, and if monitoringType is ‘Ecological’ or ‘Chemical’, report whether the site is used for surveillance monitoring.
Quality checks: Conditional check: Report if and only if monitoringType is ‘Ecological’ or ‘Chemical’.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/wellSpring
diagram Monitoring_2022_p25.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type WellSpring_Enum
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. For groundwater sites, indicate whether the groundwater monitoring site is a well, a spring or other.
Quality checks: Conditional check: Report if and only if the monitoring site is located in a groundwater body.
source <xs:element name="wellSpring" type="WellSpring_Enum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. For groundwater sites, indicate whether the groundwater monitoring site is a well, a spring or other.
Quality checks: Conditional check: Report if and only if the monitoring site is located in a groundwater body.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/depth
diagram Monitoring_2022_p26.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type MonitoringDepth_Enum
properties
isRef 0
minOcc 0
maxOcc 1
annotation
documentation
Conditional. For groundwater monitoring sites, indicate the groundwater layer within the groundwater body in which sampling occurs. Please see visualization of multi-layered GWBs in sections 1.3 and 2.3 of Annex 4.
Quality checks: Conditional check: Report if and only if the monitoring site is located in a groundwater body.
source <xs:element name="depth" type="MonitoringDepth_Enum" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conditional. For groundwater monitoring sites, indicate the groundwater layer within the groundwater body in which sampling occurs. Please see visualization of multi-layered GWBs in sections 1.3 and 2.3 of Annex 4.
Quality checks: Conditional check: Report if and only if the monitoring site is located in a groundwater body.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element MonitoringSite/chemicalMonitoring
diagram Monitoring_2022_p27.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type ChemicalEcologicalQuantitativeMonitoring
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children chemicalMatrix chemicalPurpose cycle lastMonitored parameterCode parameterOther frequency
source <xs:element name="chemicalMonitoring" type="ChemicalEcologicalQuantitativeMonitoring" maxOccurs="unbounded"/>

complexType Programme
diagram Monitoring_2022_p28.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
children euProgrammeCode programmeName programmeReference
used by
element Monitoring/Programme
source <xs:complexType name="Programme">
 
<xs:sequence>
   
<xs:element name="euProgrammeCode" type="FeatureUniqueEUCodeType">
     
<xs:annotation>
       
<xs:documentation>Required. Unique EU code of the monitoring programme. Prefix the monitoring programme’s national, unique code with the Member State’s 2-letter ISO country code. The same code reported previously should be used for monitoring programmes still in existence.
Quality checks: Element check: First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euProgrammeCode must be unique.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="programmeName" type="String250Type">
     
<xs:annotation>
       
<xs:documentation>Required. Readily understandable name of the monitoring programme in English that is meaningful outside of the RBD or Member State. It should reflect its purpose, such as surveillance, operational, investigative or drinking water monitoring programme, and the water categories in which it is undertaken.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="programmeReference" type="ReferenceType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Required. Provide references or hyperlinks to the documents and sections where relevant information relating to the monitoring programmes can be found. Guidance on what should be included in this document is provided in Section 4.3.2.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Programme/euProgrammeCode
diagram Monitoring_2022_p29.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type FeatureUniqueEUCodeType
properties
isRef 0
annotation
documentation
Required. Unique EU code of the monitoring programme. Prefix the monitoring programme’s national, unique code with the Member State’s 2-letter ISO country code. The same code reported previously should be used for monitoring programmes still in existence.
Quality checks: Element check: First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euProgrammeCode must be unique.
source <xs:element name="euProgrammeCode" type="FeatureUniqueEUCodeType">
 
<xs:annotation>
   
<xs:documentation>Required. Unique EU code of the monitoring programme. Prefix the monitoring programme’s national, unique code with the Member State’s 2-letter ISO country code. The same code reported previously should be used for monitoring programmes still in existence.
Quality checks: Element check: First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euProgrammeCode must be unique.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element Programme/programmeName
diagram Monitoring_2022_p30.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type String250Type
properties
isRef 0
annotation
documentation
Required. Readily understandable name of the monitoring programme in English that is meaningful outside of the RBD or Member State. It should reflect its purpose, such as surveillance, operational, investigative or drinking water monitoring programme, and the water categories in which it is undertaken.
source <xs:element name="programmeName" type="String250Type">
 
<xs:annotation>
   
<xs:documentation>Required. Readily understandable name of the monitoring programme in English that is meaningful outside of the RBD or Member State. It should reflect its purpose, such as surveillance, operational, investigative or drinking water monitoring programme, and the water categories in which it is undertaken.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Programme/programmeReference
diagram Monitoring_2022_p31.png
namespace https://dd.eionet.europa.eu/schemas/WFD2022
type ReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
annotation
documentation
Required. Provide references or hyperlinks to the documents and sections where relevant information relating to the monitoring programmes can be found. Guidance on what should be included in this document is provided in Section 4.3.2.
source <xs:element name="programmeReference" type="ReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Required. Provide references or hyperlinks to the documents and sections where relevant information relating to the monitoring programmes can be found. Guidance on what should be included in this document is provided in Section 4.3.2.</xs:documentation>
 
</xs:annotation>
</xs:element>

simpleType FeatureUniqueEUCodeType
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 42 
pattern [A-Z]{2}[0-9A-Z]{1}([0-9A-Z_\-]{0,38}[0-9A-Z]{1}){0,1} 
annotation
documentation
2020 Type for EU code, allows up to 42 characters (unique code within MS prefixed with country ISO 2 character code
source <xs:simpleType name="FeatureUniqueEUCodeType">
 
<xs:annotation>
   
<xs:documentation>2020 Type for EU code, allows up to 42 characters (unique code within MS prefixed with country ISO 2 character code</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="3"/>
   
<xs:maxLength value="42"/>
   
<xs:pattern value="[A-Z]{2}[0-9A-Z]{1}([0-9A-Z_\-]{0,38}[0-9A-Z]{1}){0,1}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType NonNegativeDecimalType
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:decimal
facets
Kind Value annotation 
minInclusive 
annotation
documentation
Non negative decimal
source <xs:simpleType name="NonNegativeDecimalType">
 
<xs:annotation>
   
<xs:documentation>Non negative decimal</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType PositiveDecimalType
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:decimal
facets
Kind Value annotation 
minExclusive 
annotation
documentation
Positive decimal
source <xs:simpleType name="PositiveDecimalType">
 
<xs:annotation>
   
<xs:documentation>Positive decimal</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minExclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>

simpleType String1000Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 1000 
annotation
documentation
2020 String of up to 1000 characters
source <xs:simpleType name="String1000Type">
 
<xs:annotation>
   
<xs:documentation>2020 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>

simpleType String100Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 100 
annotation
documentation
2020 String of up to 100 characters
source <xs:simpleType name="String100Type">
 
<xs:annotation>
   
<xs:documentation>2020 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>

simpleType String10Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 10 
annotation
documentation
2020 String of up to 10 characters
source <xs:simpleType name="String10Type">
 
<xs:annotation>
   
<xs:documentation>2020 String of up to 10 characters</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="10"/>
 
</xs:restriction>
</xs:simpleType>

simpleType String20Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
2020 String of up to 20 characters
source <xs:simpleType name="String20Type">
 
<xs:annotation>
   
<xs:documentation>2020 String of up to 20 characters</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>

simpleType String2500Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 2500 
annotation
documentation
2020 String of up to 2500 characters
source <xs:simpleType name="String2500Type">
 
<xs:annotation>
   
<xs:documentation>2020 String of up to 2500 characters</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="2500"/>
 
</xs:restriction>
</xs:simpleType>

simpleType String250Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 250 
annotation
documentation
2020 String of up to 250 characters
source <xs:simpleType name="String250Type">
 
<xs:annotation>
   
<xs:documentation>2020 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>

simpleType String254Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 254 
pattern (\p{L}|[0-9]){1}.{0,253} 
annotation
documentation
2020 String of up to 254 characters
source <xs:simpleType name="String254Type">
 
<xs:annotation>
   
<xs:documentation>2020 String of up to 254 characters</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="254"/>
   
<xs:pattern value="(\p{L}|[0-9]){1}.{0,253}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType String25Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 25 
annotation
documentation
2020 String of up to 25 characters
source <xs:simpleType name="String25Type">
 
<xs:annotation>
   
<xs:documentation>2020 String of up to 25 characters</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="25"/>
 
</xs:restriction>
</xs:simpleType>

simpleType String4000Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 4000 
annotation
documentation
2020 String of up to 4000 characters
source <xs:simpleType name="String4000Type">
 
<xs:annotation>
   
<xs:documentation>2020 String of up to 4000 characters</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="4000"/>
 
</xs:restriction>
</xs:simpleType>

simpleType String50Type
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 50 
annotation
documentation
2020 String of up to 50 characters
source <xs:simpleType name="String50Type">
 
<xs:annotation>
   
<xs:documentation>2020 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>

simpleType URLType
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
minLength 
maxLength 250 
pattern https?://.* 
annotation
documentation
URL string of up to 250 characters
source <xs:simpleType name="URLType">
 
<xs:annotation>
   
<xs:documentation>URL string of up to 250 characters</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="250"/>
   
<xs:pattern value="https?://.*"/>
 
</xs:restriction>
</xs:simpleType>

simpleType WiseDate
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:date
facets
Kind Value annotation 
pattern \d{4}-\d{2}-\d{2} 
source <xs:simpleType name="WiseDate">
 
<xs:restriction base="xs:date">
   
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType WiseDateTime
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:dateTime
facets
Kind Value annotation 
pattern \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} 
source <xs:simpleType name="WiseDateTime">
 
<xs:restriction base="xs:dateTime">
   
<xs:pattern value="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType WiseDateTimeType
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type union of (WiseDate, WiseDateTime, WiseYear, WiseYearMonth)
annotation
documentation
Dates must be reported using the ISO 8601 extended format:  YYYY-MM-DD, for days; YYYY-MM, for months; YYYY, for years. (If necessary, or convenient, time values can be reported. The ISO 8601 extended format for UTC time should be used.)
source <xs:simpleType name="WiseDateTimeType">
 
<xs:annotation>
   
<xs:documentation>Dates must be reported using the ISO 8601 extended format:  YYYY-MM-DD, for days; YYYY-MM, for months; YYYY, for years. (If necessary, or convenient, time values can be reported. The ISO 8601 extended format for UTC time should be used.)</xs:documentation>
 
</xs:annotation>
 
<xs:union memberTypes="WiseDate WiseDateTime WiseYear WiseYearMonth"/>
</xs:simpleType>

simpleType WiseLanguageCode_Enum
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:string
facets
Kind Value annotation 
enumeration alb 
enumeration arm 
enumeration baq 
enumeration bel 
enumeration bul 
enumeration cat 
enumeration cze 
enumeration dan 
enumeration dut 
enumeration eng 
enumeration est 
enumeration fao 
enumeration fin 
enumeration fre 
enumeration geo 
enumeration ger 
enumeration gle 
enumeration glg 
enumeration gre 
enumeration hrv 
enumeration hun 
enumeration ice 
enumeration ita 
enumeration lav 
enumeration lit 
enumeration ltz 
enumeration mac 
enumeration mis 
enumeration mlt 
enumeration nor 
enumeration pol 
enumeration por 
enumeration roh 
enumeration rum 
enumeration rus 
enumeration slo 
enumeration slv 
enumeration spa 
enumeration srp 
enumeration swe 
enumeration tur 
enumeration ukr 
source <xs:simpleType name="WiseLanguageCode_Enum">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="alb"/>
   
<xs:enumeration value="arm"/>
   
<xs:enumeration value="baq"/>
   
<xs:enumeration value="bel"/>
   
<xs:enumeration value="bul"/>
   
<xs:enumeration value="cat"/>
   
<xs:enumeration value="cze"/>
   
<xs:enumeration value="dan"/>
   
<xs:enumeration value="dut"/>
   
<xs:enumeration value="eng"/>
   
<xs:enumeration value="est"/>
   
<xs:enumeration value="fao"/>
   
<xs:enumeration value="fin"/>
   
<xs:enumeration value="fre"/>
   
<xs:enumeration value="geo"/>
   
<xs:enumeration value="ger"/>
   
<xs:enumeration value="gle"/>
   
<xs:enumeration value="glg"/>
   
<xs:enumeration value="gre"/>
   
<xs:enumeration value="hrv"/>
   
<xs:enumeration value="hun"/>
   
<xs:enumeration value="ice"/>
   
<xs:enumeration value="ita"/>
   
<xs:enumeration value="lav"/>
   
<xs:enumeration value="lit"/>
   
<xs:enumeration value="ltz"/>
   
<xs:enumeration value="mac"/>
   
<xs:enumeration value="mis"/>
   
<xs:enumeration value="mlt"/>
   
<xs:enumeration value="nor"/>
   
<xs:enumeration value="pol"/>
   
<xs:enumeration value="por"/>
   
<xs:enumeration value="roh"/>
   
<xs:enumeration value="rum"/>
   
<xs:enumeration value="rus"/>
   
<xs:enumeration value="slo"/>
   
<xs:enumeration value="slv"/>
   
<xs:enumeration value="spa"/>
   
<xs:enumeration value="srp"/>
   
<xs:enumeration value="swe"/>
   
<xs:enumeration value="tur"/>
   
<xs:enumeration value="ukr"/>
 
</xs:restriction>
</xs:simpleType>

simpleType WiseYear
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:gYear
facets
Kind Value annotation 
pattern \d{4} 
source <xs:simpleType name="WiseYear">
 
<xs:restriction base="xs:gYear">
   
<xs:pattern value="\d{4}"/>
 
</xs:restriction>
</xs:simpleType>

simpleType WiseYearMonth
namespace http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon
type restriction of xs:gYearMonth
facets
Kind Value annotation 
pattern \d{4}-\d{2} 
source <xs:simpleType name="WiseYearMonth">
 
<xs:restriction base="xs:gYearMonth">
   
<xs:pattern value="\d{4}-\d{2}"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy