14 lines
451 B
XML
14 lines
451 B
XML
<gml
|
|
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
|
|
xmlns:aspose='http://www.aspose.com'
|
|
xmlns:gml='http://www.opengis.net/gml'
|
|
xmlns:xlink='http://www.w3.org/1999/xlink'
|
|
xsi:schemaLocation="http://www.aspose.com schema.xsd ">
|
|
<aspose:feature>
|
|
<aspose:attribute>value1</aspose:attribute>
|
|
</aspose:feature>
|
|
<aspose:feature>
|
|
<aspose:attribute>value2</aspose:attribute>
|
|
</aspose:feature>
|
|
</gml>
|