gml:multiPointDomain
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:MultiPointDomainType
Properties: Global, Qualified
Content
- gml:MultiPoint [0..1]
Attributes
Used in
- Type gml:AbstractCoverageType (Element gml:_Coverage)
- Type gml:MultiPointCoverageType (Element gml:MultiPointCoverage)
- 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:multiPointDomain
Sample instance
<gml:multiPointDomain> <gml:MultiPoint> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pointMember> <gml:Point>... </gml:Point> </gml:pointMember> </gml:MultiPoint> </gml:multiPointDomain>