<?xml version="1.0" encoding="UTF-8"?>
<wx:report xmlns:wx="http://example.com/weather" xmlns:geo="http://example.com/geo">
  <wx:station geo:id="LHR">
    <wx:name>London Heathrow</wx:name>
    <wx:temperature unit="C">18.4</wx:temperature>
    <wx:wind unit="kph">22</wx:wind>
  </wx:station>
  <wx:station geo:id="EDI">
    <wx:name>Edinburgh</wx:name>
    <wx:temperature unit="C">13.1</wx:temperature>
    <wx:wind unit="kph">31</wx:wind>
  </wx:station>
</wx:report>
