gmd:DQ_QuantitativeResult
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/dataQuality.xsd
Type: gmd:DQ_QuantitativeResult_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:valueType [0..1]
- gmd:valueUnit [1..1]
- gmd:errorStatistic [0..1]
- gmd:value [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:DQ_QuantitativeResult_PropertyType
- Type gmd:DQ_Result_PropertyType (Element gmd:result)
Substitution hierarchy
- gmd:AbstractDQ_Result
- can be substituted with gmd:DQ_QuantitativeResult
Sample instance
<gmd:DQ_QuantitativeResult> <gmd:valueType> <gco:RecordType>string</gco:RecordType> </gmd:valueType> <gmd:valueUnit> <gml:UnitDefinition gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:quantityType>string</gml:quantityType> <gml:quantityTypeReference/> <gml:catalogSymbol>string</gml:catalogSymbol> </gml:UnitDefinition> </gmd:valueUnit> <gmd:errorStatistic> <gco:CharacterString>string</gco:CharacterString> </gmd:errorStatistic> <gmd:value> <gco:Record>any content</gco:Record> </gmd:value> </gmd:DQ_QuantitativeResult>