DescribeStoredQueries Response |
After implementing the DescribeStoredQueries operation, XML format document will be returned to describe stored queyr methods supported by WFS 2.0.0. The root element of the response document is DescribeStoredQueriesResponse, which can contain one or more StoredQueryDescription elements each describing a stored query and identified by id attribute.
The response of the Request example is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<wfs:DescribeStoredQueriesResponse
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">
<wfs:StoredQueryDescription id="urn:ogc:def:query:OGC-WFS::GetFeatureById">
<wfs:Title xml:lang="en">urn:ogc:def:query:OGC-WFS::GetFeatureById
</wfs:Title>
<wfs:Parameter xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="ID" type="xs:string" />
<wfs:QueryExpressionText xmlns:World="http://www.supermap.com.cn/World"
returnFeatureTypes="World:Ocean World:OceanBoundary World:ContinentBoundary World:CountryBoundary World:Lakes World:Grids World:OceanLabelP_C World:OceanLabelP_E World:Rivers World:Countries World:Capitals"
language="urn:ogc:def:queryLanguage:OGC-WFS::WFS_QueryExpression"
isPrivate="true" />
</wfs:StoredQueryDescription>
</wfs:DescribeStoredQueriesResponse>