diagram | ![]() |
||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||
type | restriction of gml:MeasureOrNullListType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
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> |