<?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="MICEX_DOC">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DOC_REQUISITIONS"/>
				<xs:element ref="FRP06" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="DOC_REQUISITIONS" type="DOC_REQUISITES_Type"/>
	<xs:element name="FRP06">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="FRP06_AUCTION" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="VER" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Версия документа</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="FRP06_AUCTION">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="FRP06_REC" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="TRADEDATE" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата проведения отбора заявок</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="EXCHANGE" type="FIRMNAME_LONG_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Наименование биржи</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="FIRMID" type="FIRMID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор Участника</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="FIRMNAME" type="FIRMNAME_LONG_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Наименование Участника</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ORGANIZERID" type="FIRMID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор Организатора</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ORGANIZERNAME" type="FIRMNAME_LONG_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Наименование Организатора</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BOARDID" type="SB_BOARDID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Режим проведения операций</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BOARDNAME" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Наименование режима проведения операций</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SECURITYID" type="SB_SECURITYID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор бумаги</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="CURRENCYID" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Валюта аукциона</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="4"/>
					</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:simpleType>
			</xs:attribute>
			<xs:attribute name="DISCOUNT_RATE" type="Float16.4_Type">
				<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="SETTLEDATE1" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата размещения средств</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SETTLEDATE2" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата возврата средств</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="TERM" type="Integer11.0_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 - обычный, O - особый)</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="COLLATERAL_TYPE" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Код корзины обеспечения</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="KV_TYPE" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Возможность компенсационного заноса (Y - да, N - нет)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="NETT_TYPE" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Возможность взаимозачетов (Y - да, N - нет)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="EXCHANGE_TYPE" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Возможность замены бумаг (Y - да, Y - нет)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="PAY_TIME" type="xs:integer">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Время расчетов (клиринговый сеанс) (1, 2, 3, 4)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="PAY_TYPE">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Порядок расчетов (DVP1, DVP2, DVP3)</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="4"/>
					</xs:restriction>
				</xs:simpleType>
			</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:complexType>
	</xs:element>
	<xs:element name="FRP06_REC">
		<xs:complexType>
			<xs:attribute name="REC_NUMBER" type="Integer11.0_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Номер заявки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="TRADE_NUMBER" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Номер сделки в Системе торгов Биржи</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ORDER_NUMBER" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Номер заявки в Системе торгов Биржи</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="RATE" type="SB_PRICE_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Процентная ставка, % годовых</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="TRADERID" type="SB_USERID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Торговый идентификатор</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BUYSELL" type="SB_BUYSELL_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Вид сделки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="PART1AMOUNT" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Сумма размещения</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="COMMISSION" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Суммарная комиссия</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="COMMISSIONTRD" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Комиссия Биржи</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="COMMISSIONITS" type="SB_VOLUME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Комиссия торговой системы</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="PERCAMOUNT" type="SB_VOLUME_Type">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Сумма процентов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="PART2AMOUNT" type="SB_VOLUME_Type">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Сумма возврата</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="EXTREF" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Примечание</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
</xs:schema>
