<?xml version="1.0" ?>
<GetFeature
   version="2.0.0"
   service="WFS"
   resultType="hits"
   xmlns="http://www.opengis.net/wfs/2.0"
   xmlns:myns="http://www.someserver.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">
   <Query typeNames="myns:InWaterA_1M"/>
</GetFeature>

