<?xml version="1.0" ?>
<!--
This example fetches a subset of properties of the feature
type InWaterA_1M. The specific instance that is retrieved
by the request is identified by the feature identifier
"InWaterA_1M.1013". 
-->
<wfs:GetFeature
   service="WFS"
   version="2.0.2"
   xmlns:wfs="http://www.opengis.net/wfs/2.0"
   xmlns:fes="http://www.opengis.net/fes/2.0"
   xmlns:myns="http://www.someserver.example.com/myns"
   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">
   <wfs:Query typeNames="myns:InWaterA_1M">
      <wfs:PropertyName>myns:wkbGeom</wfs:PropertyName>
      <wfs:PropertyName>myns:tileId</wfs:PropertyName>
      <wfs:PropertyName>myns:facId</wfs:PropertyName>
      <fes:Filter>
         <fes:ResourceId rid="InWaterA_1M.1013"/>
      </fes:Filter>
   </wfs:Query>
</wfs:GetFeature>
