QGIS/python/plugins/processing/tests/testdata/expected/unique_values_multiple.gml
Nyall Dawson 5b1da988ba [processing] List unique values improvements
- allow running on non-spatial tables
- allow choice of more than one field
2017-12-15 15:46:50 +11:00

46 lines
1.9 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ogr.maptools.org/ unique_values_multiple.xsd"
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml">
<gml:boundedBy><gml:null>missing</gml:null></gml:boundedBy>
<gml:featureMember>
<ogr:unique_values_multiple fid="unique_values_multiple.0">
<ogr:name>aa</ogr:name>
<ogr:intval>1</ogr:intval>
</ogr:unique_values_multiple>
</gml:featureMember>
<gml:featureMember>
<ogr:unique_values_multiple fid="unique_values_multiple.1">
<ogr:name>bb</ogr:name>
<ogr:intval>2</ogr:intval>
</ogr:unique_values_multiple>
</gml:featureMember>
<gml:featureMember>
<ogr:unique_values_multiple fid="unique_values_multiple.2">
<ogr:name>cc</ogr:name>
<ogr:intval xsi:nil="true"/>
</ogr:unique_values_multiple>
</gml:featureMember>
<gml:featureMember>
<ogr:unique_values_multiple fid="unique_values_multiple.3">
<ogr:name xsi:nil="true"/>
<ogr:intval>120</ogr:intval>
</ogr:unique_values_multiple>
</gml:featureMember>
<gml:featureMember>
<ogr:unique_values_multiple fid="unique_values_multiple.4">
<ogr:name>bb</ogr:name>
<ogr:intval>1</ogr:intval>
</ogr:unique_values_multiple>
</gml:featureMember>
<gml:featureMember>
<ogr:unique_values_multiple fid="unique_values_multiple.5">
<ogr:name>dd</ogr:name>
<ogr:intval xsi:nil="true"/>
</ogr:unique_values_multiple>
</gml:featureMember>
</ogr:FeatureCollection>