Name | Scope |
Definition | Specific data to which data quality information relates. Scope describes what the data refers to, with possible values "dataset" or "dataset series". |
Obligation |
|
Multiplicity | [1] |
Example | dataset |
This element specifies the level to which the quality information relates, ie its scope. |
Technical data
INSPIRE equivalent | Scope |
Comparison with INSPIRE | equivalent |
ISO equivalent | [6] level |
Comparision with ISO | equivalent, but limited to spatial datasets, dataset series and 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 it contains one of the following two values of the ISO 19139 MD_ScopeCode code list, depending on the type of resource:
|
Encoding example: Specifying scope for the dataset
<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="dataset">dataset</gmd:MD_ScopeCode> </gmd:level> </gmd:DQ_Scope> <gmd:scope> … </gmd:DQ_DataQuality> </gmd:dataQualityInfo> … </gmd:MD_Metadata> |