<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Lombard_Minproc" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="Lombard_Minproc" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="LM">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="D0" msdata:Caption="Дата" type="xs:dateTime" minOccurs="0" />
              <xs:element name="Min2W" msdata:Caption="На срок 2 недели,% годовых " type="xs:decimal" minOccurs="0" />
              <xs:element name="Min3M" msdata:Caption="На срок 3 месяца,% годовых " type="xs:decimal" minOccurs="0" />
              <xs:element name="Min6M" msdata:Caption="На срок 6 месяцев,% годовых " type="xs:decimal" minOccurs="0" />
              <xs:element name="Min12M" msdata:Caption="На срок 12 месяцев,% годовых " type="xs:decimal" minOccurs="0" />
              <xs:element name="Min1W" msdata:Caption="На срок 1 неделя,% годовых" type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1">
      <xs:selector xpath=".//LM" />
      <xs:field xpath="D0" />
    </xs:unique>
  </xs:element>
</xs:schema>