<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
N.B. Temporal geometric complexes and temporal grids are not yet implemented in GML.</documentation>
</annotation>
<sequence minOccurs="0">
<choice>
<element ref="gml:_Geometry" />
<element ref="gml:_TimeObject" />
</choice>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
|