root/tools/routingservice/branches/wrs-2.0/data/templates/geocode/reverse_xls.st

Revision 284, 1.6 KB (checked in by daniel, 20 months ago)

directory structure proposal

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xls:XLS version="1.2"
3        xmlns:xls="http://www.opengis.net/xls"
4        xmlns:gml="http://www.opengis.net/gml"
5        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
6
7        <xls:ResponseHeader sessionID=""/>
8        <xls:Response version="1.2" requestID="$request_id$" numberOfResponses="1">
9                <xls:ReverseGeocodeResponse>
10                        <xls:ReverseGeocodedLocation>
11                                <gml:Point srsName="EPSG:4236">
12                                        <gml:pos dimension="2">40.123 139.456</gml:pos>
13                                </gml:Point>
14                                <xls:Address countryCode="JA" addressee="">
15                                        <xls:StreetAddress>
16                                                <xls:Building number=""
17                                                                        subdivision=""
18                                                                        buildingName=""/>
19                                                <xls:Street typePrefix=""
20                                                                        typeSuffix=""
21                                                                        officialName=""
22                                                                        directionalPrefix=""
23                                                                        muniOctant="gml:CompassPointEnumeration"
24                                                                        />
25                                        </xls:StreetAddress>
26                                        <xls:Place type="CountrySubdivision">神奈川県</xls:Place>
27                                        <xls:Place type="CountrySecondarySubdivision"></xls:Place>
28                                        <xls:Place type="Municipality">暪浜垂</xls:Place>
29                                        <xls:Place type="MunicipalitySubdivision">䞭区</xls:Place>
30                                        <xls:Place type="choume-banchi-go">1−−</xls:Place>
31                                        <xls:PostalCode>245-0001</xls:PostalCode>
32                                </xls:Address>
33                                <xls:SearchCentreDistance value="" accuracy="" uom=""/>
34                                <!--
35                                        or
36                                -->
37                                <xls:Address countryCode="JA">         
38                                        <xls:freeFormAddress>神奈川県暪浜垂䞭区1䞁目</xls:freeFormAddress>
39                                </xls:Address> 
40                                <xls:SearchCentreDistance value="" accuracy="" uom=""/>
41                        </xls:ReverseGeocodedLocation>
42                </xls:ReverseGeocodeResponse>
43        </xls:Response>
44</xls:XLS>
Note: See TracBrowser for help on using the browser.