Name | Conditions of access and use: use |
Definition | Restrictions on the use of the source or metadata. |
Obligation | Conditional. Mandatory if "Conditions of access and use: access" is not documented. |
Multiplicity | [0..*] for useConstraints per each MD_LegalConstraints instance |
Example | other restrictions |
Either "Conditions of access and use: access" or "Conditions of access and use: use" should be documented. Only one instance of this element is needed, which must have the value "other restrictions" of the code list, if the element "Conditions of access and use: access" is not documented. |
Tehnical data
INSPIRE equivalent | Conditions applying to access and use |
Comparison with INSPIRE | equivalent |
ISO equivalent | [71] useConstraints |
Comparison with ISO | equivalent |
XPath | identificationInfo[1]/*/resourceConstraints/*/useConstraints |
Data type | MD_RestrictionCode |
Domain | MD_RestrictionCode<<CodeList>> |
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: 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> |