DescribeStoredQueries Response

Feedback


Response description

After executing the DescribeStoredQuestions operation, the returned document is in XML format, which describes the storage query methods supported by the WFS 2.0.0 service. The root element of the response document is DescribeStoredQueriesResponse, which can contain multiple StoredQueryDescription elements. Each StoredQueryDescription element is used to describe a storage query method, identified by the id attribute.

Response example

The response result 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="https://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>