Documentation for fieldgml

Complex Type: MeasureListType

[Table of contents]

Super-types: doubleList (by restriction) < MeasureListType (by extension)
Sub-types: None
Name MeasureListType
Abstract no
Documentation List of numbers with a uniform scale. The value of uom (Units Of Measure) attribute is a reference to a Reference System for the amount, either a ratio or position scale.
XML Instance Representation
<...
uom="anyURI [1]">
gml:doubleList
</...>
Diagram
Schema Component Representation
<complexType name="MeasureListType">
<simpleContent>
<extension base=" gml:doubleList ">
<attribute name="uom" type=" anyURI " use="required"/>
</extension>
</simpleContent>
</complexType>