Definition Type: ComplexType
Name: DomainSetType
Namespace: http://www.opengis.net/gml
Containing Schema: coverage.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into _TimeObject in schema temporal_xsd Drilldown into _Geometry in schema geometrybasic0d1d_xsd Drilldown into remoteSchema in schema gmlbase_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsd Drilldown into simpleAttrs in schema xlink_xsd Drilldown into AssociationAttributeGroup in schema gmlbase_xsdXSD Diagram of DomainSetType in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Geometry gml:_Geometry (1) (1)
_TimeObject gml:_TimeObject (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href (Optional)
role xlink:role (Optional)
arcrole xlink:arcrole (Optional)
title xlink:title (Optional)
show xlink:show (Optional)
actuate xlink:actuate (Optional)
remoteSchema gml:remoteSchema Optional
Collapse Derivation Tree:
Collapse References:
gml:domainSetgml:GridDomainType, gml:MultiPointDomainType, gml:MultiSurfaceDomainType, gml:RectifiedGridDomainType,