Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.58 KB

at84-getcapabilities-layer-metadata.md

File metadata and controls

39 lines (22 loc) · 1.58 KB

Layer Metadata

Purpose: Test that each layer is uniquely identified by an harmonished name.

Prerequisites

Test method

The Unique Resource Identifier and Name INSPIRE metadata elements are mapped to the Identifier OGC WMTS standard element.

  • Send a getCapabilities request to the service endpoint. Into the response:

    • For each Layer element:

      • Check that an Identifier element is given and it is a non-empty value.

        • Identifier element value must match with one of the harmonised layer names given in TG VS or it's amendments.
      • Check that each identifier value is unique for each of the layers included in the GetCapabilities response.

Reference(s):

  • TG VS, Chapter 5.2.3.3.4, Requirement 84

Test type: Automated

Notes

The multiplicity of this element is 1 for each layer.

The mapping between the rest of INSPIRE layer metadata elements and OGC WMTS elements is implemented in the Abstract Tests from at85 to at91.

Contextual XPath references

The namespace prefixes used as described in README.md.

Abbreviation XPath expression (relative to /Capabilities)
Layer Contents/Layer
Identifier Contents/Layer/ows:Identifier