gml:rectifiedGridDomain
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:RectifiedGridDomainType
Properties: Global, Qualified
Content
- gml:RectifiedGrid [0..1] Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation
Attributes
Used in
- Type gml:AbstractCoverageType (Element gml:_Coverage)
- Type gml:RectifiedGridCoverageType (Element gml:RectifiedGridCoverage)
- 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:rectifiedGridDomain
Sample instance
<gml:rectifiedGridDomain> <gml:RectifiedGrid 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:origin> <gml:Point>... </gml:Point> </gml:origin> <gml:offsetVector>1.0 1.0</gml:offsetVector> </gml:RectifiedGrid> </gml:rectifiedGridDomain>