Documentation for fieldgml

Complex Type: DomainSetType

[Table of contents]

Super-types: None
Sub-types:
Name DomainSetType
Abstract no
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.
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
Start Choice [1]
<gml:_Geometry> ... </gml:_Geometry> [1]
<gml:_TimeObject> ... </gml:_TimeObject> [1]
End Choice
End Sequence
</...>
Diagram
h-1715590034 h1043392872 h-1617836024
Schema Component Representation
<complexType name="DomainSetType">
<sequence minOccurs="0">
<choice>
<element ref=" gml:_Geometry "/>
<element ref=" gml:_TimeObject "/>
</choice>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>