Documentation for fieldgml

Complex Type: MeasureOrNullListType

[Table of contents]

Super-types: doubleOrNullList (by restriction) < MeasureOrNullListType (by extension)
Sub-types: None
Name MeasureOrNullListType
Abstract no
Documentation List of numbers with a uniform scale. A member of the list may be a typed null. 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:doubleOrNullList
</...>
Diagram
Schema Component Representation
<complexType name="MeasureOrNullListType">
<simpleContent>
<extension base=" gml:doubleOrNullList ">
<attribute name="uom" type=" anyURI " use="required"/>
</extension>
</simpleContent>
</complexType>