Name | Limitations on public access: access |
Definition | Access limitations are applied to ensure the protection of privacy or intellectual rights, or any other impediments or restrictions to access data resource. |
Obligation |
|
Multiplicity | [1..*] for accessConstraints per each MD_LegalConstraints instance |
Example | other restrictions |
Only one instance of this element is required, which must have a code list value "other constraints". |
Tehnical data
INSPIRE equivalent | Limitations on public access (access constraints) |
Comparison with INSPIRE | equivalent |
ISO equivalent | [70] accessConstraints |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/resourceConstraints/*/accessConstraints |
Data type | MD_RestrictionCode |
Domain | MD_RestrictionCode<<CodeList>> |
Implementation instructions | This metadata element provides information about limitations on public access to data and the reasons why they occur. Article 13 of Directive 2007/2/EC prescribes the cases in which public access to a spatial data source may be limited. Public access to spatial data sources through the discovery service may be limited if such access could adversely affect international relations, national security and national defense. Public access to spatial data sources through view, download, transformation and invoke services or e-commerce services may be limited if such access could adversely affect one of Article 13 (a) (h) of Directive 2007/2/EC. At least one reason must be documented as a limitation on public access or in case there are no limitations, to emphasize this fact, in such a way that the element gmd:resourceConstraints/gmd: MD_LegalConstraints includes:
|
Encoding example
<gmd:MD_Metadata... ... <gmd:identificationInfo> <gmd:MD_DataIdentification> ... <gmd:resourceConstraints> <gmd:MD_LegalConstraints> <gmd:accessConstraints> <gmd:MD_RestrictionCode codeList="https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions">other restrictions</gmd:MD_RestrictionCode> </gmd:accessConstraints> <gmd:otherConstraints> <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/INSPIRE_Directive_Article13_1d">public access limited according to Article 13(1)(d) of the INSPIRE Directive</gmx:Anchor> </gmd:otherConstraints> ... </gmd:MD_LegalConstraints> </gmd:resourceConstraints> ... </gmd:MD_DataIdentification> </gmd:identificationInfo> ... </gmd:MD_Metadata> |