Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<!-- $Id: template_cities.xml 3263 2007-09-17 15:58:09Z ahocevar $ -->
3
<gml:FeatureCollection xmlns:topp="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml">
4
  <gml:featureMember>
5
    <topp:tasmania_cities>
6
      <topp:the_geom>
7
        <gml:MultiPoint srsName="epsg:4326">
8
          <gml:pointMember>
9
            <gml:Point>
10
              <gml:coordinates decimal="." cs="," ts=" "></gml:coordinates>
11
            </gml:Point>
12
          </gml:pointMember>
13
        </gml:MultiPoint>
14
      </topp:the_geom>
15
      <topp:CITY_NAME></topp:CITY_NAME>
16
      <topp:ADMIN_NAME>Tasmania</topp:ADMIN_NAME>
17
      <topp:CNTRY_NAME>Australia</topp:CNTRY_NAME>
18
      <topp:STATUS>Provincial capital</topp:STATUS>
19
      <topp:POP_CLASS></topp:POP_CLASS>
20
    </topp:tasmania_cities>
21
  </gml:featureMember>
22
</gml:FeatureCollection>
(6-6/8)