Geographic information -- Metadata (iso19139:2007) (iso19139)
ISO 19115 defines the schema required for describing geographic information and services by means of metadata. It provides information about the identification, the extent, the quality, the spatial and temporal aspects, the content, the spatial reference, the portrayal, distribution, and other properties of digital geographic data and services.
ISO 19115 is applicable to:
- the cataloguing of all types of resources, clearinghouse activities, and the full description of datasets and services;
 - geographic services, geographic datasets, dataset series, and individual geographic features and feature properties.
 
ISO 19115 defines:
- mandatory and conditional metadata sections, metadata entities, and metadata elements;
 - the minimum set of metadata required to serve most metadata applications (data discovery, determining data fitness for use, data access, data transfer, and use of digital data and services);
 - optional metadata elements to allow for a more extensive standard description of resources, if required;
 - a method for extending metadata to fit specialized needs.
 
Though ISO 19115 is applicable to digital data and services, its principles can be extended to many other types of resources such as maps, charts, and textual documents as well as non-geographic data. Certain conditional metadata elements might not apply to these other forms of data.
More details:https://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=53798
Metadata editor
This standard can be encoded using 4 view(s).
View: INSPIRE (inspire)
This view is composed of2tab(s).
This view also allows to add the following element even if not in the current record:
- Contains Operations (srv:containsOperations)
 - Operation (srv:SV_OperationMetadata)
 - Parameters (srv:parameters)
 
Tab: INSPIRE (inspire)

This tab display elements from the XML metadata record.
Section: Identification
File identifier
- XPath
 
/gmd:MD_Metadata/gmd:fileIdentifier
See File identifier
Title
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/*/gmd:citation/gmd:CI_Citation/gmd:title
See Title
Abstract
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:abstract
See Abstract
Abstract
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:abstract
See Abstract
Hierarchy level
Scope to which the metadata applies (see annex H for more information about metadata hierarchy levels)
- XPath
 
/gmd:MD_Metadata/gmd:hierarchyLevel
See Hierarchy level
- Name
 
Hierarchy level
- Name
 
Hierarchy level
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) = 0
<gmd:hierarchyLevel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ScopeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"
                     codeListValue="dataset"/>
</gmd:hierarchyLevel>
- Name
 
Hierarchy level
- Name
 
Hierarchy level
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
<gmd:hierarchyLevel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ScopeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode"
                     codeListValue="service"/>
</gmd:hierarchyLevel>
Online resource
OnLine resource
- XPath
 
/gmd:MD_Metadata/gmd:distributionInfo/gmd:MD_Distribution/gmd:transferOptions /gmd:MD_DigitalTransferOptions/gmd:onLine
See OnLine resource
- Name
 
Online resource
- Name
 
Online resource
- Type
 
add
<gmd:onLine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_OnlineResource>
      <gmd:linkage>
         <gmd:URL/>
      </gmd:linkage>
      <gmd:protocol>
         <gco:CharacterString/>
      </gmd:protocol>
   </gmd:CI_OnlineResource>
</gmd:onLine>
Resource identifier
Citation identifier
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:identifier
See Identifier
- Name
 
Resource identifier
- Name
 
Resource identifier
- Type
 
add
<gmd:identifier xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Identifier>
      <gmd:code>
         <gco:CharacterString/>
      </gmd:code>
   </gmd:MD_Identifier>
</gmd:identifier>
- Type
 
process
- Displayed only if
 
(count(gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification) + count(gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/ gmd:identifier[ends-with(gmd:MD_Identifier/gmd:code/gco:CharacterString, //gmd:MD_Metadata/gmd:fileIdentifier/gco:CharacterString)])) = 1
Language
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:language
Spatial representation type
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:spatialRepresentationType
See Spatial representation type
- Name
 
Spatial representation type
- Name
 
Spatial representation type
- Type
 
add
<gmd:spatialRepresentationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
                                         codeListValue="vector"/>
</gmd:spatialRepresentationType>
Encoding
Distribution format
- XPath
 
/gmd:MD_Metadata/gmd:distributionInfo/gmd:MD_Distribution/gmd:distributionFormat
- Name
 
Encoding
- Name
 
Encoding
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) = 0
<gmd:distributionFormat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Format>
      <gmd:name>
         <gco:CharacterString/>
      </gmd:name>
      <gmd:version>
         <gco:CharacterString/>
      </gmd:version>
      <gmd:specification>
         <gco:CharacterString/>
      </gmd:specification>
   </gmd:MD_Format>
</gmd:distributionFormat>
Projection
Reference system identifier
- XPath
 
/gmd:MD_Metadata/gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier
See Reference system identifier
- Name
 
Projection
- Name
 
Ref. system
- Type
 
add
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/4936</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/4937</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/4258</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3035</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3034</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3038</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3039</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3040</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3041</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3042</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3043</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3044</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3045</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3046</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3047</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3048</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3049</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3050</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/3051</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/5730</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>http://www.opengis.net/def/crs/EPSG/0/7409</gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
Section: Classification of data and services
Topic category
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:topicCategory
See Topic category
- Name
 
Topic category code
- Name
 
Topic category code
- Type
 
add
<gmd:topicCategory xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_TopicCategoryCode/>
</gmd:topicCategory>
Section: Classification of data and services
Service Type
Service type name from a registry of services. For example, the values of the nameSpace and name attributes of GeneralName may be 'OGC' and 'catalogue'
| code | label | 
|---|---|
| OGC:WMS | OGC Web Map Service (OGC:WMS) | 
| OGC:WFS | OGC Web Feature Service (OGC:WFS) | 
| OGC:WCS | OGC Web Coverage Service (OGC:WCS) | 
| W3C:HTML:DOWNLOAD | Download (W3C:HTML:DOWNLOAD) | 
| W3C:HTML:LINK | Information (W3C:HTML:LINK) | 
| discovery | INSPIRE Discovery Service (discovery) | 
| view | INSPIRE View Service (view) | 
| download | INSPIRE Download Service (download) | 
| transformation | INSPIRE Transformation Service (transformation) | 
| other | INSPIRE Other Services (other) | 
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:serviceType
See Service Type
Coupling Type
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:couplingType
See Coupling Type
Section: Coupled resource
Coupled resource
Operates On
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:operatesOn
See Operates On
- Name
 
Coupled resource
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
Section: Coupled resource
Coupled resource
Operates On
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:operatesOn
See Operates On
- Name
 
Coupled resource
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
Section: Classification of data and services
Service Type
Service type name from a registry of services. For example, the values of the nameSpace and name attributes of GeneralName may be 'OGC' and 'catalogue'
| code | label | 
|---|---|
| OGC:WMS | OGC Web Map Service (OGC:WMS) | 
| OGC:WFS | OGC Web Feature Service (OGC:WFS) | 
| OGC:WCS | OGC Web Coverage Service (OGC:WCS) | 
| W3C:HTML:DOWNLOAD | Download (W3C:HTML:DOWNLOAD) | 
| W3C:HTML:LINK | Information (W3C:HTML:LINK) | 
| discovery | INSPIRE Discovery Service (discovery) | 
| view | INSPIRE View Service (view) | 
| download | INSPIRE Download Service (download) | 
| transformation | INSPIRE Transformation Service (transformation) | 
| other | INSPIRE Other Services (other) | 
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:serviceType
See Service Type
Coupling Type
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:couplingType
See Coupling Type
Section: Coupled resource
Coupled resource
Operates On
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:operatesOn
See Operates On
- Name
 
Coupled resource
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
Section: Coupled resource
Coupled resource
Operates On
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:operatesOn
See Operates On
- Name
 
Coupled resource
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
Section: Keywords
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/ gmd:descriptiveKeywords [gmd:MD_Keywords/gmd:thesaurusName/gmd:CI_Citation/gmd:title/gco:CharacterString = 'INSPIRE Service taxonomy']
- Name
 
INSPIRE Service Taxonomy
- Name
 
INSPIRE Service Taxonomy
- Type
 
add
- Displayed only if
 
(count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/ gmd:descriptiveKeywords[ contains(gmd:MD_Keywords/gmd:thesaurusName/ gmd:CI_Citation/gmd:title/gco:CharacterString, 'INSPIRE Service taxonomy')]) + count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification)) = 1
<gmd:descriptiveKeywords xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Keywords>
      <gmd:keyword gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:keyword>
      <gmd:type>
         <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode"
                                 codeListValue="theme"/>
      </gmd:type>
      <gmd:thesaurusName>
         <gmd:CI_Citation>
            <gmd:title>
               <gco:CharacterString>INSPIRE Service taxonomy</gco:CharacterString>
            </gmd:title>
            <gmd:date>
               <gmd:CI_Date>
                  <gmd:date>
                     <gco:Date>2010-04-22</gco:Date>
                  </gmd:date>
                  <gmd:dateType>
                     <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
                                          codeListValue="publication"/>
                  </gmd:dateType>
               </gmd:CI_Date>
            </gmd:date>
            <gmd:identifier>
               <gmd:MD_Identifier>
                  <gmd:code>
                     <gmx:Anchor xlink:href="http://localhost:8080/geonetwork/srv/api/registries/vocabularies/external.theme.inspire-service-taxonomy">
                                geonetwork.thesaurus.external.theme.inspire-service-taxonomy</gmx:Anchor>
                  </gmd:code>
               </gmd:MD_Identifier>
            </gmd:identifier>
         </gmd:CI_Citation>
      </gmd:thesaurusName>
   </gmd:MD_Keywords>
</gmd:descriptiveKeywords>
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo// gmd:descriptiveKeywords [contains(gmd:MD_Keywords/gmd:thesaurusName/gmd:CI_Citation/gmd:title/[name() = 'gco:CharacterString' or name() = 'gmx:Anchor']/text(), 'INSPIRE themes')]
- Name
 
INSPIRE themes
- Name
 
INSPIRE themes
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo// gmd:descriptiveKeywords[ contains(gmd:MD_Keywords/gmd:thesaurusName/ gmd:CI_Citation/gmd:title/[name() = 'gco:CharacterString' or name() = 'gmx:Anchor']/text(), 'INSPIRE themes')]) = 0
<gmd:descriptiveKeywords xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Keywords>
      <gmd:keyword>
         <gmx:Anchor xlink:href=""/>
      </gmd:keyword>
      <gmd:type>
         <gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_KeywordTypeCode"
                                 codeListValue="theme"/>
      </gmd:type>
      <gmd:thesaurusName>
         <gmd:CI_Citation>
            <gmd:title>
               <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/theme">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://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
                                          codeListValue="publication"/>
                  </gmd:dateType>
               </gmd:CI_Date>
            </gmd:date>
            <gmd:identifier>
               <gmd:MD_Identifier>
                  <gmd:code>
                     <gmx:Anchor xlink:href="http://localhost:8080/geonetwork/srv/api/registries/vocabularies/external.theme.httpinspireeceuropaeutheme-theme">
                                geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme
                              </gmx:Anchor>
                  </gmd:code>
               </gmd:MD_Identifier>
            </gmd:identifier>
         </gmd:CI_Citation>
      </gmd:thesaurusName>
   </gmd:MD_Keywords>
</gmd:descriptiveKeywords>
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo// gmd:descriptiveKeywords [count(gmd:MD_Keywords/gmd:thesaurusName) > 0 and not(contains(gmd:MD_Keywords/gmd:thesaurusName/gmd:CI_Citation/gmd:title/[name() = 'gco:CharacterString' or name() = 'gmx:Anchor']/text(), 'INSPIRE themes'))]
Section: Other keywords
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/ gmd:descriptiveKeywords[not(gmd:MD_Keywords/gmd:thesaurusName)]
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:descriptiveKeywords[not(gmd:MD_Keywords/gmd:thesaurusName)]
Section: Other keywords
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/ gmd:descriptiveKeywords[not(gmd:MD_Keywords/gmd:thesaurusName)]
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:descriptiveKeywords[not(gmd:MD_Keywords/gmd:thesaurusName)]
Section: Geographic coverage
Geographic bounding box
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/ srv:extent/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox
Geographic bounding box
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:extent/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox
- Name
 
Geographic bounding box
- Name
 
Geographic bounding box
- Type
 
add
<gmd:extent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:EX_Extent>
      <gmd:geographicElement>
         <gmd:EX_GeographicBoundingBox>
            <gmd:westBoundLongitude>
               <gco:Decimal/>
            </gmd:westBoundLongitude>
            <gmd:eastBoundLongitude>
               <gco:Decimal/>
            </gmd:eastBoundLongitude>
            <gmd:southBoundLatitude>
               <gco:Decimal/>
            </gmd:southBoundLatitude>
            <gmd:northBoundLatitude>
               <gco:Decimal/>
            </gmd:northBoundLatitude>
         </gmd:EX_GeographicBoundingBox>
      </gmd:geographicElement>
   </gmd:EX_Extent>
</gmd:extent>
- Name
 
Geographic bounding box
- Name
 
Geographic bounding box
- Type
 
add
<srv:extent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:EX_Extent>
      <gmd:geographicElement>
         <gmd:EX_GeographicBoundingBox>
            <gmd:westBoundLongitude>
               <gco:Decimal/>
            </gmd:westBoundLongitude>
            <gmd:eastBoundLongitude>
               <gco:Decimal/>
            </gmd:eastBoundLongitude>
            <gmd:southBoundLatitude>
               <gco:Decimal/>
            </gmd:southBoundLatitude>
            <gmd:northBoundLatitude>
               <gco:Decimal/>
            </gmd:northBoundLatitude>
         </gmd:EX_GeographicBoundingBox>
      </gmd:geographicElement>
   </gmd:EX_Extent>
</srv:extent>
Section: Temporal reference
Temporal extent
Temporal element
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement
See Temporal element
- Name
 
Geographic bounding box
- Name
 
Temporal extent
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement) = 0
<gmd:extent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:EX_Extent>
      <gmd:temporalElement>
         <gmd:EX_TemporalExtent>
            <gmd:extent>
               <gml:TimePeriod gml:id="">
                  <gml:beginPosition/>
                  <gml:endPosition/>
               </gml:TimePeriod>
            </gmd:extent>
         </gmd:EX_TemporalExtent>
      </gmd:temporalElement>
   </gmd:EX_Extent>
</gmd:extent>
Temporal extent
Temporal element
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement
See Temporal element
- Name
 
Geographic bounding box
- Name
 
Temporal extent
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:extent/gmd:EX_Extent/gmd:temporalElement) = 0
<srv:extent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:EX_Extent>
      <gmd:temporalElement>
         <gmd:EX_TemporalExtent>
            <gmd:extent>
               <gml:TimePeriod gml:id="">
                  <gml:beginPosition/>
                  <gml:endPosition/>
               </gml:TimePeriod>
            </gmd:extent>
         </gmd:EX_TemporalExtent>
      </gmd:temporalElement>
   </gmd:EX_Extent>
</srv:extent>
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/*/gmd:citation/gmd:CI_Citation/ gmd:date
See Date
- Name
 
Temporal information
- Name
 
Temporal information
- Type
 
add
<gmd:date xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_Date>
      <gmd:date>
         <gco:Date/>
      </gmd:date>
      <gmd:dateType>
         <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#CI_DateTypeCode"
                              codeListValue="revision"/>
      </gmd:dateType>
   </gmd:CI_Date>
</gmd:date>
Section: Quality and validity
Lineage
Statement
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:lineage/gmd:LI_Lineage/gmd:statement
See Statement
- Name
 
Lineage
- Name
 
Lineage
- Type
 
add
<gmd:statement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString/>
</gmd:statement>
- Name
 
Lineage
- Name
 
Lineage
- Type
 
add
<gmd:lineage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:LI_Lineage>
      <gmd:statement>
         <gco:CharacterString/>
      </gmd:statement>
   </gmd:LI_Lineage>
</gmd:lineage>
Denominator
Recommended values| code | label | 
|---|---|
| 5000 | 1:5´000 | 
| 10000 | 1:10´000 | 
| 25000 | 1:25´000 | 
| 50000 | 1:50´000 | 
| 100000 | 1:100´000 | 
| 200000 | 1:200´000 | 
| 300000 | 1:300´000 | 
| 500000 | 1:500´000 | 
| 1000000 | 1:1´000´000 | 
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/ /gmd:spatialResolution/ /gmd:equivalentScale/*/gmd:denominator
See Denominator
- Name
 
Spatial resolution (scale)
- Type
 
add
<gmd:spatialResolution xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                       xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Resolution>
      <gmd:equivalentScale>
         <gmd:MD_RepresentativeFraction>
            <gmd:denominator>
               <gco:Integer/>
            </gmd:denominator>
         </gmd:MD_RepresentativeFraction>
      </gmd:equivalentScale>
   </gmd:MD_Resolution>
</gmd:spatialResolution>
Distance
Recommended values| code | label | 
|---|---|
| 0.10 | 10 cm | 
| 0.25 | 25 cm | 
| 0.50 | 50 cm | 
| 1 | 1 m | 
| 30 | 30 m | 
| 100 | 100 m | 
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/ /gmd:spatialResolution//gmd:distance
See Distance
- Name
 
Spatial resolution (distance)
- Type
 
add
<gmd:spatialResolution xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                       xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Resolution>
      <gmd:distance>
         <gco:Distance uom="m"/>
      </gmd:distance>
   </gmd:MD_Resolution>
</gmd:spatialResolution>
Section: Conformity
Conformity
Result
Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/ gmd:report/gmd:DQ_DomainConsistency/gmd:result[count(gmd:DQ_ConformanceResult/gmd:specification/ gmd:CI_Citation/gmd:title/gmx:Anchor) > 0]
See Result
Conformity
Result
Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/ gmd:report/gmd:DQ_DomainConsistency/gmd:result[count(gmd:DQ_ConformanceResult/gmd:specification/ gmd:CI_Citation/gmd:title/gco:CharacterString) > 0]
See Result
- Name
 
Conformity
- Name
 
Conformity
- Type
 
add
<gmd:report xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:DQ_DomainConsistency>
      <gmd:result>
         <gmd:DQ_ConformanceResult>
            <gmd:specification>
               <gmd:CI_Citation>
                  <gmd:title>
                     <gco:CharacterString/>
                  </gmd:title>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date/>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
                                                codeListValue="publication"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
               </gmd:CI_Citation>
            </gmd:specification>
            <gmd:explanation>
               <gco:CharacterString/>
            </gmd:explanation>
            <gmd:pass>
               <gco:Boolean>true</gco:Boolean>
            </gmd:pass>
         </gmd:DQ_ConformanceResult>
      </gmd:result>
   </gmd:DQ_DomainConsistency>
</gmd:report>
Section: Conformity
Conformity
Result
Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/ gmd:report/gmd:DQ_DomainConsistency/gmd:result[count(gmd:DQ_ConformanceResult/gmd:specification/ gmd:CI_Citation/gmd:title/gmx:Anchor) > 0]
See Result
Conformity
Result
Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/ gmd:report/gmd:DQ_DomainConsistency/gmd:result[count(gmd:DQ_ConformanceResult/gmd:specification/ gmd:CI_Citation/gmd:title/gco:CharacterString) > 0]
See Result
- Name
 
Conformity
- Name
 
Conformity
- Type
 
add
<gmd:report xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:DQ_DomainConsistency>
      <gmd:result>
         <gmd:DQ_ConformanceResult>
            <gmd:specification>
               <gmd:CI_Citation>
                  <gmd:title>
                     <gco:CharacterString/>
                  </gmd:title>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date/>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
                                                codeListValue="publication"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
               </gmd:CI_Citation>
            </gmd:specification>
            <gmd:explanation>
               <gco:CharacterString/>
            </gmd:explanation>
            <gmd:pass>
               <gco:Boolean>true</gco:Boolean>
            </gmd:pass>
         </gmd:DQ_ConformanceResult>
      </gmd:result>
   </gmd:DQ_DomainConsistency>
</gmd:report>
Section: Restrictions on access and use
Use limitation
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:resourceConstraints/gmd:MD_Constraints/gmd:useLimitation
See Use limitation
- Name
 
Use limitation
- Name
 
Use limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification) > 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Constraints>
      <gmd:useLimitation>
         <gco:CharacterString/>
      </gmd:useLimitation>
   </gmd:MD_Constraints>
</gmd:resourceConstraints>
Access constraints
Other constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints
- Name
 
Access constraints
- Name
 
Access constraints
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification) > 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:useConstraints/>
      <gmd:otherConstraints gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
Section: Restrictions on access and use
Use limitation
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/ gmd:resourceConstraints/gmd:MD_Constraints/gmd:useLimitation
See Use limitation
- Name
 
Use limitation
- Name
 
Use limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Constraints>
      <gmd:useLimitation>
         <gco:CharacterString/>
      </gmd:useLimitation>
   </gmd:MD_Constraints>
</gmd:resourceConstraints>
Access constraints
Other constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/ gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints
- Name
 
Other constraints
- Name
 
Access constraints
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:useConstraints/>
      <gmd:otherConstraints gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
Section: Responsible organization (s)
Contact for the resource
Point of contact
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s)
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/*/gmd:pointOfContact
See Point of contact
- Name
 
Contact for the resource
- Type
 
add
<gmd:pointOfContact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_ResponsibleParty>
      <gmd:organisationName gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:organisationName>
      <gmd:contactInfo>
         <gmd:CI_Contact>
            <gmd:address>
               <gmd:CI_Address>
                  <gmd:electronicMailAddress gco:nilReason="missing">
                     <gco:CharacterString/>
                  </gmd:electronicMailAddress>
               </gmd:CI_Address>
            </gmd:address>
         </gmd:CI_Contact>
      </gmd:contactInfo>
      <gmd:role>
         <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
                          codeListValue="resourceProvider"/>
      </gmd:role>
   </gmd:CI_ResponsibleParty>
</gmd:pointOfContact>
Section: Responsible organization (s)
Contact for the resource
Point of contact
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s)
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/*/gmd:pointOfContact
See Point of contact
- Name
 
Contact for the resource
- Type
 
add
<gmd:pointOfContact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_ResponsibleParty>
      <gmd:organisationName gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:organisationName>
      <gmd:contactInfo>
         <gmd:CI_Contact>
            <gmd:address>
               <gmd:CI_Address>
                  <gmd:electronicMailAddress gco:nilReason="missing">
                     <gco:CharacterString/>
                  </gmd:electronicMailAddress>
               </gmd:CI_Address>
            </gmd:address>
         </gmd:CI_Contact>
      </gmd:contactInfo>
      <gmd:role>
         <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
                          codeListValue="resourceProvider"/>
      </gmd:role>
   </gmd:CI_ResponsibleParty>
</gmd:pointOfContact>
Section: Metadata information
Contact for the metadata
Contact
- XPath
 
/gmd:MD_Metadata/gmd:contact
See Metadata author
- Name
 
Contact for the metadata
- Type
 
add
<gmd:contact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_ResponsibleParty>
      <gmd:organisationName gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:organisationName>
      <gmd:contactInfo>
         <gmd:CI_Contact>
            <gmd:address>
               <gmd:CI_Address>
                  <gmd:electronicMailAddress gco:nilReason="missing">
                     <gco:CharacterString/>
                  </gmd:electronicMailAddress>
               </gmd:CI_Address>
            </gmd:address>
         </gmd:CI_Contact>
      </gmd:contactInfo>
      <gmd:role>
         <gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode"
                          codeListValue="pointOfContact"/>
      </gmd:role>
   </gmd:CI_ResponsibleParty>
</gmd:contact>
Date stamp
- XPath
 
/gmd:MD_Metadata/gmd:dateStamp
See Date stamp
Metadata language
- XPath
 
/gmd:MD_Metadata/gmd:language
- Name
 
Metadata language
- Name
 - Type
 
add
<gmd:language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
</gmd:language>
Character set
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:characterSet
See Character set
Tab: SDS (inspire_sds)
This tab display elements from the XML metadata record.
Section: Conformance class 1: invocable
- Type
 
process
- Displayed only if
 
count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service'])=0
- Type
 
process
- Displayed only if
 
count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult/gmd:specification/gmd:CI_Citation/gmd:title/gco:CharacterString)>0
Category
Data quality
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult/gmd:specification/gmd:CI_Citation/gmd:title
See Data quality
Data quality
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult/gmd:pass
See Data quality
- Name
 
Add pass element
- Type
 
add
<gmd:pass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:Boolean>true</gco:Boolean>
</gmd:pass>
Access Point URL
OnLine resource
- XPath
 
/gmd:MD_Metadata/gmd:distributionInfo/gmd:MD_Distribution//gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine[gmd:CI_OnlineResource/gmd:description/gmx:Anchor/text() = 'accessPoint']
See OnLine resource
- Name
 
Add Access Point
- Type
 
add
<gmd:onLine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_OnlineResource>
      <gmd:linkage>
         <gmd:URL>http://accesspoint.url</gmd:URL>
      </gmd:linkage>
      <gmd:description>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ResourceLocatorDescription/accessPoint">
                        accessPoint
                      </gmx:Anchor>
      </gmd:description>
      <gmd:function>
         <gmd:CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode"
                                    codeListValue="information"/>
      </gmd:function>
   </gmd:CI_OnlineResource>
</gmd:onLine>
Endpoint URL
OnLine resource
- XPath
 
/gmd:MD_Metadata/gmd:distributionInfo/gmd:MD_Distribution//gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine[gmd:CI_OnlineResource/gmd:description/gmx:Anchor/text() = 'endPoint']
See OnLine resource
- Name
 
Add Endpoint
- Type
 
add
<gmd:onLine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_OnlineResource>
      <gmd:linkage>
         <gmd:URL>http://endpoint.url</gmd:URL>
      </gmd:linkage>
      <gmd:description>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ResourceLocatorDescription/endPoint">
                        endPoint
                      </gmx:Anchor>
      </gmd:description>
      <gmd:function>
         <gmd:CI_OnLineFunctionCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_OnLineFunctionCode"
                                    codeListValue="information"/>
      </gmd:function>
   </gmd:CI_OnlineResource>
</gmd:onLine>
Technical specification
Data quality
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_DomainConsistency/gmd:result
See Data quality
- Name
 
Add a technical specification
- Type
 
add
<gmd:report xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:DQ_FormatConsistency>
      <gmd:result>
         <gmd:DQ_ConformanceResult>
            <gmd:specification>
               <gmd:CI_Citation>
                  <gmd:title>
                     <gmx:Anchor xlink:href=" http://link,to/the.technical.specification">
                                Description of technical specification
                              </gmx:Anchor>
                  </gmd:title>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date>2014-12-11</gco:Date>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                codeListValue="publication"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
               </gmd:CI_Citation>
            </gmd:specification>
            <gmd:explanation>
               <gco:CharacterString>Conformant to the cited specifications.
                          </gco:CharacterString>
            </gmd:explanation>
            <gmd:pass>
               <gco:Boolean>true</gco:Boolean>
            </gmd:pass>
         </gmd:DQ_ConformanceResult>
      </gmd:result>
   </gmd:DQ_FormatConsistency>
</gmd:report>
Section: Conformance class 2: interoperable
Section: Coordinate reference system
Anchor
- XPath
 
gmd:MD_Metadata/gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier/gmd:RS_Identifier/gmd:code/gmx:Anchor
See Anchor
- Name
 
Projection
- Type
 
add
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/{{code}}"
                           xlink:title="{{description}}">{{code}}
                            </gmx:Anchor>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
Section: Quality of Service
- Type
 
process
- Displayed only if
 
(count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service'])>0 and (count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_ConceptualConsistency/gmd:nameOfMeasure/gmx:Anchor[text()='availability'])=0 or count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_ConceptualConsistency/gmd:nameOfMeasure/gmx:Anchor[text()='performance'])=0 or count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_ConceptualConsistency/gmd:nameOfMeasure/gmx:Anchor[text()='capacity'])=0 ))
Conceptual consistency
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:report/gmd:DQ_ConceptualConsistency
Section: Access constraints
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:accessConstraints]/gmd:otherConstraints/gmx:Anchor]
Limitation
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:accessConstraints]/gmd:otherConstraints[gco:CharacterString]]
- Name
 
No Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:accessConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply">
                          No Conditions Apply
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Unknown Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:accessConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/conditionsUnknown">
                          Conditions Unknown
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Customizable constraints
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:accessConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:otherConstraints gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
Section: Use constraints
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:useConstraints]/gmd:otherConstraints/gmx:Anchor]
Limitation
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:useConstraints]/gmd:otherConstraints[gco:CharacterString]]
- Name
 
No Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:useConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:useConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply">
                          No Conditions Apply
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Unknown Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:useConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:useConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/conditionsUnknown">
                          Conditions Unknown
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Customizable constraints
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:useConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:useConstraints>
      <gmd:otherConstraints gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
Section: Responsible custodian
Contact for the resource
Point of contact
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s)
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:pointOfContact[gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode/@codeListValue='custodian']
See Point of contact
- Name
 
Contact for the resource
- Type
 
add
Section: Coordinate reference system
Anchor
- XPath
 
gmd:MD_Metadata/gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier/gmd:RS_Identifier/gmd:code/gmx:Anchor
See Anchor
- Name
 
Projection
- Type
 
add
<gmd:referenceSystemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/{{code}}"
                           xlink:title="{{description}}">{{code}}
                            </gmx:Anchor>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
Section: Quality of Service
- Type
 
process
- Displayed only if
 
(count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service'])>0 and (count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_ConceptualConsistency/gmd:nameOfMeasure/gmx:Anchor[text()='availability'])=0 or count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_ConceptualConsistency/gmd:nameOfMeasure/gmx:Anchor[text()='performance'])=0 or count(gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality[gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode/@codeListValue='service']/gmd:report/gmd:DQ_ConceptualConsistency/gmd:nameOfMeasure/gmx:Anchor[text()='capacity'])=0 ))
Conceptual consistency
- XPath
 
/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:report/gmd:DQ_ConceptualConsistency
Section: Access constraints
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:accessConstraints]/gmd:otherConstraints/gmx:Anchor]
Limitation
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:accessConstraints]/gmd:otherConstraints[gco:CharacterString]]
- Name
 
No Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:accessConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply">
                          No Conditions Apply
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Unknown Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:accessConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/conditionsUnknown">
                          Conditions Unknown
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Customizable constraints
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:accessConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:otherConstraints gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
Section: Use constraints
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:useConstraints]/gmd:otherConstraints/gmx:Anchor]
Limitation
Resource constraints
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints[gmd:MD_LegalConstraints[gmd:useConstraints]/gmd:otherConstraints[gco:CharacterString]]
- Name
 
No Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:useConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:useConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/noConditionsApply">
                          No Conditions Apply
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Unknown Limitation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:useConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:useConstraints>
      <gmd:otherConstraints>
         <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/registry/metadata-codelist/ConditionsApplyingToAccessAndUse/conditionsUnknown">
                          Conditions Unknown
                        </gmx:Anchor>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
- Name
 
Customizable constraints
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:resourceConstraints/gmd:MD_LegalConstraints[gmd:useConstraints]) = 0
<gmd:resourceConstraints xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_LegalConstraints>
      <gmd:useConstraints>
         <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode"
                                 codeListValue="otherRestrictions"/>
      </gmd:useConstraints>
      <gmd:otherConstraints gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
Section: Responsible custodian
Contact for the resource
Point of contact
Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s)
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:pointOfContact[gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode/@codeListValue='custodian']
See Point of contact
- Name
 
Contact for the resource
- Type
 
add
Section: Conformance class 3: harmonized
Contains Operations
- XPath
 
/gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification/srv:containsOperations
- Name
 
Add Operation
- Type
 
add
- Displayed only if
 
count(gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification) > 0
<srv:containsOperations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <srv:SV_OperationMetadata>
      <srv:operationName>
         <gco:CharacterString/>
      </srv:operationName>
      <srv:DCP>
         <srv:DCPList codeList="http://inspire.ec.europa.eu/metadata-codelist/DCPList"
                      codeListValue="webServices">Web services
                      </srv:DCPList>
      </srv:DCP>
      <srv:connectPoint>
         <gmd:CI_OnlineResource>
            <gmd:linkage>
               <gmd:URL>http://</gmd:URL>
            </gmd:linkage>
         </gmd:CI_OnlineResource>
      </srv:connectPoint>
   </srv:SV_OperationMetadata>
</srv:containsOperations>
View: Simple (default)
This view is composed of1tab(s).
This view also allows to add the following element even if not in the current record:
- Descriptive keywords (gmd:descriptiveKeywords)
 - Keyword (gmd:keyword)
 - Name (gmd:name)
 - Spatial resolution (gmd:spatialResolution)
 - Point of contact (gmd:pointOfContact)
 - Distributor (gmd:distributor)
 - Distribution format (gmd:distributionFormat)
 - Contact (gmd:contact)
 - Processor (gmd:processor)
 - Topic category (gmd:topicCategory)
 - Parameters (srv:parameters)
 
Tab: Simple (default)

This tab display elements from the XML metadata record.
- Instruction
 
Linkage
Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211
- XPath
 
*/gmd:linkage
See Linkage
Name
- XPath
 
