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


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