Documentation for fieldgml

Simple Type: CountExtentType

[Table of contents]

Super-types: gml:integerOrNullList < CountExtentType (by restriction)
Sub-types: None
Name CountExtentType
Content
  • length = 2
Documentation Restriction of list type to store a 2-point range of frequency values. If one member is a null, then this is a single ended interval.
Diagram
Schema Component Representation
<simpleType name="CountExtentType">
<restriction base=" gml:integerOrNullList ">
<length value="2"/>
</restriction>
</simpleType>