GetPropertyValue Resonse |
After implement the GetPropertyValue request, the XML document containing the query results will be returned. The root element of the document is ValueCollection, which can contain 0 or more member elements. The member element is used to identify feature field values filtered by query expression, and each member element corresponds to a feature.
The response of the Request example is as follows:
<wfs:ValueCollection xmlns:wfs="http://www.opengis.net/wfs/2.0"
xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:gml="http://www.opengis.net/gml/3.2"
timeStamp="2015-01-05T14:24:08.745+08:00" numberMatched="1"
numberReturned="1">
<wfs:member>Washington</wfs:member>
</wfs:ValueCollection>