Name | Conditions of access and use: other constraints |
Definition | Other restrictions and legal terms of access and use of sources or metadata. |
Obligation | Mandatory. |
Multiplicity | [1..*] for otherConstraints per each MD_LegalConstraints instance |
Example | no conditions for access and use |
By accessing the website of the Register of Geographical Names of the Republic of Croatia and published data and services, the user accepts the terms of their use | |
This element provides information on the conditions of access and use of spatial data sources and fees for use if they are provided or in the case when they are not defined or are unknown, it states this fact. |
Tehnical data
INSPIRE equivalent | Conditions applying to access and use (other constraints) |
Comparison with INSPIRE | equivalent |
ISO equivalent | [72] otherConstraints |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/resourceConstraints/*/otherConstraints |
Data type | gmx:Anchor |
Domain |
|
Implementation instructions |
Conditions for accessing and using spatial data sources are documented using the gmd:resourceConstraints/ gmd:MD_LegalConstraints element in a way that includes:
It is also recommended that you provide a link (URL) to a document or website that contains information about the license type. |
Encoding example 1: Conditions of access and use - no conditions
<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/ConditionsApplyingToAccessAndUse/noConditionsApply">no conditions for access and use</gmx:Anchor> </gmd:otherConstraints> </gmd:MD_LegalConstraints> </gmd:resourceConstraints> ... </gmd:MD_DataIdentification> </gmd:identificationInfo> ... </gmd:MD_Metadata> |
Encoding example 2: Conditions of access and use - use conditions
<gmd:MD_Metadata... ... <gmd:identificationInfo> <gmd:MD_DataIdentification> ... <gmd:resourceConstraints> <gmd:MD_LegalConstraints> <gmd:useConstraints> <gmd:MD_RestrictionCode codeList="https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions">other restrictions</gmd:MD_RestrictionCode> </gmd:useConstraints> <gmd:otherConstraints> <gmx:Anchor xlink:href="http://rgi.dgu.hr/wp-content/uploads/2016/04/Uvjeti_koristenja_WFS_RGI.pdf">By accessing the website of the Register of Geographical Names of the Republic of Croatia and published data and services, the use accepts the terms of their use.</gmx:Anchor> </gmd:otherConstraints> </gmd:MD_LegalConstraints> </gmd:resourceConstraints> ... </gmd:MD_DataIdentification> </gmd:identificationInfo> ... </gmd:MD_Metadata> |