gml:domainSet
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:DomainSetType
Properties: Global, Qualified
Content
- Choice [1..1]
- gml:Point [0..1]
- gml:LineString [0..1]
- gml:Polygon [0..1]
- gml:LinearRing [0..1]
- gml:MultiGeometry [0..1]
- gml:MultiPoint [0..1]
- gml:MultiCurve [0..1]
- gml:MultiSurface [0..1]
- xls:MultiPolygon [0..1]
- gml:Grid [0..1]
- gml:RectifiedGrid [0..1] Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation
from subst. group gml:_GeometricPrimitivefrom subst. group gml:_Curvefrom subst. group gml:_Surfacefrom subst. group gml:_Ringfrom subst. group gml:_GeometricAggregatefrom subst. group gml:_ImplicitGeometry
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
niem-xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group niem-xlink:simpleLink | |
niem-xlink:href | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:role | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:arcrole | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:title | [0..1] | xsd:string | from group niem-xlink:simpleLink | |
niem-xlink:show | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
niem-xlink:actuate | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:AbstractCoverageType (Element gml:_Coverage)
- 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
- can be substituted with gml:multiCurveDomain
- can be substituted with gml:multiSurfaceDomain
- can be substituted with gml:gridDomain
- can be substituted with gml:rectifiedGridDomain
Sample instance
<gml:domainSet> <gml:Point> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </gml:domainSet>