gmd:DQ_QuantitativeResult
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/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 id="ID"> <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:name>string</gml:name> <gml:quantityType>string</gml:quantityType> <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>