complexType DomainSetType
diagram index_p636.png
namespace http://www.opengis.net/gml
children gml:_Geometry gml:_TimeObject
used by
element domainSet
complexTypes GridDomainType MultiCurveDomainType MultiPointDomainType MultiSolidDomainType MultiSurfaceDomainType RectifiedGridDomainType
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
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.
source <xs:complexType name="DomainSetType">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence minOccurs="0">
   
<xs:choice>
     
<xs:element ref="gml:_Geometry"/>
     
<xs:element ref="gml:_TimeObject"/>
   
</xs:choice>
 
</xs:sequence>
 
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy