Inspect the instance document under test to assess whether the metadata record is describing geographic data; e.g.
/gmd:MD_Metadata/gmd:hierarchyLevel/gmd:MD_ScopeCode != “nonGeographicDataset”
|
Inspect the instance document under test to assess whether the geographic extent is specified using a bounding box. Abstract test http://wis.wmo.int/2012/metadata/conf/ISO-TS-19139-2007-rule-based-validation shall ensure that the bounding box is correctly specified. Geographic extent bounding box is specified using the following XPath:
/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ |
|
↘gmd:extent/gmd:EX_Extent/gmd:geographicExtent/gmd:EX_GeographicBoundingBox |
|