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

Conformity: degree

Name Conformity: degree (invocable spatial data service)
Definition Indication of conformity result.
Obligation
  • service: mandatory for invocable spatial data service
Multiplicity [1] within one conformity documentation, but there may be multiple conformity documentation
Example conformant
The degree of conformance must indicate that the service is in full conformance with the cited specification.

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
  • true if the data source conforms to the cited specification (conformant)
Implementation instructions The degree of conformance of the invocable spatial data service with at least one technical specification must be documented, and is documented according to the general implementation guidelines for documenting source conformance.


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>