<?xml version="1.0" encoding="utf-8" ?>
<root xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <dataroot>
  </dataroot>
  <xsd:schema>
    <xsd:element name="dataroot">
      <xsd:complexType>
        <xsd:sequence>
          <xsd:element ref="resources" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="resources">
      <xsd:complexType>
        <xsd:sequence>
            <xsd:element minOccurs="0" type="xsd:double" name="statistic_year"/>
            <xsd:element minOccurs="0" type="xsd:double" name="statistic_value"/>
            <xsd:element minOccurs="0" type="xsd:string" name="country"/>
            <xsd:element minOccurs="0" type="xsd:string" name="statistic_name"/>
            <xsd:element minOccurs="0" type="xsd:double" name="number_of_stations_averaged"/>
            <xsd:element minOccurs="0" type="xsd:string" name="label"/>
            <xsd:element minOccurs="0" type="xsd:string" name="component_caption"/>
            <xsd:element minOccurs="0" type="xsd:string" name="city_name"/>
            <xsd:element minOccurs="0" type="xsd:string" name="city_code"/>
            <xsd:element minOccurs="0" type="xsd:string" name="component_name"/>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
</root>
