Change-Id: I1bc8fc8a4c125bc79057c4af929c0495f0e5eb99 Former-commit-id:83dba7b655
[formerly 875006e24de0755cdd0dedc7b0afcf221bcbad49] Former-commit-id:bef4b3cdbd
19 lines
No EOL
876 B
XML
19 lines
No EOL
876 B
XML
<?xml version="1.0"?>
|
|
<wfs:CreateStoredQuery xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:fes="http://www.opengis.net/fes/2.0"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.opengis.net/wfs/2.0
|
|
http://schemas.opengis.net/wfs/2.0/wfs.xsd"
|
|
service="WFS" version="2.0.0">
|
|
<wfs:StoredQueryDefinition id="urn:ogc:def:query:OGC-WFS::GetFeatureById">
|
|
<wfs:Parameter name="id" type="xsd:string" />
|
|
<wfs:QueryExpressionText returnFeatureTypes=""
|
|
language="urn:ogc:def:queryLanguage:OGC-WFS::WFS_QueryExpression"
|
|
isPrivate="false">
|
|
<wfs:Query typeNames="">
|
|
<fes:Filter>
|
|
<fes:ResourceId rid="${id}" />
|
|
</fes:Filter>
|
|
</wfs:Query>
|
|
</wfs:QueryExpressionText>
|
|
</wfs:StoredQueryDefinition>
|
|
</wfs:CreateStoredQuery> |