simpleType CountExtentType
namespace http://www.opengis.net/gml
type restriction of gml:integerOrNullList
used by
element CountExtent
facets
Kind Value annotation 
length 
annotation
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.
source <xs:simpleType name="CountExtentType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="gml:integerOrNullList">
   
<xs:length value="2"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy