<complexType name="DomainSetType">
<annotation>
<documentation>The spatiotemporal domain of a coverage.
Typically
* a geometry collection,
* an implicit geometry (e.g. a grid),
* an explicit or implicit collection of time instances or periods, or
* the geometries associated with a feature collection.
N.B. Temporal domains still to be implemented.</documentation>
</annotation>
<choice minOccurs="0">
<element ref="gml:_Geometry" />
<element ref="gml:_TimeObject" />
</choice>
<attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
|