complexType CategoryExtentType
diagram index_p1005.png
namespace http://www.opengis.net/gml
type restriction of gml:CodeOrNullListType
properties
base gml:CodeOrNullListType
used by
element CategoryExtent
facets
Kind Value annotation 
length 
attributes
Name  Type  Use  Default  Fixed  annotation
codeSpacexs:anyURIoptional      
annotation
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.
source <xs:complexType name="CategoryExtentType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:restriction base="gml:CodeOrNullListType">
     
<xs:length value="2"/>
   
</xs:restriction>
 
</xs:simpleContent>
</xs:complexType>


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