<xsd:attribute name="resultType" type="wfs:ResultTypeType" use="optional" default="results">
<xsd:annotation>
<xsd:documentation>
The resultType attribute is used to indicate
what response a WFS should return to user once
a GetFeature request is processed.
Possible values are:
results - meaning that the full response set
(i.e. all the feature instances)
should be returned.
hits - meaning that an empty response set
should be returned (i.e. no feature
instances should be returned) but
the "numberOfFeatures" attribute
should be set to the number of feature
instances that would be returned.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
|