Purpose: A View Service must contain a non-empty Title and Abstract to fulfill the INSPIRE Metadata requirements for Resource Title, Resource Abstract and Spatial Resolution.
Prerequisites
- Test for the existence of default element namespace.
Test method
- Check that both Title and Abstract exist and are non-empty. If so, pass the test. Otherwise fail the test.
Reference(s):
- TG VS, Requirement 10, Chapter 4.2.3.3.1
Notes
The namespace prefixes used as described in README.md.
Abbreviation | XPath expression |
---|---|
Title | /wms:WMS_Capabilities/wms:Service/wms:Title |
Abstract | /wms:WMS_Capabilities/wms:Service/wms:Abstract |