Definition Type: SimpleType
Name: NullType
Namespace: http://www.opengis.net/gml
Containing Schema: feature.xsd
Documentation:
If a bounding shape is not provided for a feature collection, explain why. Allowable values are: innapplicable - the features do not have geometry unknown - the boundingBox cannot be computed unavailable - there may be a boundingBox but it is not divulged missing - there are no features
Collapse XSD Schema Diagram:
XSD Diagram of NullType
Collapse XSD Schema Code:
<simpleType name="NullType">
    <annotation>
        <documentation>

        If a bounding shape is not provided for a feature collection, 

        explain why. Allowable values are:

        innapplicable - the features do not have geometry

        unknown - the boundingBox cannot be computed

        unavailable - there may be a boundingBox but it is not divulged

        missing - there are no features

      </documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="inapplicable" />
        <enumeration value="unknown" />
        <enumeration value="unavailable" />
        <enumeration value="missing" />
    </restriction>
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:null
Collapse Comments:
blog comments powered by Disqus