Name | Conditions of access and use: access |
Definition | Restrictions on access to the source or metadata. |
Obligation | Conditional. Mandatory if "Conditions of access and use: use" is not documented. |
Multiplicity | [0..*] for accessConstraints 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: use" is not documented. |
Tehnical data
INSPIRE equivalent | Conditions applying to access and use |
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 |
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 - 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> |