All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.wfs.2.0.examples.Common.BuildingInstance.xml Maven / Gradle / Ivy

<?xml version="1.0" ?>
<wfs:FeatureCollection
   timeStamp="2008-09-07T19:00:00"
   numberReturned="2"
   numberMatched="unknown"
   xmlns="http://www.someserver.example.com/myns"
   xmlns:myns="http://www.someserver.example.com/myns"
   xmlns:wfs="http://www.opengis.net/wfs/2.0"
   xmlns:gml="http://www.opengis.net/gml/3.2"
   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.example.com/myns ./BuildingSchema.xsd">

   <wfs:member>
      <Building gml:id="B1">
         <name>City hall</name>
         <addresses>
            <Address>
               <city>Bonn</city>
               <street>Oxfordstrasse</street>
               <number>1</number>
            </Address>
            <Address>
               <city>Bonn</city>
               <street>Breitestrasse</street>
               <number>5</number>
            </Address>
         </addresses>
      </Building>
   </wfs:member>

</wfs:FeatureCollection>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy