<?xml version="1.0" encoding="EUC-JP"?>
<!--
  このファイルは、「もしも天気予報がXMLで配信されたら？」という
  想定で書かれた架空のデータです。
-->
<weatherforecast locale="japan">
<date>2004-03-24T18:04:06+09:00</date> 
<author>横浜地方気象台</author>
<prefecture id="kanagawa" date="2010-03-24">
<weather>晴れのちくもり</weather>
<temperature unit="摂氏">
<max>15</max>
<min>7</min>
</temperature>
<rainfallchance unit="percent">
<period hour="0-6">0</period>
<period hour="6-12">10</period>
<period hour="12-18">20</period>
<period hour="18-24">20</period>
</rainfallchance>
</prefecture>
</weatherforecast>
