Documentation for fieldgml

Complex Type: TimeType

[Table of contents]

Super-types: gml:MeasureType < TimeType (by restriction)
Sub-types: None
Name TimeType
Abstract no
Documentation Value of a time or temporal quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a time value, such as seconds or weeks.
XML Instance Representation
<...
uom="anyURI [1]">
gml:MeasureType
</...>
Diagram
h1808095251
Schema Component Representation
<complexType name="TimeType">
<simpleContent>
<restriction base=" gml:MeasureType "/>
</simpleContent>
</complexType>