Documentation for fieldgml

Complex Type: LengthType

[Table of contents]

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