Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.19 KB

at48-getcapabilities-layer-dimension-pairs.md

File metadata and controls

33 lines (19 loc) · 1.19 KB

Layer Dimension Pairs

Purpose: Test that is provided a Dimension element to declare one or more dimensional parameters.

Prerequisites

Test method

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

    • For each Layer element:

      • Check that exists a Dimension element. If yes, for each Dimension

        • Check that Dimension element has an attribute 'name' defining the name of the dimension and an attribute 'units' defining the units of the measure.

Reference(s):

  • TG VS, Chapter 4.2.3.3.4.10, Requirement 48

Test type: Automated

Notes

The multiplicity of this element is 0 or more.

Contextual XPath references

The namespace prefixes used as described in README.md.

Abbreviation XPath expression (relative to /wms:WMS_Capabilities)
Layer wms:Capability/*/wms:Layer
Dimension wms:Capability/*/wms:Layer/wms:Dimension