Documentation for fieldgml

Complex Type: SpeedType

[Table of contents]

Super-types: gml:MeasureType < SpeedType (by restriction)
Sub-types: None
Name SpeedType
Abstract no
Documentation Value of a speed, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a velocity, such as metres per second or miles per hour.
XML Instance Representation
<...
uom="anyURI [1]">
gml:MeasureType
</...>
Diagram
h1808095251
Schema Component Representation
<complexType name="SpeedType">
<simpleContent>
<restriction base=" gml:MeasureType "/>
</simpleContent>
</complexType>