<?xml version='1.0' encoding="UTF-8" ?>
<wfs:FeatureCollection
   xmlns:ms="http://mapserver.gis.umn.edu/mapserver"
   xmlns:wfs="http://www.opengis.net/wfs"
   xmlns:gml="http://www.opengis.net/gml"
   xmlns:ogc="http://www.opengis.net/ogc"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd 
                       http://mapserver.gis.umn.edu/mapserver https://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=DescribeFeatureType&amp;TYPENAME=cities&amp;OUTPUTFORMAT=XMLSCHEMA">
      <gml:boundedBy>
      	<gml:Box srsName="EPSG:4326">
      		<gml:coordinates>-60.166667,-33.883333 151.216667,46.150000</gml:coordinates>
      	</gml:Box>
      </gml:boundedBy>
    <gml:featureMember>
      <ms:cities fid="cities.6486">
        <gml:boundedBy>
        	<gml:Box srsName="EPSG:4326">
        		<gml:coordinates>151.216667,-33.883333 151.216667,-33.883333</gml:coordinates>
        	</gml:Box>
        </gml:boundedBy>
        <ms:msGeometry>
        <gml:Point srsName="EPSG:4326">
          <gml:coordinates>151.216667,-33.883333</gml:coordinates>
        </gml:Point>
        </ms:msGeometry>
        <ms:POPULATION>4250065</ms:POPULATION>
        <ms:NAME>Sydney</ms:NAME>
      </ms:cities>
    </gml:featureMember>
    <gml:featureMember>
      <ms:cities fid="cities.10049">
        <gml:boundedBy>
        	<gml:Box srsName="EPSG:4326">
        		<gml:coordinates>-60.166667,46.150000 -60.166667,46.150000</gml:coordinates>
        	</gml:Box>
        </gml:boundedBy>
        <ms:msGeometry>
        <gml:Point srsName="EPSG:4326">
          <gml:coordinates>-60.166667,46.150000</gml:coordinates>
        </gml:Point>
        </ms:msGeometry>
        <ms:POPULATION>34048</ms:POPULATION>
        <ms:NAME>Sydney</ms:NAME>
      </ms:cities>
    </gml:featureMember>
</wfs:FeatureCollection>

