Definition Type: Attribute
Name: numberOfFeatures
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
Use Optional
Documentation:
The numberOfFeatures attribute should contain a count of the number of features in the response. That is a count of all features elements dervied from gml:AbstractFeatureType.
Collapse XSD Schema Diagram:
XSD Diagram of numberOfFeatures in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="numberOfFeatures" type="xsd:nonNegativeInteger" use="optional">
    <xsd:annotation>
        <xsd:documentation>
                  The numberOfFeatures attribute should contain a
                  count of the number of features in the response.
                  That is a count of all features elements dervied
                  from gml:AbstractFeatureType.
               </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>