gml:gridDomain
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:GridDomainType
Properties: Global, Qualified
Content
- gml:Grid [0..1]
Attributes
Used in
- Type gml:AbstractCoverageType (Element gml:_Coverage)
- Type gml:GridCoverageType (Element gml:GridCoverage)
- Type gml:AbstractContinuousCoverageType via extension of gml:AbstractCoverageType (Element gml:_ContinuousCoverage)
- Type gml:AbstractDiscreteCoverageType via extension of gml:AbstractCoverageType (Element gml:_DiscreteCoverage)
Substitution hierarchy
- gml:domainSet
- can be substituted with gml:gridDomain
Sample instance
<gml:gridDomain> <gml:Grid dimension="1"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:limits> <gml:GridEnvelope>... </gml:GridEnvelope> </gml:limits> <gml:axisName>string</gml:axisName> </gml:Grid> </gml:gridDomain>