Name | Conditions of access and use - technical restrictions |
Definition | Restrictions on access to the source or metadata. |
Obligation | mandatory for interoperable spatial data service |
Multiplicity | [1..*] |
Example | other restrictions |
According to Commission Regulation (EU) no. 1312/2014, in addition to generic restrictions (conditions or rules of use, licenses, etc.), it is necessary to specify all technical restrictions for access and use of the interoperable spatial data service. |
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 |
At least one technical condition on access and use of the interoperable spatial data service must be documented, and shall be documented according to the principle described in the implementing guidelines for documenting the Conditions of access and use of resources. Information on technical conditions of access and use of the spatial data service may be listed together with the consditions listed in the Conditions of access and use element. |
Encoding example: Indicating technical limitations of interoperable service
<gmd:MD_Metadata... ... <gmd:identificationInfo> <gmd:SV_ServiceIdentification> ... <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="https://oss.uredjenazemlja.hr/public/inspire_dkp.jsp">To use this service, registration is needed, after which the user will be assigned a unique token to invoke the INSPIRE view service. A unique token needs to be stored for future use. When fulfilling the application, it is necessary to accept the terms of use of the INSPIRE view network service. The use of the network view service of cadastral parcels and cadastral municipalities is free of charge.</gmx:Anchor> </gmd:otherConstraints> </gmd:MD_LegalConstraints> </gmd:resourceConstraints> ... </gmd:SV_ServiceIdentification> </gmd:identificationInfo> ... </gmd:MD_Metadata> |