<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Infl" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="Infl" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="RI">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="DTS" msdata:Caption="Дата" type="xs:string" minOccurs="0" />
              <xs:element name="KeyRate" msdata:Caption="Ключевая ставка, % годовых" type="xs:decimal" minOccurs="0" />
              <xs:element name="infVal" msdata:Caption="Инфляция, % г/г" type="xs:decimal" minOccurs="0" />
              <xs:element name="AimVal" msdata:Caption="Цель по инфляции, %" type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1">
      <xs:selector xpath=".//RI" />
      <xs:field xpath="DTS" />
    </xs:unique>
  </xs:element>
</xs:schema>