gmd:DQ_CompletenessOmission
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_CompletenessOmission_Type
Properties: Global, Qualified
Content
- gmd:nameOfMeasure [0..*]
- gmd:measureIdentification [0..1]
- gmd:measureDescription [0..1]
- gmd:evaluationMethodType [0..1]
- gmd:evaluationMethodDescription [0..1]
- gmd:evaluationProcedure [0..1]
- gmd:dateTime [0..*]
- gmd:result [1..2]
from type gmd:AbstractDQ_Element_Type
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_CompletenessOmission_PropertyType
- Type gmd:DQ_Completeness_PropertyType
- Type gmd:DQ_Element_PropertyType (Elements gmd:report, om:quality)
Substitution hierarchy
- gmd:AbstractDQ_Element
- can be substituted with gmd:AbstractDQ_Completeness
- can be substituted with gmd:DQ_CompletenessOmission
- can be substituted with gmd:AbstractDQ_Completeness
Sample instance
<gmd:DQ_CompletenessOmission id="ID"> <gmd:nameOfMeasure> <gco:CharacterString>string</gco:CharacterString> </gmd:nameOfMeasure> <gmd:measureIdentification> <gmd:MD_Identifier id="ID"> <gmd:authority>... </gmd:authority> <gmd:code>... </gmd:code> </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:title>... </gmd:title> <gmd:alternateTitle>... </gmd:alternateTitle> <gmd:date>... </gmd:date> <gmd:edition>... </gmd:edition> <gmd:editionDate>... </gmd:editionDate> <gmd:identifier>... </gmd:identifier> <gmd:citedResponsibleParty>... </gmd:citedResponsibleParty> <gmd:presentationForm>... </gmd:presentationForm> <gmd:series>... </gmd:series> <gmd:otherCitationDetails>... </gmd:otherCitationDetails> <gmd:collectiveTitle>... </gmd:collectiveTitle> <gmd:ISBN>... </gmd:ISBN> <gmd:ISSN>... </gmd:ISSN> </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:specification>... </gmd:specification> <gmd:explanation>... </gmd:explanation> <gmd:pass>... </gmd:pass> </gmd:DQ_ConformanceResult> </gmd:result> </gmd:DQ_CompletenessOmission>