gmd:DQ_ConformanceResult
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/dataQuality.xsd
Type: gmd:DQ_ConformanceResult_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:specification [1..1]
- gmd:explanation [1..1]
- gmd:pass [1..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_ConformanceResult_PropertyType
- Type gmd:DQ_Result_PropertyType (Element gmd:result)
Substitution hierarchy
- gmd:AbstractDQ_Result
- can be substituted with gmd:DQ_ConformanceResult
Sample instance
<gmd:DQ_ConformanceResult> <gmd:specification> <gmd:CI_Citation> <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:specification> <gmd:explanation> <gco:CharacterString>string</gco:CharacterString> </gmd:explanation> <gmd:pass> <gco:Boolean>true</gco:Boolean> </gmd:pass> </gmd:DQ_ConformanceResult>