<?xml version="1.0" ?>
<wfs:FeatureCollection
   timeStamp="2008-09-07T19:00:00"
   numberReturned="1"
   numberMatched="unknown"
   xmlns="http://www.someserver.com/myns"
   xmlns:myns="http://www.someserver.com/myns"
   xmlns:abc="http://www.someserver.com/abc"
   xmlns:wfs="http://www.opengis.net/wfs/2.0"
   xmlns:gml="http://www.opengis.net/gml/3.2"
   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/myns ./myns.xsd
                       http://www.someserver.com/abc ./abc.xsd">
   <wfs:member>
   <wfs:Tuple>
      <wfs:member>
         <myns:House gml:id="h32">
            <gml:identifier
            codeSpace="http://www.toronto.ca/reg.xml">654365143</gml:identifier>
            <myns:numFloors>2</myns:numFloors>
            <myns:area uom="sqm">200</myns:area>
            <myns:location>
               <gml:Point gml:id="pt101">
                  <gml:pos>16 18</gml:pos>
               </gml:Point>
            </myns:location>
            <myns:frontsOn xlink:href="#rs11"/>
            <myns:address xlink:href="#a201"/>
         </myns:House>
      </wfs:member>
      <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:Tuple>
   </wfs:member>
</wfs:FeatureCollection>
