Name | Limitations on public access: other constraints |
Definition | Other limitations and legal terms of access to and use of sources or metadata. |
Obligation |
|
Multiplicity | [1..*] for otherConstraints per each MD_LegalConstraints instance |
Example | public access limited according to Article 13(1)(d) of the INSPIRE Directive |
This element provides information on the type and reasons for limitations on public access to the spatial data source or, in the absence of limitations, states that fact. |
Tehnical data
INSPIRE equivalent | Limitations on public access (other constraints) |
Comparison with INSPIRE | equivalent |
ISO equivalent | [72] otherConstraints |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/resourceConstraints/*/otherConstraints |
Data type | gmx:Anchor |
Domain | LimitationsOnPublicAccess<<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">ostala ograničenja</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> |