<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- edited with XMLSpy v2020 (http://www.altova.com) by S (JSC Moscow Exchange) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:simpleType name="DOCTYPEID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификатор типа документа в системе электронного документооборота"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="12"/>
			<xs:pattern value="[A-Z,0-9,_,//,А-Я]{1,12}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DOCNO_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Уникальный учетный номер документа в системе электронного документооборота"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="12"/>
			<xs:pattern value="[A-Z,0-9,//]{1,12}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SENDERID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификатор фирмы отправителя/получателя ЭДО"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
			<xs:minLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SENDERNAME_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Наименование фирмы отправителя/получателя в системе ЭДО"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="REMARKS_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Примечание к документу"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="120"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_BOARDID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Код, присвоенный режиму торгов"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="4"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_SECURITYID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификатор ценной бумаги"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_USERID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Пользователь"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_SETTLECODE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Код расчётов"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_VOLUME_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Объем, позиция, 18.2"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="Float18.2_Type"/>
	</xs:simpleType>
	<xs:simpleType name="SB_PRICE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Цена, ставка, 16.4"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="Float16.4_Type"/>
	</xs:simpleType>
	<xs:simpleType name="SB_QUANTITY_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Количество, 11 знаков"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="Integer11.0_Type"/>
	</xs:simpleType>
	<xs:simpleType name="SB_SESSION_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Номер сессии"</xs:documentation>
			<xs:documentation>Значения:</xs:documentation>
			<xs:documentation>1 – утренняя</xs:documentation>
			<xs:documentation>2 – дневная</xs:documentation>
			<xs:documentation>3 и т.д. - вечерние</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="1"/>
			<xs:fractionDigits value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_DEPO_PART_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Раздел счета ДЕПО"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1"/>
			<xs:enumeration value="B"/>
			<xs:enumeration value="Q"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_FUND_CODE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Код средств"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_OPER_TYPE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Вид операции 'D'-списание, 'K'-зачисление"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
			<xs:minLength value="0"/>
			<xs:enumeration value="D"/>
			<xs:enumeration value="K"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_BUYSELL_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Вид сделки 'B'-покупка, 'S'-продажа"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1"/>
			<xs:enumeration value="B"/>
			<xs:enumeration value="S"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_TRADE_PERIOD_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Период торгов"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1"/>
			<xs:enumeration value="C"/>
			<xs:enumeration value="N"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_SECURITY_TYPE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Правило торгов ("M"-КГО-ОФЗ,"Q"-ОБР,"T"-Еврооблигации,"Z"-Облигации субъектов федерации)"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1"/>
			<xs:enumeration value="M"/>
			<xs:enumeration value="Q"/>
			<xs:enumeration value="T"/>
			<xs:enumeration value="Z"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_EXEC_TYPE_Type">
		<xs:annotation>
			<xs:documentation>Тип:"Тип исполнения/неисполнения (1 - исполнение/неисполнения сделки с кодом расчетов Sn и первой части сделки РЕПО, 2 - исполнение/неисполнения 2-ой части сделки РЕПО)"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="1"/>
			<xs:enumeration value="1"/>
			<xs:enumeration value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_REASON_Type">
		<xs:annotation>
			<xs:documentation>Тип:"Код причины неисполнения сделки(1-Участник не ввел заявку-поручение, 2-Контрагент не ввел заявку-поручение, 3-Участник и Контрагент не ввели заявки-поручение)"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="1"/>
			<xs:enumeration value="1"/>
			<xs:enumeration value="2"/>
			<xs:enumeration value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="YES_NO_Type">
		<xs:annotation>
			<xs:documentation>Тип: " "Y"-YES, "N"-NO"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="1"/>
			<xs:enumeration value="Y"/>
			<xs:enumeration value="N"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Float18.2_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Вещественное число 18.2"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="2"/>
			<xs:totalDigits value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Float16.4_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Вещественное число 16.4"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="4"/>
			<xs:totalDigits value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Integer11.0_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Целое число 11.0"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="0"/>
			<xs:totalDigits value="11"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FIRMID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификатор фирмы"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FIRMNAME_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Краткое наименование фирмы"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FIRMNAME_LONG_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Hаименование фирмы"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="0"/>
			<xs:maxLength value="120"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Integer11_Type">
		<xs:restriction base="xs:integer">
			<xs:minInclusive value="0"/>
			<xs:totalDigits value="11"/>
			<xs:fractionDigits value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SB_ORDERSTATUS_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Статус заявки"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="DOC_REQUISITES_Type">
		<xs:annotation>
			<xs:documentation xml:lang="RUS">Реквизиты документа в системе электронного документооборота</xs:documentation>
			<xs:documentation xml:lang="ENG">Document metadata</xs:documentation>
		</xs:annotation>
		<xs:attribute name="DOC_DATE" type="xs:date" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Дата формирования файла</xs:documentation>
				<xs:documentation xml:lang="ENG">Date of the document</xs:documentation>
			</xs:annotation>
			<!--Дата формирования документа-->
		</xs:attribute>
		<xs:attribute name="DOC_TIME" type="xs:time" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Время формирования файла</xs:documentation>
				<xs:documentation xml:lang="ENG">File generation time</xs:documentation>
			</xs:annotation>
			<!--Время формирования документа-->
		</xs:attribute>
		<xs:attribute name="DOC_NO" type="DOCNO_Type" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Уникальный учетный номер документа в системе электронного документооборота</xs:documentation>
				<xs:documentation xml:lang="ENG">Document unique number in the electronic document exchange system</xs:documentation>
			</xs:annotation>
			<!--Уникальный учетный номер документа-->
		</xs:attribute>
		<xs:attribute name="DOC_TYPE_ID" type="DOCTYPEID_Type" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Идентификатор типа документа в системе электронного документооборота</xs:documentation>
				<xs:documentation xml:lang="ENG">Document type ID in the electronic document exchange system</xs:documentation>
			</xs:annotation>
			<!--Идентификатор типа документа-->
		</xs:attribute>
		<xs:attribute name="SENDER_ID" type="SENDERID_Type" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Идентификатор отправителя</xs:documentation>
				<xs:documentation xml:lang="ENG">Sender ID</xs:documentation>
			</xs:annotation>
			<!--Идентификатор фирмы-отправителя документа-->
		</xs:attribute>
		<xs:attribute name="SENDER_NAME" type="SENDERNAME_Type" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Краткое наименование отправителя</xs:documentation>
				<xs:documentation xml:lang="ENG">Sender short name</xs:documentation>
			</xs:annotation>
			<!--Наименование (краткое) организатора системы электронного документооборота-->
		</xs:attribute>
		<xs:attribute name="RECEIVER_ID" type="SENDERID_Type" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Идентификатор получателя</xs:documentation>
				<xs:documentation xml:lang="ENG">Recipient ID</xs:documentation>
			</xs:annotation>
			<!--Идентификатор фирмы-получателя документа-->
		</xs:attribute>
		<xs:attribute name="REMARKS" type="REMARKS_Type" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">Текст примечания к файлу</xs:documentation>
				<xs:documentation xml:lang="ENG">Additional remarks</xs:documentation>
			</xs:annotation>
			<!--Примечание к документу-->
		</xs:attribute>
		<xs:attribute name="SIGNAUTHOR" type="xs:string" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="RUS">ФИО автора ЭЦП</xs:documentation>
				<xs:documentation xml:lang="ENG">Name of the electronic signature author</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:element name="DEAL_REESTR">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DOC_REQUISITIONS"/>
				<xs:element ref="DEALS" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="DOC_REQUISITIONS" type="DOC_REQUISITES_Type"/>
	<xs:element name="DEALS">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DEAL" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="REESTR_DOC_NUM" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Номер реестра сделок</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="REESTR_DATE" type="xs:date">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата реестра сделок</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="AUCTION_ID" type="Integer11.0_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Уникальный идентификатор отбора заявок</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="CASH_TYPE" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Источник денежных средств:
FB – Федеральный бюджет;
EKS – Единый казначейский счет
</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="FB"/>
						<xs:enumeration value="EKS"/>
						<xs:enumeration value=""/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="DEAL">
		<xs:complexType>
			<xs:attribute name="PERSON_CODE" type="FIRMID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Код кредитной организации в НРД</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DEAL_ID" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор сделки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DEAL_DATE" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата заключения сделки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="COLLATERAL_TYPE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Код корзины обеспечения</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="LIABILITY_VOL" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Объем обязательств по корзине ценных бумаг</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="LIABILITY_CURR" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Валюта обязательств</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="3"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="RATE_TYPE" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Тип ставки РЕПО</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="17"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="REPO_RATE" type="SB_PRICE_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Ставка РЕПО (или спред), % годовых</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="AGR_CODE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Номер генерального соглашения</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="AGR_TYPE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Код кредитора</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="AGR_DATE" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата подписания генерального соглашения</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="FIRST_PART_DT" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата исполнения первой части РЕПО</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SECOND_PART_DT" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата исполнения второй части РЕПО</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DEAL_CALC_TYPE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Тип расчета (например: DVP1, DVP3) </xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="PLACE_OF_TRADE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Место заключения сделки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ADD_CONDITION" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дополнительные условия</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ORDER_ID" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор заявки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DEAL_TYPE" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Вид сделки РЕПО: значение «S» - обычный, значение «О» - особый</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="KV_TYPE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Возможность компенсационного взноса: значение «Y» - да, значение «N» - нет</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="NETT_TYPE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Возможность взаимозачетов: значение «Y» - да, значение «N» - нет</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="EXCHANGE_TYPE" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Возможность замены бумаг: значение «Y» - да, значение «N» - нет</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="PAY_TIME" type="xs:integer" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Время расчетов (клиринговый сеанс). Значения: «1», «2», «3» или «4»</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="CONSOLIDATED_SETTLEMENTS" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Использование старого или нового механизма расчётов:
1 - новый (совместный) механизм расчётов
0 - старый механизм расчётов</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:integer">
						<xs:enumeration value="0"/>
						<xs:enumeration value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="COMM_TRADE" type="SB_VOLUME_Type">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Комиссия за торги</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="COMM_ITS" type="SB_VOLUME_Type">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Комиссия за ИТС</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
</xs:schema>
