Preskočite na glavni sadržaj
Login
State Geodetic Administration logo National Spatial Data Infrastructure logo

Conditions of access and use: other restrictions

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
  • ConditionsApplyingToAccessAndUse<<CodeList>> or
  • condition information in text form with a link (URL) to a document or website describing the stated conditions or fees.
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:

  • one instance of gmd:accessConstraints/gmd:MD_RestrictionCode element (Conditions of access and use: access) or gmd:useConstraints/gmd:MD_RestrictionCode element (Conditions of access and use: use) which in both cases should contain the value of other restrictions("otherRestrictions" XML value) ISO 19139 MD_RestrictionCode code list,

  • one or more instances of the gmd:otherConstraints element (Conditions of access and use: other restrictions), depending on the number of conditions, where it is necessary to use gmx:Anchor element to specify the appropriate condition and reference to the description of the same:

    • If the conditions of access and use of data sources are not defined or are not known, the same should be documented using the appropriate value from the INSPIRE code list: ConditionsApplyingToAccessAndUse:

      • no conditions for access and use ("noConditionsApply" XML value) if the conditions of access and use are not defined or

      • conditions for access and use unknown ("conditionsUnknown" XML value) if conditions are not known

    • ​In all other cases, when the conditions of access and use are defined or a fee for the use of data sources is provided, it is necessary to provide a textual description of the conditions (in the language of metadata) and a link (URL) to a document or website describing the terms or fees listed, if any

    • In the xlink: href attribute of the gmx: Anchor element, it is necessary to provide a link to the corresponding code list value, ie a description of the condition, and the element content can be the name or definition of the code list value, ie condition information, in metadata language.

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>