<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- edited with XMLSpy v2016 rel. 2 (http://www.altova.com) by Gorokhov Dmitrii (MOSCOW EXCHANGE) -->
<!--W3C Schema generated by XMLSpy v2006 rel. 3 sp1 (http://www.altova.com)-->
<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="RECNO_Type">
		<xs:annotation>
			<xs:documentation>Тип "Номер записи"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<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="FIRM_INN_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="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="BOARD_NAME_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Наименование режима торгов"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="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="SEC_SHORT_NAME_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Краткое наименование ценной бумаги"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="10"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SEC_NAME_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Полное наименование ценной бумаги"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SEC_TYPE_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="TRDACCID_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="CURRENCYID_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="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="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="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="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="DECIMALS_Type">
		<xs:annotation>
			<xs:documentation>Тип "Число значимых знаков после запятой"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="QUANTITY_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Количество"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="20"/>
			<xs:fractionDigits value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FLOAT_20.2_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Вещественное число с длиной дробной части = 2"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="20"/>
			<xs:fractionDigits value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FLOAT_20.4_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Вещественное число с длиной дробной части = 4"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal"/>
	</xs:simpleType>
	<xs:simpleType name="PRICE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Цена, ставка"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="20"/>
			<xs:fractionDigits value="6"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="WEEKDAY_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Наименование дня недели"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
			<xs:enumeration value="Понедельник"/>
			<xs:enumeration value="Вторник"/>
			<xs:enumeration value="Среда"/>
			<xs:enumeration value="Четверг"/>
			<xs:enumeration value="Пятница"/>
			<xs:enumeration value="Суббота"/>
			<xs:enumeration value="Воскресенье"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TRADENO_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Номер сделки/заявки/отчета в торговой системе"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="20"/>
			<xs:fractionDigits value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ORDER_TYPE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Тип заявки"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TRADE_TYPE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Тип сделки"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLIENT_CODE_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="DETAILS_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификационные данные клиента (ИНН или номер паспорта)"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MATCHREF_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Ссылка"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="10"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BROKERREF_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Дополнительная справочная информация"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="EXTREF_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="REPOPERIOD_Type">
		<xs:annotation>
			<xs:documentation>Тип "Срок сделки РЕПО"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="11"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="STATUS_Type">
		<xs:annotation>
			<xs:documentation>Тип "Состояние заявки"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="M"/>
			<xs:enumeration value="C"/>
			<xs:enumeration value="W"/>
			<xs:enumeration value="O"/>
			<xs:enumeration value="R"/>
			<xs:enumeration value="F"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="DOC_REQUISITES_Type">
		<xs:annotation>
			<xs:documentation>Реквизиты документа в системе электронного документооборота</xs:documentation>
		</xs:annotation>
		<xs:attribute name="DOC_DATE" type="xs:date" use="optional">
			<xs:annotation>
				<xs:documentation>Дата формирования файла</xs:documentation>
			</xs:annotation>
			<!--Дата формирования документа-->
		</xs:attribute>
		<xs:attribute name="DOC_TIME" type="xs:time" use="optional">
			<xs:annotation>
				<xs:documentation>Время формирования файла</xs:documentation>
			</xs:annotation>
			<!--Время формирования документа-->
		</xs:attribute>
		<xs:attribute name="DOC_NO" type="DOCNO_Type" use="optional">
			<xs:annotation>
				<xs:documentation>Уникальный учетный номер документа в системе электронного документооборота</xs:documentation>
			</xs:annotation>
			<!--Уникальный учетный номер документа-->
		</xs:attribute>
		<xs:attribute name="DOC_TYPE_ID" type="DOCTYPEID_Type" use="optional">
			<xs:annotation>
				<xs:documentation>Идентификатор типа документа в системе электронного документооборота</xs:documentation>
			</xs:annotation>
			<!--Идентификатор типа документа-->
		</xs:attribute>
		<xs:attribute name="SENDER_ID" type="SENDERID_Type" use="optional">
			<xs:annotation>
				<xs:documentation>Идентификатор отправителя</xs:documentation>
			</xs:annotation>
			<!--Идентификатор фирмы-отправителя документа-->
		</xs:attribute>
		<xs:attribute name="SENDER_NAME" type="SENDERNAME_Type" use="optional">
			<xs:annotation>
				<xs:documentation>Краткое наименование отправителя</xs:documentation>
			</xs:annotation>
			<!--Наименование (краткое) организатора системы электронного документооборота-->
		</xs:attribute>
		<xs:attribute name="RECEIVER_ID" type="SENDERID_Type" use="optional">
			<xs:annotation>
				<xs:documentation>Идентификатор получателя</xs:documentation>
			</xs:annotation>
			<!--Идентификатор фирмы-получателя документа-->
		</xs:attribute>
		<xs:attribute name="REMARKS" type="REMARKS_Type" use="optional">
			<xs:annotation>
				<xs:documentation>Текст примечания к файлу</xs:documentation>
			</xs:annotation>
			<!--Примечание к документу-->
		</xs:attribute>
		<xs:attribute name="SIGNAUTHOR" type="xs:string" use="optional">
			<xs:annotation>
				<xs:documentation>ФИО автора ЭЦП</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:element name="MICEX_DOC">
		<xs:annotation>
			<xs:documentation xml:lang="RUS">Корневой элемент (root element) XML документа</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DOC_REQUISITES"/>
				<xs:element ref="SEM11"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="DOC_REQUISITES" type="DOC_REQUISITES_Type">
		<xs:annotation>
			<xs:documentation xml:lang="RUS">Блок информации о документе</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="SEM11">
		<xs:annotation>
			<xs:documentation xml:lang="RUS">Блок данных отчета</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="RECORDS" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="RepDate" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата на которую предоставляется отчет</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Weekday" type="WEEKDAY_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">День недели для даты предоставления отчета</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ActivationDate" type="xs:date" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата активации заявки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ActivationTime" type="xs:time" use="optional">
				<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="BoardId" type="BOARDID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор режима торгов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BoardName" type="BOARD_NAME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Наименование режима торгов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SecurityId" type="SECURITYID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор ценной бумаги</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SecShortName" type="SEC_SHORT_NAME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Краткое наименование ценной бумаги</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SecType" type="SEC_TYPE_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Тип ценной бумаги</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="CurrencyId" type="CURRENCYID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор валюты</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SettleCode" type="SETTLECODE_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Код расчетов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="OrdTypeCode" type="ORDER_TYPE_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Вид заявки в соответствии с Правилами торгов *</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BuySell" type="BUYSELL_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Направленость заявки (Покупка (B) / продажа (S))</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="RECORDS">
		<xs:annotation>
			<xs:documentation>Блок данных по заявке</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="RecNo" type="RECNO_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Номер по порядку</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="OrderNo" type="TRADENO_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Номер заявки в Системе торгов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="EntryDate" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дата регистрации заявки в Системе торгов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="EntryTime" type="xs:time" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Время регистрации заявки в Системе торгов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="CPFirmId" type="FIRMID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Идентификатор Участника торгов подавшего заявку</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="CPFirmShortName" type="FIRMNAME_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Краткое наименование Участника торгов подавшего заявку</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Decimals" type="DECIMALS_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Число значимых знаков  после запятой в ценах  (атрибут Price)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Price" type="PRICE_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Цена за одну ценную бумагу</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Quantity" type="QUANTITY_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Количество ценных бумаг в штуках</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Value" type="FLOAT_20.2_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Объем заявки</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="TrdAccId" type="TRDACCID_Type" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Торговый счет, указанный при подаче заявки в Систему торгов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="AccInt" type="FLOAT_20.2_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Накопленный купонный доход на дату заключения сделок (дату активации) в расчёте на одну ценную бумагу</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Details" type="DETAILS_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">ИНН или № паспорта клиента</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="SubDetails" type="DETAILS_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">ИНН или № паспорта клиента субброкера</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="MatchRef" type="MATCHREF_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Поле «Ссылка» (заполняется при вводе заявки)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BrokerRef" type="BROKERREF_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Примечание (Заполняется трейдером. Как правило: код клиента/номер поручения)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Comments" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Дополнительная информация
(например при подаче заявки с признаком «По цене контрагента» указывается «Заявка по цене контрагента»)
</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="255"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="Yield" type="FLOAT_20.2_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Доходность</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ComSumQty" type="xs:integer" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Количество ценных бумаг нарастающим итогом</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ComSumVal" type="FLOAT_20.2_Type" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="RUS">Объем сделок нарастающим итогом</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
</xs:schema>
