<?xml version="1.0" ?>
<wfs:FeatureCollection
   timeStamp="2008-09-07T19:00:00"
   numberReturned="2"
   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 ../../wfs.xsd
                       http://www.someserver.com/myns
                       SampleSchema.xsd
                       http://www.someserver.com/abc
                       RoadSchema.xsd">

   <wfs:member>
      <myns:Person  gml:id="p4456">
         <gml:identifier
         codeSpace="http://www.canadaSIN.com">424679374</gml:identifier>
         <myns:lastName>Smith</myns:lastName> 
         <myns:firstName>Fred</myns:firstName> 
         <myns:age>35</myns:age> 
         <myns:sex>male</myns:sex> 
         <myns:spouse xlink:href="#p4467"/> 
         <myns:location xlink:href="#pt102" />
         <myns:mailAddress xlink:href="#a201"/>
         <myns:phone>416-123-4567</myns:phone> 
         <myns:phone>416-890-1234</myns:phone> 
         <myns:livesIn xlink:href="#h32"/>
      </myns:Person>
   </wfs:member>

   <wfs:member>
      <myns:Person  gml:id="p4467">
         <gml:identifier 
         codeSpace="http://www.canadaSIN.com">424679360</gml:identifier>
         <myns:lastName>Smith</myns:lastName> 
         <myns:firstName>Mary</myns:firstName> 
         <myns:age>18</myns:age> 
         <myns:sex>female</myns:sex> 
         <myns:spouse xlink:href="#p4456"/> 
         <myns:location xlink:href="#pt101" />
         <myns:mailAddress xlink:href="#a201"/> 
         <myns:phone>416-123-4567</myns:phone> 
         <myns:phone>416-890-4532</myns:phone>
         <myns:livesIn xlink:href="#h32"/>
         <myns:isDriving xlink:href="#r1432"/>
      </myns:Person>
   </wfs:member>

   <wfs:member>
      <myns:Car gml:id="r1432">
         <gml:identifier 
         codeSpace="http://www.carserial.org">51465243</gml:identifier>
         <myns:model>Ford Pinto</myns:model> 
         <myns:age>4</myns:age> 
         <myns:colour>red</myns:colour>  
         <myns:location> 
            <gml:Point gml:id="pt102">
               <gml:pos>-59.603958 -52.106559</gml:pos>
            </gml:Point> 
         </myns:location> 
      </myns:Car>
   </wfs:member>

   <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>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>
            <myns:Address gml:id="a201"> 
               <myns:streetName>Main St.</myns:streetName> 
               <myns:streetNumber>5</myns:streetNumber> 
               <myns:city>SomeCity</myns:city> 
               <myns:province>Someprovince</myns:province> 
               <myns:postalCode>X1X 1X1</myns:postalCode> 
               <myns:country>Canada</myns:country> 
            </myns:Address> 
         </myns:address>
      </myns:House>
   </wfs:member>

   <wfs:member>
      <abc:Road gml:id="rs11">
         <abc:numLanes>3</abc:numLanes>
         <abc:centerline>
            <gml:LineString gml:id="GID_5" srsName="urn:ogc: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:centerline>
      </abc:Road>
   </wfs:member>

</wfs:FeatureCollection>
