<?xml version="1.0" encoding="UTF-8"?>
<gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:xlink="http://www.w3.org/1999/xlink"
                 xmlns:gml="http://www.opengis.net/gml/3.2"
                 xmlns:gmx="http://www.isotc211.org/2005/gmx"
                 xmlns:gco="http://www.isotc211.org/2005/gco"
                 xsi:schemaLocation="http://www.isotc211.org/2005/gmd http://schemas.opengis.net/csw/2.0.2/profiles/apiso/1.0.0/apiso.xsd">
  <!--  This is a metadata file of the dataset created based on version 2.0 of the metadata standard.  -->
  <!-- TG Recommendation C.1: metadata/2.0/rec/common/fileIdentifier: The metadata record should contain a globally unique and persistent fileIdentifier element. -->
  <gmd:fileIdentifier>
      <gco:CharacterString>b7e35875-272e-416e-bf85-8f3789c48198</gco:CharacterString>
      <!--  <gco:CharacterString>https://inspire.meteoromania.ro/WIGOS/MD-DS</gco:CharacterString>  -->
    <!--  <gco:CharacterString>RO_METEO_WIGOS_MD-DS</gco:CharacterString>   -->
  </gmd:fileIdentifier>
  <!-- TG Requirement C.5: metadata/2.0/req/common/metadata-language-code: The language of the provided metadata content shall be given. It shall be encoded using gmd:MD_Metadata/gmd:language/gmd:LanguageCode element pointing to one of the three-letter language codes of the ISO 639-2/B code list. Only the code values for the official languages of the European Union shall be used. The multiplicity of this element is 1. -->
  <gmd:language>
    <!--  Language was changed from eng to rum and back to eng  -->
    <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
  </gmd:language>
  <gmd:characterSet>
    <!--  http://standards.iso.org/iso/19139/resources/gmxCodelists.xml -> http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml  -->
    <gmd:MD_CharacterSetCode codeListValue="utf8"
                               codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#MD_CharacterSetCode">UTF-8</gmd:MD_CharacterSetCode>
  </gmd:characterSet>
  <!-- TG Requirement 1.1: metadata/2.0/req/datasets-and-series/resource-type: The resource type shall be declared as "dataset" or "series" using the first gmd:hierarchyLevel child element of gmd:MD_Metadata. The gmd:hierarchyLevel shall contain a gmd:MD_ScopeCode element. -->
  <gmd:hierarchyLevel>
      <gmd:MD_ScopeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#MD_ScopeCode"
                        codeListValue="dataset"/>
  </gmd:hierarchyLevel>
  <!--  The following section with hierarchyLevelName does not seems to be required by the TG  -->
  <gmd:hierarchyLevelName>
      <gco:CharacterString>dataset</gco:CharacterString>
  </gmd:hierarchyLevelName>
  <!-- TG Requirement C.6: metadata/2.0/req/common/md-point-of-contact: Point of contact for the responsible party for the provided metadata shall be given using element gmd:MD_metadata/gmd:contact/gmd:CI_ResponsibleParty. The multiplicity of this element is 1..*. The gmd:CI_ResponsibleParty element shall contain the following child elements: The name of the responsible organisation shall be provided as the value of gmd:organisationName element with a Non-empty Free Text Element content. The email address of the organisation shall be provided as the value of gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:electronicMailAddress element with a Non-empty Free Text Element containing a functioning email address of the responsible party. The value of gmd:role/gmd:CI_RoleCode shall point to the value "pointOfContact" of [ISO 19139] code list CI_RoleCode. -->
  <gmd:contact>
      <gmd:CI_ResponsibleParty>
         <gmd:organisationName>
        <!--  The name of the institution in English does not pass the validator of the Romanian Geocatalog	   -->
        <gco:CharacterString>National Meteorological Administration of Romania</gco:CharacterString>
            <!--  <gco:CharacterString>Administrația Națională de Meteorologie</gco:CharacterString>  -->
      </gmd:organisationName>
         <gmd:contactInfo>
            <gmd:CI_Contact>
               <gmd:address>
                  <gmd:CI_Address>
                     <gmd:electronicMailAddress>
                        <gco:CharacterString>inspire@meteoromania.ro</gco:CharacterString>
                     </gmd:electronicMailAddress>
                  </gmd:CI_Address>
               </gmd:address>
            </gmd:CI_Contact>
         </gmd:contactInfo>
         <gmd:role>
            <gmd:CI_RoleCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_RoleCode"
                             codeListValue="pointOfContact"/>
         </gmd:role>
      </gmd:CI_ResponsibleParty>
  </gmd:contact>
  <!-- TG Requirement C.7: metadata/2.0/req/common/md-date: The latest update date of the metadata description shall be given for each metadata record. It shall be encoded using the gmd:MD_Metadata/gmd:dateStamp element. If no updates to the metadata have been made since publishing it, the creation date of the metadata shall be used instead. The multiplicity of this element is 1. -->
  <gmd:dateStamp>
      <gco:DateTime>2020-01-08T12:10:23</gco:DateTime>
      <!--  To also specify the time zone (optional), the value would be e.g. 2019-05-15T09:00:00+02:00  -->
  </gmd:dateStamp>
  <!--  Metadata Standard Name and Metadata Standard Version were not provided in the JRC example and are not required according to Technical Guidelines -->
  <!-- TG Requirement 2.1: metadata/2.0/req/isdss/crs: The coordinate reference system(s) used in the described data set or data set series shall be given using element gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier/gmd:RS_Identifier.
The multiplicity of this element is 1..*.
The gmd:code child element of gmd:RS_Identifier is mandatory. The gmd:codeSpace child element shall be used if the code alone does not uniquely identify the referred coordinate reference system. Both gmd:code and gmd:codeSpace element (if given) shall contain Non-empty Free Text Elements.
Only the coordinate reference system identifiers specified in a well-known common register shall be used. -->
  <!-- TG Requirement 2.2: metadata/2.0/req/isdss/crs-id: If the coordinate reference system is listed in the table Default Coordinate Reference System Identifiers in Annex D.4, the value of the HTTP URI Identifier column shall be used as the value of gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/ gmd:referenceSystemIdentifier/gmd:RS_Identifier/gmd:code element.
