Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 3.27 KB

conditions-for-access-and-use.md

File metadata and controls

63 lines (40 loc) · 3.27 KB

Conditions for Access and Use

Purpose: Test the technical restrictions of access and use of spatial data sets and services.

Prerequisites

Test method

Reference(s)

  • TG MD, 2.3.7 , Req c.18

Test type: Automated

Notes

The multiplicity of Legal Constraints is one to n. But only one shall exists for describing the 'conditions for access and use' with the features described above.

According to ISO/TS 19139:2007, it is also recommended that the Access Constraints or Use Constraints element has a non-empty free text value.

This element shall not be the same one as used for describing conditions applying to conditions-applying-to-access-and-use.

Correct description example:

 <gmd:resourceConstraints>
      <gmd:MD_LegalConstraints>
           <gmd:useConstraints>
                <gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions"/>
           </gmd:useConstraints>
           <gmd:otherConstraints>
                <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/ ConditionsApplyingToAccessAndUse/noConditionsApply">
                     No conditions apply to access and use 
                </gmx:Anchor>
           </gmd:otherConstraints>
      </gmd:MD_LegalConstraints>
 </gmd:resourceConstraints>

Contextual XPath references

The namespace prefixes used as described in README.md.

Abbreviation XPath expression (relative to /gmd:MD_Metadata/gmd:identificationInfo/*/gmd:resourceConstraints)
Legal Constraints gmd:MD_LegalConstraints
Access Constraints gmd:MD_LegalConstraints/gmd:accessConstraints
Use Constraints gmd:MD_LegalConstraints/gmd:useConstraints
Other Constraints gmd:MD_LegalConstraints/gmd:otherConstraints
Anchor gmd:MD_LegalConstraints/gmd:otherConstraints/gmx:Anchor