Definition Type: ComplexType
Name: QuantityExtentType
Namespace: http://www.opengis.net/gml
Type: gml:MeasureOrNullListType
Containing Schema: valueObjects.xsd
Abstract False
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 Drilldown into MeasureOrNullListTypeXSD Diagram of QuantityExtentType
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 Derivation Tree:
Collapse References:
gml:QuantityExtent
Collapse Comments:
blog comments powered by Disqus