Name | Service type |
Definition | Name of the spatial data service type from the list of services. |
Obligation |
|
Multiplicity | [1] |
Example | view |
The type of spatial data network service is documented according to the general implementation instructions, and in this particular case the type of service should be "view", "download", "discovery" or "transformation" ("view", "download", "discovery" or "transformation" XML values), depending on the type of spatial data network service. |
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 | Metadata elements that document spatial data service identification information must be contained in only one instance of the gmd:MD_Metadata/gmd:identificationInfo/srv:SV_ServiceIdentification 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> |