<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="SecLoansDebt" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="SecLoansDebt" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="SL">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="D0" msdata:Caption="Дата" type="xs:dateTime" />
              <xs:element name="D1_7" msdata:Caption="От 1 до 7 дней" type="xs:decimal" minOccurs="0" />
              <xs:element name="D8_30" msdata:Caption="От 8 до 30 дней" type="xs:decimal" minOccurs="0" />
              <xs:element name="D31_90" msdata:Caption="От 31 до 90 дней " type="xs:decimal" minOccurs="0" />
              <xs:element name="D91_180" msdata:Caption="От 91 до 180 дней " type="xs:decimal" minOccurs="0" />
              <xs:element name="D181_365" msdata:Caption="От 181 до 365 дней" type="xs:decimal" minOccurs="0" />
              <xs:element name="more_D366" msdata:Caption="более 365 дней" type="xs:decimal" minOccurs="0" />
              <xs:element name="total" 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=".//SL" />
      <xs:field xpath="D0" />
    </xs:unique>
  </xs:element>
</xs:schema>