<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Repo_debt2" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="Repo_debt2" 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" />
              <xs:element name="DebtTotal" msdata:Caption="Объем задолженности, млн. руб." type="xs:decimal" minOccurs="0" />
              <xs:element name="DebtTH" msdata:Caption="Требования TH" type="xs:decimal" minOccurs="0" />
              <xs:element name="DebtOCH" msdata:Caption="Требования OCH" type="xs:decimal" minOccurs="0" />
              <xs:element name="Debt1M" msdata:Caption="Требования 1 мес" type="xs:decimal" minOccurs="0" />
              <xs:element name="Debt1Y" msdata:Caption="Требования 1 год" type="xs:decimal" minOccurs="0" />
              <xs:element name="DebtOM" msdata:Caption="Требования ОМ" type="xs:decimal" minOccurs="0" />
              <xs:element name="DebtDM" msdata:Caption="Требования ДМ" type="xs:decimal" minOccurs="0" />
              <xs:element name="RefTotal" msdata:Caption="Справочно всего" type="xs:decimal" minOccurs="0" />
              <xs:element name="RefTH" msdata:Caption="Справочно TH" type="xs:decimal" minOccurs="0" />
              <xs:element name="RefOCH" msdata:Caption="СправочноOCH" type="xs:decimal" minOccurs="0" />
              <xs:element name="Ref1M" msdata:Caption="Справочно 1 мес" type="xs:decimal" minOccurs="0" />
              <xs:element name="Ref1Y" msdata:Caption="Справочно 1 год" type="xs:decimal" minOccurs="0" />
              <xs:element name="RefOM" msdata:Caption="Справочно ОМ" type="xs:decimal" minOccurs="0" />
              <xs:element name="RefDM" msdata:Caption="Справочно ДМ" type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//RD" />
      <xs:field xpath="Date" />
    </xs:unique>
  </xs:element>
</xs:schema>