The gmd:codeSpace element shall not be used in this case. -->
  <gmd:referenceSystemInfo>
      <gmd:MD_ReferenceSystem>
         <gmd:referenceSystemIdentifier>
            <gmd:RS_Identifier>
               <gmd:code>
                  <gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/3035">EPSG:3035</gmx:Anchor>
               </gmd:code>
            </gmd:RS_Identifier>
         </gmd:referenceSystemIdentifier>
      </gmd:MD_ReferenceSystem>
  </gmd:referenceSystemInfo>
  <!-- [CONDITIONAL] The metadat element is mandatory for compliance with [Regulation 1089/2010] only if a non-default temporal reference system (i.e. Gregorian Calendar or the Coordinated Universal Time) is used -->
  <!-- TG Requirement 2.3: metadata/2.0/req/isdss/temportal-rs: The temporal reference system(s) used in the described data set or data set series shall be given using element gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier/gmd:RS_Identifier.
The multiplicity of this element is 0..n. The gmd:code child element of gmd:RS_Identifier is mandatory.
The gmd:codeSpace child element shall be used if the code alone does not uniquely identify the referred coordinate reference system. Both gmd:code and gmd:codeSpace element (if given) shall contain Non-empty Free Text Elements. -->
  <!-- <gmd:referenceSystemInfo>
	  <gmd:MD_ReferenceSystem>
		  <gmd:referenceSystemIdentifier>
			  <gmd:RS_Identifier>
				  <gmd:code>
					  <gco:CharacterString>Other than Gregorian calendar</gco:CharacterString>
				  </gmd:code>
			  </gmd:RS_Identifier>
		  </gmd:referenceSystemIdentifier>
	  </gmd:MD_ReferenceSystem>
  </gmd:referenceSystemInfo> -->
  <!-- TG Requirement 1.2: metadata/2.0/req/datasets-and-series/only-one-md-data-identification: The first gmd:identificationInfo property of gmd:MD_Metadata element shall contain only one gmd:MD_DataIdentification element for identifying the described INSPIRE data set or data set series. -->
  <gmd:identificationInfo>
      <gmd:MD_DataIdentification>
      <!-- TG Requirement C.8: metadata/2.0/req/common/resource-title: A human readable, non-empty title of the described data set, data set series or service shall be provided. It shall be encoded using the gmd:citation/gmd:CI_Citation/gmd:title element with a Non-empty Free Text Element content in the language of the metadata. The multiplicity of the element is 1. -->
      <!-- TG Requirement C.11: metadata/2.0/req/common/temporal-reference: At least one temporal reference describing the resource shall be given using gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date element, with one of the following date types: - publication for date of publication of the resource, - revision for the date of last revision of the resource, or - creation for the date of creation of the resource.
The date type shall be given using the gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode element and it shall point to the corresponding value of [ISO 19139] code list CI_DateTypeCode mentioned above.
The date values shall be expressed using Gregorian calendar and in accordance with [ISO 8601] with either date precision or date and time precision. For date precision the gmd:CI_Date/gmd:date/gco:Date element, and for date and time precision gmd:CI_Date/gmd:date/gco:DateTime element shall be used. -->
      <!-- TG Requirement C.12: metadata/2.0/req/common/max-1-date-of-creation: Not more than one date of creation for the described resource shall be given. -->
      <!-- TG Requirement C.13: metadata/2.0/req/common/max-1-date-of-last-revision: Not more than one date of last revision for the described resource shall be given. -->
      <gmd:citation>
            <gmd:CI_Citation>
               <gmd:title>
                  <gco:CharacterString>The Romanian Stations Dataset and their Main Meteorological Observations</gco:CharacterString>
               </gmd:title>
               <gmd:date>
                  <gmd:CI_Date>
                     <gmd:date>
                        <gco:Date>2020-01-08</gco:Date>
                     </gmd:date>
                     <gmd:dateType>
                        <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                             codeListValue="revision">revision</gmd:CI_DateTypeCode>
                     </gmd:dateType>
                  </gmd:CI_Date>
               </gmd:date>
               <!-- TG Requirement 1.3: metadata/2.0/req/datasets-and-series/dataset-uid: A unique identifier shall be given for each described dataset or data sets series. This identifier shall be a URI consisting of a namespace uniquely identifying a naming context governed by an identifier authority, and a code unique within this namespace.