*/gmd:name
See Name
- Instruction
 
Linkage
Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211
- XPath
 
*/gmd:linkage
See Linkage
Name
- XPath
 
*/gmd:name
See Name
Section: Content Information
Provides information about the feature catalogue and describes the coverage and image data characteristics
Included with dataset
- XPath
 
gmd:MD_FeatureCatalogueDescription/gmd:includedWithDataset
Feature catalogue citation
See Feature catalogue citation- XPath
 
.
Feature catalogue citation
See Feature catalogue citation- XPath
 
.
- Name
 - Type
 
add
<gmd:contentInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_FeatureCatalogueDescription>
      <gmd:includedWithDataset>
         <gco:Boolean>true</gco:Boolean>
      </gmd:includedWithDataset>
      <gmd:featureCatalogueCitation uuidref=""/>
   </gmd:MD_FeatureCatalogueDescription>
</gmd:contentInfo>
View: Full (advanced)
This view is composed of11tab(s).
- Tab: Identification (identificationInfo)
 - Tab: Distribution (distributionInfo)
 - Tab: Quality (dataQualityInfo)
 - Tab: Spatial rep. (spatialRepresentationInfo)
 - Tab: Ref. system (referenceSystemInfo)
 - Tab: Content (contentInfo)
 - Tab: Portrayal (portrayalCatalogueInfo)
 - Tab: Metadata (metadata)
 - Tab: Md. constraints (metadataConstraints)
 - Tab: Md. maintenance (metadataMaintenance)
 - Tab: Schema info (applicationSchemaInfo)
 
Tab: Identification (identificationInfo)

This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Identification info
See Identification infoTab: Distribution (distributionInfo)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Distribution Information
See Distribution InformationTab: Quality (dataQualityInfo)

This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Data quality info
See Data quality infoTab: Spatial rep. (spatialRepresentationInfo)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Spatial representation info
See Spatial representation infoTab: Ref. system (referenceSystemInfo)

This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Reference System Information
See Reference System InformationTab: Content (contentInfo)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Content Information
Provides information about the feature catalogue and describes the coverage and image data characteristics
Tab: Portrayal (portrayalCatalogueInfo)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Portrayal catalogue info
See Portrayal catalogue infoTab: Metadata (metadata)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Metadata
File identifier
- XPath
 
/gmd:MD_Metadata/gmd:fileIdentifier
See File identifier
Metadata language
- XPath
 
/gmd:MD_Metadata/gmd:language
Other language
- XPath
 
/gmd:MD_Metadata/gmd:locale
See Other language
Character set
- XPath
 
/gmd:MD_Metadata/gmd:characterSet
See Character set
Parent identifier
- XPath
 
/gmd:MD_Metadata/gmd:parentIdentifier
Hierarchy level
Scope to which the metadata applies (see annex H for more information about metadata hierarchy levels)
- XPath
 
/gmd:MD_Metadata/gmd:hierarchyLevel
See Hierarchy level
Hierarchy level name
- XPath
 
/gmd:MD_Metadata/gmd:hierarchyLevelName
Date stamp
- XPath
 
/gmd:MD_Metadata/gmd:dateStamp
See Date stamp
Metadata standard name
- XPath
 
/gmd:MD_Metadata/gmd:metadataStandardName
Metadata standard version
- XPath
 
/gmd:MD_Metadata/gmd:metadataStandardVersion
Contact
- XPath
 
/gmd:MD_Metadata/gmd:contact
See Metadata author
Dataset URI
Uniformed Resource Identifier (URI) of the dataset to which the metadata applies. This link refers direct to the machine-readable dataset.
- XPath
 
/gmd:MD_Metadata/gmd:dataSetURI
See Dataset URI
Series
- XPath
 
/gmd:MD_Metadata/gmd:series
See Series
Describes
- XPath
 
/gmd:MD_Metadata/gmd:describes
See Describes
PropertyType
- XPath
 
/gmd:MD_Metadata/gmd:propertyType
See PropertyType
Feature type
- XPath
 
/gmd:MD_Metadata/gmd:featureType
See Feature type
Feature attribute
- XPath
 
/gmd:MD_Metadata/gmd:featureAttribute
Tab: Md. constraints (metadataConstraints)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Metadata constraints
See Metadata constraintsTab: Md. maintenance (metadataMaintenance)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Metadata maintenance
See Metadata maintenanceTab: Schema info (applicationSchemaInfo)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Section: Application schema info
See Application schema infoView: XML (xml)
This view is composed of1tab(s).
Tab: XML (xml)
This tab display elements from the XML metadata record and also provide controls to add all elements defined in the schema (XSD).
Schema technical details
- Standard identifier
 
iso19139
- Version
 
1.0
- Schema location
 
http://www.isotc211.org/2005/gmd http://schemas.opengis.net/csw/2.0.2/profiles/apiso/1.0.0/apiso.xsd
- Schema namespaces
 
- http://geonetwork-opensource.org/schemas/schema-ident
 - http://www.isotc211.org/2005/gco
 - http://www.isotc211.org/2005/gmd
 - http://www.w3.org/2001/XMLSchema-instance
 - http://www.w3.org/XML/1998/namespace
 
- Schema detection mode
 
elements (root)
- Schema detection elements
 
- gmd:CI_ResponsibleParty
 - gmd:DQ_DomainConsistency
 - gmd:EX_Extent
 - gmd:MD_Format
 - gmd:MD_Metadata
 
Standard elements
List of all elements available in the standard.
Name of the calendar era
- Name
 
calendarEraName
- Description
 
Code
- Name
 
code
- Context
 
gmd:MD_Identifier
- Description
 
System code
- Name
 
code
- Description
 
Code
- Name
 
code
- Context
 
gmd:MD_CodeValue
- Description
 
Reference Authority
- Name
 
codeSpace
- Description
 
Direct projection system (for geographical resources)
- Name
 
DirectReferenceSystem
- Description
 
Factor
- Name
 
factor
- Description
 
Frame
- Name
 
frame
- Description
 
Name
- Name
 
gco:aName
- Description
 
Type name
- Name
 
gco:aName
- Context
 
gco:TypeName
- Description
 
Recommended values
| code | label | 
|---|---|
| BOOLEAN | BOOLEAN | 
| BYTE | BYTE | 
| CHARACTER | CHARACTER | 
| DATE | DATE | 
| DATETIME | DATETIME | 
| DOUBLE | DOUBLE | 
| FLOAT | FLOAT | 
| INTEGER | INTEGER | 
| NUMERIC | NUMERIC | 
| REAL | REAL | 
| SERIAL | SERIAL | 
| VARCHAR | VARCHAR | 
| TEXT | TEXT | 
Angle
- Name
 
gco:Angle
- Description
 
Attribute type
- Name
 
gco:attributeType
- Description
 
Binary
- Name
 
gco:Binary
- Description
 
Text
- Name
 
gco:CharacterString
- Description
 
Edition Date
- Name
 
gco:Date
- Context
 
gmd:CI_Citation
- Description
 
Date
- Name
 
gco:Date
- Description
 
Usage Date / Time
- Name
 
gco:DateTime
- Context
 
gmd:MD_Usage
- Description
 
<gco:DateTime xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">2016-01-15T16:57:35</gco:DateTime>
Planned Available Date / Time
- Name
 
gco:DateTime
- Context
 
gmd:MD_StandardOrderProcess
- Description
 
<gco:DateTime xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">2016-01-15T16:57:35</gco:DateTime>
Date and time
- Name
 
gco:DateTime
- Description
 
Date and time or range of date and time on or over which the process step occurred
      (YYYY-MM-DDThh:mm:ss)
<gco:DateTime xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">2016-01-15T16:57:35</gco:DateTime>
Distance
- Name
 
gco:Distance
- Description
 
<gco:Distance xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              uom="m">100</gco:Distance>
Length
- Name
 
gco:Length
- Description
 
Name
- Name
 
gco:localName
- Description
 
Local name
- Name
 
gco:LocalName
- Description
 
Lower cardinality
- Name
 
gco:lower
- Description
 
Name of Measure
- Name
 
gco:Measure
- Context
 
gmd:DQ_Element
- Description
 
Unit of Measure
- Name
 
gco:Measure
- Context
 
gmd:EX_VerticalExtent
- Description
 
Vertical units used for vertical extent information Examples: metres, feet,
      millimetres, hectopascals
Measure
- Name
 
gco:Measure
- Description
 
Member name
- Name
 
gco:MemberName
- Description
 
Nil reason
- Name
 
gco:nilReason
- Description
 
Standard codelists Nil reason (gco:nilReason)
| code | label | 
|---|---|
| missing | Missing | 
| inapplicable | Inapplicable | 
| template | Template | 
| unknown | Unknown | 
| withheld | Withheld | 
Record
- Name
 
gco:Record
- Description
 
Scale
- Name
 
gco:Scale
- Description
 
Scoped name
- Name
 
gco:ScopedName
- Description
 
Type name
- Name
 
gco:TypeName
- Description
 
Upper cardinality
- Name
 
gco:upper
- Description
 
Abstract
- Name
 
gmd:abstract
- Description
 
- Condition
 
mandatory
<gmd:abstract xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>The data set combines the Corine based MAES (Mapping and Assessment of
          Ecosystems and their Services) ecosystem classes with the non-spatial EUNIS habitat
          classification (LEVEL 1) for a better biological characterization of ecosystems across
          Europe (EEA-39). As such it represents probabilities of EUNIS habitat presence for each
          MAES ecosystem type.
          The data set aims to combine spatially explicit land cover information with non-spatially
          referenced habitat information to improve our knowledge about ecosystems and their
          distribution across Europe. The work supports the MAES process, Target 2 Action 5 of the
          implementation of the EU Biodiversity Strategy to 2020, established to achieve the Aichi
          targets of the Convention of Biological Diversity (CBD).
          The objective of the ecosystem data set produced by EEA and its Topic Centre ETC/SIA was
          to improve the biological description of land cover based ecosystem types. It represents
          probabilities of EUNIS habitat presence in ecosystem types at European level. Since it is
          not based on spatial explicit mapping the spatial and thematic accuracy is not of same
          quality as delineated maps.
          The MAES ecosystem typology differentiates three levels: whereas the level 2 of the MAES
          proposal follows closely the EUNIS level 1, the third level of the MAES typology
          corresponds to the EUNIS level 2. This level will be the base for the mapping approach.
        </gco:CharacterString>
</gmd:abstract>
Access constraints
- Name
 
gmd:accessConstraints
- Description
 
Access constraints applied to assure the protection of privacy or intellectual
      property, and any special restrictions or limitations on obtaining the
      resource
<gmd:accessConstraints xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                       xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_RestrictionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
                           codeListValue="otherRestrictions"/>
</gmd:accessConstraints>
Address
- Name
 
gmd:address
- Context
 
gmd:CI_ResponsibleParty
- Description
 
Address
- Name
 
gmd:address
- Description
 
Administrative area
- Name
 
gmd:administrativeArea
- Description
 
Aggregate Datasetindentifier
- Name
 
gmd:aggregateDataSetIdentifier
- Description
 
Aggregate Datasetname
- Name
 
gmd:aggregateDataSetName
- Description
 
Aggregation Information
- Name
 
gmd:aggregationInfo
- Description
 
Alternate title
- Name
 
gmd:alternateTitle
- Description
 
Short name or other language name by which the cited information is known.
      Example: "DCW" as an alternative title for "Digital Chart of the World
Amendment number
- Name
 
gmd:amendmentNumber
- Description
 
Application profile
- Name
 
gmd:applicationProfile
- Description
 
Application schema info
- Name
 
gmd:applicationSchemaInfo
- Description
 
Association Type
- Name
 
gmd:associationType
- Description
 
- Condition
 
mandatory
Attribute description
- Name
 
gmd:attributeDescription
- Description
 
- Condition
 
mandatory
Attribute instances
- Name
 
gmd:attributeInstances
- Description
 
Attributes
- Name
 
gmd:attributes
- Description
 
Authority
- Name
 
gmd:authority
- Description
 
Axis Dimensions Properties
- Name
 
gmd:axisDimensionProperties
- Description
 
Bits per value
- Name
 
gmd:bitsPerValue
- Description
 
Maximum number of significant bits in the uncompressed representation for the
      value in each band of each pixel
Camera calibration information availability
- Name
 
gmd:cameraCalibrationInformationAvailability
- Description
 
Cell geometry
- Name
 
gmd:cellGeometry
- Description
 
- Condition
 
mandatory
Center point
- Name
 
gmd:centerPoint
- Description
 
Earth location in the coordinate system defined by the Spatial Reference System
      and the grid coordinate of the cell halfway between opposite ends of the grid in the
      spatial dimensions
Character encoding
- Name
 
gmd:characterEncoding
- Description
 
Character set
- Name
 
gmd:characterSet
- Context
 
gmd:MD_Metadata
- Description
 
- Condition
 
conditional
<gmd:characterSet xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                  xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode"
                            codeListValue="utf8"/>
</gmd:characterSet>
Character set
- Name
 
gmd:characterSet
- Context
 
gmd:MD_DataIdentification
- Description
 
<gmd:characterSet xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                  xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode"
                            codeListValue="utf8"/>
</gmd:characterSet>
Character set
- Name
 
gmd:characterSet
- Description
 
- Condition
 
conditional
<gmd:characterSet xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                  xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode"
                            codeListValue="utf8"/>
</gmd:characterSet>
Checkpoint Availability
- Name
 
gmd:checkPointAvailability
- Description
 
Indication of whether or not geographic position points are available to test
      the accuracy of the georeferenced grid data
- Condition
 
mandatory
Checkpoint Description
- Name
 
gmd:checkPointDescription
- Description
 
- Condition
 
conditional
Address
- Name
 
gmd:CI_Address
- Description
 
Citation
- Name
 
gmd:CI_Citation
- Description
 
Contact
- Name
 
gmd:CI_Contact
- Description
 
Date
- Name
 
gmd:CI_Date
- Description
 
Date type code
- Name
 
gmd:CI_DateTypeCode
- Description
 
Standard codelists Date type code (gmd:CI_DateTypeCode)
| code | label | description | 
|---|---|---|
| creation | Creation | Date identifies when the resource was brought into existence | 
| publication | Publication | Date identifies when the resource was issued | 
| revision | Revision | Date identifies when the resource was examined or re-examined and improved or amended | 
OnLine function code
- Name
 
gmd:CI_OnLineFunctionCode
- Description
 
Standard codelists OnLine function code (gmd:CI_OnLineFunctionCode)
| code | label | description | 
|---|---|---|
| download | Download | Online instructions for transferring data from one storage device or system to another | 
| information | Information | Online information about the resource | 
| offlineAccess | Offline access | Online instructions for requesting the resource from the provider | 
| order | Order | Online order process for obtening the resource | 
| search | Search | Online search interface for seeking out information about the resource | 
OnLine resource
- Name
 
gmd:CI_OnlineResource
- Description
 
Information about on-line sources from which the dataset, specification, or
      community profile name and extended metadata elements can be obtained
Presentatiewijze code
- Name
 
gmd:CI_PresentationFormCode
- Description
 
Standard codelists Presentatiewijze code (gmd:CI_PresentationFormCode)
| code | label | description | 
|---|---|---|
| documentDigital | Digital document | Digital representation of a primarily textual item (can contain illustrations also) | 
| imageDigital | Digital image | Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format | 
| documentHardcopy | Hardcopy document | Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media | 
| imageHardcopy | Hardcopy image | Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user | 
| mapDigital | Digital map | Map represented in raster or vector form | 
| mapHardcopy | Hardcopy map | Map printed on paper, photographic material, or other media for use directly by the human user | 
| modelDigital | Digital model | Multi-dimensional digital representation of a feature, process, etc. | 
| modelHardcopy | Hardcopy model | 3-dimensional, physical model | 
| profileDigital | Digital profile | Vertical cross-section in digital form | 
| profileHardcopy | Hardcopy profile | Vertical cross-section printed on paper, etc. | 
| tableDigital | Digital table | Digital representation of facts or figures systematically displayed, especially in columns | 
| tableHardcopy | Hardcopy table | Representation of facts or figures systematically displayed, especially in columns, printed onpapers, photographic material, or other media | 
| videoDigital | Digital video | Digital video recording | 
| videoHardcopy | Hardcopy video | Video recording on film | 
Responsible party
- Name
 
gmd:CI_ResponsibleParty
- Description
 
Identification of, and means of communication with, person(s) and organizations
      associated with the dataset
Role code
- Name
 
gmd:CI_RoleCode
- Description
 
Standard codelists Role code (gmd:CI_RoleCode)
| code | label | description | 
|---|---|---|
| resourceProvider | Resource provider | Party that supplies the resource | 
| custodian | Custodian | Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource | 
| owner | Owner | Party that owns the resource | 
| user | User | Party who uses the resource | 
| distributor | Distributor | Party who distributes the resource | 
| originator | Originator | Party who created the resource | 
| pointOfContact | Point of contact | Party who can be contacted for acquiring knowledge about or acquisition of the resource | 
| principalInvestigator | Principal investigator | Key party responsible for gathering information and conducting research | 
| processor | Processor | Party that has processed the data in a manner such that the resource has been modified | 
| publisher | Publisher | Party who published the resource | 
| author | Author | Party who authored the resource | 
Series
- Name
 
gmd:CI_Series
- Description
 
Telephone
- Name
 
gmd:CI_Telephone
- Description
 
Citation
- Name
 
gmd:citation
- Context
 
gmd:MD_Identification
- Description
 
<gmd:citation xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_Citation>
      <gmd:title>
         <gco:CharacterString>Ecosystem types of Europe based on EUNIS level 1 (raster 100m) -
              version 2.1, Dec. 2015
            </gco:CharacterString>
      </gmd:title>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="publication"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="creation"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:edition>
         <gco:CharacterString>2.1</gco:CharacterString>
      </gmd:edition>
      <gmd:identifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>eea_r_3035_100_m_ecosystem-types-l1_2006_rev2-1
                </gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:identifier>
   </gmd:CI_Citation>
</gmd:citation>
Citation
- Name
 
gmd:citation
- Context
 
gmd:MD_Authority
- Description
 
<gmd:citation xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_Citation>
      <gmd:title>
         <gco:CharacterString>Ecosystem types of Europe based on EUNIS level 1 (raster 100m) -
              version 2.1, Dec. 2015
            </gco:CharacterString>
      </gmd:title>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="publication"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="creation"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:edition>
         <gco:CharacterString>2.1</gco:CharacterString>
      </gmd:edition>
      <gmd:identifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>eea_r_3035_100_m_ecosystem-types-l1_2006_rev2-1
                </gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:identifier>
   </gmd:CI_Citation>
</gmd:citation>
Citation
- Name
 
gmd:citation
- Context
 
gmd:MD_Thesaurus
- Description
 
<gmd:citation xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_Citation>
      <gmd:title>
         <gco:CharacterString>Ecosystem types of Europe based on EUNIS level 1 (raster 100m) -
              version 2.1, Dec. 2015
            </gco:CharacterString>
      </gmd:title>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="publication"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="creation"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:edition>
         <gco:CharacterString>2.1</gco:CharacterString>
      </gmd:edition>
      <gmd:identifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>eea_r_3035_100_m_ecosystem-types-l1_2006_rev2-1
                </gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:identifier>
   </gmd:CI_Citation>
</gmd:citation>
Citation
- Name
 
gmd:citation
- Description
 
<gmd:citation xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_Citation>
      <gmd:title>
         <gco:CharacterString>Ecosystem types of Europe based on EUNIS level 1 (raster 100m) -
              version 2.1, Dec. 2015
            </gco:CharacterString>
      </gmd:title>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="publication"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:date>
         <gmd:CI_Date>
            <gmd:date>
               <gco:Date>2015-12-08</gco:Date>
            </gmd:date>
            <gmd:dateType>
               <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                    codeListValue="creation"/>
            </gmd:dateType>
         </gmd:CI_Date>
      </gmd:date>
      <gmd:edition>
         <gco:CharacterString>2.1</gco:CharacterString>
      </gmd:edition>
      <gmd:identifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>eea_r_3035_100_m_ecosystem-types-l1_2006_rev2-1
                </gco:CharacterString>
            </gmd:code>
         </gmd:RS_Identifier>
      </gmd:identifier>
   </gmd:CI_Citation>
</gmd:citation>
Cited responsible party
- Name
 
gmd:citedResponsibleParty
- Description
 
Name and position information for an individual or organization that is
      responsible for the resource
City
- Name
 
gmd:city
- Description
 
Classification
- Name
 
gmd:classification
- Description
 
- Condition
 
mandatory
Classification system
- Name
 
gmd:classificationSystem
- Description
 
Cloud cover percentage
- Name
 
gmd:cloudCoverPercentage
- Description
 
Unique resource identifier
- Name
 
gmd:code
- Context
 
gmd:RS_Identifier
- Description
 
- Condition
 
mandatory
Code
- Name
 
gmd:code
- Context
 
gmd:MD_Identifier
- Description
 
- Condition
 
mandatory
Code
- Name
 
gmd:code
- Context
 
gmd:MD_CodeValue
- Description
 
Codespace
- Name
 
gmd:codeSpace
- Description
 
| code | label | 
|---|---|
| EPSG | EPSG | 
<gmd:codeSpace xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>OGP Surveying & Positioning Committee</gco:CharacterString>
</gmd:codeSpace>
Collective title
- Name
 
gmd:collectiveTitle
- Description
 
Common title with holdings note. NOTE title identifies elements of a series
      collectively, combined with information about what volumes are available at the source
      cited
This field is used to name the Basic Geodata as defined in the GeoIV Annex I, as it is
      possible that there are more than 1 "physical" datasets assigned to 1 legal entry. E.g.: Entry
      no. 47 "Geophysikalisches Kartenwerk" consists of 3 datasets "Geophysikalische Karten
      1:500000", "Geophysikalische Spezialkarten" and "Gravimetrischer Atlas 1:100000"
Compliance code
- Name
 
gmd:complianceCode
- Description
 
ComposedOf
- Name
 
gmd:composedOf
- Description
 
Compression generation quantity
- Name
 
gmd:compressionGenerationQuantity
- Description
 
Condition
- Name
 
gmd:condition
- Description
 
Constraint language
- Name
 
gmd:constraintLanguage
- Description
 
- Condition
 
mandatory
Contact
- Name
 
gmd:contact
- Context
 
gmd:MD_Metadata
- Description
 
- Condition
 
mandatory
<gmd:contact xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_ResponsibleParty>
      <gmd:organisationName>
         <gco:CharacterString>European Environment Agency</gco:CharacterString>
      </gmd:organisationName>
      <gmd:contactInfo>
         <gmd:CI_Contact>
            <gmd:address>
               <gmd:CI_Address>
                  <gmd:deliveryPoint>
                     <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                  </gmd:deliveryPoint>
                  <gmd:city>
                     <gco:CharacterString>Copenhagen</gco:CharacterString>
                  </gmd:city>
                  <gmd:administrativeArea>
                     <gco:CharacterString>K</gco:CharacterString>
                  </gmd:administrativeArea>
                  <gmd:postalCode>
                     <gco:CharacterString>1050</gco:CharacterString>
                  </gmd:postalCode>
                  <gmd:country>
                     <gco:CharacterString>Denmark</gco:CharacterString>
                  </gmd:country>
                  <gmd:electronicMailAddress>
                     <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                  </gmd:electronicMailAddress>
               </gmd:CI_Address>
            </gmd:address>
         </gmd:CI_Contact>
      </gmd:contactInfo>
      <gmd:role>
         <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                          codeListValue="pointOfContact"/>
      </gmd:role>
   </gmd:CI_ResponsibleParty>
</gmd:contact>
Contact
- Name
 
gmd:contact
- Context
 
gmd:MD_MaintenanceInformation
- Description
 
Identification of, and means of communication with, person(s) and
      organization(s) with responsibility for maintaining the metadata
<gmd:contact xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_ResponsibleParty>
      <gmd:organisationName>
         <gco:CharacterString>European Environment Agency</gco:CharacterString>
      </gmd:organisationName>
      <gmd:contactInfo>
         <gmd:CI_Contact>
            <gmd:address>
               <gmd:CI_Address>
                  <gmd:deliveryPoint>
                     <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                  </gmd:deliveryPoint>
                  <gmd:city>
                     <gco:CharacterString>Copenhagen</gco:CharacterString>
                  </gmd:city>
                  <gmd:administrativeArea>
                     <gco:CharacterString>K</gco:CharacterString>
                  </gmd:administrativeArea>
                  <gmd:postalCode>
                     <gco:CharacterString>1050</gco:CharacterString>
                  </gmd:postalCode>
                  <gmd:country>
                     <gco:CharacterString>Denmark</gco:CharacterString>
                  </gmd:country>
                  <gmd:electronicMailAddress>
                     <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                  </gmd:electronicMailAddress>
               </gmd:CI_Address>
            </gmd:address>
         </gmd:CI_Contact>
      </gmd:contactInfo>
      <gmd:role>
         <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                          codeListValue="pointOfContact"/>
      </gmd:role>
   </gmd:CI_ResponsibleParty>
</gmd:contact>
Metadata author
- Name
 
gmd:contact
- Description
 
- Condition
 
mandatory
<gmd:contact xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_ResponsibleParty>
      <gmd:organisationName>
         <gco:CharacterString>European Environment Agency</gco:CharacterString>
      </gmd:organisationName>
      <gmd:contactInfo>
         <gmd:CI_Contact>
            <gmd:address>
               <gmd:CI_Address>
                  <gmd:deliveryPoint>
                     <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                  </gmd:deliveryPoint>
                  <gmd:city>
                     <gco:CharacterString>Copenhagen</gco:CharacterString>
                  </gmd:city>
                  <gmd:administrativeArea>
                     <gco:CharacterString>K</gco:CharacterString>
                  </gmd:administrativeArea>
                  <gmd:postalCode>
                     <gco:CharacterString>1050</gco:CharacterString>
                  </gmd:postalCode>
                  <gmd:country>
                     <gco:CharacterString>Denmark</gco:CharacterString>
                  </gmd:country>
                  <gmd:electronicMailAddress>
                     <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                  </gmd:electronicMailAddress>
               </gmd:CI_Address>
            </gmd:address>
         </gmd:CI_Contact>
      </gmd:contactInfo>
      <gmd:role>
         <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                          codeListValue="pointOfContact"/>
      </gmd:role>
   </gmd:CI_ResponsibleParty>
</gmd:contact>
Contact Information
- Name
 
gmd:contactInfo
- Description
 
Contact instructions
- Name
 
gmd:contactInstructions
- Description
 
Content Information
- Name
 
gmd:contentInfo
- Description
 
Provides information about the feature catalogue and describes the coverage and
      image data characteristics
<gmd:contentInfo xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                 xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_FeatureCatalogueDescription>
      <gmd:includedWithDataset>
         <gco:Boolean>false</gco:Boolean>
      </gmd:includedWithDataset>
      <gmd:featureCatalogueCitation uuidref="e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"
                                    xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/eng/csw?service=CSW&request=GetRecordById&version=2.0.2&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full&id=e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"/>
   </gmd:MD_FeatureCatalogueDescription>
</gmd:contentInfo>
Content type
- Name
 
gmd:contentType
- Description
 
- Condition
 
mandatory
Controlpoint Availability
- Name
 
gmd:controlPointAvailability
- Description
 
- Condition
 
mandatory
Corner points
- Name
 
gmd:cornerPoints
- Description
 
Earth location in the coordinate system defined by the Spatial Reference System
      and the grid coordinate of the cells at opposite ends of grid coverage along two
      diagonals in the grid spatial dimensions. There are four corner points in a georectified
      grid; at least two corner points along one diagonal are required
- Condition
 
mandatory
Country
- Name
 
gmd:country
- Description
 
Country
- Name
 
gmd:country
- Context
 
gmd:MD_Legislation
- Description
 
Country
- Name
 
gmd:country
- Context
 
PT_Group
- Description
 
Credit
- Name
 
gmd:credit
- Description
 
Data quality info
- Name
 
gmd:dataQualityInfo
- Description
 
