Definition Type: ComplexType
Name: QuantityExtentType
Namespace: http://www.opengis.net/gml
Type: gml:MeasureOrNullListType
Containing Schema: valueObjects.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into uom in schema basictypes_xsdXSD Diagram of QuantityExtentType in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="QuantityExtentType">
    <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. </documentation>
    </annotation>
    <simpleContent>
        <restriction base="gml:MeasureOrNullListType">
            <length value="2" />
        </restriction>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Facets:
Facet Value
Length 2
Collapse Derivation Tree:
Collapse References:
gml:QuantityExtent