1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ogr.maptools.org/ join_attributes_table_secondary_table.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:join_attributes_table_secondary_table fid="1">
<ogr:ID>13346756</ogr:ID>
<ogr:ID_2>16784230</ogr:ID_2>
<ogr:TIPO_CALIFICACION>RESIDENCIAL</ogr:TIPO_CALIFICACION>
<ogr:TOTAL_PUNTAJE>26</ogr:TOTAL_PUNTAJE>
</ogr:join_attributes_table_secondary_table>
</gml:featureMember>
<gml:featureMember>
<ogr:join_attributes_table_secondary_table fid="2">
<ogr:ID>13346756</ogr:ID>
<ogr:ID_2>16784231</ogr:ID_2>
<ogr:TIPO_CALIFICACION>RESIDENCIAL</ogr:TIPO_CALIFICACION>
<ogr:TOTAL_PUNTAJE>33</ogr:TOTAL_PUNTAJE>
</ogr:join_attributes_table_secondary_table>
</gml:featureMember>
</ogr:FeatureCollection>
|