Schema Central > NIEM 3.0 > coverage.xsd > gml:domainSet
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:domainSet

The gml:domainSet property element describes the spatio-temporal region of interest, within which the coverage is defined. Its content model is given by gml:DomainSetType.
The value of the domain is thus a choice between a gml:AbstractGeometry and a gml:AbstractTimeObject.  In the instance these abstract elements will normally be substituted by a geometry complex or temporal complex, to represent spatial coverages and time-series, respectively.  
The presence of the gml:AssociationAttributeGroup means that domainSet follows the usual GML property model and may use the xlink:href attribute to point to the domain, as an alternative to describing the domain inline. Ownership semantics may be provided using the gml:OwnershipAttributeGroup.

Element information

Type: gml:DomainSetType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
owns [0..1]xsd:booleanDefault value is "false". from group gml:OwnershipAttributeGroup
nilReason [0..1]gml:NilReasonTypefrom group gml:AssociationAttributeGroup
gml:remoteSchema [0..1]xsd:anyURIfrom group gml:AssociationAttributeGroup

Used in

Substitution hierarchy

Sample instance

<gml:domainSet>
   <gml:MultiGeometry gml:id="ID">
      <gml:metaDataProperty>
         <gml:GenericMetaData>Any text, intermingled with:
            <!--any element-->
         </gml:GenericMetaData>
      </gml:metaDataProperty>
      <gml:description>string</gml:description>
      <gml:descriptionReference/>
      <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
      <gml:name>string</gml:name>
      <gml:geometryMember>
         <gml:MultiGeometry gml:id="ID">...
         </gml:MultiGeometry>
      </gml:geometryMember>
      <gml:geometryMembers>
         <gml:MultiGeometry gml:id="ID">...
         </gml:MultiGeometry>
      </gml:geometryMembers>
   </gml:MultiGeometry>
</gml:domainSet>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com