The identifying URI shall be encoded using gmd:citation/gmd:CI_Citation/gmd:identifier/*/gmd:code element with a Non-empty Free Text Element content.
The multiplicity of this element is 1..*. -->
          <gmd:identifier>
                  <gmd:MD_Identifier>
                     <gmd:code>
                        <gmx:Anchor xlink:href="https://inspire.meteoromania.ro/WIGOS/MD-DS">https://inspire.meteoromania.ro/WIGOS/MD-DS</gmx:Anchor>
                        <!--  if the identifier is not an HTTP URI, the use of <gco:CharacterString> is also possible  -->
              </gmd:code>
                  </gmd:MD_Identifier>
               </gmd:identifier>
            </gmd:CI_Citation>
         </gmd:citation>
         <!-- TG Requirement C.9: metadata/2.0/req/common/resource-abstract: A non-empty brief narrative summary of the content of the described data set, data set series or service shall be provided. It shall be encoded using the gmd:abstract element with a Non-empty Free Text Element content in the language of the metadata. The multiplicity of this element is 1. -->
      <gmd:abstract>
            <gco:CharacterString>The dataset contains information about Romanian meteorological and pluviometric stations and provides access to the main meteorological observations at the level of each monitoring station or at the level of different networks formed by certain stations. The main meteorological observations are grouped in the following products created, owned and maintained by the National Meteorological Administration of Romania: - M101 (SYNOP): Total precipitations, relative humidity, temperature, wind speed and direction as synoptic data from essential meteorological stations - M201 (CLIMAT): Total precipitations and the daily minimum, maximum and average temperature as climatic data from essential meteorological stations - M301 (AEROS): The temperature, dew-point temperature, wind direction and wind speed along a trajectory of an air balloon launched daily. - M401 (PRECIP): Gridded data with daily 24 hours accumulated precipitations - M402 (ZAPAD): Gridded data with snow depth - M403 (ECHIV): Gridded data with snow water equivalent - M501 (SOLAR): Gridded data with annual global solar radiation as an average from past 10 years - M502 (EOLIAN): Gridded data with the average wind speed over past 10 years - M650 (WRF): Gridded data with forecasted temperature, relative humidity, v-component of wind, u-component of wind and total precipitation using WRF numerical model - M900 (UMIDS): Gridded data with available water capacity for winter wheat and maize crops All meteorological stations within the dataset are the official Romanian meteorological stations and are registered in the World Meteorological Organization Integrated Global Observing System (WIGOS). The dataset was created within the 2019-2020 INSPIRE Project implemented by Essensys Software SRL (Romania) and Wetransform GmbH (Germany) in order to fulfill the legal obligations of the National Meteorological Administration of Romania according to INSPIRE Directive. The scope of the project to create an INSPIRE fully compliant dataset and services was achieved: - Conformance class 2 is ensured for the metadata of the dataset. - Conformance class 4 is ensured for the metadata of the network services. - Meteorological and pluviometric stations were encoded according to version 3.0 of the INSPIRE Data Specification on Environmental Monitoring Facilities – Technical Guidelines. - Meteorological observations were encoded according to version 3.0 of the INSPIRE Data Specification on Atmospheric Conditions and Meteorological Geographical Features – Technical Guidelines. - Linkage between the meteorological and pluviometric stations and the meteorological observations was encoded according to version 3.0 of the Guidelines for the use of Observations and Measurements and Sensor Web Enablement-related standards in INSPIRE.</gco:CharacterString>
         </gmd:abstract>
         <!-- TG Requirement C.10: metadata/2.0/req/common/responsible-organisation: The point of contact for the organisation responsible for the establishment, management, maintenance and distribution of the described resource shall be given using element gmd:pointOfContact/gmd:CI_ResponsibleParty. The multiplicity of this element is 1..*.
The gmd:CI_ResponsibleParty element shall contain the following child elements: The name of the organisation shall be given as the value of gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:organisationName element with a Non-empty Free Text Element content.
The email address of the organisation shall be provided as the value of gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:electronicMailAddress element with a Non-empty Free Text Element containing a functioning email address of the responsible party.
The value of gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode shall point to the most relevant value of ISO 19139 code list CI_RoleCode. -->
      <gmd:pointOfContact>
            <gmd:CI_ResponsibleParty>
               <gmd:organisationName>
                  <gco:CharacterString>National Meteorological Administration of Romania</gco:CharacterString>
               </gmd:organisationName>
               <gmd:contactInfo>
                  <gmd:CI_Contact>
                     <gmd:address>
                        <gmd:CI_Address>
                           <gmd:electronicMailAddress>
                              <gco:CharacterString>inspire@meteoromania.ro</gco:CharacterString>
                           </gmd:electronicMailAddress>
                        </gmd:CI_Address>
                     </gmd:address>
                  </gmd:CI_Contact>
               </gmd:contactInfo>
               <gmd:role>
                  <gmd:CI_RoleCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_RoleCode"
                                   codeListValue="owner"/>
               </gmd:role>
            </gmd:CI_ResponsibleParty>
         </gmd:pointOfContact>
         <!--  This is not required by the TG  -->
      <gmd:graphicOverview>
            <gmd:MD_BrowseGraphic>
               <gmd:fileName>
                  <gco:CharacterString>https://inspire.meteoromania.ro/WIGOS/WMS?service=WMS&amp;version=1.3.0&amp;request=GetMap&amp;CRS=EPSG:4258&amp;Bbox=43.62,20.27,48.27,29.72&amp;Width=800&amp;Height=600&amp;Layers=ACMF.GRIB0-1-1WHEAT,ACMF.GRIB0-1-11,EF.EnvironmentalMonitoringNetworks&amp;Format=image/png&amp;styles=,,EF.EnvironmentalMonitoringNetwork.N402</gco:CharacterString>
               </gmd:fileName>
            </gmd:MD_BrowseGraphic>
         </gmd:graphicOverview>
         <!-- TG Requirement C.15: metadata/2.0/req/common/keyword-originating-cv: When using keywords originating from a controlled vocabulary, the originating controlled vocabulary shall be cited using gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:thesaurusName/gmd:CI_Citation element.
The title of the vocabulary shall be given using gmd:title element with a Non-empty Free Text Element content.
The publication date of the vocabulary shall be given using the gmd:date/gmd:CI_Date/gmd:date/gco:Date and gmd:dateType/gmd:CI_DateTypeCode elements. -->
      <!-- TG Requirement 1.4: metadata/2.0/req/datasets-and-series/inspire-theme-keyword: The INSPIRE Spatial Data Theme(s), to which the data set belongs to, shall be declared using at least one keyword from the INSPIRE Spatial Data Themes vocabulary of the general environmental multilingual thesaurus (GEMET). The keyword values shall be the exact text values of the terms in this vocabulary.
These keywords shall be encoded using an gmd:descriptiveKeywords/gmd:MD_Keywords element referring to the GEMET INSPIRE themes controlled vocabulary as specified in section 2.4.5. The value of the gmd:thesaurusName/gmd:CI_Citation/gmd:title element shall contain value "GEMET - INSPIRE themes, version 1.0".
For each INSPIRE Spatial Data Theme, a gmd:keyword element shall be included with -->
      <gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
          <!--  start: the name of a data theme was added in Romanian language because otherwise does not pass the validator of the Romanian Geocatalog  -->
          <!-- 	<gmd:keyword>
			<gco:CharacterString>Instalații de supraveghere a mediului</gco:CharacterString>
          </gmd:keyword>  -->
          <!--  end: the name of a data theme was added in Romanian language because otherwise does not pass the validator of the Romanian Geocatalog  -->
          <gmd:keyword>
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/theme/ac">Atmospheric conditions</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/theme/mf">Meteorological geographical features</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/theme/ef">Environmental monitoring facilities</gmx:Anchor>
               </gmd:keyword>
               <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title>
                        <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/inspire_themes">GEMET - INSPIRE themes, version 1.0</gmx:Anchor>
                     </gmd:title>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2008-06-01</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                              <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                   codeListValue="publication">publication</gmd:CI_DateTypeCode>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>
            </gmd:MD_Keywords>
         </gmd:descriptiveKeywords>
         <!-- TG Requirement C.16: metadata/2.0/req/common/group-keywords-by-cv: All keywords originating from the same controlled vocabulary, or its version, shall be grouped under one gmd:descriptiveKeywords/gmd:MD_Keywords element. A single gmd:MD_Keywords element may only contain keywords originating from the one cited controlled vocabulary, or its version. -->
      <gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/concept/5197">meteorology</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/concept/241">agrometeorology</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/concept/5194">meteorological forecasting</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/concept/7769">snow</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/concept/281">air temperature</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/concept/637">atmospheric precipitation</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/concept/9276">weather monitoring</gmx:Anchor>
               </gmd:keyword>
               <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title>
                        <gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/en/changes/">GEMET - Concepts, version 4.1.3</gmx:Anchor>
                     </gmd:title>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2019-01-28</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                              <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                   codeListValue="publication">publication</gmd:CI_DateTypeCode>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>
            </gmd:MD_Keywords>
         </gmd:descriptiveKeywords>
         <!--  Added WMO Codes Registry, BUFR4 register  -->
      <gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/13/_003">Relative humidity</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/13/_023">Total precipitation past 24 hours</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/11/_001">Wind direction</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/11/_002">Wind speed</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/12/_023">Temperature</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/12/_101">Temperature/air temperature</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/12/_103">Dewpoint temperature</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/b/07/_004">Pressure</gmx:Anchor>
               </gmd:keyword>
               <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title>
                        <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/codeflag">WMO Codes Registry, Register: BUFR4 Code and Flag table, version 416</gmx:Anchor>
                     </gmd:title>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2014-09-03</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                              <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                   codeListValue="publication">publication</gmd:CI_DateTypeCode>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>
            </gmd:MD_Keywords>
         </gmd:descriptiveKeywords>
         <!--  Added WMO Codes Registry, GRIB 2 register  -->
      <gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-0-0">Temperature</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-1-1">Relative hunidity</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-2-3">v-component of wind</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-2-2">u-component of wind</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-1-8">Total precipitation</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-1-11">Total snow depth</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-1-60">Snow depth water equivalent</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_2-0-9">Volumetric soil moisture content</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-4-3">Global radiation flux</gmx:Anchor>
               </gmd:keyword>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://codes.wmo.int/grib2/codeflag/4.2/_0-2-1">Wind speed</gmx:Anchor>
               </gmd:keyword>
               <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title>
                        <gmx:Anchor xlink:href="http://codes.wmo.int/bufr4/codeflag">WMO Codes Registry, Register: GRIB2 codes and flags, Register: Parameter number, version 1</gmx:Anchor>
                     </gmd:title>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2014-09-03</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                              <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                   codeListValue="publication">publication</gmd:CI_DateTypeCode>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>
            </gmd:MD_Keywords>
         </gmd:descriptiveKeywords>
         <!--  Specify the Spatial scope of the dataset according to https://webgate.ec.europa.eu/fpfis/wikis/display/InspireMIG/Spatial+scope+code+list  -->
      <gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
               <gmd:keyword>
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope/national">National</gmx:Anchor>
               </gmd:keyword>
               <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title>
                        <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope">Spatial scope</gmx:Anchor>
                     </gmd:title>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2019-05-22</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                    <!--  According to https://webgate.ec.europa.eu/fpfis/wikis/display/InspireMIG/Spatial+scope+code+list there are two ways of encoding, this one, and the third
									<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
 -->
                    <!--  As used by ANM or by ANCPI in their metadata files
									<gmd:CI_DateTypeCode codeSpace="ISOTC211/19115" codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
 -->
                    <!--  According to the GeoNetwork and Technical Guide -->
                    <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                   codeListValue="publication">publication</gmd:CI_DateTypeCode>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>
            </gmd:MD_Keywords>
         </gmd:descriptiveKeywords>
         <!-- TG Requirement C.18: metadata/2.0/req/common/conditions-for-access-and-use: Conditions for access and use of the described resource shall be described using exactly one gmd:resourceConstraints/gmd:MD_LegalConstraints element. This element shall not be the same used for describing limitations on public access (see 2.4.6).
The gmd:resourceConstraints/gmd:MD_LegalConstraints element for conditions for access and use shall be encoded as follows:
One instance of either gmd:accessConstraints or gmd:useConstraints element shall be given. In both cases this element shall contain a gmd:MD_RestrictionCode element with code list value "otherRestrictions".
Additionally at least one instance of gmd:otherConstraints shall be given describing the actual conditions.
If no conditions apply the gmd:otherConstraints shall include a gmx:Anchor element pointing to the value "noConditionsApply" in the code list ConditionsApplyingToAccessAndUse.
If the conditions are unknown gmd:otherConstraints shall include a gmx:Anchor element pointing to the value "conditionsUnknown" in the code list ConditionsApplyingToAccessAndUse.
In other cases gmd:otherConstraints shall include a Non-empty Free Text Element with a textual description of the conditions in the language of the metadata. This text shall include descriptions of terms and conditions, including where applicable, the corresponding fees or an URL pointing to an online resource where these terms and conditions are described. -->
      <gmd:resourceConstraints>
            <gmd:MD_LegalConstraints>
          <!--  	Only <gmd:MD_LegalConstraints> should be provided. Even if technically the elements <gmd:MD_Constrains> and <gmd:MD_SecurityConstraints> can be provided according to the XML schema, they should not be used according to TG REQ C.18.   -->
          <gmd:useConstraints>
            <!--  Even if the TG Requirement C.18 states that either the <gmd:useConstraints> or <gmd:accessConstraints> could be used, actually it is not clear when or why to use one or the other, or if one should be used for datasets and the other for services, or that simply it does not matter which one is used. Semantically DATASETS are USED. Datasets can be used if they are ACCESSIBLE trough SERVICES. If the public cant ACCESS the data trough services due to one reason stated in article 13(1) of the Directive, then the public cant USE something that it is not accessible (the dataset).
		
		Technically can be provided also the element <gmd:useLimitation> but according to TG REQ C.18 only <gmd:useConstraints> or <gmd:accessConstraints> can be used before <gmd:otherConstraints>. An error should be triggered also if <gmd:useLimitation> would be provided before <gmd:useConstraints> or <gmd:accessConstraints>.

		Providing the following content for this element is mandatory in any circumstances. If it is missing or it has a different content then an error should be triggered						 -->
            <gmd:MD_RestrictionCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#MD_RestrictionCode"
                                          codeListValue="otherRestrictions"/>
               </gmd:useConstraints>
               <gmd:otherConstraints>
                  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply">No conditions apply to access and use</gmx:Anchor>
               </gmd:otherConstraints>
               <!--  multiple instances of otherConstraints can be used. Of course it would not be correct to provide a second otherConstrains element if "noConditionsApply" or ”conditionsUnknown” was provided. This can be validated automatically  -->
        </gmd:MD_LegalConstraints>
         </gmd:resourceConstraints>
         <!-- TG Requirement C.17: metadata/2.0/req/common/limitations-on-public-access: Limitations on public access (or lack of such limitations) for the described resource shall be described using exactly one gmd:resourceConstraints/gmd:MD_LegalConstraints element. This element shall not be the same one as used for describing conditions applying to access and use (see 2.4.7).
The limitations on public access (or lack of such limitations) based on reasons referred to in point (a) or in points (c) to (h) of Article 13(1) of INSPIRE Directive quoted above, the gmd:resourceConstraints/gmd:MD_LegalConstraints element shall include a combination of: - one instance of gmd:accessConstraints/gmd:MD_RestrictionCode element with code list value "otherRestrictions" and - at least one instance of gmd:otherConstraints/gmx:Anchor pointing to one of the values from the code list for LimitationsOnPublicAccess. If there are no limitations on public access, the element shall point to the code list value "noLimitations". -->
      <gmd:resourceConstraints>
            <gmd:MD_LegalConstraints>
               <gmd:accessConstraints>
                  <gmd:MD_RestrictionCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#MD_RestrictionCode"
                                          codeListValue="otherRestrictions"/>
               </gmd:accessConstraints>
               <gmd:otherConstraints>
            <!--  Can be provided any link from the http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess code list values, in the language of the metadata, such as for example
					<gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1a">Public access to spatial data sets and services would adversely affect the confidentiality of the proceedings of public authorities, where such confidentiality is provided for by law.</gmx:Anchor>
					 -->
            <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations">There are no limitations on public access to spatial data sets and services.</gmx:Anchor>
               </gmd:otherConstraints>
            </gmd:MD_LegalConstraints>
         </gmd:resourceConstraints>
         <!-- TG Requirement 2.4: metadata/2.0/req/isdss/spatial-representation-type: The spatial representation type shall be given using element gmd:spatialRepresentationType/gmd:MD_SpatialRepresentationTypeCode referring to one of the values of ISO 19139 code list MD_SpatialRepresentationTypeCode and one of the code list values "vector", "grid", "tin" or “textTable”. Multiplicity of this element is 1..*. -->
      <gmd:spatialRepresentationType>
            <gmd:MD_SpatialRepresentationTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
                                                  codeListValue="vector">vector</gmd:MD_SpatialRepresentationTypeCode>
         </gmd:spatialRepresentationType>
         <!--  data is vector only. grid are the files that are accessible as observations. 
		<gmd:spatialRepresentationType>
			<gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_SpatialRepresentationTypeCode" codeListValue="grid">grid</gmd:MD_SpatialRepresentationTypeCode>
		</gmd:spatialRepresentationType> 
 -->
      <!-- TG Requirement 1.5: metadata/2.0/req/datasets-and-series/spatial-resolution: Spatial resolution for data set or data set series shall be given using either equivalent scale or a resolution distance, provided that these have been specified for the described data sets. If both ways have been specified, only one of the ways shall be used.
The spatial resolution as equivalent scale shall be encoded using gmd:spatialResolution/gmd:MD_Resolution/gmd:equivalentScale/gmd:MD_RepresentativeFraction/gmd:denominator/gco:Integer element.
The spatial resolution as resolution distance shall be encoded using gmd:spatialResolution/gmd:MD_Resolution/gmd:distance/gco:Distance element.
The multiplicity of this element is 0..n. -->
      <gmd:spatialResolution>
            <gmd:MD_Resolution>
          <!-- 
			  <gmd:equivalentScale>
				  <gmd:MD_RepresentativeFraction>
					  <gmd:denominator>
						  <gco:Integer>5000</gco:Integer>
					  </gmd:denominator>
				  </gmd:MD_RepresentativeFraction>
			  </gmd:equivalentScale>
 -->
          <gmd:distance>
                  <gco:Distance uom="http://schemas.opengis.net/iso/19139/20070417/resources/uom/ML_gmxUom.xml#m">10.0</gco:Distance>
               </gmd:distance>
            </gmd:MD_Resolution>
         </gmd:spatialResolution>
         <!-- TG Requirement 1.6: metadata/2.0/req/datasets-and-series/resource-language: For data sets or data set series containing textual information, the language(s) used in the resource shall be given. The language(s) used shall be encoded using one or more gmd:language/gmd:LanguageCode elements pointing to one of the three-letter language codes of the ISO 639-2/B code list.
The multiplicity of the gmd:language element is 1..*.
If the described resource does not contain textual information expressed in a natural language the special code value "zxx" of the ISO 639-2/B reserved for "no linguistic content; not applicable" shall be used. -->
      <gmd:language>
            <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng">English</gmd:LanguageCode>
         </gmd:language>
         <!-- TG Requirement 2.5 [CONDITIONAL]: metadata/2.0/req/isdss/character-encoding: The character encoding(s) shall be given for data sets and data sets series which use encodings not based on UTF-8 by using element gmd:characterSet/gmd:MD_CharacterSetCode referring to one of the values of ISO 19139 code list MD_CharacterSetCode.
The multiplicity of this element is 0..n.
If more than one character encoding is used within the described data set or data sets series, all used character encodings, including UTF-8 (code list value "utf8"), shall be given using this element. -->
      <!--   <gmd:characterSet>
        <gmd:MD_CharacterSetCode codeListValue="otherThanUtf8" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode">otherThanUtf8</gmd:MD_CharacterSetCode>
      </gmd:characterSet> -->
      <!-- TG Requirement 1.7: metadata/2.0/req/datasets-and-series/topic-category: The main theme(s) of the data set shall be described using of the ISO 19115 topic category code list values. The topic categories shall be encoded using gmd:topicCategory/gmd:MD_TopicCategoryCode element. The multiplicity of this element is 1..*. -->
      <!--  the topic climatologyMeteorologyAtmosphere does not pass the validation of the Romanian Geocatalog. The Topic structure corresponds to the environmental monitoring facilities data theme  -->
      <gmd:topicCategory>
            <gmd:MD_TopicCategoryCode>climatologyMeteorologyAtmosphere</gmd:MD_TopicCategoryCode>
         </gmd:topicCategory>
         <gmd:topicCategory>
            <gmd:MD_TopicCategoryCode>structure</gmd:MD_TopicCategoryCode>
         </gmd:topicCategory>
         <gmd:extent>
            <gmd:EX_Extent>
          <!-- TG Requirement C.19: metadata/2.0/req/common/bounding-box: A minimal containing geographic bounding box of the data set or data set series shall be described. This bounding box shall be encoded using one or more gmd:extent/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox elements.
The multiplicity of this element is 1..* for data sets and data set series, and 0..n for services.
The bounding coordinate values for west and east bound longitudes and south and north bound latitudes shall be given in decimal degree values using WGS 84 Coordinate Reference System, as specified for the EX_GeographicBoundingBox class of the [ISO 19115] data model. The coordinates shall be given with at least 2 decimal precision. -->
          <gmd:geographicElement>
                  <gmd:EX_GeographicBoundingBox>
                     <gmd:westBoundLongitude>
                        <gco:Decimal>20.27</gco:Decimal>
                     </gmd:westBoundLongitude>
                     <gmd:eastBoundLongitude>
                        <gco:Decimal>29.72</gco:Decimal>
                     </gmd:eastBoundLongitude>
                     <gmd:southBoundLatitude>
                        <gco:Decimal>43.62</gco:Decimal>
                     </gmd:southBoundLatitude>
                     <gmd:northBoundLatitude>
                        <gco:Decimal>48.27</gco:Decimal>
                     </gmd:northBoundLatitude>
                  </gmd:EX_GeographicBoundingBox>
               </gmd:geographicElement>
               <!-- TG Requirement C.14: metadata/2.0/req/common/temporal-extent: If a temporal reference is provided using the temporal extent, it shall be encoded using the gmd:extent/gmd:EX_Extent element with one or more gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent child elements. The value of each of these element may be an individual date or a time period between two dates.
The multiplicity of this element is 0..*.
A single individual date or a time period shall be encoded using one gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent element. For individual dates this element shall contain a gml:TimeInstant/gml:timePosition element with the date value given according to [ISO 8601].
For a single time period the gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent element shall contain a gml:TimePeriod element containing start and end dates of the period. In case the time period is open-ended with either the start or the end date unknown, the elements gml:startPosition or gml:endPosition may be used with an empty value and the attribute indeterminatePosition with value "unknown". If the temporal extent is on-going, the gml:endPosition may be used with an empty value and the attribute indeterminatePosition with value "now".
Individual dates and time periods may be combined to form a complex temporal extent using multiple gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent elements. -->
          <gmd:temporalElement>
                  <gmd:EX_TemporalExtent>
                     <gmd:extent>
                <!-- 
                <gml:TimePeriod gml:id="ID33b885c2-2a88-4065-9fc6-cec0080b2078">
                  <gml:beginPosition>1961-01-01</gml:beginPosition>
                  <gml:endPosition indeterminatePosition="now"/>
                </gml:TimePeriod>
 -->
                <gml:TimeInstant gml:id="ID48e87ef3-3878-4219-bba7-e87dd8d061e6">
                  <!--   See bug https://github.com/inspire-eu-validation/community/issues/188  -->
                  <gml:timePosition indeterminatePosition="now"/>
                           <!-- 			   <gml:timePosition>2019-12-20</gml:timePosition>  -->
                </gml:TimeInstant>
                     </gmd:extent>
                  </gmd:EX_TemporalExtent>
               </gmd:temporalElement>
            </gmd:EX_Extent>
         </gmd:extent>
      </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
  <gmd:distributionInfo>
      <gmd:MD_Distribution>
      <!-- TG Requirement 2.6: metadata/2.0/req/isdss/data-encoding: The encoding and the storage or transmission format of the provided data sets or data set series shall be given using the gmd:distributionFormat/gmd:MD_Format element.
The multiplicity of this element is 1..*.
The gmd:name and gmd:version child elements of gmd:MD_Format are mandatory. Both of these elements shall contain Non-empty Free Text Elements.
If the version of the encoding is unknown or if the encoding is not versioned, the gmd:version shall be left empty and the nil reason attribute shall be provided with either value "unknown" or "inapplicable" correspondingly. -->
      <gmd:distributionFormat>
            <gmd:MD_Format>
               <gmd:name>
                  <gmx:Anchor xlink:href="http://www.iana.org/assignments/media-types/application/gml+xml">gml+xml</gmx:Anchor>
               </gmd:name>
               <gmd:version>
                  <gco:CharacterString>3.2.1</gco:CharacterString>
               </gmd:version>
            </gmd:MD_Format>
         </gmd:distributionFormat>
         <!-- TG Requirement 1.8: metadata/2.0/req/datasets-and-series/resource-locator: A Resource locator linking to the service(s) providing online access to the described data set or data set series shall be given, if such online access is available.
If no online access for the data set or data set series is available, but there is a publicly available online resource providing additional information about the described data set or data set series, the URL pointing to this resource shall be given instead.
These links shall be encoded using gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine/gmd:CI_OnlineResource/gmd: linkage/gmd:URL element.
The multiplicity of this element is 0..n. -->
      <gmd:transferOptions>
            <gmd:MD_DigitalTransferOptions>
               <gmd:onLine>
                  <gmd:CI_OnlineResource>
                     <gmd:linkage>
                        <gmd:URL>https://inspire.meteoromania.ro/WIGOS/WFS?service=WFS&amp;version=2.0.0&amp;request=GetFeature&amp;typeNames=ef%3AEnvironmentalMonitoringNetwork&amp;outputFormat=gml32</gmd:URL>
                     </gmd:linkage>
                     <gmd:protocol>
                        <gco:CharacterString>OGC:WFS</gco:CharacterString>
                     </gmd:protocol>
                     <gmd:name>
                        <gco:CharacterString>WFS request to access the data set</gco:CharacterString>
                     </gmd:name>
                     <gmd:function>
                        <gmd:CI_OnLineFunctionCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_OnLineFunctionCode"
                                                   codeListValue="download"/>
                     </gmd:function>
                  </gmd:CI_OnlineResource>
               </gmd:onLine>
            </gmd:MD_DigitalTransferOptions>
         </gmd:transferOptions>
      </gmd:MD_Distribution>
  </gmd:distributionInfo>
  <!-- TG Requirement 1.9: metadata/2.0/req/datasets-and-series/one-data-quality-element: There shall be exactly one gmd:dataQualityInfo/gmd:DQ_DataQuality element scoped to the entire described data set or data set series. The scoping shall be encoded using gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode element referring to value "dataset" or "series" of ISO 19139 code list MD_ScopeCode. -->
  <gmd:dataQualityInfo>
      <gmd:DQ_DataQuality>
         <gmd:scope>
            <gmd:DQ_Scope>
               <gmd:level>
                  <gmd:MD_ScopeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#MD_ScopeCode"
                                    codeListValue="dataset"/>
               </gmd:level>
            </gmd:DQ_Scope>
         </gmd:scope>
         <!-- TG Requirement C.20: metadata/2.0/req/common/conformity: The degree of conformity of the described resource with an INSPIRE Implementing Rule, specification document or Conformance Class, shall be given using one or several gmd:DQ_ConformanceResult elements under gmd:report/gmd:DQ_DomainConsistency/gmd:result. For each conformity statement (i.e. for each specification), a separate gmd:DQ_ConformanceResult element shall be used. The multiplicity of this element is 1..*. -->
      <!-- TG Requirement C.21: metadata/2.0/req/common/conformity-specification: Each gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult element shall include a citation of the INSPIRE Implementing Rule, specification document or Conformance Class, including its official title and the date of publication of the document, using gmd:specification/gmd:CI_Citation element.
The title shall be given using the gmd:title child element of the citation element with a Non-empty Free Text Element content. For the INSPIRE Implementation Rule documents the value of the title element shall match exactly the official title of the cited document in the language of the metadata.
The publication date of the cited document shall be given using gmd:date child element.
The date value shall be expressed in accordance with ISO 8601 with only the date part included. The date type code element gmd:date/gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode shall be given and it shall point to the value "publication" of the ISO 19139 code list CI_DateTypeCode. -->
      <!-- TG Requirement C.22: metadata/2.0/req/common/conformity-degree: Each gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult element containing a specification citation described in Requirement C.21 shall also include the degree of declared conformity against this specification using gmd:pass property with gco:Boolean value of "true" for a conformant resource and "false" for non-conformant resource. If the conformity has not yet been evaluated, the gmd:pass element shall be empty and contain a nil reason attribute with value "unknown". -->
      <!-- TG Requirement 1.10: metadata/2.0/req/datasets-and-series/conformity: Metadata for an INSPIRE data set or data set series shall declare conformity to the Implementing Rules for interoperability of spatial data sets and services, and it shall be encoded using gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult element as specified in TG Requirement C.20. This element shall contain citation of the [Regulation 1089/2010] encoded according to TG Requirement C.21. The degree of conformity shall be encoded as according to TG Requirement C.22. -->
      <gmd:report>
            <gmd:DQ_DomainConsistency>
               <gmd:result>
                  <gmd:DQ_ConformanceResult>
                     <gmd:specification>
                        <gmd:CI_Citation>
                           <gmd:title>
                              <gmx:Anchor xlink:href="http://data.europa.eu/eli/reg/2010/1089">Commission Regulation (EU) No 1089/2010 of 23 November 2010 implementing Directive 2007/2/EC of the European Parliament and of the Council as regards interoperability of spatial data sets and services</gmx:Anchor>
                           </gmd:title>
                           <gmd:date>
                              <gmd:CI_Date>
                                 <gmd:date>
                                    <gco:Date>2010-12-08</gco:Date>
                                 </gmd:date>
                                 <gmd:dateType>
                                    <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                         codeListValue="publication">publication</gmd:CI_DateTypeCode>
                                 </gmd:dateType>
                              </gmd:CI_Date>
                           </gmd:date>
                        </gmd:CI_Citation>
                     </gmd:specification>
                     <gmd:explanation>
                        <gco:CharacterString>This data set is conformant with the INSPIRE Implementing Rules for the interoperability of spatial data sets and services</gco:CharacterString>
                     </gmd:explanation>
                     <gmd:pass>
                        <gco:Boolean>true</gco:Boolean>
                     </gmd:pass>
                  </gmd:DQ_ConformanceResult>
               </gmd:result>
            </gmd:DQ_DomainConsistency>
         </gmd:report>
         <!--  Added: This metadata file is conformant with Commission Regulation (EC) No 1205/2008 as regards metadata  -->
      <gmd:report>
            <gmd:DQ_DomainConsistency>
               <gmd:result>
                  <gmd:DQ_ConformanceResult>
                     <gmd:specification>
                        <gmd:CI_Citation>
                           <gmd:title>
                              <gmx:Anchor xlink:href="http://data.europa.eu/eli/reg/2008/1205">Commission Regulation (EC) No 1205/2008 of 3 December 2008 implementing Directive 2007/2/EC of the European Parliament and of the Council as regards metadata</gmx:Anchor>
                           </gmd:title>
                           <gmd:date>
                              <gmd:CI_Date>
                                 <gmd:date>
                                    <gco:Date>2008-12-03</gco:Date>
                                 </gmd:date>
                                 <gmd:dateType>
                                    <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                         codeListValue="publication">publication</gmd:CI_DateTypeCode>
                                 </gmd:dateType>
                              </gmd:CI_Date>
                           </gmd:date>
                        </gmd:CI_Citation>
                     </gmd:specification>
                     <gmd:explanation>
                        <gco:CharacterString>This metadata file of the data set is conformant with Commission Regulation (EC) No 1205/2008 as regards metadata</gco:CharacterString>
                     </gmd:explanation>
                     <gmd:pass>
                        <gco:Boolean>true</gco:Boolean>
                     </gmd:pass>
                  </gmd:DQ_ConformanceResult>
               </gmd:result>
            </gmd:DQ_DomainConsistency>
         </gmd:report>
         <!--  Added: This metadata file passes Conformance Class 2 tests  -->
      <gmd:report>
            <gmd:DQ_DomainConsistency>
               <gmd:result>
                  <gmd:DQ_ConformanceResult>
                     <gmd:specification>
                        <gmd:CI_Citation>
                           <gmd:title>
                              <gmx:Anchor xlink:href="https://github.com/inspire-eu-validation/metadata/tree/2.0/isdss">INSPIRE data sets and data set series interoperability metadata</gmx:Anchor>
                           </gmd:title>
                           <gmd:date>
                              <gmd:CI_Date>
                                 <gmd:date>
                                    <gco:Date>2019-10-15</gco:Date>
                                 </gmd:date>
                                 <gmd:dateType>
                                    <gmd:CI_DateTypeCode codeList="http://schemas.opengis.net/iso/19139/20070417/resources/codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                         codeListValue="publication">publication</gmd:CI_DateTypeCode>
                                 </gmd:dateType>
                              </gmd:CI_Date>
                           </gmd:date>
                        </gmd:CI_Citation>
                     </gmd:specification>
                     <gmd:explanation>
                        <gco:CharacterString>This metadata file of the data set passes Conformance Class 2 tests for the INSPIRE data sets and data set series baseline metadata (on production environment, 2019-12-23 version)</gco:CharacterString>
                     </gmd:explanation>
                     <gmd:pass>
                        <gco:Boolean>true</gco:Boolean>
                     </gmd:pass>
                  </gmd:DQ_ConformanceResult>
               </gmd:result>
            </gmd:DQ_DomainConsistency>
         </gmd:report>
         <!-- TG Requirement 1.11: metadata/2.0/req/datasets-and-series/lineage: The lineage statement for the described data set or data set series shall be given. It shall be included in the gmd:dataQualityInfo/gmd:DQ_DataQuality element scoped to the entire described data sets or data sets series as specified by TG Requirement 1.9.
The lineage shall be encoded using the gmd:lineage/gmd:LI_Lineage/gmd:statement element with a Non-empty Free Text Element content, and it shall contain the description of the lineage of the described data set or series.
The multiplicity of this element is 1. -->
      <gmd:lineage>
            <gmd:LI_Lineage>
               <gmd:statement>
                  <gco:CharacterString>The position of the meteorological stations is GPS determined, while the position of pluviometric stations is quite inaccurate. The main meteorological observations that are grouped in the products are served together in the same dataset. Each gridded data and the data from the air balloon has its own network of stations and the observation (result) is a file (tif, netCDF, bufr, grib) linked to that specific network. Synoptic and climatic data is delivered at the station level, namely observations are delivered for each essential station. The process of the creation of each product or observation is described in its corresponding xml process file. For example, the process that correspond to the product M502 is located at https://inspire.meteoromania.ro/process/P502.xml Observed properties, processes and features of interest are described in xml files according to version 3.0 of the D2.8.III.13-14 - Data Specification on Atmospheric Conditions and Meteorological Geographical Features (https://inspire.ec.europa.eu/id/document/tg/ac) The data is encoded according to version 3.0 of the D2.8.II/III.7 – Data Specification on Environmental Monitoring Facility. The dataset was created within the 2019-2020 INSPIRE Project implemented by Essensys Software SRL (Romania) and Wetransform GmbH (Germany).</gco:CharacterString>
               </gmd:statement>
            </gmd:LI_Lineage>
         </gmd:lineage>
      </gmd:DQ_DataQuality>
  </gmd:dataQualityInfo>
</gmd:MD_Metadata>