<?xml version="1.0" encoding="UTF-8"?>
<eeml xmlns="http://www.eeml.org/xsd/005"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.eeml.org/xsd/005 http://www.eeml.org/xsd/005/005.xsd" version="5">
    <environment updated="2007-05-04T18:13:51.0Z" creator="http://www.haque.co.uk" id="1">
        <title>A Room Somewhere</title>
        <feed>http://www.pachube.com/feeds/1.xml</feed>
        <status>frozen</status>
        <description>This is a room somewhere</description>
        <icon>http://www.roomsomewhere/icon.png</icon>
        <website>http://www.roomsomewhere/</website>
        <email>myemail@roomsomewhere</email>
        <location exposure="indoor" domain="physical" disposition="fixed">
            <name>My Room</name>
            <lat>32.4</lat>
            <lon>22.7</lon>
            <ele>0.2</ele>
        </location>
        <data id="0">
            <tag>temperature</tag>
            <value minValue="23.0" maxValue="48.0">36.2</value>
            <unit symbol="C" type="derivedSI">Celsius</unit>
        </data>
        <data id="1">
            <tag>blush</tag>
            <tag>redness</tag>
            <tag>embarrassment</tag>
            <value minValue="0.0" maxValue="100.0">84.0</value>
            <unit type="contextDependentUnits">blushesPerHour</unit>
        </data>
        <data id="2">
            <tag>length</tag>
            <tag>distance</tag>
            <tag>extension</tag>
            <value minValue="0.0">12.3</value>
            <unit symbol="m" type="basicSI">meter</unit>
        </data>
    </environment>
</eeml>
