Definition Type: SimpleType
Name: CountExtentType
Namespace: http://www.opengis.net/gml
Containing Schema: valueObjects.xsd
Documentation:
Restriction of list type to store a 2-point range of frequency values. If one member is a null, then this is a single ended interval.
Collapse XSD Schema Diagram:
XSD Diagram of CountExtentType
Collapse XSD Schema Code:
<simpleType name="CountExtentType">
    <annotation>
        <documentation>Restriction of list type to store a 2-point range of frequency values. If one member is a null, then this is a single ended interval.</documentation>
    </annotation>
    <restriction base="gml:integerOrNullList">
        <length value="2" />
    </restriction>
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:CountExtent
Collapse Comments:
blog comments powered by Disqus