<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation=""
     xmlns:ogr="http://ogr.maptools.org/"
     xmlns:gml="http://www.opengis.net/gml">
  <gml:boundedBy>
    <gml:Box>
      <gml:coord><gml:X>3.333333333333333</gml:X><gml:Y>0.1111111111111111</gml:Y></gml:coord>
      <gml:coord><gml:X>3.333333333333333</gml:X><gml:Y>0.1111111111111111</gml:Y></gml:coord>
    </gml:Box>
  </gml:boundedBy>
                                                                                              
  <gml:featureMember>
    <ogr:mean_coordinates fid="mean_coordinates.0">
      <ogr:geometryProperty><gml:Point srsName="EPSG:4326"><gml:coordinates>3.33333333333333,0.111111111111111</gml:coordinates></gml:Point></ogr:geometryProperty>
      <ogr:MEAN_X>3.333333333333333</ogr:MEAN_X>
      <ogr:MEAN_Y>0.111111111111111</ogr:MEAN_Y>
      <ogr:UID>Single class</ogr:UID>
    </ogr:mean_coordinates>
  </gml:featureMember>
</ogr:FeatureCollection>