﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="Item">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="vid" type="xs:string">
          <xs:annotation>
            <xs:documentation>Вид аукциона</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="vid_en" type="xs:string">
          <xs:annotation>
            <xs:documentation>Вид аукциона (Англ.)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="term" type="xs:string">
          <xs:annotation>
            <xs:documentation>Срок</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="term_en" type="xs:string">
          <xs:annotation>
            <xs:documentation>Срок (Англ.)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="sp" type="xs:string">
          <xs:annotation>
            <xs:documentation>Способ проведения</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="sp_en" type="xs:string">
          <xs:annotation>
            <xs:documentation>Способ проведения (Англ.)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="dps" type="xs:string">
          <xs:annotation>
            <xs:documentation>Дата размещения денежных средств в депозит</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="dvs" type="xs:string">
          <xs:annotation>
            <xs:documentation>Дата возврата денежных средств и уплаты процентов</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="sod" type="xs:string">
          <xs:annotation>
            <xs:documentation>Способы обмена документами</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="sod_en" type="xs:string">
          <xs:annotation>
            <xs:documentation>Способы обмена документами  (Англ.)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="max_nek" type="xs:string">
          <xs:annotation>
            <xs:documentation>Максимальная доля неконкурентных заявок</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="minsum">
          <xs:annotation>
            <xs:documentation>Минимальная сумма одной заявки:</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="rd" type="xs:decimal" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                  <xs:documentation>с использованием системы «Рейтерс-дилинг»</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="mmvb" type="xs:decimal" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                  <xs:documentation>  с использованием СЭТ ОАО Московская Биржа</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="dir" type="xs:decimal" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                  <xs:documentation>  с использованием прямого обмена</xs:documentation>
                </xs:annotation>
              </xs:element>
              
              
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="maxproc" type="xs:string">
          <xs:annotation>
            <xs:documentation>Максимальная процентная ставка по депозиту</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="maxvol" type="xs:decimal">
          <xs:annotation>
            <xs:documentation> Максимальный объем привлекаемых денежных средств</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="time">
          <xs:annotation>
            <xs:documentation>Время приема заявок:*</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="rd" type="xs:string" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                  <xs:documentation>с использованием системы «Рейтерс-дилинг»</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="mmvb" type="xs:string" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                  <xs:documentation>  с использованием СЭТ ОАО Московская Биржа</xs:documentation>
                </xs:annotation>
              </xs:element>

              <xs:element name="dir" type="xs:string" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                  <xs:documentation>  с использованием прямого обмена</xs:documentation>
                </xs:annotation>
              </xs:element>

            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="info" type="xs:string">
          <xs:annotation>
            <xs:documentation>
              Информирование Банком России кредитных организаций об итогах проведения депозитного аукциона,
              либо о признании аукциона несостоявшимся*
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="date" type="xs:string" use="required">
        <xs:annotation>
          <xs:documentation>Дата проведения аукциона</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:complexType>
  </xs:element>
</xs:schema>