Preskočite na glavni sadržaj
Login
State Geodetic Administration logo National Spatial Data Infrastructure logo

Service type

Name Service type
Definition Name of the spatial data service type from the list of services.
Obligation
  • dataset or dataset series: not applicable. 
  • service: mandatory 
Multiplicity [1]
Example view
The observed service is classified into only one category. One SpatialDataServiceType from the INSPIRE code list value must be specified depending on the resource type.

Tehnical data
 
INSPIRE equivalent Spatial data service type
Comparison with INSPIRE equivalent
ISO equivalent [1] serviceType
Comparison with ISO equivalent
XPath identificationInfo[1]/*/serviceType
Data type generic name (GenericName)
Domain SpatialDataServiceType<<>>
Implementation instructions It is not possible to specify the type of spatial data service with this element, as the domain values ​​of this element are limited to the SpatialDataServiceType INSPIRE code list values ​​and the number of this metadata element is [1] (ie OGC WMS or WMTS for view service). However, such additional information can be documented using keywords, srv:serviceTypeVersion or gmd:transferOptions/*/gmd:protocol metadata element.
 
Encoding example: Documenting the spatial data service type
 
<gmd:MD_Metadata...
...
     <gmd:identificationInfo>
         <srv:SV_ServiceIdentification>
...
            <srv:serviceType>
                <gco:LocalName codeSpace="http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType">view</gco:LocalName>
            </srv:serviceType>
...
         </srv:SV_ServiceIdentification>
     </gmd:identificationInfo>
...
</gmd:MD_Metadata>

Encoding example 2: Specifying spatial data service type
 
<gmd:MD_Metadata...
...
     <gmd:identificationInfo>
         <srv:SV_ServiceIdentification>
...
            <srv:serviceTypeVersion>
                <gco:CharacterString>OGC:WMS</gco:CharacterString>
            </srv:serviceTypeVersion >
...
         </srv:SV_ServiceIdentification>
     </gmd:identificationInfo>
...
</gmd:MD_Metadata>