﻿<?xml version="1.0" encoding="utf-8"?>
        <xs:schema id="GCurve" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
          <xs:element name="GCurve" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
            <xs:complexType>
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="GC" msprop:OnDate="06/02/2011 00:00:00">
                  <xs:complexType>
                    <xs:sequence>
                      <xs:element name="day" msdata:Caption="Дней" type="xs:int" minOccurs="0" />
                      <xs:element name="val" msdata:Caption="Значение" type="xs:double" minOccurs="0" />
                    </xs:sequence>
                  </xs:complexType>
                </xs:element>
              </xs:choice>
            </xs:complexType>
          </xs:element>
       </xs:schema>      
         