Conformity: degree
| Name | Conformity: degree |
| Definition | Indication of conformity result. |
| Obligation |
|
| Multiplicity | [1] within one conformity documentation, but there may be multiple conformity documentation |
| Example | conformant |
This element serves to declare the conformity of a data source with an official document. INSPIRE implementation rules for metadata (COMMISSION REGULATION (EC) No 1205/2008, Part D) define three degrees of conformity: conformant, notConformant, and notEvaluated. The three degrees of conformity follow the following rules:
Following the adoption of the INSPIRE/NSDI Implementing Rules for the Interoperability of Spatial Data and Services, it is recommended that conformance is declared for all datasets as conformant or non-conformant with these documents. Conformity with several documents can be made. In such a case, conformity elements are documented for each document. |
|
Tehnical data
| INSPIRE equivalent | Conformity: Degree |
| Comparison with INSPIRE | equivalent |
| ISO euivalent | [132] pass |
| Comparison with ISO | equivalent |
| XPath | dataQualityInfo/*/report/*/result/*/pass |
| Data type | Boolean |
| Domain |
|
| Implementation instructions | The degree of conformance is documented using the gmd:DQ_ConformanceResult/gmd:pass element so that the gco:Boolean element contains the value:
However, if the degree of conformance is not determined, the gmd:DQ_ConformanceResult/gmd:pass element should be blank, but must contain a nilReason attribute with a value of unknown ("unknown" XML value). |
Encoding example
| <gmd:MD_Metadata... ... <gmd:dataQualityInfo> <gmd:DQ_DataQuality> <gmd:report> <gmd:DQ_DomainConsistency> <gmd:result> <gmd:DQ_ConformanceResult> ... <gmd:pass> <gco:Boolean>true</gco:Boolean> </gmd:pass> </gmd:DQ_ConformanceResult> </gmd:result> </gmd:DQ_DomainConsistency> </gmd:report> ... </gmd:DQ_DataQuality> </gmd:dataQualityInfo> ... </gmd:MD_Metadata> |