<gmd:dataQualityInfo xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                     xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:DQ_DataQuality>
      <gmd:scope>
         <gmd:DQ_Scope>
            <gmd:level>
               <gmd:MD_ScopeCode codeListValue="dataset"
                                 codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"/>
            </gmd:level>
         </gmd:DQ_Scope>
      </gmd:scope>
      <gmd:lineage>
         <gmd:LI_Lineage>
            <gmd:statement>
               <gco:CharacterString>The data set production implied 2 steps. First re-classification of
              CORINE Land Cover 2006 and bathymetry data using the 7 terrestrial (urban, cropland,
              grassland, woodland and forest, heathland and shrub, sparsely vegetated land,
              wetland), 1 freshwater (river and lakes), and 4 marine (marine inlets and transitional
              waters, coastal, shelf, open ocean) classes of the MAES ecosystem typology (Maes et
              al., 2013). The classes also provide links to major policy lines such as agriculture,
              forestry, territorial cohesion, water and marine related policies. The second step
              comprised refinement of the ecosystem types by attributing EUNIS habitat information
              to each ecosystem type (see http://eunis.eea.europa.eu/habitats.jsp). The refinement
              process used reference data such as potential natural vegetation, elevation, slope,
              aspect, soil, geology, environmental regions and other spatial referenced information
              which allowed attribution of the EUNIS habitat characteristics to the spatial mapping
              units of the MAES ecosystem types. The geometric and thematic accuracy of EUNIS class
              presence was also estimated and mapped. The method is described in the EEA Technical
              Report 06/2015: European Ecosystem Assessment – Concept, Data, and Implementation.
              The basis for the update was CORINE land cover 2006 (CLC 2006). It includes Albania,
              Austria, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic,
              Denmark, Estonia, Finland, France, Germany, Hungary, Iceland, Ireland, Italy, Kosovo
              (under UNSCR 1244/99), Latvia, Liechtenstein, Lithuania, Luxembourg, the former
              Yugoslavian Republic of Macedonia, Malta, Montenegro, the Netherlands, Norway, Poland,
              Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey and
              the United Kingdom. For Greece that has not participated in the CLC 2006 activity the
              CLC 2000 data was used instead.
            </gco:CharacterString>
            </gmd:statement>
            <gmd:source uuidref="bacb0dcd-dcb2-44a5-8b2c-4a569c5deafa"/>
         </gmd:LI_Lineage>
      </gmd:lineage>
   </gmd:DQ_DataQuality>
</gmd:dataQualityInfo>
Dataset
- Name
 
gmd:dataset
- Description
 
Dataset URI
- Name
 
gmd:dataSetURI
- Description
 
Uniformed Resource Identifier (URI) of the dataset to which the metadata applies. This
      link refers direct to the machine-readable dataset.
Data type
- Name
 
gmd:dataType
- Description
 
- Condition
 
mandatory
Date
- Name
 
gmd:date
- Description
 
- Condition
 
mandatory
Date of last update
- Name
 
gmd:date
- Context
 
gmd:MD_Revision
- Description
 
Date of next update
- Name
 
gmd:date
- Context
 
gmd:MD_MaintenanceInformation
- Description
 
Date
- Name
 
gmd:date
- Context
 
gmd:CI_Citation
- Description
 
- Condition
 
mandatory
Date
- Name
 
gmd:date
- Context
 
gmd:CI_Date
- Description
 
- Condition
 
mandatory
Date of next update
- Name
 
gmd:dateOfNextUpdate
- Description
 
Date stamp
- Name
 
gmd:dateStamp
- Description
 
- Condition
 
mandatory
<gmd:dateStamp xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:DateTime>2016-01-15T16:57:35</gco:DateTime>
</gmd:dateStamp>
Date / Time
- Name
 
gmd:dateTime
- Description
 
Date and time or range of date and time on or over which the process step
      occurred (YYYY-MM-DDThh:mm:ss)
Date / Time
- Name
 
gmd:dateTime
- Context
 
LI_ProcessStep
- Description
 
Date and time or range of date and time on or over which the process step
      occurred (YYYY-MM-DDThh:mm:ss)
Date / Time
- Name
 
gmd:dateTime
- Context
 
gmd:DQ_Element
- Description
 
Date type
- Name
 
gmd:dateType
- Description
 
- Condition
 
mandatory
Definition
- Name
 
gmd:definition
- Description
 
- Condition
 
mandatory
Delivery point
- Name
 
gmd:deliveryPoint
- Description
 
Denominator
- Name
 
gmd:denominator
- Description
 
- Condition
 
add either a denominator or a distance
Recommended values
| code | label | 
|---|---|
| 5000 | 1:5´000 | 
| 10000 | 1:10´000 | 
| 25000 | 1:25´000 | 
| 50000 | 1:50´000 | 
| 100000 | 1:100´000 | 
| 200000 | 1:200´000 | 
| 300000 | 1:300´000 | 
| 500000 | 1:500´000 | 
| 1000000 | 1:1´000´000 | 
Density
- Name
 
gmd:density
- Description
 
Density units
- Name
 
gmd:densityUnits
- Description
 
- Condition
 
conditional
Describes
- Name
 
gmd:describes
- Description
 
Description
- Name
 
gmd:description
- Description
 
Description
- Name
 
gmd:description
- Context
 
gmd:MD_AbstractClass
- Description
 
Description
- Name
 
gmd:description
- Context
 
LI_ProcessStep
- Description
 
- Condition
 
mandatory
Description
- Name
 
gmd:description
- Context
 
LI_Source
- Description
 
Description
- Name
 
gmd:description
- Context
 
gmd:EX_Extent
- Description
 
Description
- Name
 
gmd:description
- Context
 
gmd:CI_OnlineResource
- Description
 
| code | label | 
|---|---|
| http://www.opengis.net/def/crs/EPSG/0/3035 | ETRS89 / LAEA Europe | 
| http://www.opengis.net/def/crs/EPSG/0/31370 | Belge 1972 / Belgian Lambert 72 | 
| http://www.opengis.net/def/crs/EPSG/0/4936 | ETRS89-XYZ: 3D Cartesian in ETRS89 | 
| http://www.opengis.net/def/crs/EPSG/0/4937 | ETRS89-GRS80h: 3D geodetic in ETRS89 on GRS80 | 
| http://www.opengis.net/def/crs/EPSG/0/4258 | ETRS89-GRS802D: geodetic in ETRS89 on GRS80 | 
| http://www.opengis.net/def/crs/EPSG/0/3035 | ETRS89-LAEA2D: LAEA projection in ETRS89 on GRS80 | 
| http://www.opengis.net/def/crs/EPSG/0/3034 | ETRS89-LCC2D: LCC projection in ETRS89 on GRS80 | 
| http://www.opengis.net/def/crs/EPSG/0/3038 | ETRS89-TM26N2D: TM projection in ETRS89 on GRS80, zone 26N (30°W to 24°W) | 
| http://www.opengis.net/def/crs/EPSG/0/3039 | ETRS89-TM27N2D: TM projection in ETRS89 on GRS80, zone 27N (24°W to 18°W) | 
| http://www.opengis.net/def/crs/EPSG/0/3040 | ETRS89-TM28N: 2D TM projection in ETRS89 on GRS80, zone 28N (18°W to 12°W) | 
| http://www.opengis.net/def/crs/EPSG/0/3041 | ETRS89-TM29N: 2D TM projection in ETRS89 on GRS80, zone 29N (12°W to 6°W) | 
| http://www.opengis.net/def/crs/EPSG/0/3042 | ETRS89-TM30N: 2D TM projection in ETRS89 on GRS80, zone 30N (6°W to 0°) | 
| http://www.opengis.net/def/crs/EPSG/0/3043 | ETRS89-TM31N: 2D TM projection in ETRS89 on GRS80, zone 31N (0° to 6°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3044 | ETRS89-TM32N: 2D TM projection in ETRS89 on GRS80, zone 32N (6°E to 12°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3045 | ETRS89-TM33N: 2D TM projection in ETRS89 on GRS80, zone 33N (12°E to 18°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3046 | ETRS89-TM34N: 2D TM projection in ETRS89 on GRS80, zone 34N (18°E to 24°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3047 | ETRS89-TM35N: 2D TM projection in ETRS89 on GRS80, zone 35N (24°E to 30°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3048 | ETRS89-TM36N: 2D TM projection in ETRS89 on GRS80, zone 36N (30°E to 36°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3049 | ETRS89-TM37N: 2D TM projection in ETRS89 on GRS80, zone 37N (36°E to 42°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3050 | ETRS89-TM38N: 2D TM projection in ETRS89 on GRS80, zone 38N (42°E to 48°E) | 
| http://www.opengis.net/def/crs/EPSG/0/3051 | ETRS89-TM39N: 2D TM projection in ETRS89 on GRS80, zone 39N (48°E to 54°E) | 
| http://www.opengis.net/def/crs/EPSG/0/5730 | EVRS: Height in EVRS | 
| http://www.opengis.net/def/crs/EPSG/0/7409 | ETRS89-GRS80-EVRS: 3D compound: 2D geodetic in ETRS89 on GRS80, and EVRS height | 
| http://www.opengis.net/def/crs/EPSG/0/2154 | RGF93 / Lambert-93 | 
| http://www.opengis.net/def/crs/EPSG/0/32620 | WGS 84 / UTM zone 20N | 
| http://www.opengis.net/def/crs/EPSG/0/2972 | RGFG95 / UTM zone 22N | 
| http://www.opengis.net/def/crs/EPSG/0/2975 | RGR92 / UTM zone 40S | 
| http://www.opengis.net/def/crs/EPSG/0/4467 | RGSPM06 / UTM zone 21N | 
| http://www.opengis.net/def/crs/EPSG/0/4471 | RGM04 / UTM zone 38S | 
Description
- Name
 
gmd:description
- Context
 
gmd:MD_CodeDomain
- Description
 
Value description
- Name
 
gmd:description
- Context
 
gmd:MD_CodeValue
- Description
 
Description
- Name
 
gmd:description
- Context
 
gmd:MD_Attribute
- Description
 
Description
- Name
 
gmd:description
- Context
 
gmd:MD_Role
- Description
 
Descriptive keywords
- Name
 
gmd:descriptiveKeywords
- Description
 
Descriptor
- Name
 
gmd:descriptor
- Description
 
Dimension
- Name
 
gmd:dimension
- Description
 
Dimension name
- Name
 
gmd:dimensionName
- Description
 
- Condition
 
mandatory
Dimension size
- Name
 
gmd:dimensionSize
- Description
 
- Condition
 
mandatory
Distance
- Name
 
gmd:distance
- Description
 
- Condition
 
Provide a distance if no equivalent Scale is documented
Recommended values
| code | label | 
|---|---|
| 0.10 | 10 cm | 
| 0.25 | 25 cm | 
| 0.50 | 50 cm | 
| 1 | 1 m | 
| 30 | 30 m | 
| 100 | 100 m | 
<gmd:distance xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:Distance uom="m">100</gco:Distance>
</gmd:distance>
Distribution format
- Name
 
gmd:distributionFormat
- Description
 
- Condition
 
mandatory
<gmd:distributionFormat xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Format>
      <gmd:name>
         <gco:CharacterString>GTiff</gco:CharacterString>
      </gmd:name>
      <gmd:version gco:nilReason="missing">
         <gco:CharacterString/>
      </gmd:version>
   </gmd:MD_Format>
</gmd:distributionFormat>
Distribution Information
- Name
 
gmd:distributionInfo
- Description
 
<gmd:distributionInfo xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                      xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Distribution>
      <gmd:distributionFormat>
         <gmd:MD_Format>
            <gmd:name>
               <gco:CharacterString>GTiff</gco:CharacterString>
            </gmd:name>
            <gmd:version gco:nilReason="missing">
               <gco:CharacterString/>
            </gmd:version>
         </gmd:MD_Format>
      </gmd:distributionFormat>
      <gmd:transferOptions>
         <gmd:MD_DigitalTransferOptions>
            <gmd:onLine>
               <gmd:CI_OnlineResource>
                  <gmd:linkage>
                     <gmd:URL>
                  http://www.eea.europa.eu/data-and-maps/data/ds_resolveuid/d851e1b7f678468b8f0b1b98930ba3e1
                </gmd:URL>
                  </gmd:linkage>
                  <gmd:protocol>
                     <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
                  </gmd:protocol>
                  <gmd:function>
                     <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                                codeListValue="download"/>
                  </gmd:function>
               </gmd:CI_OnlineResource>
            </gmd:onLine>
         </gmd:MD_DigitalTransferOptions>
      </gmd:transferOptions>
   </gmd:MD_Distribution>
</gmd:distributionInfo>
Distribution / Order Process
- Name
 
gmd:distributionOrderProcess
- Description
 
Provides information about how the resource may be obtained, and related
      instructions and fee information
Distributor
- Name
 
gmd:distributor
- Description
 
Distributor contact
- Name
 
gmd:distributorContact
- Description
 
- Condition
 
mandatory
Distributor format
- Name
 
gmd:distributorFormat
- Description
 
- Condition
 
conditional
Distributor transfer options
- Name
 
gmd:distributorTransferOptions
- Description
 
Domain code
- Name
 
gmd:domainCode
- Description
 
Domain of validity
- Name
 
gmd:domainOfValidity
- Description
 
Domain value
- Name
 
gmd:domainValue
- Description
 
Absolute external positional accuracy
- Name
 
gmd:DQ_AbsoluteExternalPositionalAccuracy
- Description
 
Accuracy of time measurement
- Name
 
gmd:DQ_AccuracyOfATimeMeasurement
- Description
 
Completeness commission
- Name
 
gmd:DQ_CompletenessCommission
- Description
 
Completeness omission
- Name
 
gmd:DQ_CompletenessOmission
- Description
 
Conceptual consistency
- Name
 
gmd:DQ_ConceptualConsistency
- Description
 
Conformance result
- Name
 
gmd:DQ_ConformanceResult
- Description
 
Information about the outcome of evaluating the obtained value (or set of
      values) against a specified acceptable conformance quality level
Data quality
- Name
 
gmd:DQ_DataQuality
- Description
 
<gmd:DQ_DataQuality xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:scope>
      <gmd:DQ_Scope>
         <gmd:level>
            <gmd:MD_ScopeCode codeListValue="dataset"
                              codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"/>
         </gmd:level>
      </gmd:DQ_Scope>
   </gmd:scope>
   <gmd:lineage>
      <gmd:LI_Lineage>
         <gmd:statement>
            <gco:CharacterString>The data set production implied 2 steps. First re-classification of
              CORINE Land Cover 2006 and bathymetry data using the 7 terrestrial (urban, cropland,
              grassland, woodland and forest, heathland and shrub, sparsely vegetated land,
              wetland), 1 freshwater (river and lakes), and 4 marine (marine inlets and transitional
              waters, coastal, shelf, open ocean) classes of the MAES ecosystem typology (Maes et
              al., 2013). The classes also provide links to major policy lines such as agriculture,
              forestry, territorial cohesion, water and marine related policies. The second step
              comprised refinement of the ecosystem types by attributing EUNIS habitat information
              to each ecosystem type (see http://eunis.eea.europa.eu/habitats.jsp). The refinement
              process used reference data such as potential natural vegetation, elevation, slope,
              aspect, soil, geology, environmental regions and other spatial referenced information
              which allowed attribution of the EUNIS habitat characteristics to the spatial mapping
              units of the MAES ecosystem types. The geometric and thematic accuracy of EUNIS class
              presence was also estimated and mapped. The method is described in the EEA Technical
              Report 06/2015: European Ecosystem Assessment – Concept, Data, and Implementation.
              The basis for the update was CORINE land cover 2006 (CLC 2006). It includes Albania,
              Austria, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic,
              Denmark, Estonia, Finland, France, Germany, Hungary, Iceland, Ireland, Italy, Kosovo
              (under UNSCR 1244/99), Latvia, Liechtenstein, Lithuania, Luxembourg, the former
              Yugoslavian Republic of Macedonia, Malta, Montenegro, the Netherlands, Norway, Poland,
              Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey and
              the United Kingdom. For Greece that has not participated in the CLC 2006 activity the
              CLC 2000 data was used instead.
            </gco:CharacterString>
         </gmd:statement>
         <gmd:source uuidref="bacb0dcd-dcb2-44a5-8b2c-4a569c5deafa"/>
      </gmd:LI_Lineage>
   </gmd:lineage>
</gmd:DQ_DataQuality>
Domain consistency
- Name
 
gmd:DQ_DomainConsistency
- Description
 
Evaluation method type code
- Name
 
gmd:DQ_EvaluationMethodTypeCode
- Description
 
Standard codelists Evaluation method type code (gmd:DQ_EvaluationMethodTypeCode)
| code | label | description | 
|---|---|---|
| directInternal | Direct internal | Method of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated | 
| directExternal | Direct external | Method of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required | 
| indirect | Indirect | Method of evaluating the quality of a dataset based on external knowledge | 
Format consistency
- Name
 
gmd:DQ_FormatConsistency
- Description
 
Degree to which data is stored in accordance with the physical structure of the
      dataset, as described by the scope
Gridded data positional accuracy
- Name
 
gmd:DQ_GriddedDataPositionalAccuracy
- Description
 
Non quantitative attribute accuracy
- Name
 
gmd:DQ_NonQuantitativeAttributeAccuracy
- Description
 
Quantitative attribute accuracy
- Name
 
gmd:DQ_QuantitativeAttributeAccuracy
- Description
 
Quantitative result
- Name
 
gmd:DQ_QuantitativeResult
- Description
 
The values or information about the value(s) (or set of values) obtained from
      applying a data quality measure
Relative internal positional accuracy
- Name
 
gmd:DQ_RelativeInternalPositionalAccuracy
- Description
 
Closeness of the relative positions of features in the scope to their
      respective relative positions accepted as or being true
Scope
- Name
 
gmd:DQ_Scope
- Description
 
<gmd:DQ_Scope xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:level>
      <gmd:MD_ScopeCode codeListValue="dataset"
                        codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"/>
   </gmd:level>
</gmd:DQ_Scope>
Temporal consistency
- Name
 
gmd:DQ_TemporalConsistency
- Description
 
Temporal validity
- Name
 
gmd:DQ_TemporalValidity
- Description
 
Thematic classification correctness
- Name
 
gmd:DQ_ThematicClassificationCorrectness
- Description
 
Topological consistency
- Name
 
gmd:DQ_TopologicalConsistency
- Description
 
Correctness of the explicitly encoded topological characteristics of the
      dataset as described by the scope
DS_Association
- Name
 
gmd:DS_Association
- Description
 
Association Type
- Name
 
gmd:DS_AssociationTypeCode
- Description
 
Standard codelists Association Type (gmd:DS_AssociationTypeCode)
| code | label | description | 
|---|---|---|
| crossReference | Cross reference | Reference from one dataset to another | 
| largerWorkCitation | Larger work citation | Reference to a master dataset of which this one is a part | 
| partOfSeamlessDatabase | Part of seamless database | Part of the same structured set of data held in a computer | 
| source | Source | Mapping and charting information from which the dataset content originates | 
| stereoMate | Stereo mate | Part of a set of imagery that when used together, provides three-dimensional images | 
DS_DataSet
- Name
 
gmd:DS_DataSet
- Description
 
DS_Initiative
- Name
 
gmd:DS_Initiative
- Description
 
Initiative Type
- Name
 
gmd:DS_InitiativeTypeCode
- Description
 
Standard codelists Initiative Type (gmd:DS_InitiativeTypeCode)
| code | label | description | 
|---|---|---|
| campaign | Campaign | Series of organized planned actions | 
| collection | Collection | Accumulation of datasets assembled for a specific purpose | 
| exercise | Exercise | Specific performance of a function or group of functions | 
| experiment | Experiment | Process designed to find if something is effective or valid | 
| investigation | Investigation | Search or systematic inquiry | 
| mission | Mission | Specific operation of a data collection system | 
| sensor | Sensor | Device or piece of equipment which detects or records | 
| operation | Operation | Action that is part of a series of actions | 
| platform | Platform | Vehicle or other support base that holds a sensor | 
| process | Process | Method of doing something involving a number of steps | 
| program | Program | Specific planned activity | 
| project | Project | Organized undertaking, research, or development | 
| study | Study | Examination or investigation | 
| task | Task | Piece of work | 
| trial | Trial | Process of testing to discover or demonstrate something | 
DS_OtherAggregate
- Name
 
gmd:DS_OtherAggregate
- Description
 
DS_Platform
- Name
 
gmd:DS_Platform
- Description
 
DS_ProductionSeries
- Name
 
gmd:DS_ProductionSeries
- Description
 
DS_Sensor
- Name
 
gmd:DS_Sensor
- Description
 
DS_Series
- Name
 
gmd:DS_Series
- Description
 
DS_StereoMate
- Name
 
gmd:DS_StereoMate
- Description
 
East bound
- Name
 
gmd:eastBoundLongitude
- Description
 
Eastern-most coordinate of the limit of the dataset extent, expressed in
      longitude in decimal degrees (positive east)
- Condition
 
mandatory
<gmd:eastBoundLongitude xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:Decimal>38.1471</gco:Decimal>
</gmd:eastBoundLongitude>
Edition
- Name
 
gmd:edition
- Description
 
<gmd:edition xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>2.1</gco:CharacterString>
</gmd:edition>
Edition date
- Name
 
gmd:editionDate
- Description
 
Electronic mail address
- Name
 
gmd:electronicMailAddress
- Description
 
Environment description
- Name
 
gmd:environmentDescription
- Description
 
Description of the dataset in the producer_s processing environment, including
      items such as the software, the computer operating system, file name, and the dataset
      size
Equivalent scale
- Name
 
gmd:equivalentScale
- Description
 
Error statistic
- Name
 
gmd:errorStatistic
- Description
 
Evaluation method description
- Name
 
gmd:evaluationMethodDescription
- Description
 
Evaluation Method
- Name
 
gmd:evaluationMethodType
- Description
 
Evaluation procedure
- Name
 
gmd:evaluationProcedure
- Description
 
Bounding Polygon
- Name
 
gmd:EX_BoundingPolygon
- Description
 
Boundary enclosing the dataset, expressed as the closed set of (x,y)
      coordinates of the polygon (last point replicates first point)
Extent
- Name
 
gmd:EX_Extent
- Description
 
Geographic bounding box
- Name
 
gmd:EX_GeographicBoundingBox
- Description
 
<gmd:EX_GeographicBoundingBox xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:westBoundLongitude>
      <gco:Decimal>-33.90432</gco:Decimal>
   </gmd:westBoundLongitude>
   <gmd:eastBoundLongitude>
      <gco:Decimal>38.1471</gco:Decimal>
   </gmd:eastBoundLongitude>
   <gmd:southBoundLatitude>
      <gco:Decimal>26.988714</gco:Decimal>
   </gmd:southBoundLatitude>
   <gmd:northBoundLatitude>
      <gco:Decimal>60.57849</gco:Decimal>
   </gmd:northBoundLatitude>
</gmd:EX_GeographicBoundingBox>
Geographic description
- Name
 
gmd:EX_GeographicDescription
- Description
 
Spatial Temporal Extent
- Name
 
gmd:EX_SpatialTemporalExtent
- Description
 
Temporal Extent
- Name
 
gmd:EX_TemporalExtent
- Description
 
<gmd:EX_TemporalExtent xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                       xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:extent>
      <gml:TimePeriod gml:id="d28e322a1049886">
         <gml:beginPosition>2006-01-01</gml:beginPosition>
         <gml:endPosition>2006-12-31</gml:endPosition>
      </gml:TimePeriod>
   </gmd:extent>
</gmd:EX_TemporalExtent>
Vertical extent
- Name
 
gmd:EX_VerticalExtent
- Description
 
Explanation
- Name
 
gmd:explanation
- Description
 
- Condition
 
mandatory
Extended element information
- Name
 
gmd:extendedElementInformation
- Description
 
Provides information about a new metadata element, not found in ISO 19115,
      which is required to describe geographic data
Extension Online resource
- Name
 
gmd:extensionOnLineResource
- Description
 
Information about on-line sources containing the community profile name and the
      extended metadata elements. Information for all new metadata elements
Extent
- Name
 
gmd:extent
- Context
 
gmd:MD_DataIdentification
- Description
 
Extent
- Name
 
gmd:extent
- Context
 
gmd:DQ_Scope
- Description
 
Extent
- Name
 
gmd:extent
- Context
 
gmd:EX_TemporalExtent
- Description
 
Extent type code
- Name
 
gmd:extentTypeCode
- Description
 
Indication of whether the bounding polygon encompasses an area covered by the
      data or an area where data is not present. Possible values: '1' for inclusion or '0' for
      exclusion
Facsimile
- Name
 
gmd:facsimile
- Description
 
Feature attribute
- Name
 
gmd:featureAttribute
- Description
 
Feature catalogue citation
- Name
 
gmd:featureCatalogueCitation
- Description
 
- Condition
 
mandatory
<gmd:featureCatalogueCitation xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                              uuidref="e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"
                              xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/eng/csw?service=CSW&request=GetRecordById&version=2.0.2&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full&id=e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"/>
Feature instances
- Name
 
gmd:featureInstances
- Description
 
Features
- Name
 
gmd:features
- Description
 
Feature type
- Name
 
gmd:featureType
- Description
 
Feature types
- Name
 
gmd:featureTypes
- Description
 
Fees
- Name
 
gmd:fees
- Description
 
File decompression technique
- Name
 
gmd:fileDecompressionTechnique
- Description
 
Recommendations of algorithms or processes that can be applied to read or
      expand resources to which compression techniques have been applied
File description
- Name
 
gmd:fileDescription
- Description
 
File identifier
- Name
 
gmd:fileIdentifier
- Description
 
<gmd:fileIdentifier xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>e8a366b7-0029-44d7-ae33-7578253179c0</gco:CharacterString>
</gmd:fileIdentifier>
File name
- Name
 
gmd:fileName
- Description
 
Name of the file that contains a graphic that provides an illustration of the
      dataset. It could be a public image document URL.
- Condition
 
mandatory
<gmd:fileName xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
              xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>
              http://sdi.eea.europa.eu/public/catalogue-graphic-overview/e8a366b7-0029-44d7-ae33-7578253179c0.png
            </gco:CharacterString>
</gmd:fileName>
File type
- Name
 
gmd:fileType
- Description
 
Film distortion information availability
- Name
 
gmd:filmDistortionInformationAvailability
- Description
 
Format distributor
- Name
 
gmd:formatDistributor
- Description
 
Function
- Name
 
gmd:function
- Description
 
Geographic element
- Name
 
gmd:geographicElement
- Description
 
<gmd:geographicElement xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                       xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:EX_GeographicBoundingBox>
      <gmd:westBoundLongitude>
         <gco:Decimal>-33.90432</gco:Decimal>
      </gmd:westBoundLongitude>
      <gmd:eastBoundLongitude>
         <gco:Decimal>38.1471</gco:Decimal>
      </gmd:eastBoundLongitude>
      <gmd:southBoundLatitude>
         <gco:Decimal>26.988714</gco:Decimal>
      </gmd:southBoundLatitude>
      <gmd:northBoundLatitude>
         <gco:Decimal>60.57849</gco:Decimal>
      </gmd:northBoundLatitude>
   </gmd:EX_GeographicBoundingBox>
</gmd:geographicElement>
Geographic identifier
- Name
 
gmd:geographicIdentifier
- Description
 
- Condition
 
mandatory
Geometric object count
- Name
 
gmd:geometricObjectCount
- Description
 
Geometric objects
- Name
 
gmd:geometricObjects
- Description
 
Geometric object type
- Name
 
gmd:geometricObjectType
- Description
 
Name of point and vector spatial objects used to locate zero-, one-, and
      two-dimensional spatial locations in the dataset
- Condition
 
mandatory
GeoreferencedParameters
- Name
 
gmd:georeferencedParameters
- Description
 
Graphic overview
- Name
 
gmd:graphicOverview
- Description
 
<gmd:graphicOverview xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                     xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_BrowseGraphic>
      <gmd:fileName>
         <gco:CharacterString>
              http://sdi.eea.europa.eu/public/catalogue-graphic-overview/e8a366b7-0029-44d7-ae33-7578253179c0.png
            </gco:CharacterString>
      </gmd:fileName>
   </gmd:MD_BrowseGraphic>
</gmd:graphicOverview>
Graphics file
- Name
 
gmd:graphicsFile
- Description
 
Handling description
- Name
 
gmd:handlingDescription
- Description
 
Has
- Name
 
gmd:has
- Description
 
Hierarchy level
- Name
 
gmd:hierarchyLevel
- Description
 
Scope to which the metadata applies (see annex H for more information about
      metadata hierarchy levels)
<gmd:hierarchyLevel xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"
                     codeListValue="dataset"/>
</gmd:hierarchyLevel>
Hierarchy level name
- Name
 
gmd:hierarchyLevelName
- Description
 
Hours of service
- Name
 
gmd:hoursOfService
- Description
 
Identification info
- Name
 
gmd:identificationInfo
- Description
 
- Condition
 
mandatory
<gmd:identificationInfo xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_DataIdentification>
      <gmd:citation>
         <gmd:CI_Citation>
            <gmd:title>
               <gco:CharacterString>Ecosystem types of Europe based on EUNIS level 1 (raster 100m) -
              version 2.1, Dec. 2015
            </gco:CharacterString>
            </gmd:title>
            <gmd:date>
               <gmd:CI_Date>
                  <gmd:date>
                     <gco:Date>2015-12-08</gco:Date>
                  </gmd:date>
                  <gmd:dateType>
                     <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                          codeListValue="publication"/>
                  </gmd:dateType>
               </gmd:CI_Date>
            </gmd:date>
            <gmd:date>
               <gmd:CI_Date>
                  <gmd:date>
                     <gco:Date>2015-12-08</gco:Date>
                  </gmd:date>
                  <gmd:dateType>
                     <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                          codeListValue="creation"/>
                  </gmd:dateType>
               </gmd:CI_Date>
            </gmd:date>
            <gmd:edition>
               <gco:CharacterString>2.1</gco:CharacterString>
            </gmd:edition>
            <gmd:identifier>
               <gmd:RS_Identifier>
                  <gmd:code>
                     <gco:CharacterString>eea_r_3035_100_m_ecosystem-types-l1_2006_rev2-1
                </gco:CharacterString>
                  </gmd:code>
               </gmd:RS_Identifier>
            </gmd:identifier>
         </gmd:CI_Citation>
      </gmd:citation>
      <gmd:abstract>
         <gco:CharacterString>The data set combines the Corine based MAES (Mapping and Assessment of
          Ecosystems and their Services) ecosystem classes with the non-spatial EUNIS habitat
          classification (LEVEL 1) for a better biological characterization of ecosystems across
          Europe (EEA-39). As such it represents probabilities of EUNIS habitat presence for each
          MAES ecosystem type.
          The data set aims to combine spatially explicit land cover information with non-spatially
          referenced habitat information to improve our knowledge about ecosystems and their
          distribution across Europe. The work supports the MAES process, Target 2 Action 5 of the
          implementation of the EU Biodiversity Strategy to 2020, established to achieve the Aichi
          targets of the Convention of Biological Diversity (CBD).
          The objective of the ecosystem data set produced by EEA and its Topic Centre ETC/SIA was
          to improve the biological description of land cover based ecosystem types. It represents
          probabilities of EUNIS habitat presence in ecosystem types at European level. Since it is
          not based on spatial explicit mapping the spatial and thematic accuracy is not of same
          quality as delineated maps.
          The MAES ecosystem typology differentiates three levels: whereas the level 2 of the MAES
          proposal follows closely the EUNIS level 1, the third level of the MAES typology
          corresponds to the EUNIS level 2. This level will be the base for the mapping approach.
        </gco:CharacterString>
      </gmd:abstract>
      <gmd:pointOfContact>
         <gmd:CI_ResponsibleParty>
            <gmd:organisationName>
               <gco:CharacterString>European Environment Agency</gco:CharacterString>
            </gmd:organisationName>
            <gmd:contactInfo>
               <gmd:CI_Contact>
                  <gmd:address>
                     <gmd:CI_Address>
                        <gmd:deliveryPoint>
                           <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                        </gmd:deliveryPoint>
                        <gmd:city>
                           <gco:CharacterString>Copenhagen</gco:CharacterString>
                        </gmd:city>
                        <gmd:administrativeArea>
                           <gco:CharacterString>K</gco:CharacterString>
                        </gmd:administrativeArea>
                        <gmd:postalCode>
                           <gco:CharacterString>1050</gco:CharacterString>
                        </gmd:postalCode>
                        <gmd:country>
                           <gco:CharacterString>Denmark</gco:CharacterString>
                        </gmd:country>
                        <gmd:electronicMailAddress>
                           <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                        </gmd:electronicMailAddress>
                     </gmd:CI_Address>
                  </gmd:address>
                  <gmd:onlineResource>
                     <gmd:CI_OnlineResource>
                        <gmd:linkage>
                           <gmd:URL>http://www.eea.europa.eu</gmd:URL>
                        </gmd:linkage>
                        <gmd:protocol>
                           <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
                        </gmd:protocol>
                        <gmd:name>
                           <gco:CharacterString>Europen Environment Agency public website
                    </gco:CharacterString>
                        </gmd:name>
                        <gmd:function>
                           <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                                      codeListValue="information"/>
                        </gmd:function>
                     </gmd:CI_OnlineResource>
                  </gmd:onlineResource>
               </gmd:CI_Contact>
            </gmd:contactInfo>
            <gmd:role>
               <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                                codeListValue="pointOfContact"/>
            </gmd:role>
         </gmd:CI_ResponsibleParty>
      </gmd:pointOfContact>
      <gmd:resourceMaintenance>
         <gmd:MD_MaintenanceInformation>
            <gmd:maintenanceAndUpdateFrequency>
               <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode"
                                                codeListValue="asNeeded"/>
            </gmd:maintenanceAndUpdateFrequency>
         </gmd:MD_MaintenanceInformation>
      </gmd:resourceMaintenance>
      <gmd:graphicOverview>
         <gmd:MD_BrowseGraphic>
            <gmd:fileName>
               <gco:CharacterString>
              http://sdi.eea.europa.eu/public/catalogue-graphic-overview/e8a366b7-0029-44d7-ae33-7578253179c0.png
            </gco:CharacterString>
            </gmd:fileName>
         </gmd:MD_BrowseGraphic>
      </gmd:graphicOverview>
      <gmd:descriptiveKeywords>
         <gmd:MD_Keywords>
            <gmd:keyword>
               <gco:CharacterString>Land cover</gco:CharacterString>
            </gmd:keyword>
            <gmd:keyword>
               <gco:CharacterString>Habitats and biotopes</gco:CharacterString>
            </gmd:keyword>
            <gmd:type>
               <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode"
                                       codeListValue="theme"/>
            </gmd:type>
            <gmd:thesaurusName>
               <gmd:CI_Citation>
                  <gmd:title>
                     <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
                  </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://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                                codeListValue="publication"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
                  <gmd:identifier>
                     <gmd:MD_Identifier>
                        <gmd:code>
                           <gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx"
                                       xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/api/registries/vocabularies/external.theme.httpinspireeceuropaeutheme-theme">
                      geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme
                    </gmx:Anchor>
                        </gmd:code>
                     </gmd:MD_Identifier>
                  </gmd:identifier>
               </gmd:CI_Citation>
            </gmd:thesaurusName>
         </gmd:MD_Keywords>
      </gmd:descriptiveKeywords>
      <gmd:descriptiveKeywords>
         <gmd:MD_Keywords>
            <gmd:keyword>
               <gco:CharacterString>ecosystem</gco:CharacterString>
            </gmd:keyword>
            <gmd:keyword>
               <gco:CharacterString>ecosystem type</gco:CharacterString>
            </gmd:keyword>
            <gmd:keyword>
               <gco:CharacterString>land cover</gco:CharacterString>
            </gmd:keyword>
            <gmd:keyword>
               <gco:CharacterString>environmental assessment</gco:CharacterString>
            </gmd:keyword>
            <gmd:keyword>
               <gco:CharacterString>habitat</gco:CharacterString>
            </gmd:keyword>
            <gmd:type>
               <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode"
                                       codeListValue="theme"/>
            </gmd:type>
            <gmd:thesaurusName>
               <gmd:CI_Citation>
                  <gmd:title>
                     <gco:CharacterString>GEMET - Concepts, version 2.4</gco:CharacterString>
                  </gmd:title>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date>2010-01-13</gco:Date>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                                codeListValue="publication"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
                  <gmd:identifier>
                     <gmd:MD_Identifier>
                        <gmd:code>
                           <gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx"
                                       xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/api/registries/vocabularies/external.theme.gemet">
                      geonetwork.thesaurus.external.theme.gemet
                    </gmx:Anchor>
                        </gmd:code>
                     </gmd:MD_Identifier>
                  </gmd:identifier>
               </gmd:CI_Citation>
            </gmd:thesaurusName>
         </gmd:MD_Keywords>
      </gmd:descriptiveKeywords>
      <gmd:resourceConstraints>
         <gmd:MD_Constraints>
            <gmd:useLimitation>
               <gco:CharacterString>Unless otherwise indicated, re-use of content on the EEA website
              for commercial or non-commercial purposes is permitted free of charge, provided that
              the source is acknowledged. The EEA re-use policy follows Directive 2003/98/EC of the
              European Parliament and the Council on the re-use of public sector information
              throughout the European Union and Commission Decision 2006/291/EC, Euratom on the
              re-use of Commission information. The EEA accepts no responsibility or liability
              whatsoever for the re-use of content accessible on its website. Any inquiries about
              re-use of content on the EEA website should be addressed to Ove Caspersen, EEA,
              Kongens Nytorv 6, DK-1050 Copenhagen K, Tel +45 33 36 71 00, Fax +45 33 36 71 99,
              e-mail copyrights at eea.europa.eu
            </gco:CharacterString>
            </gmd:useLimitation>
         </gmd:MD_Constraints>
      </gmd:resourceConstraints>
      <gmd:resourceConstraints>
         <gmd:MD_LegalConstraints>
            <gmd:accessConstraints>
               <gmd:MD_RestrictionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
                                       codeListValue="otherRestrictions"/>
            </gmd:accessConstraints>
            <gmd:otherConstraints>
               <gco:CharacterString>no limitations</gco:CharacterString>
            </gmd:otherConstraints>
         </gmd:MD_LegalConstraints>
      </gmd:resourceConstraints>
      <gmd:spatialRepresentationType>
         <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
                                               codeListValue="grid"/>
      </gmd:spatialRepresentationType>
      <gmd:spatialResolution>
         <gmd:MD_Resolution>
            <gmd:distance>
               <gco:Distance uom="m">100</gco:Distance>
            </gmd:distance>
         </gmd:MD_Resolution>
      </gmd:spatialResolution>
      <gmd:language>
         <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
      </gmd:language>
      <gmd:topicCategory>
         <gmd:MD_TopicCategoryCode>biota</gmd:MD_TopicCategoryCode>
      </gmd:topicCategory>
      <gmd:topicCategory>
         <gmd:MD_TopicCategoryCode>environment</gmd:MD_TopicCategoryCode>
      </gmd:topicCategory>
      <gmd:extent>
         <gmd:EX_Extent>
            <gmd:geographicElement>
               <gmd:EX_GeographicBoundingBox>
                  <gmd:westBoundLongitude>
                     <gco:Decimal>-33.90432</gco:Decimal>
                  </gmd:westBoundLongitude>
                  <gmd:eastBoundLongitude>
                     <gco:Decimal>38.1471</gco:Decimal>
                  </gmd:eastBoundLongitude>
                  <gmd:southBoundLatitude>
                     <gco:Decimal>26.988714</gco:Decimal>
                  </gmd:southBoundLatitude>
                  <gmd:northBoundLatitude>
                     <gco:Decimal>60.57849</gco:Decimal>
                  </gmd:northBoundLatitude>
               </gmd:EX_GeographicBoundingBox>
            </gmd:geographicElement>
         </gmd:EX_Extent>
      </gmd:extent>
      <gmd:extent>
         <gmd:EX_Extent>
            <gmd:temporalElement>
               <gmd:EX_TemporalExtent>
                  <gmd:extent>
                     <gml:TimePeriod gml:id="d28e322a1049886">
                        <gml:beginPosition>2006-01-01</gml:beginPosition>
                        <gml:endPosition>2006-12-31</gml:endPosition>
                     </gml:TimePeriod>
                  </gmd:extent>
               </gmd:EX_TemporalExtent>
            </gmd:temporalElement>
         </gmd:EX_Extent>
      </gmd:extent>
   </gmd:MD_DataIdentification>
</gmd:identificationInfo>
Identifier
- Name
 
gmd:identifier
- Description
 
Unique identifier for the resource. EXAMPLE: Universal Product Code (UPC),
      National Stock Number (NSN)
Citation identifier
- Name
 
gmd:identifier
- Context
 
gmd:CI_Citation
- Description
 
Identifier
- Name
 
gmd:identifier
- Context
 
gmd:MD_Authority
- Description
 
Illumination azimuth angle
- Name
 
gmd:illuminationAzimuthAngle
- Description
 
Illumination azimuth measured in degrees clockwise from true north at the time
      the image is taken. For images from a scanning device, refer to the centre pixel of the
      image
Illumination elevation angle
- Name
 
gmd:illuminationElevationAngle
- Description
 
Illumination elevation measured in degrees clockwise from the target plane at
      intersection of the optical line of sight with the Earth_s surface. For images from a
      scanning device, refer to the centre pixel of the image
Image quality code
- Name
 
gmd:imageQualityCode
- Description
 
Imaging condition
- Name
 
gmd:imagingCondition
- Description
 
Included with dataset
- Name
 
gmd:includedWithDataset
- Description
 
- Condition
 
mandatory
<gmd:includedWithDataset xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:Boolean>false</gco:Boolean>
</gmd:includedWithDataset>
Individual name
- Name
 
gmd:individualName
- Description
 
Initiative Type
- Name
 
gmd:initiativeType
- Description
 
ISBN
- Name
 
gmd:ISBN
- Description
 
ISSN
- Name
 
gmd:ISSN
- Description
 
Issue identification
- Name
 
gmd:issueIdentification
- Description
 
Keyword
- Name
 
gmd:keyword
- Description
 
Metadata language
- Name
 
gmd:language
- Description
 
- Condition
 
conditional
Language
- Name
 
gmd:language
- Context
 
gmd:MD_DataIdentification
- Description
 
Language
- Name
 
gmd:language
- Context
 
gmd:MD_FeatureCatalogueDescription
- Description
 
Language
- Name
 
gmd:languageCode
- Description
 
ISO Language code
- Name
 
gmd:LanguageCode
- Description
 
Lens distortion information availability
- Name
 
gmd:lensDistortionInformationAvailability
- Description
 
Hierarchy level
- Name
 
gmd:level
- Description
 
- Condition
 
mandatory
<gmd:level xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
           xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ScopeCode codeListValue="dataset"
                     codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"/>
</gmd:level>
Level description
- Name
 
gmd:levelDescription
- Description
 
Lineage
- Name
 
gmd:LI_Lineage
- Description
 
Information about the events or source data used in constructing the data
      specified by the scope or lack of knowledge about lineage
<gmd:LI_Lineage xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:statement>
      <gco:CharacterString>The data set production implied 2 steps. First re-classification of
              CORINE Land Cover 2006 and bathymetry data using the 7 terrestrial (urban, cropland,
              grassland, woodland and forest, heathland and shrub, sparsely vegetated land,
              wetland), 1 freshwater (river and lakes), and 4 marine (marine inlets and transitional
              waters, coastal, shelf, open ocean) classes of the MAES ecosystem typology (Maes et
              al., 2013). The classes also provide links to major policy lines such as agriculture,
              forestry, territorial cohesion, water and marine related policies. The second step
              comprised refinement of the ecosystem types by attributing EUNIS habitat information
              to each ecosystem type (see http://eunis.eea.europa.eu/habitats.jsp). The refinement
              process used reference data such as potential natural vegetation, elevation, slope,
              aspect, soil, geology, environmental regions and other spatial referenced information
              which allowed attribution of the EUNIS habitat characteristics to the spatial mapping
              units of the MAES ecosystem types. The geometric and thematic accuracy of EUNIS class
              presence was also estimated and mapped. The method is described in the EEA Technical
              Report 06/2015: European Ecosystem Assessment – Concept, Data, and Implementation.
              The basis for the update was CORINE land cover 2006 (CLC 2006). It includes Albania,
              Austria, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic,
              Denmark, Estonia, Finland, France, Germany, Hungary, Iceland, Ireland, Italy, Kosovo
              (under UNSCR 1244/99), Latvia, Liechtenstein, Lithuania, Luxembourg, the former
              Yugoslavian Republic of Macedonia, Malta, Montenegro, the Netherlands, Norway, Poland,
              Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey and
              the United Kingdom. For Greece that has not participated in the CLC 2006 activity the
              CLC 2000 data was used instead.
            </gco:CharacterString>
   </gmd:statement>
   <gmd:source uuidref="bacb0dcd-dcb2-44a5-8b2c-4a569c5deafa"/>
</gmd:LI_Lineage>
Process step
- Name
 
gmd:LI_ProcessStep
- Description
 
information about an event or transformation in the life of a dataset including the
      process used to maintain the dataset
Source
- Name
 
gmd:LI_Source
- Description
 
Lineage
- Name
 
gmd:lineage
- Description
 
<gmd:lineage xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:LI_Lineage>
      <gmd:statement>
         <gco:CharacterString>The data set production implied 2 steps. First re-classification of
              CORINE Land Cover 2006 and bathymetry data using the 7 terrestrial (urban, cropland,
              grassland, woodland and forest, heathland and shrub, sparsely vegetated land,
              wetland), 1 freshwater (river and lakes), and 4 marine (marine inlets and transitional
              waters, coastal, shelf, open ocean) classes of the MAES ecosystem typology (Maes et
              al., 2013). The classes also provide links to major policy lines such as agriculture,
              forestry, territorial cohesion, water and marine related policies. The second step
              comprised refinement of the ecosystem types by attributing EUNIS habitat information
              to each ecosystem type (see http://eunis.eea.europa.eu/habitats.jsp). The refinement
              process used reference data such as potential natural vegetation, elevation, slope,
              aspect, soil, geology, environmental regions and other spatial referenced information
              which allowed attribution of the EUNIS habitat characteristics to the spatial mapping
              units of the MAES ecosystem types. The geometric and thematic accuracy of EUNIS class
              presence was also estimated and mapped. The method is described in the EEA Technical
              Report 06/2015: European Ecosystem Assessment – Concept, Data, and Implementation.
              The basis for the update was CORINE land cover 2006 (CLC 2006). It includes Albania,
              Austria, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic,
              Denmark, Estonia, Finland, France, Germany, Hungary, Iceland, Ireland, Italy, Kosovo
              (under UNSCR 1244/99), Latvia, Liechtenstein, Lithuania, Luxembourg, the former
              Yugoslavian Republic of Macedonia, Malta, Montenegro, the Netherlands, Norway, Poland,
              Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey and
              the United Kingdom. For Greece that has not participated in the CLC 2006 activity the
              CLC 2000 data was used instead.
            </gco:CharacterString>
      </gmd:statement>
      <gmd:source uuidref="bacb0dcd-dcb2-44a5-8b2c-4a569c5deafa"/>
   </gmd:LI_Lineage>
</gmd:lineage>
Linkage
- Name
 
gmd:linkage
- Description
 
Location (address) for on-line access using a Uniform Resource Locator address
      or similar addressing scheme such as http://www.statkart.no/isotc211
- Condition
 
mandatory
Other language
- Name
 
gmd:locale
- Description
 
Localised string
- Name
 
gmd:LocalisedCharacterString
- Description
 
Localised string
- Name
 
gmd:localisedString
- Description
 
Maintenance and update frequency
- Name
 
gmd:maintenanceAndUpdateFrequency
- Description
 
Frequency with which changes and additions are made to the resource after the
      initial resource is completed
- Condition
 
mandatory
<gmd:maintenanceAndUpdateFrequency xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                                   xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode"
                                    codeListValue="asNeeded"/>
</gmd:maintenanceAndUpdateFrequency>
Maintenance note
- Name
 
gmd:maintenanceNote
- Description
 
Maximum occurrence
- Name
 
gmd:maximumOccurrence
- Description
 
Maximum value
- Name
 
gmd:maximumValue
- Description
 
- Condition
 
mandatory
Maximum value
- Name
 
gmd:maxValue
- Description
 
Aggregate Information
- Name
 
gmd:MD_AggregateInformation
- Description
 
Application Schema Information
- Name
 
gmd:MD_ApplicationSchemaInformation
- Description
 
Band
- Name
 
gmd:MD_Band
- Description
 
Browse Graphic
- Name
 
gmd:MD_BrowseGraphic
- Description
 
<gmd:MD_BrowseGraphic xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                      xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:fileName>
      <gco:CharacterString>
              http://sdi.eea.europa.eu/public/catalogue-graphic-overview/e8a366b7-0029-44d7-ae33-7578253179c0.png
            </gco:CharacterString>
   </gmd:fileName>
</gmd:MD_BrowseGraphic>
Cell geometry code
- Name
 
gmd:MD_CellGeometryCode
- Description
 
Standard codelists Cell geometry code (gmd:MD_CellGeometryCode)
| code | label | description | 
|---|---|---|
| point | Point | Each cell represents a point | 
| area | Area | Each cell represents an area | 
Characterset code
- Name
 
gmd:MD_CharacterSetCode
- Description
 
Standard codelists Characterset code (gmd:MD_CharacterSetCode)
| code | label | description | 
|---|---|---|
| ucs2 | UCS2 | 16-bit fixed size Universal Character Set, based on ISO/IEC 10646 | 
| ucs4 | UCS4 | 32-bit fixed size Universal Character Set, based on ISO/IEC 10646 | 
| utf7 | UTF7 | 7-bit variable size UCS Transfer Format, based on ISO/IEC 10646 | 
| utf8 | UTF8 | 8-bit variable size UCS Transfer Format, based on ISO/IEC 10646 | 
| utf16 | UTF16 | 16-bit variable size UCS Transfer Format, based on ISO/IEC 10646 | 
| 8859part1 | 8859 Part 1 | ISO/IEC 8859-1, Information technology - 8-bit single byte coded graphic character sets - Part 1 : Latin alphabet No.1 | 
| 8859part2 | 8859 Part 2 | ISO/IEC 8859-2, Information technology - 8-bit single byte coded graphic character sets - Part 2 : Latin alphabet No.2 | 
| 8859part3 | 8859 Part 3 | ISO/IEC 8859-3, Information technology - 8-bit single byte coded graphic character sets - Part 3 : Latin alphabet No.3 | 
| 8859part4 | 8859 Part 4 | ISO/IEC 8859-4, Information technology - 8-bit single byte coded graphic character sets - Part 4 : Latin alphabet No.4 | 
| 8859part5 | 8859 Part 5 | ISO/IEC 8859-5, Information technology - 8-bit single byte coded graphic character sets - Part 5 : Latin/Cyrillic alphabet | 
| 8859part6 | 8859 Part 6 | ISO/IEC 8859-6, Information technology - 8-bit single byte coded graphic character sets - Part 6 : Latin/Arabic alphabet | 
| 8859part7 | 8859 Part 7 | ISO/IEC 8859-7, Information technology - 8-bit single byte coded graphic character sets - Part 7 : Latin/Greek alphabet | 
| 8859part8 | 8859 Part 8 | ISO/IEC 8859-8, Information technology - 8-bit single byte coded graphic character sets - Part 8 : Latin/Hebrew alphabet | 
| 8859part9 | 8859 Part 9 | ISO/IEC 8859-9, Information technology - 8-bit single byte coded graphic character sets - Part 9 : Latin alphabet No.5 | 
| 8859part10 | 8859 Part 10 | ISO/IEC 8859-10, Information technology - 8-bit single byte coded graphic character sets - Part 10 : Latin alphabet No.6 | 
| 8859part11 | 8859 Part 11 | ISO/IEC 8859-11, Information technology - 8-bit single byte coded graphic character sets - Part 11 : Latin/Thai alphabet | 
| 8859part13 | 8859 Part 13 | ISO/IEC 8859-13, Information technology - 8-bit single byte coded graphic character sets - Part 13 : Latin alphabet No.7 | 
| 8859part14 | 8859 Part 14 | ISO/IEC 8859-14, Information technology - 8-bit single byte coded graphic character sets - Part 14 : Latin alphabet No.8 (Celtic) | 
| 8859part15 | 8859 Part 15 | ISO/IEC 8859-15, Information technology - 8-bit single byte coded graphic character sets - Part 15 : Latin alphabet No.9 | 
| 8859part16 | 8859 Part 16 | ISO/IEC 8859-16, Information technology - 8-bit single byte coded graphic character sets - Part 16 : Latin alphabet No.10 | 
| jis | JIS | Japanese code set used for electronic transmission | 
| shiftJIS | Shift JIS | Japanese code set used on MS-DOS machines | 
| eucJP | EUC JP | Japanese code set used on UNIX based machines | 
| usAscii | US ASCII | United States ASCII code set (ISO 646 US) | 
| ebcdic | EBCDIC | IBM mainframe code set | 
| eucKR | EUC KR | Korean code set | 
| big5 | Big 5 | Traditional Chinese code set used in Taiwan, Hong Kong of China and other areas | 
| GB2312 | GB2312 | Simplified Chinese code set | 
<gmd:MD_CharacterSetCode xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                         codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode"
                         codeListValue="utf8"/>
Classification code
- Name
 
gmd:MD_ClassificationCode
- Description
 
Standard codelists Classification code (gmd:MD_ClassificationCode)
| code | label | description | 
|---|---|---|
| unclassified | Unclassified | Available for general disclosure | 
| restricted | Restricted | Not for general disclosure | 
| confidential | Confidential | Available for someone who can be entrusted with information | 
| secret | Secret | Kept or meant to be kept private, unknown, or hidden from all but a select group of people | 
| topSecret | Top secret | Of the highest secrecy | 
Constraints
- Name
 
gmd:MD_Constraints
- Description
 
<gmd:MD_Constraints xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:useLimitation>
      <gco:CharacterString>Unless otherwise indicated, re-use of content on the EEA website
              for commercial or non-commercial purposes is permitted free of charge, provided that
              the source is acknowledged. The EEA re-use policy follows Directive 2003/98/EC of the
              European Parliament and the Council on the re-use of public sector information
              throughout the European Union and Commission Decision 2006/291/EC, Euratom on the
              re-use of Commission information. The EEA accepts no responsibility or liability
              whatsoever for the re-use of content accessible on its website. Any inquiries about
              re-use of content on the EEA website should be addressed to Ove Caspersen, EEA,
              Kongens Nytorv 6, DK-1050 Copenhagen K, Tel +45 33 36 71 00, Fax +45 33 36 71 99,
              e-mail copyrights at eea.europa.eu
            </gco:CharacterString>
   </gmd:useLimitation>
</gmd:MD_Constraints>
Content type code
- Name
 
gmd:MD_CoverageContentTypeCode
- Description
 
Standard codelists Content type code (gmd:MD_CoverageContentTypeCode)
| code | label | description | 
|---|---|---|
| image | Image | Meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter | 
| thematicClassification | Thematic classification | Code value with no quantitative meaning, used to represent a physical quantity | 
| physicalMeasurement | Physical measurement | Value in physical units of the quantity being measured | 
Coverage Description
- Name
 
gmd:MD_CoverageDescription
- Description
 
Data identification
- Name
 
gmd:MD_DataIdentification
- Description
 
<gmd:MD_DataIdentification xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                           xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:citation>
      <gmd:CI_Citation>
         <gmd:title>
            <gco:CharacterString>Ecosystem types of Europe based on EUNIS level 1 (raster 100m) -
              version 2.1, Dec. 2015
            </gco:CharacterString>
         </gmd:title>
         <gmd:date>
            <gmd:CI_Date>
               <gmd:date>
                  <gco:Date>2015-12-08</gco:Date>
               </gmd:date>
               <gmd:dateType>
                  <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                       codeListValue="publication"/>
               </gmd:dateType>
            </gmd:CI_Date>
         </gmd:date>
         <gmd:date>
            <gmd:CI_Date>
               <gmd:date>
                  <gco:Date>2015-12-08</gco:Date>
               </gmd:date>
               <gmd:dateType>
                  <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                       codeListValue="creation"/>
               </gmd:dateType>
            </gmd:CI_Date>
         </gmd:date>
         <gmd:edition>
            <gco:CharacterString>2.1</gco:CharacterString>
         </gmd:edition>
         <gmd:identifier>
            <gmd:RS_Identifier>
               <gmd:code>
                  <gco:CharacterString>eea_r_3035_100_m_ecosystem-types-l1_2006_rev2-1
                </gco:CharacterString>
               </gmd:code>
            </gmd:RS_Identifier>
         </gmd:identifier>
      </gmd:CI_Citation>
   </gmd:citation>
   <gmd:abstract>
      <gco:CharacterString>The data set combines the Corine based MAES (Mapping and Assessment of
          Ecosystems and their Services) ecosystem classes with the non-spatial EUNIS habitat
          classification (LEVEL 1) for a better biological characterization of ecosystems across
          Europe (EEA-39). As such it represents probabilities of EUNIS habitat presence for each
          MAES ecosystem type.
          The data set aims to combine spatially explicit land cover information with non-spatially
          referenced habitat information to improve our knowledge about ecosystems and their
          distribution across Europe. The work supports the MAES process, Target 2 Action 5 of the
          implementation of the EU Biodiversity Strategy to 2020, established to achieve the Aichi
          targets of the Convention of Biological Diversity (CBD).
          The objective of the ecosystem data set produced by EEA and its Topic Centre ETC/SIA was
          to improve the biological description of land cover based ecosystem types. It represents
          probabilities of EUNIS habitat presence in ecosystem types at European level. Since it is
          not based on spatial explicit mapping the spatial and thematic accuracy is not of same
          quality as delineated maps.
          The MAES ecosystem typology differentiates three levels: whereas the level 2 of the MAES
          proposal follows closely the EUNIS level 1, the third level of the MAES typology
          corresponds to the EUNIS level 2. This level will be the base for the mapping approach.
        </gco:CharacterString>
   </gmd:abstract>
   <gmd:pointOfContact>
      <gmd:CI_ResponsibleParty>
         <gmd:organisationName>
            <gco:CharacterString>European Environment Agency</gco:CharacterString>
         </gmd:organisationName>
         <gmd:contactInfo>
            <gmd:CI_Contact>
               <gmd:address>
                  <gmd:CI_Address>
                     <gmd:deliveryPoint>
                        <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                     </gmd:deliveryPoint>
                     <gmd:city>
                        <gco:CharacterString>Copenhagen</gco:CharacterString>
                     </gmd:city>
                     <gmd:administrativeArea>
                        <gco:CharacterString>K</gco:CharacterString>
                     </gmd:administrativeArea>
                     <gmd:postalCode>
                        <gco:CharacterString>1050</gco:CharacterString>
                     </gmd:postalCode>
                     <gmd:country>
                        <gco:CharacterString>Denmark</gco:CharacterString>
                     </gmd:country>
                     <gmd:electronicMailAddress>
                        <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                     </gmd:electronicMailAddress>
                  </gmd:CI_Address>
               </gmd:address>
               <gmd:onlineResource>
                  <gmd:CI_OnlineResource>
                     <gmd:linkage>
                        <gmd:URL>http://www.eea.europa.eu</gmd:URL>
                     </gmd:linkage>
                     <gmd:protocol>
                        <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
                     </gmd:protocol>
                     <gmd:name>
                        <gco:CharacterString>Europen Environment Agency public website
                    </gco:CharacterString>
                     </gmd:name>
                     <gmd:function>
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                                   codeListValue="information"/>
                     </gmd:function>
                  </gmd:CI_OnlineResource>
               </gmd:onlineResource>
            </gmd:CI_Contact>
         </gmd:contactInfo>
         <gmd:role>
            <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                             codeListValue="pointOfContact"/>
         </gmd:role>
      </gmd:CI_ResponsibleParty>
   </gmd:pointOfContact>
   <gmd:resourceMaintenance>
      <gmd:MD_MaintenanceInformation>
         <gmd:maintenanceAndUpdateFrequency>
            <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode"
                                             codeListValue="asNeeded"/>
         </gmd:maintenanceAndUpdateFrequency>
      </gmd:MD_MaintenanceInformation>
   </gmd:resourceMaintenance>
   <gmd:graphicOverview>
      <gmd:MD_BrowseGraphic>
         <gmd:fileName>
            <gco:CharacterString>
              http://sdi.eea.europa.eu/public/catalogue-graphic-overview/e8a366b7-0029-44d7-ae33-7578253179c0.png
            </gco:CharacterString>
         </gmd:fileName>
      </gmd:MD_BrowseGraphic>
   </gmd:graphicOverview>
   <gmd:descriptiveKeywords>
      <gmd:MD_Keywords>
         <gmd:keyword>
            <gco:CharacterString>Land cover</gco:CharacterString>
         </gmd:keyword>
         <gmd:keyword>
            <gco:CharacterString>Habitats and biotopes</gco:CharacterString>
         </gmd:keyword>
         <gmd:type>
            <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode"
                                    codeListValue="theme"/>
         </gmd:type>
         <gmd:thesaurusName>
            <gmd:CI_Citation>
               <gmd:title>
                  <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
               </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://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                             codeListValue="publication"/>
                     </gmd:dateType>
                  </gmd:CI_Date>
               </gmd:date>
               <gmd:identifier>
                  <gmd:MD_Identifier>
                     <gmd:code>
                        <gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx"
                                    xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/api/registries/vocabularies/external.theme.httpinspireeceuropaeutheme-theme">
                      geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme
                    </gmx:Anchor>
                     </gmd:code>
                  </gmd:MD_Identifier>
               </gmd:identifier>
            </gmd:CI_Citation>
         </gmd:thesaurusName>
      </gmd:MD_Keywords>
   </gmd:descriptiveKeywords>
   <gmd:descriptiveKeywords>
      <gmd:MD_Keywords>
         <gmd:keyword>
            <gco:CharacterString>ecosystem</gco:CharacterString>
         </gmd:keyword>
         <gmd:keyword>
            <gco:CharacterString>ecosystem type</gco:CharacterString>
         </gmd:keyword>
         <gmd:keyword>
            <gco:CharacterString>land cover</gco:CharacterString>
         </gmd:keyword>
         <gmd:keyword>
            <gco:CharacterString>environmental assessment</gco:CharacterString>
         </gmd:keyword>
         <gmd:keyword>
            <gco:CharacterString>habitat</gco:CharacterString>
         </gmd:keyword>
         <gmd:type>
            <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode"
                                    codeListValue="theme"/>
         </gmd:type>
         <gmd:thesaurusName>
            <gmd:CI_Citation>
               <gmd:title>
                  <gco:CharacterString>GEMET - Concepts, version 2.4</gco:CharacterString>
               </gmd:title>
               <gmd:date>
                  <gmd:CI_Date>
                     <gmd:date>
                        <gco:Date>2010-01-13</gco:Date>
                     </gmd:date>
                     <gmd:dateType>
                        <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                             codeListValue="publication"/>
                     </gmd:dateType>
                  </gmd:CI_Date>
               </gmd:date>
               <gmd:identifier>
                  <gmd:MD_Identifier>
                     <gmd:code>
                        <gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx"
                                    xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/api/registries/vocabularies/external.theme.gemet">
                      geonetwork.thesaurus.external.theme.gemet
                    </gmx:Anchor>
                     </gmd:code>
                  </gmd:MD_Identifier>
               </gmd:identifier>
            </gmd:CI_Citation>
         </gmd:thesaurusName>
      </gmd:MD_Keywords>
   </gmd:descriptiveKeywords>
   <gmd:resourceConstraints>
      <gmd:MD_Constraints>
         <gmd:useLimitation>
            <gco:CharacterString>Unless otherwise indicated, re-use of content on the EEA website
              for commercial or non-commercial purposes is permitted free of charge, provided that
              the source is acknowledged. The EEA re-use policy follows Directive 2003/98/EC of the
              European Parliament and the Council on the re-use of public sector information
              throughout the European Union and Commission Decision 2006/291/EC, Euratom on the
              re-use of Commission information. The EEA accepts no responsibility or liability
              whatsoever for the re-use of content accessible on its website. Any inquiries about
              re-use of content on the EEA website should be addressed to Ove Caspersen, EEA,
              Kongens Nytorv 6, DK-1050 Copenhagen K, Tel +45 33 36 71 00, Fax +45 33 36 71 99,
              e-mail copyrights at eea.europa.eu
            </gco:CharacterString>
         </gmd:useLimitation>
      </gmd:MD_Constraints>
   </gmd:resourceConstraints>
   <gmd:resourceConstraints>
      <gmd:MD_LegalConstraints>
         <gmd:accessConstraints>
            <gmd:MD_RestrictionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
                                    codeListValue="otherRestrictions"/>
         </gmd:accessConstraints>
         <gmd:otherConstraints>
            <gco:CharacterString>no limitations</gco:CharacterString>
         </gmd:otherConstraints>
      </gmd:MD_LegalConstraints>
   </gmd:resourceConstraints>
   <gmd:spatialRepresentationType>
      <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
                                            codeListValue="grid"/>
   </gmd:spatialRepresentationType>
   <gmd:spatialResolution>
      <gmd:MD_Resolution>
         <gmd:distance>
            <gco:Distance uom="m">100</gco:Distance>
         </gmd:distance>
      </gmd:MD_Resolution>
   </gmd:spatialResolution>
   <gmd:language>
      <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
   </gmd:language>
   <gmd:topicCategory>
      <gmd:MD_TopicCategoryCode>biota</gmd:MD_TopicCategoryCode>
   </gmd:topicCategory>
   <gmd:topicCategory>
      <gmd:MD_TopicCategoryCode>environment</gmd:MD_TopicCategoryCode>
   </gmd:topicCategory>
   <gmd:extent>
      <gmd:EX_Extent>
         <gmd:geographicElement>
            <gmd:EX_GeographicBoundingBox>
               <gmd:westBoundLongitude>
                  <gco:Decimal>-33.90432</gco:Decimal>
               </gmd:westBoundLongitude>
               <gmd:eastBoundLongitude>
                  <gco:Decimal>38.1471</gco:Decimal>
               </gmd:eastBoundLongitude>
               <gmd:southBoundLatitude>
                  <gco:Decimal>26.988714</gco:Decimal>
               </gmd:southBoundLatitude>
               <gmd:northBoundLatitude>
                  <gco:Decimal>60.57849</gco:Decimal>
               </gmd:northBoundLatitude>
            </gmd:EX_GeographicBoundingBox>
         </gmd:geographicElement>
      </gmd:EX_Extent>
   </gmd:extent>
   <gmd:extent>
      <gmd:EX_Extent>
         <gmd:temporalElement>
            <gmd:EX_TemporalExtent>
               <gmd:extent>
                  <gml:TimePeriod gml:id="d28e322a1049886">
                     <gml:beginPosition>2006-01-01</gml:beginPosition>
                     <gml:endPosition>2006-12-31</gml:endPosition>
                  </gml:TimePeriod>
               </gmd:extent>
            </gmd:EX_TemporalExtent>
         </gmd:temporalElement>
      </gmd:EX_Extent>
   </gmd:extent>
</gmd:MD_DataIdentification>
Data type code
- Name
 
gmd:MD_DatatypeCode
- Description
 
Standard codelists Data type code (gmd:MD_DatatypeCode)
| code | label | description | 
|---|---|---|
| class | Class | Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior | 
| codelist | Codelist | Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior | 
| enumeration | Enumeration | Data type whose instances form a list of named literal values, not extendable | 
| codelistElement | Codelist element | Permissible value for a codelist or enumeration | 
| abstractClass | Abstract class | Class that cannot be directly instantiated | 
| aggregateClass | Aggregate class | Class that is composed of classes it is connected to by an aggregate relationship | 
| specifiedClass | Specified class | Subclass that may be substituted for its superclass | 
| datatypeClass | Datatype class | Class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage | 
| interfaceClass | Interface class | Named set of operations that characterize the behavior of an element | 
| unionClass | Union class | Class describing a selection of one of the specified types | 
| metaClass | Meta class | Class whose instances are classes | 
| typeClass | Type class | Class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations | 
| characterString | Character string | Free text field | 
| integer | Integer | Numerical field | 
| association | Association | Semantic relationship between two classes that involves connections among their instances | 
Digital transfer options
- Name
 
gmd:MD_DigitalTransferOptions
- Description
 
<gmd:MD_DigitalTransferOptions xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:onLine>
      <gmd:CI_OnlineResource>
         <gmd:linkage>
            <gmd:URL>
                  http://www.eea.europa.eu/data-and-maps/data/ds_resolveuid/d851e1b7f678468b8f0b1b98930ba3e1
                </gmd:URL>
         </gmd:linkage>
         <gmd:protocol>
            <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
         </gmd:protocol>
         <gmd:function>
            <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                       codeListValue="download"/>
         </gmd:function>
      </gmd:CI_OnlineResource>
   </gmd:onLine>
</gmd:MD_DigitalTransferOptions>
Dimension
- Name
 
gmd:MD_Dimension
- Description
 
Dimension type code
- Name
 
gmd:MD_DimensionNameTypeCode
- Description
 
Standard codelists Dimension type code (gmd:MD_DimensionNameTypeCode)
| code | label | description | 
|---|---|---|
| row | Row | Ordinate (y) axis | 
| column | Column | Abscissa (x) axis | 
| vertical | Vertical | Vertical (z) axis | 
| track | Track | Along the direction of motion of the scan point | 
| crossTrack | Cross track | Perpendicular to the direction of motion of the scan point | 
| line | Line | Scan line of a sensor | 
| sample | Sample | Element along a scan line | 
| time | Time | Duration | 
Distribution
- Name
 
gmd:MD_Distribution
- Description
 
<gmd:MD_Distribution xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                     xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:distributionFormat>
      <gmd:MD_Format>
         <gmd:name>
            <gco:CharacterString>GTiff</gco:CharacterString>
         </gmd:name>
         <gmd:version gco:nilReason="missing">
            <gco:CharacterString/>
         </gmd:version>
      </gmd:MD_Format>
   </gmd:distributionFormat>
   <gmd:transferOptions>
      <gmd:MD_DigitalTransferOptions>
         <gmd:onLine>
            <gmd:CI_OnlineResource>
               <gmd:linkage>
                  <gmd:URL>
                  http://www.eea.europa.eu/data-and-maps/data/ds_resolveuid/d851e1b7f678468b8f0b1b98930ba3e1
                </gmd:URL>
               </gmd:linkage>
               <gmd:protocol>
                  <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
               </gmd:protocol>
               <gmd:function>
                  <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                             codeListValue="download"/>
               </gmd:function>
            </gmd:CI_OnlineResource>
         </gmd:onLine>
      </gmd:MD_DigitalTransferOptions>
   </gmd:transferOptions>
</gmd:MD_Distribution>
Distribution Units
- Name
 
gmd:MD_DistributionUnits
- Description
 
Distributor
- Name
 
gmd:MD_Distributor
- Description
 
Extended Element Information
- Name
 
gmd:MD_ExtendedElementInformation
- Description
 
Feature catalogue description
- Name
 
gmd:MD_FeatureCatalogueDescription
- Description
 
<gmd:MD_FeatureCatalogueDescription xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:includedWithDataset>
      <gco:Boolean>false</gco:Boolean>
   </gmd:includedWithDataset>
   <gmd:featureCatalogueCitation uuidref="e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"
                                 xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/eng/csw?service=CSW&request=GetRecordById&version=2.0.2&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full&id=e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"/>
</gmd:MD_FeatureCatalogueDescription>
Format
- Name
 
gmd:MD_Format
- Description
 
Description of the computer language construct that specifies the
      representation of data objects in a record, file, message, storage device or
      transmission channel
<gmd:MD_Format xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:name>
      <gco:CharacterString>GTiff</gco:CharacterString>
   </gmd:name>
   <gmd:version gco:nilReason="missing">
      <gco:CharacterString/>
   </gmd:version>
</gmd:MD_Format>
Geometric objects
- Name
 
gmd:MD_GeometricObjects
- Description
 
Geometric Object Type
- Name
 
gmd:MD_GeometricObjectTypeCode
- Description
 
Standard codelists Geometric Object Type (gmd:MD_GeometricObjectTypeCode)
| code | label | description | 
|---|---|---|
| complex | Complex | Set of geometric primitives such that their boundaries can be represented as a union of other primitives | 
| composite | Composite | Connected set of curves, solids or surfaces | 
| curve | Curve | Bounded, 1-dimensional geometric primitive, representing the continuous image of a line | 
| point | Point | Zero-dimensional geometric primitive, representing a position but not having an extent | 
| solid | Solid | Bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space | 
| surface | Surface | Bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane | 
Georectified
- Name
 
gmd:MD_Georectified
- Description
 
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map
      coordinate system defined in the Spatial Referencing System (SRS) so that any cell in
      the grid can be geolocated given its grid coordinate and the grid origin, cell spacing,
      and orientation
Georeferenceable
- Name
 
gmd:MD_Georeferenceable
- Description
 
Grid with cells irregularly spaced in any given geographic/map projection
      coordinate system, whose individual cells can be geolocated using geolocation
      information supplied with the data but cannot be geolocated from the grid properties
      alone
Grid spatial representation
- Name
 
gmd:MD_GridSpatialRepresentation
- Description
 
Identifier
- Name
 
gmd:MD_Identifier
- Description
 
Image description
- Name
 
gmd:MD_ImageDescription
- Description
 
Imaging Condition Code
- Name
 
gmd:MD_ImagingConditionCode
- Description
 
Standard codelists Imaging Condition Code (gmd:MD_ImagingConditionCode)
| code | label | description | 
|---|---|---|
| blurredImage | Blurred image | Portion of the image is blurred | 
| cloud | Cloud | Portion of the image is partially obscured by cloud cover | 
| degradingObliquity | Degrading obliquity | Acute angle between the plane of the ecliptic (the plane of the Earth s orbit) and the plane of the celestial equator | 
| fog | Fog | Portion of the image is partially obscured by fog | 
| heavySmokeOrDust | Heavy smoke or dust | Portion of the image is partially obscured by heavy smoke or dust | 
| night | Night | Image was taken at night | 
| rain | Rain | Image was taken during rainfall | 
| semiDarkness | Semi darkness | Image was taken during semi-dark conditions -- twilight conditions | 
| shadow | Shadow | Portion of the image is obscured by shadow | 
| snow | Snow | Portion of the image is obscured by snow | 
| terrainMasking | Terrain masking | The absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest | 
Keywords
- Name
 
gmd:MD_Keywords
- Description
 
Keyword Type Code
- Name
 
gmd:MD_KeywordTypeCode
- Description
 
Standard codelists Keyword Type Code (gmd:MD_KeywordTypeCode)
| code | label | description | 
|---|---|---|
| discipline | Discipline | Keyword identifies a branch of instruction or specialized learning | 
| place | Place | Keyword identifies a location | 
| stratum | Stratum | Keyword identifies the layer(s) of any deposited substance | 
| temporal | Temporal | Keyword identifies a time period related to the dataset | 
| theme | Theme | Keyword identifies a particular subject or topic | 
Legal constraints
- Name
 
gmd:MD_LegalConstraints
- Description
 
<gmd:MD_LegalConstraints xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:accessConstraints>
      <gmd:MD_RestrictionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
                              codeListValue="otherRestrictions"/>
   </gmd:accessConstraints>
   <gmd:otherConstraints>
      <gco:CharacterString>no limitations</gco:CharacterString>
   </gmd:otherConstraints>
</gmd:MD_LegalConstraints>
Maintenance Frequency
- Name
 
gmd:MD_MaintenanceFrequencyCode
- Description
 
Standard codelists Maintenance Frequency (gmd:MD_MaintenanceFrequencyCode)
| code | label | description | 
|---|---|---|
| continual | Continual | Data is repeatedly and frequently updated | 
| daily | Daily | Data is updated each day | 
| weekly | Weekly | Data is updated on a weekly basis | 
| fortnightly | Fortnightly | Data is updated every two weeks | 
| monthly | Monthly | Data is updated each month | 
| quarterly | Quarterly | Data is updated every three months | 
| biannually | Biannually | Data is updated twice each year | 
| annually | Annually | Data is updated every year | 
| asNeeded | As needed | Data is updated as deemed necessary | 
| irregular | Irregular | Data is updated in intervals that are uneven in duration | 
| notPlanned | Not planned | There are no plans to update the data | 
| unknown | Unknown | Frequency of maintenance for the data is not known | 
<gmd:MD_MaintenanceFrequencyCode xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                                 codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode"
                                 codeListValue="asNeeded"/>
Maintenance information
- Name
 
gmd:MD_MaintenanceInformation
- Description
 
<gmd:MD_MaintenanceInformation xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:maintenanceAndUpdateFrequency>
      <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode"
                                       codeListValue="asNeeded"/>
   </gmd:maintenanceAndUpdateFrequency>
</gmd:MD_MaintenanceInformation>
Medium
- Name
 
gmd:MD_Medium
- Description
 
Medium format
- Name
 
gmd:MD_MediumFormatCode
- Description
 
Standard codelists Medium format (gmd:MD_MediumFormatCode)
| code | label | description | 
|---|---|---|
| cpio | CPIO | CoPy In / Out (UNIX file format and command) | 
| tar | TAR | Tape ARchive | 
| highSierra | High sierra | High sierra file system | 
| iso9660 | ISO9660 | Information processing volume and file structure of CD-ROM | 
| iso9660RockRidge | ISO9660 Rock Ridge | Rock ridge interchange protocol (UNIX) | 
| iso9660AppleHFS | ISO9660 Apple HFS | Hierarchical file system (Macintosh) | 
Medium name code
- Name
 
gmd:MD_MediumNameCode
- Description
 
Standard codelists Medium name code (gmd:MD_MediumNameCode)
| code | label | description | 
|---|---|---|
| cdRom | CDROM | Read-only optical disk | 
| dvd | DVD | Digital versatile disk | 
| dvdRom | DVDROM | Digital versatile disk, read only | 
| 3halfInchFloppy | 3 Half Inch Floppy | 3,5 inch magnetic disk | 
| 5quarterInchFloppy | 5 Quarter Inch Floppy | 5,25 inch magnetic disk | 
| 7trackTape | 7 Track tape | 7 track magnetic tape | 
| 9trackTape | 9 track tape | 9 track magnetic tape | 
| 3480Cartridge | 3480 Cartridge | 3480 cartridge tape drive | 
| 3490Cartridge | 3490 Cartridge | 3490 cartridge tape drive | 
| 3580Cartridge | 3580 Cartridge | 3580 cartridge tape drive | 
| 4mmCartridgeTape | 4 mm Cartridge tape | 4 millimetre magnetic tape | 
| 8mmCartridgeTape | 8 mm Cartridge tape | 8 millimetre magnetic tape | 
| 1quarterInchCartridgeTape | 1 Quarter inch cartridge tape | 0,25 inch magnetic tape | 
| digitalLinearTap | Digital linear tape | Half inch cartridge streaming tape drive | 
| onLine | Online | Direct computer linkage | 
| satellite | Satellite | Linkage through a satellite communication system | 
| telephoneLink | Telephone link | Communication through a telephone network | 
| hardcopy | Hardcopy | Pamphlet or leaflet giving descriptive information | 
Metadata
- Name
 
gmd:MD_Metadata
- Description
 
<gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                 xsi:schemaLocation="http://www.isotc211.org/2005/gmd http://www.isotc211.org/2005/gmd/gmd.xsd">
   <gmd:fileIdentifier>
      <gco:CharacterString>e8a366b7-0029-44d7-ae33-7578253179c0</gco:CharacterString>
   </gmd:fileIdentifier>
   <gmd:language>
      <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
   </gmd:language>
   <gmd:characterSet>
      <gmd:MD_CharacterSetCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_CharacterSetCode"
                               codeListValue="utf8"/>
   </gmd:characterSet>
   <gmd:parentIdentifier>
      <gco:CharacterString>df69de7e-3af1-4b4d-94d4-8bebe84c80b0</gco:CharacterString>
   </gmd:parentIdentifier>
   <gmd:hierarchyLevel>
      <gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"
                        codeListValue="dataset"/>
   </gmd:hierarchyLevel>
   <gmd:contact>
      <gmd:CI_ResponsibleParty>
         <gmd:organisationName>
            <gco:CharacterString>European Environment Agency</gco:CharacterString>
         </gmd:organisationName>
         <gmd:contactInfo>
            <gmd:CI_Contact>
               <gmd:address>
                  <gmd:CI_Address>
                     <gmd:deliveryPoint>
                        <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                     </gmd:deliveryPoint>
                     <gmd:city>
                        <gco:CharacterString>Copenhagen</gco:CharacterString>
                     </gmd:city>
                     <gmd:administrativeArea>
                        <gco:CharacterString>K</gco:CharacterString>
                     </gmd:administrativeArea>
                     <gmd:postalCode>
                        <gco:CharacterString>1050</gco:CharacterString>
                     </gmd:postalCode>
                     <gmd:country>
                        <gco:CharacterString>Denmark</gco:CharacterString>
                     </gmd:country>
                     <gmd:electronicMailAddress>
                        <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                     </gmd:electronicMailAddress>
                  </gmd:CI_Address>
               </gmd:address>
            </gmd:CI_Contact>
         </gmd:contactInfo>
         <gmd:role>
            <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                             codeListValue="pointOfContact"/>
         </gmd:role>
      </gmd:CI_ResponsibleParty>
   </gmd:contact>
   <gmd:dateStamp>
      <gco:DateTime>2016-01-15T16:57:35</gco:DateTime>
   </gmd:dateStamp>
   <gmd:metadataStandardName>
      <gco:CharacterString xmlns:gmx="http://www.isotc211.org/2005/gmx">ISO 19115:2003/19139
    </gco:CharacterString>
   </gmd:metadataStandardName>
   <gmd:metadataStandardVersion>
      <gco:CharacterString xmlns:gmx="http://www.isotc211.org/2005/gmx">1.0
    </gco:CharacterString>
   </gmd:metadataStandardVersion>
   <gmd:referenceSystemInfo>
      <gmd:MD_ReferenceSystem>
         <gmd:referenceSystemIdentifier>
            <gmd:RS_Identifier>
               <gmd:code>
                  <gco:CharacterString>urn:ogc:def:crs:EPSG:7.1:3035</gco:CharacterString>
               </gmd:code>
               <gmd:codeSpace>
                  <gco:CharacterString>OGP Surveying & Positioning Committee</gco:CharacterString>
               </gmd:codeSpace>
            </gmd:RS_Identifier>
         </gmd:referenceSystemIdentifier>
      </gmd:MD_ReferenceSystem>
   </gmd:referenceSystemInfo>
   <gmd:identificationInfo>
      <gmd:MD_DataIdentification>
         <gmd:citation>
            <gmd:CI_Citation>
               <gmd:title>
                  <gco:CharacterString>Ecosystem types of Europe based on EUNIS level 1 (raster 100m) -
              version 2.1, Dec. 2015
            </gco:CharacterString>
               </gmd:title>
               <gmd:date>
                  <gmd:CI_Date>
                     <gmd:date>
                        <gco:Date>2015-12-08</gco:Date>
                     </gmd:date>
                     <gmd:dateType>
                        <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                             codeListValue="publication"/>
                     </gmd:dateType>
                  </gmd:CI_Date>
               </gmd:date>
               <gmd:date>
                  <gmd:CI_Date>
                     <gmd:date>
                        <gco:Date>2015-12-08</gco:Date>
                     </gmd:date>
                     <gmd:dateType>
                        <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                             codeListValue="creation"/>
                     </gmd:dateType>
                  </gmd:CI_Date>
               </gmd:date>
               <gmd:edition>
                  <gco:CharacterString>2.1</gco:CharacterString>
               </gmd:edition>
               <gmd:identifier>
                  <gmd:RS_Identifier>
                     <gmd:code>
                        <gco:CharacterString>eea_r_3035_100_m_ecosystem-types-l1_2006_rev2-1
                </gco:CharacterString>
                     </gmd:code>
                  </gmd:RS_Identifier>
               </gmd:identifier>
            </gmd:CI_Citation>
         </gmd:citation>
         <gmd:abstract>
            <gco:CharacterString>The data set combines the Corine based MAES (Mapping and Assessment of
          Ecosystems and their Services) ecosystem classes with the non-spatial EUNIS habitat
          classification (LEVEL 1) for a better biological characterization of ecosystems across
          Europe (EEA-39). As such it represents probabilities of EUNIS habitat presence for each
          MAES ecosystem type.
          The data set aims to combine spatially explicit land cover information with non-spatially
          referenced habitat information to improve our knowledge about ecosystems and their
          distribution across Europe. The work supports the MAES process, Target 2 Action 5 of the
          implementation of the EU Biodiversity Strategy to 2020, established to achieve the Aichi
          targets of the Convention of Biological Diversity (CBD).
          The objective of the ecosystem data set produced by EEA and its Topic Centre ETC/SIA was
          to improve the biological description of land cover based ecosystem types. It represents
          probabilities of EUNIS habitat presence in ecosystem types at European level. Since it is
          not based on spatial explicit mapping the spatial and thematic accuracy is not of same
          quality as delineated maps.
          The MAES ecosystem typology differentiates three levels: whereas the level 2 of the MAES
          proposal follows closely the EUNIS level 1, the third level of the MAES typology
          corresponds to the EUNIS level 2. This level will be the base for the mapping approach.
        </gco:CharacterString>
         </gmd:abstract>
         <gmd:pointOfContact>
            <gmd:CI_ResponsibleParty>
               <gmd:organisationName>
                  <gco:CharacterString>European Environment Agency</gco:CharacterString>
               </gmd:organisationName>
               <gmd:contactInfo>
                  <gmd:CI_Contact>
                     <gmd:address>
                        <gmd:CI_Address>
                           <gmd:deliveryPoint>
                              <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                           </gmd:deliveryPoint>
                           <gmd:city>
                              <gco:CharacterString>Copenhagen</gco:CharacterString>
                           </gmd:city>
                           <gmd:administrativeArea>
                              <gco:CharacterString>K</gco:CharacterString>
                           </gmd:administrativeArea>
                           <gmd:postalCode>
                              <gco:CharacterString>1050</gco:CharacterString>
                           </gmd:postalCode>
                           <gmd:country>
                              <gco:CharacterString>Denmark</gco:CharacterString>
                           </gmd:country>
                           <gmd:electronicMailAddress>
                              <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                           </gmd:electronicMailAddress>
                        </gmd:CI_Address>
                     </gmd:address>
                     <gmd:onlineResource>
                        <gmd:CI_OnlineResource>
                           <gmd:linkage>
                              <gmd:URL>http://www.eea.europa.eu</gmd:URL>
                           </gmd:linkage>
                           <gmd:protocol>
                              <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
                           </gmd:protocol>
                           <gmd:name>
                              <gco:CharacterString>Europen Environment Agency public website
                    </gco:CharacterString>
                           </gmd:name>
                           <gmd:function>
                              <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                                         codeListValue="information"/>
                           </gmd:function>
                        </gmd:CI_OnlineResource>
                     </gmd:onlineResource>
                  </gmd:CI_Contact>
               </gmd:contactInfo>
               <gmd:role>
                  <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                                   codeListValue="pointOfContact"/>
               </gmd:role>
            </gmd:CI_ResponsibleParty>
         </gmd:pointOfContact>
         <gmd:resourceMaintenance>
            <gmd:MD_MaintenanceInformation>
               <gmd:maintenanceAndUpdateFrequency>
                  <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode"
                                                   codeListValue="asNeeded"/>
               </gmd:maintenanceAndUpdateFrequency>
            </gmd:MD_MaintenanceInformation>
         </gmd:resourceMaintenance>
         <gmd:graphicOverview>
            <gmd:MD_BrowseGraphic>
               <gmd:fileName>
                  <gco:CharacterString>
              http://sdi.eea.europa.eu/public/catalogue-graphic-overview/e8a366b7-0029-44d7-ae33-7578253179c0.png
            </gco:CharacterString>
               </gmd:fileName>
            </gmd:MD_BrowseGraphic>
         </gmd:graphicOverview>
         <gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
               <gmd:keyword>
                  <gco:CharacterString>Land cover</gco:CharacterString>
               </gmd:keyword>
               <gmd:keyword>
                  <gco:CharacterString>Habitats and biotopes</gco:CharacterString>
               </gmd:keyword>
               <gmd:type>
                  <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode"
                                          codeListValue="theme"/>
               </gmd:type>
               <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title>
                        <gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
                     </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://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                                   codeListValue="publication"/>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                     <gmd:identifier>
                        <gmd:MD_Identifier>
                           <gmd:code>
                              <gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx"
                                          xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/api/registries/vocabularies/external.theme.httpinspireeceuropaeutheme-theme">
                      geonetwork.thesaurus.external.theme.httpinspireeceuropaeutheme-theme
                    </gmx:Anchor>
                           </gmd:code>
                        </gmd:MD_Identifier>
                     </gmd:identifier>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>
            </gmd:MD_Keywords>
         </gmd:descriptiveKeywords>
         <gmd:descriptiveKeywords>
            <gmd:MD_Keywords>
               <gmd:keyword>
                  <gco:CharacterString>ecosystem</gco:CharacterString>
               </gmd:keyword>
               <gmd:keyword>
                  <gco:CharacterString>ecosystem type</gco:CharacterString>
               </gmd:keyword>
               <gmd:keyword>
                  <gco:CharacterString>land cover</gco:CharacterString>
               </gmd:keyword>
               <gmd:keyword>
                  <gco:CharacterString>environmental assessment</gco:CharacterString>
               </gmd:keyword>
               <gmd:keyword>
                  <gco:CharacterString>habitat</gco:CharacterString>
               </gmd:keyword>
               <gmd:type>
                  <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode"
                                          codeListValue="theme"/>
               </gmd:type>
               <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title>
                        <gco:CharacterString>GEMET - Concepts, version 2.4</gco:CharacterString>
                     </gmd:title>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2010-01-13</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                              <gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode"
                                                   codeListValue="publication"/>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                     <gmd:identifier>
                        <gmd:MD_Identifier>
                           <gmd:code>
                              <gmx:Anchor xmlns:gmx="http://www.isotc211.org/2005/gmx"
                                          xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/api/registries/vocabularies/external.theme.gemet">
                      geonetwork.thesaurus.external.theme.gemet
                    </gmx:Anchor>
                           </gmd:code>
                        </gmd:MD_Identifier>
                     </gmd:identifier>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>
            </gmd:MD_Keywords>
         </gmd:descriptiveKeywords>
         <gmd:resourceConstraints>
            <gmd:MD_Constraints>
               <gmd:useLimitation>
                  <gco:CharacterString>Unless otherwise indicated, re-use of content on the EEA website
              for commercial or non-commercial purposes is permitted free of charge, provided that
              the source is acknowledged. The EEA re-use policy follows Directive 2003/98/EC of the
              European Parliament and the Council on the re-use of public sector information
              throughout the European Union and Commission Decision 2006/291/EC, Euratom on the
              re-use of Commission information. The EEA accepts no responsibility or liability
              whatsoever for the re-use of content accessible on its website. Any inquiries about
              re-use of content on the EEA website should be addressed to Ove Caspersen, EEA,
              Kongens Nytorv 6, DK-1050 Copenhagen K, Tel +45 33 36 71 00, Fax +45 33 36 71 99,
              e-mail copyrights at eea.europa.eu
            </gco:CharacterString>
               </gmd:useLimitation>
            </gmd:MD_Constraints>
         </gmd:resourceConstraints>
         <gmd:resourceConstraints>
            <gmd:MD_LegalConstraints>
               <gmd:accessConstraints>
                  <gmd:MD_RestrictionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
                                          codeListValue="otherRestrictions"/>
               </gmd:accessConstraints>
               <gmd:otherConstraints>
                  <gco:CharacterString>no limitations</gco:CharacterString>
               </gmd:otherConstraints>
            </gmd:MD_LegalConstraints>
         </gmd:resourceConstraints>
         <gmd:spatialRepresentationType>
            <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
                                                  codeListValue="grid"/>
         </gmd:spatialRepresentationType>
         <gmd:spatialResolution>
            <gmd:MD_Resolution>
               <gmd:distance>
                  <gco:Distance uom="m">100</gco:Distance>
               </gmd:distance>
            </gmd:MD_Resolution>
         </gmd:spatialResolution>
         <gmd:language>
            <gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng"/>
         </gmd:language>
         <gmd:topicCategory>
            <gmd:MD_TopicCategoryCode>biota</gmd:MD_TopicCategoryCode>
         </gmd:topicCategory>
         <gmd:topicCategory>
            <gmd:MD_TopicCategoryCode>environment</gmd:MD_TopicCategoryCode>
         </gmd:topicCategory>
         <gmd:extent>
            <gmd:EX_Extent>
               <gmd:geographicElement>
                  <gmd:EX_GeographicBoundingBox>
                     <gmd:westBoundLongitude>
                        <gco:Decimal>-33.90432</gco:Decimal>
                     </gmd:westBoundLongitude>
                     <gmd:eastBoundLongitude>
                        <gco:Decimal>38.1471</gco:Decimal>
                     </gmd:eastBoundLongitude>
                     <gmd:southBoundLatitude>
                        <gco:Decimal>26.988714</gco:Decimal>
                     </gmd:southBoundLatitude>
                     <gmd:northBoundLatitude>
                        <gco:Decimal>60.57849</gco:Decimal>
                     </gmd:northBoundLatitude>
                  </gmd:EX_GeographicBoundingBox>
               </gmd:geographicElement>
            </gmd:EX_Extent>
         </gmd:extent>
         <gmd:extent>
            <gmd:EX_Extent>
               <gmd:temporalElement>
                  <gmd:EX_TemporalExtent>
                     <gmd:extent>
                        <gml:TimePeriod gml:id="d28e322a1049886">
                           <gml:beginPosition>2006-01-01</gml:beginPosition>
                           <gml:endPosition>2006-12-31</gml:endPosition>
                        </gml:TimePeriod>
                     </gmd:extent>
                  </gmd:EX_TemporalExtent>
               </gmd:temporalElement>
            </gmd:EX_Extent>
         </gmd:extent>
      </gmd:MD_DataIdentification>
   </gmd:identificationInfo>
   <gmd:contentInfo>
      <gmd:MD_FeatureCatalogueDescription>
         <gmd:includedWithDataset>
            <gco:Boolean>false</gco:Boolean>
         </gmd:includedWithDataset>
         <gmd:featureCatalogueCitation uuidref="e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"
                                       xlink:href="http://sdi.eea.europa.eu/internal-catalogue/srv/eng/csw?service=CSW&request=GetRecordById&version=2.0.2&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full&id=e38815ec-a386-45e5-9d1c-b13e0f6ca9e0"/>
      </gmd:MD_FeatureCatalogueDescription>
   </gmd:contentInfo>
   <gmd:distributionInfo>
      <gmd:MD_Distribution>
         <gmd:distributionFormat>
            <gmd:MD_Format>
               <gmd:name>
                  <gco:CharacterString>GTiff</gco:CharacterString>
               </gmd:name>
               <gmd:version gco:nilReason="missing">
                  <gco:CharacterString/>
               </gmd:version>
            </gmd:MD_Format>
         </gmd:distributionFormat>
         <gmd:transferOptions>
            <gmd:MD_DigitalTransferOptions>
               <gmd:onLine>
                  <gmd:CI_OnlineResource>
                     <gmd:linkage>
                        <gmd:URL>
                  http://www.eea.europa.eu/data-and-maps/data/ds_resolveuid/d851e1b7f678468b8f0b1b98930ba3e1
                </gmd:URL>
                     </gmd:linkage>
                     <gmd:protocol>
                        <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
                     </gmd:protocol>
                     <gmd:function>
                        <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                                   codeListValue="download"/>
                     </gmd:function>
                  </gmd:CI_OnlineResource>
               </gmd:onLine>
            </gmd:MD_DigitalTransferOptions>
         </gmd:transferOptions>
      </gmd:MD_Distribution>
   </gmd:distributionInfo>
   <gmd:dataQualityInfo>
      <gmd:DQ_DataQuality>
         <gmd:scope>
            <gmd:DQ_Scope>
               <gmd:level>
                  <gmd:MD_ScopeCode codeListValue="dataset"
                                    codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"/>
               </gmd:level>
            </gmd:DQ_Scope>
         </gmd:scope>
         <gmd:lineage>
            <gmd:LI_Lineage>
               <gmd:statement>
                  <gco:CharacterString>The data set production implied 2 steps. First re-classification of
              CORINE Land Cover 2006 and bathymetry data using the 7 terrestrial (urban, cropland,
              grassland, woodland and forest, heathland and shrub, sparsely vegetated land,
              wetland), 1 freshwater (river and lakes), and 4 marine (marine inlets and transitional
              waters, coastal, shelf, open ocean) classes of the MAES ecosystem typology (Maes et
              al., 2013). The classes also provide links to major policy lines such as agriculture,
              forestry, territorial cohesion, water and marine related policies. The second step
              comprised refinement of the ecosystem types by attributing EUNIS habitat information
              to each ecosystem type (see http://eunis.eea.europa.eu/habitats.jsp). The refinement
              process used reference data such as potential natural vegetation, elevation, slope,
              aspect, soil, geology, environmental regions and other spatial referenced information
              which allowed attribution of the EUNIS habitat characteristics to the spatial mapping
              units of the MAES ecosystem types. The geometric and thematic accuracy of EUNIS class
              presence was also estimated and mapped. The method is described in the EEA Technical
              Report 06/2015: European Ecosystem Assessment – Concept, Data, and Implementation.
              The basis for the update was CORINE land cover 2006 (CLC 2006). It includes Albania,
              Austria, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic,
              Denmark, Estonia, Finland, France, Germany, Hungary, Iceland, Ireland, Italy, Kosovo
              (under UNSCR 1244/99), Latvia, Liechtenstein, Lithuania, Luxembourg, the former
              Yugoslavian Republic of Macedonia, Malta, Montenegro, the Netherlands, Norway, Poland,
              Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey and
              the United Kingdom. For Greece that has not participated in the CLC 2006 activity the
              CLC 2000 data was used instead.
            </gco:CharacterString>
               </gmd:statement>
               <gmd:source uuidref="bacb0dcd-dcb2-44a5-8b2c-4a569c5deafa"/>
            </gmd:LI_Lineage>
         </gmd:lineage>
      </gmd:DQ_DataQuality>
   </gmd:dataQualityInfo>
</gmd:MD_Metadata>
Metadata Extension Information
- Name
 
gmd:MD_MetadataExtensionInformation
- Description
 
Obligation code
- Name
 
gmd:MD_ObligationCode
- Description
 
Standard codelists Obligation code (gmd:MD_ObligationCode)
| code | label | description | 
|---|---|---|
| mandatory | Mandatory | Element is always required | 
| optional | Optional | Element is not required | 
| conditional | Conditional | Element is required when a specific condition is met | 
Pixel orientation code
- Name
 
gmd:MD_PixelOrientationCode
- Description
 
Standard codelists Pixel orientation code (gmd:MD_PixelOrientationCode)
| code | label | description | 
|---|---|---|
| center | Center | Point halfway between the lower left and the upper right of the pixel | 
| lowerLeft | Lower left | The corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value | 
| lowerRight | Lower right | Next corner counterclockwise from the lower left | 
| upperRight | Upper right | Next corner counterclockwise from the lower right | 
| upperLeft | Upper left | Next corner counterclockwise from the upper right | 
Portrayal catalogue reference
- Name
 
gmd:MD_PortrayalCatalogueReference
- Description
 
Progress
- Name
 
gmd:MD_ProgressCode
- Description
 
Standard codelists Progress (gmd:MD_ProgressCode)
| code | label | description | 
|---|---|---|
| completed | Completed | Production of the data has been completed | 
| historicalArchive | Historical archive | Data has been stored in an offline storage facility | 
| obsolete | Obsolete | Data is no longer relevant | 
| onGoing | On going | Data is continually being updated | 
| planned | Planned | Fixed date has been established upon or by which the data will be created or updated | 
| required | Required | Data needs to be generated or updated | 
| underDevelopment | Under development | Data is currently in the process of being created | 
Those values are defined in the standard but hidden when editing.
| code | label | description | 
|---|---|---|
| notobsolete | Not obsolete | 
Range dimension
- Name
 
gmd:MD_RangeDimension
- Description
 
Reference system
- Name
 
gmd:MD_ReferenceSystem
- Description
 
<gmd:MD_ReferenceSystem xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:referenceSystemIdentifier>
      <gmd:RS_Identifier>
         <gmd:code>
            <gco:CharacterString>urn:ogc:def:crs:EPSG:7.1:3035</gco:CharacterString>
         </gmd:code>
         <gmd:codeSpace>
            <gco:CharacterString>OGP Surveying & Positioning Committee</gco:CharacterString>
         </gmd:codeSpace>
      </gmd:RS_Identifier>
   </gmd:referenceSystemIdentifier>
</gmd:MD_ReferenceSystem>
Representative fraction
- Name
 
gmd:MD_RepresentativeFraction
- Description
 
Derived from Scale where MD_RepresentativeFraction.denominator = 1 /
      Scale.measure And Scale.targetUnits = Scale.sourceUnits
Resolution
- Name
 
gmd:MD_Resolution
- Description
 
<gmd:MD_Resolution xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                   xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:distance>
      <gco:Distance uom="m">100</gco:Distance>
   </gmd:distance>
</gmd:MD_Resolution>
Access Restriction
- Name
 
gmd:MD_RestrictionCode
- Context
 
gmd:accessConstraints
- Description
 
Standard codelists Access Restriction (gmd:MD_RestrictionCode)
| code | label | description | 
|---|---|---|
| copyright | Copyright | Exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor | 
| patent | Patent | Government has granted exclusive right to make, sell, use or license an invention or discovery | 
| patentPending | Pending patent | Produced or sold information awaiting a patent | 
| trademark | Trademark | A name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer | 
| license | License | Formal permission to do something | 
| intellectualPropertyRights | Intellectual property rights | Rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity | 
| restricted | Restricted | Withheld from general circulation or disclosure | 
| otherRestrictions | Other restrictions | Limitation not listed | 
<gmd:MD_RestrictionCode xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
                        codeListValue="otherRestrictions"/>
Use Restriction
- Name
 
gmd:MD_RestrictionCode
- Context
 
gmd:useConstraints
- Description
 
Standard codelists Access Restriction (gmd:MD_RestrictionCode)
| code | label | description | 
|---|---|---|
| copyright | Copyright | Exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor | 
| patent | Patent | Government has granted exclusive right to make, sell, use or license an invention or discovery | 
| patentPending | Pending patent | Produced or sold information awaiting a patent | 
| trademark | Trademark | A name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer | 
| license | License | Formal permission to do something | 
| intellectualPropertyRights | Intellectual property rights | Rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity | 
| restricted | Restricted | Withheld from general circulation or disclosure | 
| otherRestrictions | Other restrictions | Limitation not listed | 
<gmd:MD_RestrictionCode xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_RestrictionCode"
                        codeListValue="otherRestrictions"/>
Scope code
- Name
 
gmd:MD_ScopeCode
- Description
 
Standard codelists Scope code (gmd:MD_ScopeCode)
| code | label | description | 
|---|---|---|
| attribute | Attribute | Information applies to the attribute class | 
| attributeType | Attribute type | Information applies to the characteristic of a feature | 
| collectionHardware | Collection hardware | Information applies to the collection hardware class | 
| collectionSession | Collection session | Information applies to the collection session | 
| dataset | Dataset | Information applies to the dataset | 
| series | Series | Information applies to the series | 
| nonGeographicDataset | Non geographic dataset | Information applies to non-geographic data | 
| dimensionGroup | Dimension group | Information applies to a dimension group | 
| feature | Feature | Information applies to a feature | 
| featureType | Feature type | Information applies to a feature type | 
| propertyType | Property type | Information applies to a property type | 
| fieldSession | Field session | Information applies to a field session | 
| software | Software | Information applies to a computer program or routine | 
| service | Service | Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case | 
| model | Model | Information applies to a copy or imitation of an existing or hypothetical object | 
| tile | Tile | Information applies to a tile, a spatial subset of geographic data | 
Those values are defined in the standard but hidden when editing.
| code | label | description | 
|---|---|---|
| map map-static map-interactive featureCatalog | Map Static map Interactive map Feature catalog | 
- Displayed only if
 
/ancestor::node()[name()='gmd:MD_Metadata']/gmd:identificationInfo/srv:SV_ServiceIdentification
Standard codelists Scope code (gmd:MD_ScopeCode)
| code | label | description | 
|---|---|---|
| service | Service | Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case | 
Scope description
- Name
 
gmd:MD_ScopeDescription
- Description
 
- Condition
 
Either attributes, features, featureInstances, attributeInstnaces, dataset or other must be provided
Security constraints
- Name
 
gmd:MD_SecurityConstraints
- Description
 
Handling restrictions imposed on the resource or metadata for national security
      or similar security concerns
Service Identification
- Name
 
gmd:MD_ServiceIdentification
- Description
 
Identification of capabilities which a service provider makes available to a
      service user through a set of interfaces that define a behaviour - See ISO 19119 -
      Services for further information
Spatial Representation Type
- Name
 
gmd:MD_SpatialRepresentationTypeCode
- Description
 
Standard codelists Spatial Representation Type (gmd:MD_SpatialRepresentationTypeCode)
| code | label | description | 
|---|---|---|
| vector | Vector | Vector data is used to represent geographic data | 
| grid | Grid | Grid data is used to represent geographic data | 
| textTable | Text, table | Textual or tabular data is used to represent geographic data | 
| tin | TIN | Triangulated irregular network | 
| stereoModel | Stereo model | Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images | 
| video | Video | Scene from a video recording | 
<gmd:MD_SpatialRepresentationTypeCode xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                                      codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
                                      codeListValue="grid"/>
Standard order process
- Name
 
gmd:MD_StandardOrderProcess
- Description
 
Common ways in which the resource may be obtained or received, and related
      instructions and fee information
Topic category code
- Name
 
gmd:MD_TopicCategoryCode
- Description
 
High-level geographic data thematic classification to assist in the grouping
      and search of available geographic data sets. Can be used to group keywords as well.
      Listed examples are not exhaustive. NOTE It is understood there are overlaps between
      general categories and the user is encouraged to select the one most
      appropriate.
Standard codelists Topic category code (gmd:MD_TopicCategoryCode)
| code | label | description | 
|---|---|---|
| farming | Farming | Rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock | 
| biota | Biota | Flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat | 
| boundaries | Boundaries | Legal land descriptions. Examples: political and administrative boundaries | 
| climatologyMeteorologyAtmosphere | Climatology, meteorology, atmosphere | Processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation | 
| economy | Economy | Economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas | 
| elevation | Elevation | Height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products | 
| environment | Environment | Environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape | 
| geoscientificInformation | Geoscientific information | Information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, hydrogeology, erosion | 
| health | Health | Health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services | 
| imageryBaseMapsEarthCover | Imagery base maps earth cover | Base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations | 
| intelligenceMilitary | Intelligence military | Military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection | 
| inlandWaters | Inland waters | Inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts | 
| location | Location | Positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names | 
| oceans | Oceans | Features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs | 
| planningCadastre | Planning cadastre | Information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership | 
| society | Society | Characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information | 
| structure | Structure | Man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers | 
| transportation | Transportation | Means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways | 
| utilitiesCommunication | Utilities communication | Energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks | 
Topology Level
- Name
 
gmd:MD_TopologyLevelCode
- Description
 
Standard codelists Topology Level (gmd:MD_TopologyLevelCode)
| code | label | description | 
|---|---|---|
| geometryOnly | Geometry only | Geometry objects without any additional structure which describes topology | 
| topology1D | Topology 1D | 1-dimensional topological complex -- commonly called chain-node topology | 
| planarGraph | Planar graph | 1-dimensional topological complex that is planar. (A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex.) | 
| fullPlanarGraph | Full planar graph | 2-dimensional topological complex that is planar. (A 2-dimensional topological complex is commonly called full topology in a cartographic 2D environment.) | 
| surfaceGraph | Surface graph | 1-dimensional topological complex that is isomorphic to a subset of a surface. (A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundry-preserving correspondence to one another.) | 
| fullSurfaceGraph | Full surface graph | 2-dimensional topological complex that is isomorphic to a subset of a surface | 
| topology3D | Topology 3D | 3-dimensional topological complex. (A topological complex is a collection of topological primitives that are closed under the boundary operations.) | 
| fullTopology3D | Full topology 3D | Complete coverage of a 3D Euclidean coordinate space | 
| abstract | Abstract | Topological complex without any specified geometric realisation | 
Usage
- Name
 
gmd:MD_Usage
- Description
 
Vector spatial representation
- Name
 
gmd:MD_VectorSpatialRepresentation
- Description
 
Measure description
- Name
 
gmd:measureDescription
- Description
 
Measure identification
- Name
 
gmd:measureIdentification
- Description
 
Medium format
- Name
 
gmd:mediumFormat
- Description
 
Medium note
- Name
 
gmd:mediumNote
- Description
 
Metadata constraints
- Name
 
gmd:metadataConstraints
- Context
 
gmd:MD_Metadata
- Description
 
Metadata constraints
- Name
 
gmd:metadataConstraints
- Description
 
Metadata Extension Information
- Name
 
gmd:metadataExtensionInfo
- Description
 
Metadata maintenance
- Name
 
gmd:metadataMaintenance
- Description
 
Metadata standard name
- Name
 
gmd:metadataStandardName
- Description
 
<gmd:metadataStandardName xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                          xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString xmlns:gmx="http://www.isotc211.org/2005/gmx">ISO 19115:2003/19139
    </gco:CharacterString>
</gmd:metadataStandardName>
Metadata standard version
- Name
 
gmd:metadataStandardVersion
- Description
 
<gmd:metadataStandardVersion xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                             xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString xmlns:gmx="http://www.isotc211.org/2005/gmx">1.0
    </gco:CharacterString>
</gmd:metadataStandardVersion>
Minimum value
- Name
 
gmd:minimumValue
- Description
 
- Condition
 
mandatory
Minimum value
- Name
 
gmd:minValue
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:MD_AbstractClass
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:MD_Medium
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:RS_ReferenceSystem
- Description
 
- Condition
 
mandatory
Name
- Name
 
gmd:name
- Context
 
gmd:MD_Format
- Description
 
- Condition
 
mandatory
Recommended values
| code | label | 
|---|---|
| Text | Text | 
| ESRI Shapefile | ESRI Shapefile | 
| Mapinfo MIF/MID | Mapinfo MIF/MID | 
| Mapinfo TAB | Mapinfo TAB | 
| KML | KML | 
| GML | GML | 
| GeoTIFF | GeoTIFF | 
| TIFF | TIFF | 
| ECW | ECW | 
| JPEG2000 | JPEG2000 | 
| ZIP | ZIP | 
| PNG | PNG | 
| JPEG | JPEG | 
| OGC:WMC | OGC:WMC | 
| OGC:OWS-C | OGC OWS Context | 
Name
- Name
 
gmd:name
- Context
 
gmd:MD_ExtendedElementInformation
- Description
 
- Condition
 
mandatory
Name
- Name
 
gmd:name
- Context
 
gmd:MD_ApplicationSchemaInformation
- Description
 
- Condition
 
mandatory
Name of the resource
- Name
 
gmd:name
- Context
 
gmd:CI_OnlineResource
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:CI_Series
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:MD_CodeDomain
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:MD_CodeValue
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:MD_Attribute
- Description
 
Name
- Name
 
gmd:name
- Context
 
gmd:MD_Role
- Description
 
Name
- Name
 
gmd:name
- Description
 
Name of measure
- Name
 
gmd:nameOfMeasure
- Description
 
| code | label | 
|---|---|
| -- Completeness -- | |
| Excess item | Excess item | 
| Number of excess items | Number of excess items | 
| Rate of excess items | Rate of excess items | 
| Number of duplicate feature instances | Number of duplicate feature instances | 
| Missing item | Missing item | 
| Number of missing items | Number of missing items | 
| Rate of missing items | Rate of missing items -- Logical consistency / Conceptual consistency -- | 
| Conceptual schema noncompliance | Conceptual schema noncompliance | 
| Conceptual schema compliance | Conceptual schema compliance | 
| Number of items noncompliant to the rules of the conceptual schema | Number of items noncompliant to the rules of the conceptual schema | 
| Number of invalid overlaps of surfaces | Number of invalid overlaps of surfaces | 
| Non-compliance rate with respect to the rules of the conceptual schema | Non-compliance rate with respect to the rules of the conceptual schema | 
| Compliance rate with the rules of the conceptual schema | Compliance rate with the rules of the conceptual schema -- Logical consistency / Domain consistency -- | 
| Value domain non-conformance | Value domain non-conformance | 
| Value domain conformance | Value domain conformance | 
| Number of items not in conformance with their value domain | Number of items not in conformance with their value domain | 
| Value domain conformance rate | Value domain conformance rate | 
| Value domain non-conformance rate | Value domain non-conformance rate | 
| Physical structure conflicts | Physical structure conflicts | 
| Physical structure conflict rate | Physical structure conflict rate -- Logical consistency / Topological consistency -- | 
| Number of faulty point-curve connections | Number of faulty point-curve connections | 
| Rate of faulty point-curve connections | Rate of faulty point-curve connections | 
| Number of missing connection due to undershoots | Number of missing connection due to undershoots | 
| Number of missing connections due to overshoots | Number of missing connections due to overshoots | 
| Number of invalid slivers | Number of invalid slivers | 
| Number of invalid self intersect errors | Number of invalid self intersect errors | 
| Number of invalid self overlap errors | Number of invalid self overlap errors -- Positional accuracy / Absolute or external accuracy / General measures -- | 
| Mean value of positional uncertainties | Mean value of positional uncertainties | 
| Mean value of positional uncertainties excluding outliers | Mean value of positional uncertainties excluding outliers | 
| Number of positional uncertainties above a given threshold | Number of positional uncertainties above a given threshold | 
| Rate of positional errors above a given threshold | Rate of positional errors above a given threshold | 
| Covariance matrix | Covariance matrix -- Positional accuracy / Absolute or external accuracy / Vertical -- | 
| Linear error probable | Linear error probable | 
| Standard linear error | Standard linear error | 
| Linear map accuracy at 90% significance level | Linear map accuracy at 90% significance level | 
| Linear map accuracy at 95% significance level | Linear map accuracy at 95% significance level | 
| Linear map accuracy at 99% significance level | Linear map accuracy at 99% significance level | 
| Near certainty linear error | Near certainty linear error | 
| Root mean square error | Root mean square error | 
| Absolute linear error at 90% significance level of biased vertical data (Alternative 1) | Absolute linear error at 90% significance level of biased vertical data (Alternative 1) | 
| Absolute linear error at 90% significance level of biased vertical data | Absolute linear error at 90% significance level of biased vertical data -- Positional accuracy / Absolute or external accuracy / Horizontal -- | 
| Circular standard deviation | Circular standard deviation | 
| Circular error probable | Circular error probable | 
| Circular map accuracy standard | Circular map accuracy standard | 
| Circular error at 95% significance level | Circular error at 95% significance level | 
| Circular near certainty error | Circular near certainty error | 
| Root mean square error of planimetry | Root mean square error of planimetry | 
| Absolute circular error at 90% significance level of biased data (Alternative 2) | Absolute circular error at 90% significance level of biased data (Alternative 2) | 
| Absolute circular error at 90% significance level of biased data | Absolute circular error at 90% significance level of biased data | 
| Uncertainty ellipse | Uncertainty ellipse | 
| Confidence ellipse | Confidence ellipse -- Positional accuracy / Relative or internal accuracy -- | 
| Relative vertical error | Relative vertical error | 
| Relative horizontal error | Relative horizontal error -- Temporal accuracy / Accuracy of a time measurement -- | 
| Time accuracy at 68.3% significance level | Time accuracy at 68.3% significance level | 
| Time accuracy at 50% significance level | Time accuracy at 50% significance level | 
| Time accuracy at 90% significance level | Time accuracy at 90% significance level | 
| Time accuracy at 95% significance level | Time accuracy at 95% significance level | 
| Time accuracy at 99% significance level | Time accuracy at 99% significance level | 
| Time accuracy at 99.8% significance level | Time accuracy at 99.8% significance level -- Thematic accuracy / Classification correctness -- | 
| Number of incorrectly classified features | Number of incorrectly classified features | 
| Misclassification rate | Misclassification rate | 
| Misclassification matrix | Misclassification matrix | 
| Relative misclassification matrix | Relative misclassification matrix | 
| Kappa coefficient | Kappa coefficient -- Thematic accuracy / Non-quantitative attribute correctness -- | 
| Number of incorrect attribute values | Number of incorrect attribute values | 
| Rate of correct attribute values | Rate of correct attribute values | 
| Rate of incorrect attribute values | Rate of incorrect attribute values -- Thematic accuracy / Quantitative attribute accuracy -- | 
| Attribute value uncertainty at 68.3% significance level | Attribute value uncertainty at 68.3% significance level | 
| Attribute value uncertainty at 50% significance level | Attribute value uncertainty at 50% significance level | 
| Attribute value uncertainty at 90% significance level | Attribute value uncertainty at 90% significance level | 
| Attribute value uncertainty at 95% significance level | Attribute value uncertainty at 95% significance level | 
| Attribute value uncertainty at 99% significance level | Attribute value uncertainty at 99% significance level | 
| Attribute value uncertainty at 99.8% significance level | Attribute value uncertainty at 99.8% significance level | 
North bound
- Name
 
gmd:northBoundLatitude
- Description
 
Northern-most, coordinate of the limit of the dataset extent expressed in
      latitude in decimal degrees (positive north)
- Condition
 
mandatory
<gmd:northBoundLatitude xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:Decimal>60.57849</gco:Decimal>
</gmd:northBoundLatitude>
Number of dimensions
- Name
 
gmd:numberOfDimensions
- Description
 
- Condition
 
mandatory
Obligation
- Name
 
gmd:obligation
- Description
 
Offline
- Name
 
gmd:offLine
- Description
 
Offset
- Name
 
gmd:offset
- Description
 
OnLine resource
- Name
 
gmd:onLine
- Description
 
<gmd:onLine xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
            xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_OnlineResource>
      <gmd:linkage>
         <gmd:URL>
                  http://www.eea.europa.eu/data-and-maps/data/ds_resolveuid/d851e1b7f678468b8f0b1b98930ba3e1
                </gmd:URL>
      </gmd:linkage>
      <gmd:protocol>
         <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
      </gmd:protocol>
      <gmd:function>
         <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                    codeListValue="download"/>
      </gmd:function>
   </gmd:CI_OnlineResource>
</gmd:onLine>
Website
- Name
 
gmd:onlineResource
- Description
 
<gmd:onlineResource xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_OnlineResource>
      <gmd:linkage>
         <gmd:URL>http://www.eea.europa.eu</gmd:URL>
      </gmd:linkage>
      <gmd:protocol>
         <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
      </gmd:protocol>
      <gmd:name>
         <gco:CharacterString>Europen Environment Agency public website
                    </gco:CharacterString>
      </gmd:name>
      <gmd:function>
         <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                    codeListValue="information"/>
      </gmd:function>
   </gmd:CI_OnlineResource>
</gmd:onlineResource>
Ordering instructions
- Name
 
gmd:orderingInstructions
- Description
 
Organisation name
- Name
 
gmd:organisationName
- Description
 
- Condition
 
conditional
Orientation parameter availability
- Name
 
gmd:orientationParameterAvailability
- Description
 
- Condition
 
mandatory
Orientation parameter description
- Name
 
gmd:orientationParameterDescription
- Description
 
Other
- Name
 
gmd:other
- Description
 
Other citation details
- Name
 
gmd:otherCitationDetails
- Description
 
Other constraints
- Name
 
gmd:otherConstraints
- Description
 
- Condition
 
conditional
<gmd:otherConstraints xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                      xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>no limitations</gco:CharacterString>
</gmd:otherConstraints>
Page
- Name
 
gmd:page
- Description
 
Parameter citation
- Name
 
gmd:parameterCitation
- Description
 
Parent entity
- Name
 
gmd:parentEntity
- Description
 
Name of the metadata entity(s) under which this extended metadata element may
      appear. The name(s) may be standard metadata element(s) or other extended metadata
      element(s).
- Condition
 
mandatory
Parent identifier
- Name
 
gmd:parentIdentifier
- Description
 
<gmd:parentIdentifier xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                      xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>df69de7e-3af1-4b4d-94d4-8bebe84c80b0</gco:CharacterString>
</gmd:parentIdentifier>
PartOf
- Name
 
gmd:partOf
- Description
 
Pass
- Name
 
gmd:pass
- Description
 
- Condition
 
mandatory
Peak response
- Name
 
gmd:peakResponse
- Description
 
Phone
- Name
 
gmd:phone
- Description
 
Planned available datetime
- Name
 
gmd:plannedAvailableDateTime
- Description
 
Point in Pixel
- Name
 
gmd:pointInPixel
- Description
 
- Condition
 
mandatory
Point of contact
- Name
 
gmd:pointOfContact
- Description
 
Identification of, and means of communication with, person(s) and
      organizations(s) associated with the resource(s)
<gmd:pointOfContact xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                    xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:CI_ResponsibleParty>
      <gmd:organisationName>
         <gco:CharacterString>European Environment Agency</gco:CharacterString>
      </gmd:organisationName>
      <gmd:contactInfo>
         <gmd:CI_Contact>
            <gmd:address>
               <gmd:CI_Address>
                  <gmd:deliveryPoint>
                     <gco:CharacterString>Kongens Nytorv 6</gco:CharacterString>
                  </gmd:deliveryPoint>
                  <gmd:city>
                     <gco:CharacterString>Copenhagen</gco:CharacterString>
                  </gmd:city>
                  <gmd:administrativeArea>
                     <gco:CharacterString>K</gco:CharacterString>
                  </gmd:administrativeArea>
                  <gmd:postalCode>
                     <gco:CharacterString>1050</gco:CharacterString>
                  </gmd:postalCode>
                  <gmd:country>
                     <gco:CharacterString>Denmark</gco:CharacterString>
                  </gmd:country>
                  <gmd:electronicMailAddress>
                     <gco:CharacterString>eea.enquiries@eea.europa.eu</gco:CharacterString>
                  </gmd:electronicMailAddress>
               </gmd:CI_Address>
            </gmd:address>
            <gmd:onlineResource>
               <gmd:CI_OnlineResource>
                  <gmd:linkage>
                     <gmd:URL>http://www.eea.europa.eu</gmd:URL>
                  </gmd:linkage>
                  <gmd:protocol>
                     <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
                  </gmd:protocol>
                  <gmd:name>
                     <gco:CharacterString>Europen Environment Agency public website
                    </gco:CharacterString>
                  </gmd:name>
                  <gmd:function>
                     <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                                codeListValue="information"/>
                  </gmd:function>
               </gmd:CI_OnlineResource>
            </gmd:onlineResource>
         </gmd:CI_Contact>
      </gmd:contactInfo>
      <gmd:role>
         <gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_RoleCode"
                          codeListValue="pointOfContact"/>
      </gmd:role>
   </gmd:CI_ResponsibleParty>
</gmd:pointOfContact>
Polygon
- Name
 
gmd:polygon
- Description
 
- Condition
 
mandatory
Portrayal catalogue citation
- Name
 
gmd:portrayalCatalogueCitation
- Description
 
- Condition
 
mandatory
Portrayal catalogue info
- Name
 
gmd:portrayalCatalogueInfo
- Description
 
Position name
- Name
 
gmd:positionName
- Description
 
- Condition
 
conditional
Postal code
- Name
 
gmd:postalCode
- Description
 
Presentation form
- Name
 
gmd:presentationForm
- Description
 
Processing level code
- Name
 
gmd:processingLevelCode
- Description
 
Image distributor_s code that identifies the level of radiometric and geometric
      processing that has been applied
Processor
- Name
 
gmd:processor
- Description
 
Identification of, and means of communication with, person(s) and
      organization(s) associated with the process step
Process step
- Name
 
gmd:processStep
- Description
 
- Condition
 
conditional
PropertyType
- Name
 
gmd:propertyType
- Description
 
Protocol
- Name
 
gmd:protocol
- Description
 
| code | label | 
|---|---|
| ESRI:REST | ArcGIS REST Services | 
| GLG:KML-2.0-http-get-map | Google Earth KML service (ver 2.0) | 
| OGC API - Coverages | OGC API - Coverages | 
| OGC API - Features | OGC API - Features | 
| OGC API - Maps | OGC API - Maps | 
| OGC API - Records | OGC API - Records | 
| OGC:CSW | OGC-CSW Catalogue Service for the Web | 
| OGC:KML | OGC-KML Keyhole Markup Language | 
| OGC:GML | OGC-GML Geography Markup Language | 
| OGC:ODS | OGC-ODS OpenLS Directory Service | 
| OGC:OGS | OGC-ODS OpenLS Gateway Service | 
| OGC:OUS | OGC-ODS OpenLS Utility Service | 
| OGC:OPS | OGC-ODS OpenLS Presentation Service | 
| OGC:ORS | OGC-ODS OpenLS Route Service | 
| OGC:SOS | OGC-SOS Sensor Observation Service | 
| OGC:SPS | OGC-SPS Sensor Planning Service | 
| OGC:SAS | OGC-SAS Sensor Alert Service | 
| OGC:WCS | OGC-WCS Web Coverage Service | 
| OGC:WCS-1.1.0-http-get-capabilities | OGC-WCS Web Coverage Service (ver 1.1.0) | 
| OGC:WCTS | OGC-WCTS Web Coordinate Transformation Service | 
| OGC:WFS | OGC-WFS Web Feature Service | 
| INSPIRE Atom | INSPIRE Atom | 
| OGC:WFS-1.0.0-http-get-capabilities | OGC-WFS Web Feature Service (ver 1.0.0) | 
| OGC:WFS-G | OGC-WFS-G Gazzetteer Service | 
| OGC:WMC | OGC-WMC Web Map Context | 
| OGC:WMS | OGC-WMS Web Map Service | 
| OGC:WMS-1.1.1-http-get-capabilities | OGC-WMS Capabilities service (ver 1.1.1) | 
| OGC:WMS-1.3.0-http-get-capabilities | OGC-WMS Capabilities service (ver 1.3.0) | 
| OGC:WMS-1.1.1-http-get-map | OGC Web Map Service (ver 1.1.1) | 
| OGC:WMS-1.3.0-http-get-map | OGC Web Map Service (ver 1.3.0) | 
| OGC:WMTS | OGC-WMTS Web Map Tiled Service | 
| OGC:WMTS-1.0.0-http-get-capabilities | OGC-WMTS Capabilities service (ver 1.0.0) | 
| OGC:SOS-1.0.0-http-get-observation | OGC-SOS Get Observation (ver 1.0.0) | 
| OGC:SOS-1.0.0-http-post-observation | OGC-SOS Get Observation (POST) (ver 1.0.0) | 
| OGC:WNS | OGC-WNS Web Notification Service | 
| OGC:WPS | OGC-WPS Web Processing Service | 
| OGC:OWS-C | OGC OWS Context | 
| TMS | Tiled Map Service | 
| WWW:DOWNLOAD-1.0-ftp--download | File for download through FTP | 
| WWW:DOWNLOAD-1.0-http--download | File for download | 
| GIS file | |
| GIS RASTER file | |
| WWW:LINK-1.0-http--ical | iCalendar (URL) | 
| WWW:LINK-1.0-http--link | Web address (URL) | 
| DOI | Digital Object Identifier (DOI) | 
| WWW:LINK-1.0-http--partners | Partner web address (URL) | 
| WWW:LINK-1.0-http--related | Related link (URL) | 
| WWW:LINK-1.0-http--rss | RSS News feed (URL) | 
| WWW:LINK-1.0-http--samples | Showcase product (URL) | 
| DB:POSTGIS | PostGIS database table | 
| DB:ORACLE | ORACLE database table | 
| WWW:LINK-1.0-http--opendap | OPeNDAP URL | 
| RBNB:DATATURBINE | Data Turbine | 
| UKST | Unknown Service Type | 
Free text
- Name
 
gmd:PT_FreeText
- Description
 
Locale
- Name
 
gmd:PT_Locale
- Description
 
PT_LocaleContainer
- Name
 
gmd:PT_LocaleContainer
- Description
 
Purpose
- Name
 
gmd:purpose
- Description
 
Radiometric calibration data availability
- Name
 
gmd:radiometricCalibrationDataAvailability
- Description
 
Indication of whether or not the radiometric calibration information for
      generating the radiometrically calibrated standard data product is
      available
Rationale
- Name
 
gmd:rationale
- Description
 
Rationale
- Name
 
gmd:rationale
- Context
 
gmd:MD_ExtendedElementInformation
- Description
 
Reference system identifier
- Name
 
gmd:referenceSystemIdentifier
- Description
 
- Condition
 
conditional
<gmd:referenceSystemIdentifier xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:RS_Identifier>
      <gmd:code>
         <gco:CharacterString>urn:ogc:def:crs:EPSG:7.1:3035</gco:CharacterString>
      </gmd:code>
      <gmd:codeSpace>
         <gco:CharacterString>OGP Surveying & Positioning Committee</gco:CharacterString>
      </gmd:codeSpace>
   </gmd:RS_Identifier>
</gmd:referenceSystemIdentifier>
Reference System Information
- Name
 
gmd:referenceSystemInfo
- Description
 
<gmd:referenceSystemInfo xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_ReferenceSystem>
      <gmd:referenceSystemIdentifier>
         <gmd:RS_Identifier>
            <gmd:code>
               <gco:CharacterString>urn:ogc:def:crs:EPSG:7.1:3035</gco:CharacterString>
            </gmd:code>
            <gmd:codeSpace>
               <gco:CharacterString>OGP Surveying & Positioning Committee</gco:CharacterString>
            </gmd:codeSpace>
         </gmd:RS_Identifier>
      </gmd:referenceSystemIdentifier>
   </gmd:MD_ReferenceSystem>
</gmd:referenceSystemInfo>
Report
- Name
 
gmd:report
- Description
 
- Condition
 
conditional
Resolution
- Name
 
gmd:resolution
- Description
 
Resource constraints
- Name
 
gmd:resourceConstraints
- Description
 
Resource format
- Name
 
gmd:resourceFormat
- Description
 
Resource maintenance
- Name
 
gmd:resourceMaintenance
- Description
 
<gmd:resourceMaintenance xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                         xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_MaintenanceInformation>
      <gmd:maintenanceAndUpdateFrequency>
         <gmd:MD_MaintenanceFrequencyCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_MaintenanceFrequencyCode"
                                          codeListValue="asNeeded"/>
      </gmd:maintenanceAndUpdateFrequency>
   </gmd:MD_MaintenanceInformation>
</gmd:resourceMaintenance>
Resource specific usage
- Name
 
gmd:resourceSpecificUsage
- Description
 
Provides basic information about specific application(s) for which the
      resource(s) has/have been or is being used by different users
Responsible Party
- Name
 
gmd:responsibleParty
- Description
 
Result
- Name
 
gmd:result
- Description
 
Value (or set of values) obtained from applying a data quality measure or the
      out come of evaluating the obtained value (or set of values) against a specified
      acceptable conformance quality level
- Condition
 
mandatory
Role
- Name
 
gmd:role
- Context
 
gmd:MD_Association
- Description
 
Role
- Name
 
gmd:role
- Description
 
- Condition
 
mandatory
Identifier
- Name
 
gmd:RS_Identifier
- Description
 
Rule
- Name
 
gmd:rule
- Description
 
- Condition
 
mandatory
Scale Denominator
- Name
 
gmd:scaleDenominator
- Description
 
Scale factor
- Name
 
gmd:scaleFactor
- Description
 
Schema ASCII
- Name
 
gmd:schemaAscii
- Description
 
Schema language
- Name
 
gmd:schemaLanguage
- Description
 
- Condition
 
mandatory
Scope
- Name
 
gmd:scope
- Description
 
<gmd:scope xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
           xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:DQ_Scope>
      <gmd:level>
         <gmd:MD_ScopeCode codeListValue="dataset"
                           codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_ScopeCode"/>
      </gmd:level>
   </gmd:DQ_Scope>
</gmd:scope>
Sequence identifier
- Name
 
gmd:sequenceIdentifier
- Description
 
Series
- Name
 
gmd:series
- Description
 
SeriesMetadata
- Name
 
gmd:seriesMetadata
- Description
 
Short name
- Name
 
gmd:shortName
- Description
 
Short form suitable for use in an implementation method such as XML or SGML.
      NOTE other methods may be used
Software development file
- Name
 
gmd:softwareDevelopmentFile
- Description
 
Software development file format
- Name
 
gmd:softwareDevelopmentFileFormat
- Description
 
Source
- Name
 
gmd:source
- Description
 
- Condition
 
mandatory
<gmd:source xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
            uuidref="bacb0dcd-dcb2-44a5-8b2c-4a569c5deafa"/>
Source
- Name
 
gmd:source
- Context
 
gmd:MD_ExtendedElementInformation
- Description
 
- Condition
 
mandatory
<gmd:source xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
            uuidref="bacb0dcd-dcb2-44a5-8b2c-4a569c5deafa"/>
Source citation
- Name
 
gmd:sourceCitation
- Description
 
Source extent
- Name
 
gmd:sourceExtent
- Description
 
- Condition
 
conditional
Source reference system
- Name
 
gmd:sourceReferenceSystem
- Description
 
Source step
- Name
 
gmd:sourceStep
- Description
 
South bound
- Name
 
gmd:southBoundLatitude
- Description
 
Southern-most coordinate of the limit of the dataset extent, expressed in
      latitude in decimal degrees (positive north)
- Condition
 
mandatory
<gmd:southBoundLatitude xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:Decimal>26.988714</gco:Decimal>
</gmd:southBoundLatitude>
Spatial extent
- Name
 
gmd:spatialExtent
- Description
 
- Condition
 
mandatory
Spatial representation info
- Name
 
gmd:spatialRepresentationInfo
- Description
 
Spatial representation type
- Name
 
gmd:spatialRepresentationType
- Description
 
<gmd:spatialRepresentationType xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_SpatialRepresentationTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#MD_SpatialRepresentationTypeCode"
                                         codeListValue="grid"/>
</gmd:spatialRepresentationType>
Spatial resolution
- Name
 
gmd:spatialResolution
- Description
 
<gmd:spatialResolution xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                       xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_Resolution>
      <gmd:distance>
         <gco:Distance uom="m">100</gco:Distance>
      </gmd:distance>
   </gmd:MD_Resolution>
</gmd:spatialResolution>
Specification
- Name
 
gmd:specification
- Context
 
gmd:DQ_ConformanceResult
- Description
 
- Condition
 
mandatory
Specification
- Name
 
gmd:specification
- Context
 
gmd:MD_Format
- Description
 
Specification
- Name
 
gmd:specification
- Description
 
Specific usage
- Name
 
gmd:specificUsage
- Description
 
- Condition
 
mandatory
Statement
- Name
 
gmd:statement
- Description
 
- Condition
 
conditional
<gmd:statement xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
               xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>The data set production implied 2 steps. First re-classification of
              CORINE Land Cover 2006 and bathymetry data using the 7 terrestrial (urban, cropland,
              grassland, woodland and forest, heathland and shrub, sparsely vegetated land,
              wetland), 1 freshwater (river and lakes), and 4 marine (marine inlets and transitional
              waters, coastal, shelf, open ocean) classes of the MAES ecosystem typology (Maes et
              al., 2013). The classes also provide links to major policy lines such as agriculture,
              forestry, territorial cohesion, water and marine related policies. The second step
              comprised refinement of the ecosystem types by attributing EUNIS habitat information
              to each ecosystem type (see http://eunis.eea.europa.eu/habitats.jsp). The refinement
              process used reference data such as potential natural vegetation, elevation, slope,
              aspect, soil, geology, environmental regions and other spatial referenced information
              which allowed attribution of the EUNIS habitat characteristics to the spatial mapping
              units of the MAES ecosystem types. The geometric and thematic accuracy of EUNIS class
              presence was also estimated and mapped. The method is described in the EEA Technical
              Report 06/2015: European Ecosystem Assessment – Concept, Data, and Implementation.
              The basis for the update was CORINE land cover 2006 (CLC 2006). It includes Albania,
              Austria, Belgium, Bosnia and Herzegovina, Bulgaria, Croatia, Cyprus, Czech Republic,
              Denmark, Estonia, Finland, France, Germany, Hungary, Iceland, Ireland, Italy, Kosovo
              (under UNSCR 1244/99), Latvia, Liechtenstein, Lithuania, Luxembourg, the former
              Yugoslavian Republic of Macedonia, Malta, Montenegro, the Netherlands, Norway, Poland,
              Portugal, Romania, Serbia, Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey and
              the United Kingdom. For Greece that has not participated in the CLC 2006 activity the
              CLC 2000 data was used instead.
            </gco:CharacterString>
</gmd:statement>
Status
- Name
 
gmd:status
- Description
 
Subset
- Name
 
gmd:subset
- Description
 
Superset
- Name
 
gmd:superset
- Description
 
Supplemental Information
- Name
 
gmd:supplementalInformation
- Description
 
Temporal element
- Name
 
gmd:temporalElement
- Description
 
- Condition
 
conditional
<gmd:temporalElement xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                     xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:EX_TemporalExtent>
      <gmd:extent>
         <gml:TimePeriod gml:id="d28e322a1049886">
            <gml:beginPosition>2006-01-01</gml:beginPosition>
            <gml:endPosition>2006-12-31</gml:endPosition>
         </gml:TimePeriod>
      </gmd:extent>
   </gmd:EX_TemporalExtent>
</gmd:temporalElement>
TextGroup
- Name
 
gmd:textGroup
- Description
 
Thesaurus name
- Name
 
gmd:thesaurusName
- Description
 
Title
- Name
 
gmd:title
- Description
 
- Condition
 
mandatory
Title
- Name
 
gmd:title
- Context
 
gmd:MD_Legislation
- Description
 
Tone gradation
- Name
 
gmd:toneGradation
- Description
 
Topic category
- Name
 
gmd:topicCategory
- Description
 
- Condition
 
mandatory
Topology level
- Name
 
gmd:topologyLevel
- Description
 
Transfer options
- Name
 
gmd:transferOptions
- Description
 
Provides information about technical means and media by which a resource is
      obtained from the distributor
<gmd:transferOptions xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                     xmlns:xlink="http://www.w3.org/1999/xlink">
   <gmd:MD_DigitalTransferOptions>
      <gmd:onLine>
         <gmd:CI_OnlineResource>
            <gmd:linkage>
               <gmd:URL>
                  http://www.eea.europa.eu/data-and-maps/data/ds_resolveuid/d851e1b7f678468b8f0b1b98930ba3e1
                </gmd:URL>
            </gmd:linkage>
            <gmd:protocol>
               <gco:CharacterString>WWW:LINK-1.0-http--link</gco:CharacterString>
            </gmd:protocol>
            <gmd:function>
               <gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode"
                                          codeListValue="download"/>
            </gmd:function>
         </gmd:CI_OnlineResource>
      </gmd:onLine>
   </gmd:MD_DigitalTransferOptions>
</gmd:transferOptions>
Transfer size
- Name
 
gmd:transferSize
- Description
 
Estimated size of a unit in the specified transfer format, expressed in
      megabytes. The transfer size is > 0.0
Transformation dimension description
- Name
 
gmd:transformationDimensionDescription
- Description
 
Transformation dimension mapping
- Name
 
gmd:transformationDimensionMapping
- Description
 
Transformation parameter availability
- Name
 
gmd:transformationParameterAvailability
- Description
 
Indication of whether or not parameters for transformation between image
      coordinates and geographic or map coordinates exist (are available)
- Condition
 
mandatory
Triangulation indicator
- Name
 
gmd:triangulationIndicator
- Description
 
Turnaround
- Name
 
gmd:turnaround
- Description
 
Type
- Name
 
gmd:type
- Description
 
Type
- Name
 
gmd:type
- Context
 
gmd:MD_CodeDomain
- Description
 
Type definition
- Name
 
gmd:type
- Context
 
gmd:MD_Type
- Description
 
Value unit
- Name
 
gmd:units
- Description
 
Units of distribution
- Name
 
gmd:unitsOfDistribution
- Description
 
Update scope
- Name
 
gmd:updateScope
- Description
 
Update scope description
- Name
 
gmd:updateScopeDescription
- Description
 
URL
- Name
 
gmd:URL
- Description
 
Usage datetime
- Name
 
gmd:usageDateTime
- Description
 
Date and time of the first use or range of uses of the resource and/or resource
      series (YYYY-MM-DDThh:mm:ss)
Use constraints
- Name
 
gmd:useConstraints
- Description
 
Constraints applied to assure the protection of privacy or intellectual
      property, and any special restrictions or limitations or warnings on using the
      resource
Use limitation
- Name
 
gmd:useLimitation
- Description
 
<gmd:useLimitation xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                   xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:CharacterString>Unless otherwise indicated, re-use of content on the EEA website
              for commercial or non-commercial purposes is permitted free of charge, provided that
              the source is acknowledged. The EEA re-use policy follows Directive 2003/98/EC of the
              European Parliament and the Council on the re-use of public sector information
              throughout the European Union and Commission Decision 2006/291/EC, Euratom on the
              re-use of Commission information. The EEA accepts no responsibility or liability
              whatsoever for the re-use of content accessible on its website. Any inquiries about
              re-use of content on the EEA website should be addressed to Ove Caspersen, EEA,
              Kongens Nytorv 6, DK-1050 Copenhagen K, Tel +45 33 36 71 00, Fax +45 33 36 71 99,
              e-mail copyrights at eea.europa.eu
            </gco:CharacterString>
</gmd:useLimitation>
User contact info
- Name
 
gmd:userContactInfo
- Description
 
Identification of and means of communicating with person(s) and organization(s)
      using the resource(s)
- Condition
 
mandatory
User defined maintenance frequency
- Name
 
gmd:userDefinedMaintenanceFrequency
- Description
 
User determined limitations
- Name
 
gmd:userDeterminedLimitations
- Description
 
User note
- Name
 
gmd:userNote
- Description
 
Explanation of the application of the legal constraints or other restrictions
      and legal prerequisites for obtaining and using the resource or metadata
Value
- Name
 
gmd:value
- Context
 
gmd:DQ_QuantitativeResult
- Description
 
- Condition
 
mandatory
Value
- Name
 
gmd:value
- Description
 
Value
- Name
 
gmd:value
- Context
 
gmd:MD_Type
- Description
 
Value type
- Name
 
gmd:valueType
- Description
 
| code | label | 
|---|---|
| Boolean | Boolean | 
| Real | Real | 
| Integer | Integer | 
| Ratio | Ratio | 
| Percentage | Percentage | 
| Measure(s) (value(s) + unit(s)) | Measure(s) (value(s) + unit(s)) | 
Value unit
- Name
 
gmd:valueUnit
- Description
 
- Condition
 
mandatory
Version
- Name
 
gmd:version
- Context
 
gmd:RS_Identifier
- Description
 
<gmd:version xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
             gco:nilReason="missing">
   <gco:CharacterString/>
</gmd:version>
Version
- Name
 
gmd:version
- Description
 
- Condition
 
mandatory
<gmd:version xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
             gco:nilReason="missing">
   <gco:CharacterString/>
</gmd:version>
Vertical CRS
- Name
 
gmd:verticalCRS
- Description
 
Provides information about the origin from which the maximum and minimum elevation
      values are measured
Vertical element
- Name
 
gmd:verticalElement
- Description
 
- Condition
 
conditional
Voice
- Name
 
gmd:voice
- Description
 
Volumes
- Name
 
gmd:volumes
- Description
 
West bound
- Name
 
gmd:westBoundLongitude
- Description
 
Western-most coordinate of the limit of the dataset extent, expressed in
      longitude in decimal degrees (positive east)
- Condition
 
mandatory
<gmd:westBoundLongitude xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                        xmlns:xlink="http://www.w3.org/1999/xlink">
   <gco:Decimal>-33.90432</gco:Decimal>
</gmd:westBoundLongitude>
Axis
- Name
 
gml:axis
- Description
 
Axis abbreviation
- Name
 
gml:axisAbbrev
- Description
 
Axis direction
- Name
 
gml:axisDirection
- Description
 
Begin
- Name
 
gml:begin
- Description
 
Begin date
- Name
 
gml:beginPosition
- Description
 
<gml:beginPosition xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                   xmlns:xlink="http://www.w3.org/1999/xlink">2006-01-01</gml:beginPosition>
Catalogue symbol
- Name
 
gml:catalogSymbol
- Description
 
Coordinates
- Name
 
gml:coordinates
- Description
 
Coordinate system axis
- Name
 
gml:CoordinateSystemAxis
- Description
 
Description
- Name
 
gml:description
- Description
 
Description reference
- Name
 
gml:descriptionReference
- Description
 
Domain of validity
- Name
 
gml:domainOfValidity
- Description
 
Duration
- Name
 
gml:duration
- Description
 
End
- Name
 
gml:end
- Description
 
End date
- Name
 
gml:endPosition
- Description
 
<gml:endPosition xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                 xmlns:xlink="http://www.w3.org/1999/xlink">2006-12-31</gml:endPosition>
Outer boundary
- Name
 
gml:exterior
- Description
 
Identifier
- Name
 
gml:id
- Description
 
Ellipsoid
- Name
 
gml:id
- Context
 
gmd:MD_CRS
- Description
 
Identifier
- Name
 
gml:identifier
- Description
 
Inner boundary
- Name
 
gml:interior
- Description
 
Linear ring
- Name
 
gml:LinearRing
- Description
 
A gml:LinearRing is defined by four or more coordinate tuples, with linear
      interpolation between them; the first and last coordinates shall be
      coincident.
Line
- Name
 
gml:LineString
- Description
 
A gml:LineString is a special curve that consists of a single segment with
      linear interpolation. It is defined by two or more coordinate tuples, with linear
      interpolation between them.
Maximum value
- Name
 
gml:maximumValue
- Description
 
Metadata property
- Name
 
gml:metaDataProperty
- Description
 
Minimum value
- Name
 
gml:minimumValue
- Description
 
Name
- Name
 
gml:name
- Description
 
Point
- Name
 
gml:Point
- Description
 
Polygon
- Name
 
gml:Polygon
- Description
 
A gml:Polygon is a special surface that is defined by a single surface patch.
      The boundary of this patch is coplanar and the polygon uses planar interpolation in its
      interior.
Projected CRS
- Name
 
gml:ProjectedCRS
- Description
 
Quantity Type
- Name
 
gml:quantityType
- Description
 
Quantity Type Reference
- Name
 
gml:quantityTypeReference
- Description
 
Range meaning
- Name
 
gml:rangeMeaning
- Description
 
Realization epoch
- Name
 
gml:realizationEpoch
- Description
 
Related time
- Name
 
gml:relatedTime
- Description
 
Remarks
- Name
 
gml:remarks
- Description
 
Scope
- Name
 
gml:scope
- Description
 
Time edge
- Name
 
gml:TimeEdge
- Description
 
Time instant
- Name
 
gml:TimeInstant
- Description
 
Time interval
- Name
 
gml:timeInterval
- Description
 
conforms to ISO 11404 which is based on floating point values for temporal length.
      ISO 11404 syntax specifies the use of a positiveInteger together with appropriate values for
      radix and factor. The resolution of the time interval is to one radix ^(-factor) of the
      specified time unit.
      The value of the unit is either selected from the units for time intervals from ISO 31-1:1992,
      or is another suitable unit. The encoding is defined for GML in gml:TimeUnitType. The second
      component of this union type provides a method for indicating time units other than the six
      standard units given in the enumeration.
Time node
- Name
 
gml:TimeNode
- Description
 
Time period
- Name
 
gml:TimePeriod
- Description
 
<gml:TimePeriod xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml"
                gml:id="d28e322a1049886">
   <gml:beginPosition>2006-01-01</gml:beginPosition>
   <gml:endPosition>2006-12-31</gml:endPosition>
</gml:TimePeriod>
Time position
- Name
 
gml:timePosition
- Description
 
Time position
- Name
 
gml:TimePosition
- Description
 
unitsSystem
- Name
 
gml:unitsSystem
- Description
 
Unit of measure
- Name
 
gml:uom
- Description
 
Vertical CRS
- Name
 
gml:VerticalCRS
- Description
 
Vertical CS
- Name
 
gml:verticalCS
- Description
 
Vertical CS
- Name
 
gml:VerticalCS
- Description
 
Vertical datum
- Name
 
gml:verticalDatum
- Description
 
Vertical datum
- Name
 
gml:VerticalDatum
- Description
 
Anchor
- Name
 
gmx:Anchor
- Description
 
Field of application
- Name
 
gmx:fieldOfApplication
- Description
 
File name
- Name
 
gmx:FileName
- Description
 
Name
- Name
 
gmx:name
- Description
 
Scope
- Name
 
gmx:scope
- Description
 
Date
- Name
 
gmx:versionDate
- Description
 
Version
- Name
 
gmx:versionNumber
- Description
 
Period duration
- Name
 
gts:TM_PeriodDuration
- Description
 
The duration data type is used to specify a time interval.
The time interval is specified in the following form "PnYnMnDTnHnMnS" where:
* P indicates the period (required)
* nY indicates the number of years
* nM indicates the number of months
* nD indicates the number of days
* T indicates the start of a time section (required if you are going to specify hours,
minutes, or seconds)
* nH indicates the number of hours
* nM indicates the number of minutes
* nS indicates the number of seconds
Hidden Elements
- Name
 
hidden-elements
- Description
 
Identifier
- Name
 
id
- Description
 
Indeterminate position
- Name
 
indeterminatePosition
- Description
 
Standard codelists Indeterminate position (indeterminatePosition)
| code | label | 
|---|---|
| after | After | 
| before | Before | 
| now | Now | 
| unknown | Unknown | 
Indirect projection system (for non geographical resources)
- Name
 
InDirectReferenceSystem
- Description
 
Radix
- Name
 
radix
- Description
 
Source URL
- Name
 
src
- Description
 
Spatial Reference System Name
- Name
 
srsName
- Description
 
Access Properties
- Name
 
srv:accessProperties
- Description
 
Connect Point
- Name
 
srv:connectPoint
- Description
 
Contains Operations
- Name
 
srv:containsOperations
- Description
 
Coupled Resource
- Name
 
srv:coupledResource
- Description
 
Coupling Type
- Name
 
srv:couplingType
- Description
 
Distributed Computing Platforms
- Name
 
srv:DCP
- Description
 
Distributed Computing Platforms list
- Name
 
srv:DCPList
- Description
 
Standard codelists Distributed Computing Platforms list (srv:DCPList)
| description | code | label | 
|---|---|---|
| DCP is XML | XML | XML | 
| DCP is CORBA | CORBA | CORBA | 
| DCP is JAVA | JAVA | JAVA | 
| DCP is COM | COM | COM | 
| DCP is SQL | SQL | SQL | 
| DCP is WebServices | WebServices | Web services | 
Depends On
- Name
 
srv:dependsOn
- Description
 
List of operations that must be completed immediately before current operation
      is invoked, structured as a list for capturing alternate predecessor paths and sets for
      capturing parallel predecessor paths
Description
- Name
 
srv:description
- Description
 
Direction
- Name
 
srv:direction
- Description
 
Extent
- Name
 
srv:extent
- Description
 
Identifier
- Name
 
srv:identifier
- Description
 
Invocation Name
- Name
 
srv:invocationName
- Description
 
The name used to invoke this interface within the context of the DCP. The name
      is identical for all DCPs
Keywords
- Name
 
srv:keywords
- Description
 
Name
- Name
 
srv:name
- Description
 
Operates On
- Name
 
srv:operatesOn
- Description
 
Operation Description
- Name
 
srv:operationDescription
- Description
 
Operation Name
- Name
 
srv:operationName
- Description
 
Optionality
- Name
 
srv:optionality
- Description
 
Parameters
- Name
 
srv:parameters
- Description
 
Provider Name
- Name
 
srv:providerName
- Description
 
Repeatability
- Name
 
srv:repeatability
- Description
 
Restrictions
- Name
 
srv:restrictions
- Description
 
Legal and security constraints on accessing the service and distributing data
      generated by the service
Service Contact
- Name
 
srv:serviceContact
- Description
 
Service Type
- Name
 
srv:serviceType
- Description
 
Service type name from a registry of services. For example, the values of the
      nameSpace and name attributes of GeneralName may be 'OGC' and 'catalogue'
| code | label | 
|---|---|
| OGC:WMS | OGC Web Map Service (OGC:WMS) | 
| OGC:WFS | OGC Web Feature Service (OGC:WFS) | 
| OGC:WCS | OGC Web Coverage Service (OGC:WCS) | 
| W3C:HTML:DOWNLOAD | Download (W3C:HTML:DOWNLOAD) | 
| W3C:HTML:LINK | Information (W3C:HTML:LINK) | 
| discovery | INSPIRE Discovery Service (discovery) | 
| view | INSPIRE View Service (view) | 
| download | INSPIRE Download Service (download) | 
| transformation | INSPIRE Transformation Service (transformation) | 
| other | INSPIRE Other Services (other) | 
Service Version
- Name
 
srv:serviceTypeVersion
- Description
 
Provides for searching based on the version of serviceType. For example, we may
      only be interested in OGC Catalogue V1.1 services. If version is maintained as a
      separate attribute, users can easily search for all services of a type regardless of the
      version
Coupled Resource
- Name
 
srv:SV_CoupledResource
- Description
 
Coupling Type
- Name
 
srv:SV_CouplingType
- Description
 
Standard codelists Coupling Type (srv:SV_CouplingType)
| code | label | description | 
|---|---|---|
| tight | Tight | Tightly coupled: data associated | 
| mixed | Mixed | Mixed coupled: data associated; in addition, external data might be processed | 
| loose | Loose | Loosely coupled: no data associated | 
Operation
- Name
 
srv:SV_OperationMetadata
- Description
 
Parameter
- Name
 
srv:SV_Parameter
- Description
 
Parameter direction
- Name
 
srv:SV_ParameterDirection
- Description
 
Standard codelists Parameter direction (srv:SV_ParameterDirection)
| code | label | 
|---|---|
| in | Input | 
| out | Output | 
| in/out | Input/output | 
Service Identification (19119)
- Name
 
srv:SV_ServiceIdentification
- Description
 
Value type
- Name
 
srv:valueType
- Description
 
Unit
- Name
 
unit
- Description
 
Units of measure
- Name
 
uom
- Description
 
Recommended values
| code | label | 
|---|---|
| m | meters | 
Metadata uuid
- Name
 
uuidref
- Description
 
URL
- Name
 
xlink:href
- Description
 
Supplies the data that allows an XLink application to find a remote resource (or
      resource fragment) [W3C XLINK]
URL title
- Name
 
xlink:title
- Description
 
Link
- Name
 
xlink:type
- Description
 
Years
- Name
 
years
- Description
 
Zone
- Name
 
zone
- Description
 
Standard codelists
List of all codelists available in the standard.
Standard codelists Date type code (gmd:CI_DateTypeCode)
| code | label | description | 
|---|---|---|
| creation | Creation | Date identifies when the resource was brought into existence | 
| publication | Publication | Date identifies when the resource was issued | 
| revision | Revision | Date identifies when the resource was examined or re-examined and improved or amended | 
Standard codelists OnLine function code (gmd:CI_OnLineFunctionCode)
| code | label | description | 
|---|---|---|
| download | Download | Online instructions for transferring data from one storage device or system to another | 
| information | Information | Online information about the resource | 
| offlineAccess | Offline access | Online instructions for requesting the resource from the provider | 
| order | Order | Online order process for obtening the resource | 
| search | Search | Online search interface for seeking out information about the resource | 
Standard codelists Presentatiewijze code (gmd:CI_PresentationFormCode)
| code | label | description | 
|---|---|---|
| documentDigital | Digital document | Digital representation of a primarily textual item (can contain illustrations also) | 
| imageDigital | Digital image | Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format | 
| documentHardcopy | Hardcopy document | Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media | 
| imageHardcopy | Hardcopy image | Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user | 
| mapDigital | Digital map | Map represented in raster or vector form | 
| mapHardcopy | Hardcopy map | Map printed on paper, photographic material, or other media for use directly by the human user | 
| modelDigital | Digital model | Multi-dimensional digital representation of a feature, process, etc. | 
| modelHardcopy | Hardcopy model | 3-dimensional, physical model | 
| profileDigital | Digital profile | Vertical cross-section in digital form | 
| profileHardcopy | Hardcopy profile | Vertical cross-section printed on paper, etc. | 
| tableDigital | Digital table | Digital representation of facts or figures systematically displayed, especially in columns | 
| tableHardcopy | Hardcopy table | Representation of facts or figures systematically displayed, especially in columns, printed onpapers, photographic material, or other media | 
| videoDigital | Digital video | Digital video recording | 
| videoHardcopy | Hardcopy video | Video recording on film | 
Standard codelists Role code (gmd:CI_RoleCode)
| code | label | description | 
|---|---|---|
| resourceProvider | Resource provider | Party that supplies the resource | 
| custodian | Custodian | Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource | 
| owner | Owner | Party that owns the resource | 
| user | User | Party who uses the resource | 
| distributor | Distributor | Party who distributes the resource | 
| originator | Originator | Party who created the resource | 
| pointOfContact | Point of contact | Party who can be contacted for acquiring knowledge about or acquisition of the resource | 
| principalInvestigator | Principal investigator | Key party responsible for gathering information and conducting research | 
| processor | Processor | Party that has processed the data in a manner such that the resource has been modified | 
| publisher | Publisher | Party who published the resource | 
| author | Author | Party who authored the resource | 
Standard codelists Evaluation method type code (gmd:DQ_EvaluationMethodTypeCode)
| code | label | description | 
|---|---|---|
| directInternal | Direct internal | Method of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated | 
| directExternal | Direct external | Method of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required | 
| indirect | Indirect | Method of evaluating the quality of a dataset based on external knowledge | 
Standard codelists Association Type (gmd:DS_AssociationTypeCode)
| code | label | description | 
|---|---|---|
| crossReference | Cross reference | Reference from one dataset to another | 
| largerWorkCitation | Larger work citation | Reference to a master dataset of which this one is a part | 
| partOfSeamlessDatabase | Part of seamless database | Part of the same structured set of data held in a computer | 
| source | Source | Mapping and charting information from which the dataset content originates | 
| stereoMate | Stereo mate | Part of a set of imagery that when used together, provides three-dimensional images | 
Standard codelists Initiative Type (gmd:DS_InitiativeTypeCode)
| code | label | description | 
|---|---|---|
| campaign | Campaign | Series of organized planned actions | 
| collection | Collection | Accumulation of datasets assembled for a specific purpose | 
| exercise | Exercise | Specific performance of a function or group of functions | 
| experiment | Experiment | Process designed to find if something is effective or valid | 
| investigation | Investigation | Search or systematic inquiry | 
| mission | Mission | Specific operation of a data collection system | 
| sensor | Sensor | Device or piece of equipment which detects or records | 
| operation | Operation | Action that is part of a series of actions | 
| platform | Platform | Vehicle or other support base that holds a sensor | 
| process | Process | Method of doing something involving a number of steps | 
| program | Program | Specific planned activity | 
| project | Project | Organized undertaking, research, or development | 
| study | Study | Examination or investigation | 
| task | Task | Piece of work | 
| trial | Trial | Process of testing to discover or demonstrate something | 
Standard codelists Cell geometry code (gmd:MD_CellGeometryCode)
| code | label | description | 
|---|---|---|
| point | Point | Each cell represents a point | 
| area | Area | Each cell represents an area | 
Standard codelists Characterset code (gmd:MD_CharacterSetCode)
| code | label | description | 
|---|---|---|
| ucs2 | UCS2 | 16-bit fixed size Universal Character Set, based on ISO/IEC 10646 | 
| ucs4 | UCS4 | 32-bit fixed size Universal Character Set, based on ISO/IEC 10646 | 
| utf7 | UTF7 | 7-bit variable size UCS Transfer Format, based on ISO/IEC 10646 | 
| utf8 | UTF8 | 8-bit variable size UCS Transfer Format, based on ISO/IEC 10646 | 
| utf16 | UTF16 | 16-bit variable size UCS Transfer Format, based on ISO/IEC 10646 | 
| 8859part1 | 8859 Part 1 | ISO/IEC 8859-1, Information technology - 8-bit single byte coded graphic character sets - Part 1 : Latin alphabet No.1 | 
| 8859part2 | 8859 Part 2 | ISO/IEC 8859-2, Information technology - 8-bit single byte coded graphic character sets - Part 2 : Latin alphabet No.2 | 
| 8859part3 | 8859 Part 3 | ISO/IEC 8859-3, Information technology - 8-bit single byte coded graphic character sets - Part 3 : Latin alphabet No.3 | 
| 8859part4 | 8859 Part 4 | ISO/IEC 8859-4, Information technology - 8-bit single byte coded graphic character sets - Part 4 : Latin alphabet No.4 | 
| 8859part5 | 8859 Part 5 | ISO/IEC 8859-5, Information technology - 8-bit single byte coded graphic character sets - Part 5 : Latin/Cyrillic alphabet | 
| 8859part6 | 8859 Part 6 | ISO/IEC 8859-6, Information technology - 8-bit single byte coded graphic character sets - Part 6 : Latin/Arabic alphabet | 
| 8859part7 | 8859 Part 7 | ISO/IEC 8859-7, Information technology - 8-bit single byte coded graphic character sets - Part 7 : Latin/Greek alphabet | 
| 8859part8 | 8859 Part 8 | ISO/IEC 8859-8, Information technology - 8-bit single byte coded graphic character sets - Part 8 : Latin/Hebrew alphabet | 
| 8859part9 | 8859 Part 9 | ISO/IEC 8859-9, Information technology - 8-bit single byte coded graphic character sets - Part 9 : Latin alphabet No.5 | 
| 8859part10 | 8859 Part 10 | ISO/IEC 8859-10, Information technology - 8-bit single byte coded graphic character sets - Part 10 : Latin alphabet No.6 | 
| 8859part11 | 8859 Part 11 | ISO/IEC 8859-11, Information technology - 8-bit single byte coded graphic character sets - Part 11 : Latin/Thai alphabet | 
| 8859part13 | 8859 Part 13 | ISO/IEC 8859-13, Information technology - 8-bit single byte coded graphic character sets - Part 13 : Latin alphabet No.7 | 
| 8859part14 | 8859 Part 14 | ISO/IEC 8859-14, Information technology - 8-bit single byte coded graphic character sets - Part 14 : Latin alphabet No.8 (Celtic) | 
| 8859part15 | 8859 Part 15 | ISO/IEC 8859-15, Information technology - 8-bit single byte coded graphic character sets - Part 15 : Latin alphabet No.9 | 
| 8859part16 | 8859 Part 16 | ISO/IEC 8859-16, Information technology - 8-bit single byte coded graphic character sets - Part 16 : Latin alphabet No.10 | 
| jis | JIS | Japanese code set used for electronic transmission | 
| shiftJIS | Shift JIS | Japanese code set used on MS-DOS machines | 
| eucJP | EUC JP | Japanese code set used on UNIX based machines | 
| usAscii | US ASCII | United States ASCII code set (ISO 646 US) | 
| ebcdic | EBCDIC | IBM mainframe code set | 
| eucKR | EUC KR | Korean code set | 
| big5 | Big 5 | Traditional Chinese code set used in Taiwan, Hong Kong of China and other areas | 
| GB2312 | GB2312 | Simplified Chinese code set | 
Standard codelists Classification code (gmd:MD_ClassificationCode)
| code | label | description | 
|---|---|---|
| unclassified | Unclassified | Available for general disclosure | 
| restricted | Restricted | Not for general disclosure | 
| confidential | Confidential | Available for someone who can be entrusted with information | 
| secret | Secret | Kept or meant to be kept private, unknown, or hidden from all but a select group of people | 
| topSecret | Top secret | Of the highest secrecy | 
Standard codelists Content type code (gmd:MD_CoverageContentTypeCode)
| code | label | description | 
|---|---|---|
| image | Image | Meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter | 
| thematicClassification | Thematic classification | Code value with no quantitative meaning, used to represent a physical quantity | 
| physicalMeasurement | Physical measurement | Value in physical units of the quantity being measured | 
Standard codelists Data type code (gmd:MD_DatatypeCode)
| code | label | description | 
|---|---|---|
| class | Class | Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior | 
| codelist | Codelist | Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior | 
| enumeration | Enumeration | Data type whose instances form a list of named literal values, not extendable | 
| codelistElement | Codelist element | Permissible value for a codelist or enumeration | 
| abstractClass | Abstract class | Class that cannot be directly instantiated | 
| aggregateClass | Aggregate class | Class that is composed of classes it is connected to by an aggregate relationship | 
| specifiedClass | Specified class | Subclass that may be substituted for its superclass | 
| datatypeClass | Datatype class | Class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage | 
| interfaceClass | Interface class | Named set of operations that characterize the behavior of an element | 
| unionClass | Union class | Class describing a selection of one of the specified types | 
| metaClass | Meta class | Class whose instances are classes | 
| typeClass | Type class | Class used for specification of a domain of instances (objects), together with the operations applicable to the objects. A type may have attributes and associations | 
| characterString | Character string | Free text field | 
| integer | Integer | Numerical field | 
| association | Association | Semantic relationship between two classes that involves connections among their instances | 
Standard codelists Dimension type code (gmd:MD_DimensionNameTypeCode)
| code | label | description | 
|---|---|---|
| row | Row | Ordinate (y) axis | 
| column | Column | Abscissa (x) axis | 
| vertical | Vertical | Vertical (z) axis | 
| track | Track | Along the direction of motion of the scan point | 
| crossTrack | Cross track | Perpendicular to the direction of motion of the scan point | 
| line | Line | Scan line of a sensor | 
| sample | Sample | Element along a scan line | 
| time | Time | Duration | 
Standard codelists Geometric Object Type (gmd:MD_GeometricObjectTypeCode)
| code | label | description | 
|---|---|---|
| complex | Complex | Set of geometric primitives such that their boundaries can be represented as a union of other primitives | 
| composite | Composite | Connected set of curves, solids or surfaces | 
| curve | Curve | Bounded, 1-dimensional geometric primitive, representing the continuous image of a line | 
| point | Point | Zero-dimensional geometric primitive, representing a position but not having an extent | 
| solid | Solid | Bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space | 
| surface | Surface | Bounded, connected 2-dimensional geometric primitive, representing the continuous image of a region of a plane | 
Standard codelists Imaging Condition Code (gmd:MD_ImagingConditionCode)
| code | label | description | 
|---|---|---|
| blurredImage | Blurred image | Portion of the image is blurred | 
| cloud | Cloud | Portion of the image is partially obscured by cloud cover | 
| degradingObliquity | Degrading obliquity | Acute angle between the plane of the ecliptic (the plane of the Earth s orbit) and the plane of the celestial equator | 
| fog | Fog | Portion of the image is partially obscured by fog | 
| heavySmokeOrDust | Heavy smoke or dust | Portion of the image is partially obscured by heavy smoke or dust | 
| night | Night | Image was taken at night | 
| rain | Rain | Image was taken during rainfall | 
| semiDarkness | Semi darkness | Image was taken during semi-dark conditions -- twilight conditions | 
| shadow | Shadow | Portion of the image is obscured by shadow | 
| snow | Snow | Portion of the image is obscured by snow | 
| terrainMasking | Terrain masking | The absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest | 
Standard codelists Keyword Type Code (gmd:MD_KeywordTypeCode)
| code | label | description | 
|---|---|---|
| discipline | Discipline | Keyword identifies a branch of instruction or specialized learning | 
| place | Place | Keyword identifies a location | 
| stratum | Stratum | Keyword identifies the layer(s) of any deposited substance | 
| temporal | Temporal | Keyword identifies a time period related to the dataset | 
| theme | Theme | Keyword identifies a particular subject or topic | 
Standard codelists Maintenance Frequency (gmd:MD_MaintenanceFrequencyCode)
| code | label | description | 
|---|---|---|
| continual | Continual | Data is repeatedly and frequently updated | 
| daily | Daily | Data is updated each day | 
| weekly | Weekly | Data is updated on a weekly basis | 
| fortnightly | Fortnightly | Data is updated every two weeks | 
| monthly | Monthly | Data is updated each month | 
| quarterly | Quarterly | Data is updated every three months | 
| biannually | Biannually | Data is updated twice each year | 
| annually | Annually | Data is updated every year | 
| asNeeded | As needed | Data is updated as deemed necessary | 
| irregular | Irregular | Data is updated in intervals that are uneven in duration | 
| notPlanned | Not planned | There are no plans to update the data | 
| unknown | Unknown | Frequency of maintenance for the data is not known | 
Standard codelists Medium format (gmd:MD_MediumFormatCode)
| code | label | description | 
|---|---|---|
| cpio | CPIO | CoPy In / Out (UNIX file format and command) | 
| tar | TAR | Tape ARchive | 
| highSierra | High sierra | High sierra file system | 
| iso9660 | ISO9660 | Information processing volume and file structure of CD-ROM | 
| iso9660RockRidge | ISO9660 Rock Ridge | Rock ridge interchange protocol (UNIX) | 
| iso9660AppleHFS | ISO9660 Apple HFS | Hierarchical file system (Macintosh) | 
Standard codelists Medium name code (gmd:MD_MediumNameCode)
| code | label | description | 
|---|---|---|
| cdRom | CDROM | Read-only optical disk | 
| dvd | DVD | Digital versatile disk | 
| dvdRom | DVDROM | Digital versatile disk, read only | 
| 3halfInchFloppy | 3 Half Inch Floppy | 3,5 inch magnetic disk | 
| 5quarterInchFloppy | 5 Quarter Inch Floppy | 5,25 inch magnetic disk | 
| 7trackTape | 7 Track tape | 7 track magnetic tape | 
| 9trackTape | 9 track tape | 9 track magnetic tape | 
| 3480Cartridge | 3480 Cartridge | 3480 cartridge tape drive | 
| 3490Cartridge | 3490 Cartridge | 3490 cartridge tape drive | 
| 3580Cartridge | 3580 Cartridge | 3580 cartridge tape drive | 
| 4mmCartridgeTape | 4 mm Cartridge tape | 4 millimetre magnetic tape | 
| 8mmCartridgeTape | 8 mm Cartridge tape | 8 millimetre magnetic tape | 
| 1quarterInchCartridgeTape | 1 Quarter inch cartridge tape | 0,25 inch magnetic tape | 
| digitalLinearTap | Digital linear tape | Half inch cartridge streaming tape drive | 
| onLine | Online | Direct computer linkage | 
| satellite | Satellite | Linkage through a satellite communication system | 
| telephoneLink | Telephone link | Communication through a telephone network | 
| hardcopy | Hardcopy | Pamphlet or leaflet giving descriptive information | 
Standard codelists Obligation code (gmd:MD_ObligationCode)
| code | label | description | 
|---|---|---|
| mandatory | Mandatory | Element is always required | 
| optional | Optional | Element is not required | 
| conditional | Conditional | Element is required when a specific condition is met | 
Standard codelists Pixel orientation code (gmd:MD_PixelOrientationCode)
| code | label | description | 
|---|---|---|
| center | Center | Point halfway between the lower left and the upper right of the pixel | 
| lowerLeft | Lower left | The corner in the pixel closest to the origin of the SRS; if two are at the same distance from the origin, the one with the smallest x-value | 
| lowerRight | Lower right | Next corner counterclockwise from the lower left | 
| upperRight | Upper right | Next corner counterclockwise from the lower right | 
| upperLeft | Upper left | Next corner counterclockwise from the upper right | 
Standard codelists Progress (gmd:MD_ProgressCode)
| code | label | description | 
|---|---|---|
| completed | Completed | Production of the data has been completed | 
| historicalArchive | Historical archive | Data has been stored in an offline storage facility | 
| obsolete | Obsolete | Data is no longer relevant | 
| onGoing | On going | Data is continually being updated | 
| planned | Planned | Fixed date has been established upon or by which the data will be created or updated | 
| required | Required | Data needs to be generated or updated | 
| underDevelopment | Under development | Data is currently in the process of being created | 
Those values are defined in the standard but hidden when editing.
| code | label | description | 
|---|---|---|
| notobsolete | Not obsolete | 
Standard codelists Access Restriction (gmd:MD_RestrictionCode)
| code | label | description | 
|---|---|---|
| copyright | Copyright | Exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor | 
| patent | Patent | Government has granted exclusive right to make, sell, use or license an invention or discovery | 
| patentPending | Pending patent | Produced or sold information awaiting a patent | 
| trademark | Trademark | A name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer | 
| license | License | Formal permission to do something | 
| intellectualPropertyRights | Intellectual property rights | Rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity | 
| restricted | Restricted | Withheld from general circulation or disclosure | 
| otherRestrictions | Other restrictions | Limitation not listed | 
Standard codelists Scope code (gmd:MD_ScopeCode)
| code | label | description | 
|---|---|---|
| attribute | Attribute | Information applies to the attribute class | 
| attributeType | Attribute type | Information applies to the characteristic of a feature | 
| collectionHardware | Collection hardware | Information applies to the collection hardware class | 
| collectionSession | Collection session | Information applies to the collection session | 
| dataset | Dataset | Information applies to the dataset | 
| series | Series | Information applies to the series | 
| nonGeographicDataset | Non geographic dataset | Information applies to non-geographic data | 
| dimensionGroup | Dimension group | Information applies to a dimension group | 
| feature | Feature | Information applies to a feature | 
| featureType | Feature type | Information applies to a feature type | 
| propertyType | Property type | Information applies to a property type | 
| fieldSession | Field session | Information applies to a field session | 
| software | Software | Information applies to a computer program or routine | 
| service | Service | Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case | 
| model | Model | Information applies to a copy or imitation of an existing or hypothetical object | 
| tile | Tile | Information applies to a tile, a spatial subset of geographic data | 
Those values are defined in the standard but hidden when editing.
| code | label | description | 
|---|---|---|
| map map-static map-interactive featureCatalog | Map Static map Interactive map Feature catalog | 
- Displayed only if
 
/ancestor::node()[name()='gmd:MD_Metadata']/gmd:identificationInfo/srv:SV_ServiceIdentification
Standard codelists Scope code (gmd:MD_ScopeCode)
| code | label | description | 
|---|---|---|
| service | Service | Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case | 
Standard codelists Spatial Representation Type (gmd:MD_SpatialRepresentationTypeCode)
| code | label | description | 
|---|---|---|
| vector | Vector | Vector data is used to represent geographic data | 
| grid | Grid | Grid data is used to represent geographic data | 
| textTable | Text, table | Textual or tabular data is used to represent geographic data | 
| tin | TIN | Triangulated irregular network | 
| stereoModel | Stereo model | Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images | 
| video | Video | Scene from a video recording | 
Standard codelists Topic category code (gmd:MD_TopicCategoryCode)
| code | label | description | 
|---|---|---|
| farming | Farming | Rearing of animals and/or cultivation of plants. Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock | 
| biota | Biota | Flora and/or fauna in natural environment. Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat | 
| boundaries | Boundaries | Legal land descriptions. Examples: political and administrative boundaries | 
| climatologyMeteorologyAtmosphere | Climatology, meteorology, atmosphere | Processes and phenomena of the atmosphere. Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation | 
| economy | Economy | Economic activities, conditions and employment. Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas | 
| elevation | Elevation | Height above or below sea level. Examples: altitude, bathymetry, digital elevation models, slope, derived products | 
| environment | Environment | Environmental resources, protection and conservation. Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape | 
| geoscientificInformation | Geoscientific information | Information pertaining to earth sciences. Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth s rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, hydrogeology, erosion | 
| health | Health | Health, health services, human ecology, and safety. Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services | 
| imageryBaseMapsEarthCover | Imagery base maps earth cover | Base maps. Examples: land cover, topographic maps, imagery, unclassified images, annotations | 
| intelligenceMilitary | Intelligence military | Military bases, structures, activities. Examples: barracks, training grounds, military transportation, information collection | 
| inlandWaters | Inland waters | Inland water features, drainage systems and their characteristics. Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts | 
| location | Location | Positional information and services. Examples: addresses, geodetic networks, control points, postal zones and services, place names | 
| oceans | Oceans | Features and characteristics of salt water bodies (excluding inland waters). Examples: tides, tidal waves, coastal information, reefs | 
| planningCadastre | Planning cadastre | Information used for appropriate actions for future use of the land. Examples: land use maps, zoning maps, cadastral surveys, land ownership | 
| society | Society | Characteristics of society and cultures. Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information | 
| structure | Structure | Man-made construction. Examples: buildings, museums, churches, factories, housing, monuments, shops, towers | 
| transportation | Transportation | Means and aids for conveying persons and/or goods. Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways | 
| utilitiesCommunication | Utilities communication | Energy, water and waste systems and communications infrastructure and services. Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks | 
Standard codelists Topology Level (gmd:MD_TopologyLevelCode)
| code | label | description | 
|---|---|---|
| geometryOnly | Geometry only | Geometry objects without any additional structure which describes topology | 
| topology1D | Topology 1D | 1-dimensional topological complex -- commonly called chain-node topology | 
| planarGraph | Planar graph | 1-dimensional topological complex that is planar. (A planar graph is a graph that can be drawn in a plane in such a way that no two edges intersect except at a vertex.) | 
| fullPlanarGraph | Full planar graph | 2-dimensional topological complex that is planar. (A 2-dimensional topological complex is commonly called full topology in a cartographic 2D environment.) | 
| surfaceGraph | Surface graph | 1-dimensional topological complex that is isomorphic to a subset of a surface. (A geometric complex is isomorphic to a topological complex if their elements are in a one-to-one, dimensional-and boundry-preserving correspondence to one another.) | 
| fullSurfaceGraph | Full surface graph | 2-dimensional topological complex that is isomorphic to a subset of a surface | 
| topology3D | Topology 3D | 3-dimensional topological complex. (A topological complex is a collection of topological primitives that are closed under the boundary operations.) | 
| fullTopology3D | Full topology 3D | Complete coverage of a 3D Euclidean coordinate space | 
| abstract | Abstract | Topological complex without any specified geometric realisation | 
Standard codelists (gmd:MX_ScopeCode)
| code | label | description | 
|---|---|---|
| attribute | Attribute | Information applies to the attribute class | 
| attributeType | Attribute type | Information applies to the characteristic of a feature | 
| collectionHardware | Collection hardware | Information applies to the collection hardware class | 
| collectionSession | Collection session | Information applies to the collection session | 
| dataset | Dataset | Information applies to the dataset | 
| series | Series | Information applies to the series | 
| nonGeographicDataset | Non geographic dataset | Information applies to non-geographic data | 
| dimensionGroup | Dimension group | Information applies to a dimension group | 
| feature | Feature | Information applies to a feature | 
| featureType | Feature type | Information applies to a feature type | 
| propertyType | Property type | Information applies to a property type | 
| fieldSession | Field session | Information applies to a field session | 
| software | Software | Information applies to a computer program or routine | 
| service | Service | Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case | 
| model | Model | Information applies to a copy or imitation of an existing or hypothetical object | 
| tile | Tile | Information applies to a tile, a spatial subset of geographic data | 
| initiative | Initiative | The referencing entity applies to a transfer aggregate which was originally identified as an initiative (DS_Initiative) | 
| stereomate | Stereo mate | The referencing entity applies to a transfer aggregate which was originally identified as a stereo mate (DS_StereoMate) | 
| sensor | Sensor | The referencing entity applies to a transfer aggregate which was originally identified as a sensor (DS_Sensor) | 
| platformSeries | Platform series | The referencing entity applies to a transfer aggregate which was originally identified as a platform series (DS_PlatformSeries) | 
| sensorSeries | Sensor series | The referencing entity applies to a transfer aggregate which was originally identified as a sensor series (DS_SensorSeries) | 
| productionSeries | Production series | The referencing entity applies to a transfer aggregate which was originally identified as a production series (DS_ProductionSeries) | 
| transferAggregate | Transfer aggregate | The referencing entity applies to a transfer aggregate which has no existence outside of the transfer context | 
| otherAggregate | Other aggregate | The referencing entity applies to a transfer aggregate which has an existence outside of the transfer context, but which does not pertains to a specific aggregate type. | 
Standard codelists Distributed Computing Platforms list (srv:DCPList)
| description | code | label | 
|---|---|---|
| DCP is XML | XML | XML | 
| DCP is CORBA | CORBA | CORBA | 
| DCP is JAVA | JAVA | JAVA | 
| DCP is COM | COM | COM | 
| DCP is SQL | SQL | SQL | 
| DCP is WebServices | WebServices | Web services | 
Standard codelists Coupling Type (srv:SV_CouplingType)
| code | label | description | 
|---|---|---|
| tight | Tight | Tightly coupled: data associated | 
| mixed | Mixed | Mixed coupled: data associated; in addition, external data might be processed | 
| loose | Loose | Loosely coupled: no data associated | 
Standard codelists Parameter direction (srv:SV_ParameterDirection)
| code | label | 
|---|---|
| in | Input | 
| out | Output | 
| in/out | Input/output | 
Standard codelists (SDS_category)
| code | label | description | 
|---|---|---|
| http://inspire.ec.europa.eu/metadata-codelist/Category/harmonised | harmonised | Harmonised | 
| http://inspire.ec.europa.eu/metadata-codelist/Category/interoperable | interoperable | Interoperable | 
| http://inspire.ec.europa.eu/metadata-codelist/Category/invocable | invocable | Invocable | 
Standard codelists (SDS_DCP)
| code | label | description | 
|---|---|---|
| xml | XML | XML | 
| corba | CORBA | CORBA | 
| java | JAVA | JAVA | 
| com | COM | COM | 
| sql | SQL | SQL | 
| webServices | Web Services | Web Services | 
Standard codelists Nil reason (gco:nilReason)
| code | label | 
|---|---|
| missing | Missing | 
| inapplicable | Inapplicable | 
| template | Template | 
| unknown | Unknown | 
| withheld | Withheld | 
Standard codelists Indeterminate position (indeterminatePosition)
| code | label | 
|---|---|
| after | After | 
| before | Before | 
| now | Now | 
| unknown | Unknown |