Documentation for fieldgml

Complex Type: QuantityExtentType

[Table of contents]

Super-types: gml:MeasureOrNullListType < QuantityExtentType (by restriction)
Sub-types: None
Name QuantityExtentType
Abstract no
Documentation Restriction of list type to store a 2-point range of numeric values. If one member is a null, then this is a single ended interval.
XML Instance Representation
<...
uom="anyURI [1]">
gml:MeasureOrNullListType (length = 2)
</...>
Diagram
Schema Component Representation
<complexType name="QuantityExtentType">
<simpleContent>
<restriction base=" gml:MeasureOrNullListType ">
<length value="2"/>
</restriction>
</simpleContent>
</complexType>