Schema Central > niem40 > dataQuality.xsd > gmd:DQ_QuantitativeResult
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gmd:DQ_QuantitativeResult

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group gco:ObjectIdentification
uuid [0..1]xsd:stringfrom group gco:ObjectIdentification

Used in

Substitution hierarchy

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>