TestLMX.lmx 954 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <lm:lmx xmlns:lm="http://www.nokia.com/schemas/location/landmarks/1/0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nokia.com/schemas/location/landmarks/1/0/ lmx.xsd">
  3. <lm:landmarkCollection>
  4. <lm:landmark>
  5. <lm:name>The Decemberists</lm:name>
  6. <lm:description>July 16, 2007 @ Central Park Summerstage</lm:description>
  7. <lm:coordinates>
  8. <lm:latitude>40.772560</lm:latitude>
  9. <lm:longitude>-73.970306</lm:longitude>
  10. </lm:coordinates>
  11. <lm:addressInfo>
  12. <lm:street></lm:street>
  13. <lm:postalCode></lm:postalCode>
  14. <lm:city>New York</lm:city>
  15. <lm:state>NY</lm:state>
  16. <lm:country>US</lm:country>
  17. <lm:phoneNumber>(212) 360-2777</lm:phoneNumber>
  18. </lm:addressInfo>
  19. <lm:category>
  20. <lm:id>15000</lm:id>
  21. <lm:name>Entertainment</lm:name>
  22. </lm:category>
  23. </lm:landmark>
  24. </lm:landmarkCollection>
  25. </lm:lmx>