19 lines
606 B
XML
19 lines
606 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gml:FeatureCollection xmlns:gml="http://www.opengis.net/gml">
|
|
<gml:featureMember>
|
|
<LAYER>
|
|
<attrib1>attrib1_value</attrib1>
|
|
<attrib2container>
|
|
<attrib2>attrib2_value</attrib2>
|
|
</attrib2container>
|
|
<location1container>
|
|
<location1>
|
|
<gml:Point><gml:coordinates>3,50</gml:coordinates></gml:Point>
|
|
</location1>
|
|
</location1container>
|
|
<location2>
|
|
<gml:Point><gml:coordinates>2,49</gml:coordinates></gml:Point>
|
|
</location2>
|
|
</LAYER>
|
|
</gml:featureMember>
|
|
</gml:FeatureCollection> |