gmd:DQ_Scope
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/dataQuality.xsd
Type: gmd:DQ_Scope_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:level [1..1]
- gmd:extent [0..1]
- gmd:levelDescription [0..*]
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_Scope_PropertyType (Element gmd:scope)
Sample instance
<gmd:DQ_Scope> <gmd:level> <gmd:MD_ScopeCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_ScopeCode> </gmd:level> <gmd:extent> <gmd:EX_Extent> <gmd:description>... </gmd:description> <gmd:geographicElement>... </gmd:geographicElement> <gmd:temporalElement>... </gmd:temporalElement> <gmd:verticalElement>... </gmd:verticalElement> </gmd:EX_Extent> </gmd:extent> <gmd:levelDescription> <gmd:MD_ScopeDescription> <gmd:attributes/> </gmd:MD_ScopeDescription> </gmd:levelDescription> </gmd:DQ_Scope>