Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.8 KB

A.22.IR27.IR28.metadata.pointofcontact.node.md

File metadata and controls

29 lines (19 loc) · 1.8 KB

A.22.IR27.metadata.pointofcontact.details.node

Purpose: INSPIRE is more demanding than ISO 19115 by mandating both the name of the organisation, and a contact e-mail address. The role of the responsible party serving as a metadata point of contact is out of scope of the Metadata Regulation INS MD, but this property is mandated by ISO 19115. Its value shall be defaulted to “pointOfContact”.

Prerequisites

  • Test for the existence of default element namespace.
  • Test for the existence of the namespaces for INSPIRE View Services inspire_vs and inspire_common.

Test method

  • Check if there is a MetadataPointOfContact node in the ExtendedCapabilities section.
  • If yes, check if there is a OrganisationName node and a EmailAddress node in the MetadataPointOfContact section.

Reference(s):

  • TG VS, Chapter 4.2.3.3.1.15

Notes

Contextual XPath references

The namespace prefixes used as described in README.md.

Abbreviation XPath expression
MetadataPointOfContact /WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:MetadataPointOfContact
ExtendedCapabilities /WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities
OrganisationName /WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:MetadataPointOfContact/inspire_common:OrganisationName
EmailAddress /WMS_Capabilities/Capability/inspire_vs:ExtendedCapabilities/inspire_common:MetadataPointOfContact/inspire_common:EmailAddress