<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Repo_debt" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="Repo_debt" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="RD">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Date" msdata:Caption="Дата" type="xs:dateTime" minOccurs="0" />
              <xs:element name="debt" msdata:Caption="Объем задолженности, млн. руб." type="xs:decimal" minOccurs="0" />
              <xs:element name="debt_auc" msdata:Caption="в том числе по операциям РЕПО на аукционной основе , млн. руб." type="xs:decimal" minOccurs="0" />
              <xs:element name="debt_fix" msdata:Caption="в том числе по операциям РЕПО по фиксированной ставке , млн. руб." type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>