om:quality
Instance-specific quality assessment or measure. Allow multiple quality measures if required.
Element information
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0
Schema document: external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0/observation.xsd
Type: gmd:DQ_Element_PropertyType
Properties: Local, Qualified
Content
- Choice [0..1]from subst. group gmd:AbstractDQ_TemporalAccuracyfrom subst. group gmd:AbstractDQ_ThematicAccuracyfrom subst. group gmd:AbstractDQ_PositionalAccuracyfrom subst. group gmd:AbstractDQ_LogicalConsistency
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
niem-xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group niem-xlink:simpleLink | |
niem-xlink:href | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:role | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:arcrole | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:title | [0..1] | xsd:string | from group niem-xlink:simpleLink | |
niem-xlink:show | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
niem-xlink:actuate | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
uuidref | [0..1] | xsd:string | from group gco:ObjectReference | |
gco:nilReason | [0..1] | gml:NullType |
Used in
- Type om:AbstractObservationType (Element om:AbstractObservation)
- Type om:CategoryObservationType via extension of om:AbstractObservationType (Element om:CategoryObservation)
- Type om:CommonObservationType via extension of om:AbstractObservationType (Element om:CommonObservation)
- Type om:ComplexObservationType via extension of om:AbstractObservationType (Element om:ComplexObservation)
- Type om:CountObservationType via extension of om:AbstractObservationType (Element om:CountObservation)
- Type om:DiscreteCoverageObsType via extension of om:AbstractObservationType (Element om:DiscreteCoverageObs)
- Type om:DiscreteCoverageObservationType via extension of om:AbstractObservationType (Element om:DiscreteCoverageObservation)
- Type om:ElementCoverageObservationType via extension of om:AbstractObservationType (Element om:ElementCoverageObservation)
- Type om:MeasurementType via extension of om:AbstractObservationType (Element om:Measurement)
- Type om:ObservationType via extension of om:AbstractObservationType (Element om:Observation)
- Type om:PointCoverageObsType via extension of om:AbstractObservationType (Element om:PointCoverageObs)
- Type om:PointCoverageObservationType via extension of om:AbstractObservationType (Element om:PointCoverageObservation)
- Type om:TimeSeriesObsType via extension of om:AbstractObservationType (Element om:TimeSeriesObs)
- Type om:TimeSeriesObservationType via extension of om:AbstractObservationType (Element om:TimeSeriesObservation)
- Type om:TruthObservationType via extension of om:AbstractObservationType (Element om:TruthObservation)
Sample instance
<om:quality> <gmd:DQ_TemporalValidity id="ID"> <gmd:nameOfMeasure> <gco:CharacterString>string</gco:CharacterString> </gmd:nameOfMeasure> <gmd:measureIdentification> <gmd:MD_Identifier id="ID">... </gmd:MD_Identifier> </gmd:measureIdentification> <gmd:measureDescription> <gco:CharacterString>string</gco:CharacterString> </gmd:measureDescription> <gmd:evaluationMethodType> <gmd:DQ_EvaluationMethodTypeCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:DQ_EvaluationMethodTypeCode> </gmd:evaluationMethodType> <gmd:evaluationMethodDescription> <gco:CharacterString>string</gco:CharacterString> </gmd:evaluationMethodDescription> <gmd:evaluationProcedure> <gmd:CI_Citation id="ID">... </gmd:CI_Citation> </gmd:evaluationProcedure> <gmd:dateTime> <gco:DateTime>2000-01-01T12:00:00</gco:DateTime> </gmd:dateTime> <gmd:result> <gmd:DQ_ConformanceResult id="ID">... </gmd:DQ_ConformanceResult> </gmd:result> </gmd:DQ_TemporalValidity> </om:quality>