Skip to content

Latest commit

 

History

History
80 lines (51 loc) · 4.37 KB

README.md

File metadata and controls

80 lines (51 loc) · 4.37 KB

Conformance class: Information accessibility, Administrative Units (DRAFT)

Conformance class for the requirements related to the accessibility of referenced information, for example, information stored in registries (code lists, coordinate reference systems).

To be able to test this conformance class, the encoding of the data set must be known, i.e. this is a parameterized conformance class. The XPath expressions used in this test suite assume that the GML encoding is used. If used with the GML encoding this conformance class has an indirect dependency to the conformance class "GML application schemas, Administrative Units".

This conformance class is part of the Abstract Test Suite for the INSPIRE Data Specification on Administrative Units.

Standardization target type

INSPIRE spatial data set

Dependencies

Direct dependencies

A direct dependency is another conformance class whose requirements must be met by the data set, too.

Specification Conformance class Parameters
TG DS Template Information accessibility n/a

Indirect dependencies

An indirect dependency is another conformance class whose requirements must be met by a related resource.

Specification Conformance class Related resource Parameters
TG DS-AU GML application schemas, Administrative Units INSPIRE spatial data set encoded in GML, Administrative Units features n/a

Feature types

The instantiable feature types are:

AdministrativeUnits:

  • AdministrativeBoundary
  • AdministrativeUnit
  • Condominium

MaritimeUnits:

  • Baseline
  • MaritimeBoundary
  • MaritimeZone

Note: When "features" or "spatial objects" are mentioned in the test cases, this refers only to instances of feature types of this application schema, not to any types specified in any other application schema.

External document references

The following abbreviations are used in the test text for referring to external documents:

Abbreviation Document name
TG DS-AU INSPIRE Data Specification on Administrative Units – Technical Guidelines version 3.1
TG DS Template INSPIRE Data Specification Template version 3.0rc3

Test Cases

Identifier Status Test case in TG DS-AU
Code lists ready for review A.6.1
Feature references ready for review A.1.4

XML namespace prefixes

The following prefixes are used to refer to the corresponding XML namespaces in all test descriptions:

Prefix Namespace
gml http://www.opengis.net/gml/3.2
au http://inspire.ec.europa.eu/schemas/au/4.0 or urn:x-inspire:specification:gmlas:AdministrativeUnits:3.0
au3 urn:x-inspire:specification:gmlas:AdministrativeUnits:3.0
mu urn:x-inspire:specification:gmlas:MaritimeUnits:3.0

The following variables are used to refer to the corresponding Xpath expressions in all test descriptions:

Variable Value
$features //schema-element(au:AdministrativeBoundary) | //schema-element(au:AdministrativeUnit) | //schema-element(au:Condominium) | //schema-element(mu:Baseline) | //schema-element(mu:MaritimeBoundary) | //schema-element(mu:MaritimeZone)