Definition Type: SimpleType
Name: ResultTypeType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ResultTypeType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="ResultTypeType">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="results">
            <xsd:annotation>
                <xsd:documentation>
                  Indicates that a complete response should be generated
                  by the WFS.  That is, all response feature instances
                  should be returned to the client.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="hits">
            <xsd:annotation>
                <xsd:documentation>
                  Indicates that an empty response should be generated with
                  the "numberOfFeatures" attribute set (i.e. no feature
                  instances should be returned).  In this manner a client may
                  determine the number of feature instances that a GetFeature
                  request will return without having to actually get the 
                  entire result set back.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration results
Enumeration hits
Collapse Derivation Tree:
Collapse References:
wfs:resultType, wfs:resultType