﻿<?xml version="1.0" encoding="utf-16"?>
<xs:schema id="OpenData" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="OpenData" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="OpenDataRow">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="ID_ESTACION" type="xs:string" minOccurs="0" />
              <xs:element name="ESTACION" type="xs:string" minOccurs="0" />
              <xs:element name="SEÑAL" type="xs:string" minOccurs="0" />
              <xs:element name="FECHA" type="xs:dateTime" minOccurs="0" />
              <xs:element name="VALOR" type="xs:float" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>
