Documentation for fieldgml

Complex Type: CategoryExtentType

[Table of contents]

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