<complexType name="DomainSetType">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">coverage.xsd</appinfo>
<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 has been removed as an option here
N.B. Temporal geometric complexes and temporal grids are not yet implemented in GML.</documentation>
</annotation>
<sequence minOccurs="0">
<element ref="gml:_Geometry" />
<!--
<choice>
<element ref="gml:_Geometry"/>
<element ref="gml:_TimeObject"/>
</choice>
-->
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
|