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

Scope

Name Scope
Definition Specific basic information on the quality of the spatial data service is documented by the Scope metadata element.
Obligation
  • service: mandatory 
Multiplicity [1]
Example service
This element specifies the level to which the quality information relates, ie its scope.

Tehnical data
 
INSPIRE equivalent Scope
Comparison with INSPIRE equivalent
ISO equivalent [6] level
Comparison with ISO equivalent, but limited to datasets, dataset series, and spatial data services
XPath level
Data type MD_ScopeCode
Domain MD_ScopeCode<<CodeList>>
Implementation instructions The level to which the quality information relates, ie their scope, must be specified. Data quality must be expressed at the level of the entire data source. Therefore, it is documented using the gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode element, in a way that contains the "service" value of the ISO 19139 MD_ScopeCode code list. In addition, in the gmd:scope/gmd:DQ_Scope/gmd:levelDescription/gmd:MD_ScopeDescription/gmd:other element, the Name/Role Name for the XML value "service" of the MD_ScopeCode code list, ie "service", must be specified.
 
Encoding example: Documenting the scope for spatial data service
 
<gmd:MD_Metadata…

    <gmd:dataQualityInfo>
       <gmd: DQ_DataQuality>

          <gmd:scope>
             <gmd:DQ_Scope>
                <gmd:level>
                   <gmd:MD_ScopeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode" codeListValue="service">service</gmd:MD_ScopeCode>
                </gmd:level>
                <gmd:levelDescription>
                   <gmd:MD_ScopeDescription>
                      <gmd:other>
                         <gco:CharacterString>usluga</gco:CharacterString>
                      </gmd:other>
                   </gmd:MD_ScopeDescription>
                </gmd:levelDescription>
             </gmd:DQ_Scope>
          </gmd:scope>

       </gmd:DQ_DataQuality>
    </gmd:dataQualityInfo>

</gmd:MD_Metadata>