This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

XML Schema for Nominatim Responses

0

Hello,

I am wondering if there is a xml schema definition (or dtd) for the xml formated responses of the nominatim services for

  • geocoding
  • reverse geocoding

Thanks

asked 27 Oct '11, 10:03

livredur's gravatar image

livredur
11113
accept rate: 0%


2 Answers:

1

Seems like there is no XML schema or DTD. Neither does the wiki page mention any nor does the repository include it. Also the query results would contain a schema/doctype line with a link to such a file if there were any, I guess.

I think it would be the best to ask the maintainer Twain directly.

answered 27 Oct '11, 15:46

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

edited 27 Oct '11, 15:48

-1

More info, including links to .xsd files https://wiki.openstreetmap.org/wiki/OSM_XML/XSD

answered 16 Feb '15, 21:42

rjl's gravatar image

rjl
30224
accept rate: 0%

This page just lists XML Schema files for the OSM XML format which is not related to the XML file of a Nominatim response.

(17 Feb '15, 10:18) scai ♦

True, no .xsd found specifically for a Nominatim (name) search response, but would that response not be entirely contained by the overall osm .xsd? Does Nominatuim have additional data?

(17 Feb '15, 15:40) rjl

Source code available on GitHub .