<?xml version="1.0" ?>
<wfs:ValueCollection
   timeStamp="2008-09-07T19:00:00"
   numberReturned="1"
   numberMatched="unknown"
   xmlns:wfs="http://www.opengis.net/wfs/2.0"
   xmlns:gml="http://www.opengis.net/gml/3.2"
   xmlns:abc="http://www.someserver.com/abc"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   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
                       http://www.someserver.com/abc ./abc.xsd">
   <wfs:member>
      <abc:Road gml:id="rs11">
         <abc:numLanes>3</abc:numLanes>
         <abc:centerLineOf>
            <gml:LineString gml:id="GID_5" srsName="urn:fes:def:crs:EPSG::4326">
               <gml:posList>-59.478340 -52.226578 -59.484871 -52.223564 -59.488991 -52.198524 -59.485958 -52.169559 -59.480400 -52.152615 -59.465576 -52.141491 -59.462002 -52.136417 -59.447968 -52.127190 -59.422928 -52.120701 -59.411915 -52.117844 -59.397972 -52.116440 -59.371311 -52.121300</gml:posList>
            </gml:LineString>
         </abc:centerLineOf>
      </abc:Road>
   </wfs:member>
</wfs:ValueCollection>
