<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2017 rel. 3 (x64) (http://www.altova.com) by mikhail.volodin@moex.com (JSC Moscow Exchange) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<!--Описание структуры отчета с информацией о зарегистрированных клиентах на различных рынках Московской биржи-->
	<xs:simpleType name="DATE_FORMAT">
		<xs:annotation>
			<xs:documentation>Формат даты типа "01.12.2015"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:date"/>
	</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="DOCTYPEID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификатор типа документа в системе электронного документооборота"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="12"/>
		</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="FIRMID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификатор фирмы"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="UNIFIRMID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Уникод фирмы"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="10"/>
			<xs:pattern value="[0-9]{10,10}"/>
		</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="1"/>
			<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="CROSSTRADES_TYPE">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Y"/>
			<xs:enumeration value="N"/>
			<xs:enumeration value="P"/>
			<xs:enumeration value="X"/>
			<xs:enumeration value="U"/>
			<xs:enumeration value="K"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="INN_LEGAL_Type">
		<xs:annotation>
			<xs:documentation>Тип: "ИНН юридического лица"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="10"/>
			<xs:pattern value="[0-9]{10,10}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="INN_PHIS_Type">
		<xs:annotation>
			<xs:documentation>Тип: "ИНН физического лица"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
			<xs:pattern value="[0-9]{12,12}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="KIO_TYPE">
		<xs:annotation>
			<xs:documentation>Тип: "КИО"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="4"/>
			<xs:maxLength value="20"/>
			<xs:pattern value="[0]{3,3}[a-zA-Zа-яА-Я.-_#/ ]{1,17}"/>
		</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="3"/>
			<xs:minLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Float20.6_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Вещественное число 20.6"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="6"/>
			<xs:totalDigits value="20"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="UNICLIENTCODE_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-zA-Zа-яА-Я0-9_]{1,12}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="MARKETID_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Идентификатор рынка"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="2"/>
			<xs:maxLength value="4"/>
			<xs:enumeration value="CU"/>
			<xs:enumeration value="SE"/>
			<xs:enumeration value="FO"/>
			<xs:enumeration value="PF"/>
			<xs:enumeration value="CO"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLIENTCODE_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-zA-Zа-яА-Я0-9_]{1,12}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLIENTOPERATION_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Операция над клиентом"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="A">
				<xs:annotation>
					<xs:documentation>Добавление информации о клиенте</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="U">
				<xs:annotation>
					<xs:documentation>Изменение информации о клиенте</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="L">
				<xs:annotation>
					<xs:documentation>Добавление привязки кратких кодов на рынках к клиенту</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="R">
				<xs:annotation>
					<xs:documentation>Удаление привязки кратких кодов на рынках к клиенту</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="M">
				<xs:annotation>
					<xs:documentation>Перемещение привязки кратких кодов на рынках к данному клиенту</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="D">
				<xs:annotation>
					<xs:documentation>Удаление информации о клиенте</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="COUNTRYCODE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Код страны"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="3"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CLIENTCODEDESCR_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Описание для краткого кода клиента"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="200"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BANKLICENSE_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Номер банковской лицензии"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="6"/>
			<xs:pattern value="[^ ]?[^ ]?[^ ]?[^ ]?[^ ]?[^ ]"/>
		</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:enumeration value="Y"/>
			<xs:enumeration value="N"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="STATUS_Type">
		<xs:annotation>
			<xs:documentation>Тип: "Статус клиента"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:enumeration value="A"/>
			<xs:enumeration value="D"/>
			<xs:enumeration value="S"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PASSPORT_RF_TYPE">
		<xs:annotation>
			<xs:documentation>Тип: "№ и серия паспорта гражданина РФ"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
			<xs:pattern value="[0-9][0-9][' '][0-9][0-9][' '][0-9][0-9][0-9][0-9][0-9][0-9]"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PASSPORT_USSR_TYPE">
		<xs:annotation>
			<xs:documentation>Тип: "№ и серия паспорта гражданина СССР"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="11"/>
			<xs:maxLength value="16"/>
			<xs:pattern value="[ABCDEFGHIJKLMNOPQRSTUVWXYZАВСЕНКМОРТХ][ABCDEFGHIJKLMNOPQRSTUVWXYZАВСЕНКМОРТХ]?[ABCDEFGHIJKLMNOPQRSTUVWXYZАВСЕНКМОРТХ]?[ABCDEFGHIJKLMNOPQRSTUVWXYZАВСЕНКМОРТХ]?[ABCDEFGHIJKLMNOPQRSTUVWXYZАВСЕНКМОРТХ]?[ABCDEFGHIJKLMNOPQRSTUVWXYZАВСЕНКМОРТХ]?[-][АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ][АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ][' '][0-9][0-9][0-9][0-9][0-9][0-9]"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RISKLEVEL_TYPE">
		<xs:annotation>
			<xs:documentation>Категория уровня риска клиента</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>Не указан</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Клиент с Начальным Уровнем Риска (КНУР)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Клиент со Стандартным Уровнем Риска (КСУР)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>Клиент с Повышенным Уровнем Риска (КПУР)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>Клиент с Особым Уровнем Риска (КОУР)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</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" use="optional">
			<xs:annotation>
				<xs:documentation>Идентификатор отправителя</xs:documentation>
			</xs:annotation>
			<!--Идентификатор фирмы-отправителя документа-->
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="10"/>
					<xs:maxLength value="12"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="SENDER_NAME" type="FIRMNAME_Type" use="optional">
			<xs:annotation>
				<xs:documentation>Краткое наименование отправителя</xs:documentation>
			</xs:annotation>
			<!--Наименование (краткое) организатора системы электронного документооборота-->
		</xs:attribute>
		<xs:attribute name="RECEIVER_ID" type="UNIFIRMID_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:complexType>
	<xs:element name="MICEX_DOC">
		<xs:annotation>
			<xs:documentation xml:lang="RUS">Корневой элемент (root element) XML документа. </xs:documentation>
			<xs:documentation xml:lang="ENG">Document root element</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="DOC_REQUISITES"/>
				<xs:element ref="RPTCLIENTS"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="DOC_REQUISITES" type="DOC_REQUISITES_Type">
		<xs:annotation>
			<xs:documentation>Блок информации о документе</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="RPTCLIENTS">
		<xs:annotation>
			<xs:documentation xml:lang="RUS">Блок данных отчета. </xs:documentation>
			<xs:documentation xml:lang="ENG"/>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="CLIENT_LEGAL_STATUS" maxOccurs="2"/>
			</xs:sequence>
			<xs:attribute name="ReportDate" type="DATE_FORMAT" use="required">
				<xs:annotation>
					<xs:documentation>Дата формирования документа</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="UniFirmId" type="UNIFIRMID_Type" use="required">
				<xs:annotation>
					<xs:documentation>Единый идентификатор Участника (Уникод)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="FirmName" type="FIRMNAME_LONG_Type" use="required">
				<xs:annotation>
					<xs:documentation>Полное наименование Участника</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="CLIENT_LEGAL_STATUS">
		<xs:annotation>
			<xs:documentation>Блок данных о юридическом статусе клиента</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="CLIENT_TYPE" maxOccurs="3"/>
			</xs:sequence>
			<xs:attribute name="LegalStatus" use="required">
				<xs:annotation>
					<xs:documentation>Юридический статус клиента. Возможные значения: INDIVIDUAL - физическое лицо; LEGAL_PERS - юридическое лицо.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="INDIVIDUAL"/>
						<xs:enumeration value="LEGAL_PERS"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="CLIENT_TYPE">
		<xs:annotation>
			<xs:documentation>Блок данных о типе клиента</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="CLIENTS" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="ClientType" use="required">
				<xs:annotation>
					<xs:documentation>Тип клиента. Возможные значения: CLIENT_SIMPLE - клиент Участника или субброкера; CLIENT_DU - учредитель доверительного управления, в интересах которых клиент Участника выступает в качестве управляющего; CLIENT_PF - фонд, в интересах которого Участник или клиент Участника, выступает в качестве Управляющего</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="CLIENT_SIMPLE"/>
						<xs:enumeration value="CLIENT_DU"/>
						<xs:enumeration value="CLIENT_PF"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="CLIENTS">
		<xs:annotation>
			<xs:documentation>Блок данных с информацией о клиенте</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="CLIENT_MARKETS" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="UniClientCode" type="UNICLIENTCODE_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Единый краткий код Клиента</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="UniClientCodeMain" type="UNICLIENTCODE_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Если этот атрибут присутствует. то данный клиент является клиентом 2-го уровня и в этом атрибуте указан единый краткий код клиента 1-го уровня. Если этот атрибут отсутствует, то этот клиент является прямым клиентом участников торгов</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ClientCodeMain" type="CLIENTCODE_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Краткий код для пула учредителей ДУ клиента управляющего или Краткий код клиента 1-го уровня.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="MarketIdMain" type="MARKETID_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Код рынка для пула учредителей ДУ клиента управляющего или код рынка клиента 1-го уровня.
Возможные значения:
SE - Фондовый рынок ЗАО «Фондовая биржа ММВБ» (в секторе Основной рынок);
CU - Валютный рынок и рынок драгоценных металлов ОАО Московская Биржа;
FO - Срочный рынок ОАО Московская Биржа;
PF - Рынок СПФИ ОАО Московская Биржа;</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="CountryCode" type="COUNTRYCODE_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Код страны клиента, соответствующий Общероссийскому классификатору стран мира.
"000" для лиц без гражданства
</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isQualInvestor" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Клиент является квалифицированным инвестором</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isCrossTrades" use="optional">
				<xs:annotation>
					<xs:documentation>Разрешить совершение кросс-сделок для всех рынков, для которых это понятие определено Правилами торгов.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="CROSSTRADES_TYPE"/>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="isIISContract" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>С клиентом заключен договор на ведение индивидуального инвестиционного счета</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isPresentIISContract" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Признак того, что в системе e-clients существует другой клиент с указанными реквизитами, у которого тоже установлен признак  isIISContract в значение Y</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DocNo" use="optional">
				<xs:annotation>
					<xs:documentation>Номер документа клиента</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="DocType" use="optional">
				<xs:annotation>
					<xs:documentation>Тип документа клиента. Возможные значения: PASSPORT_RF - паспорт Российской Федерации; PASSPORT_USSR - паспорт СССР; BIRTH_CERTIFICATE - свидетельство о рождении; OTHER_DOC - другой документ</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="PASSPORT_RF"/>
						<xs:enumeration value="PASSPORT_USSR"/>
						<xs:enumeration value="BIRTH_CERTIFICATE"/>
						<xs:enumeration value="OTHER"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="RepresentativeDocNo" use="optional">
				<xs:annotation>
					<xs:documentation>Номер документа законного представителя клиента</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="RepresentativeDocType" use="optional">
				<xs:annotation>
					<xs:documentation>Тип документа законного представителя клиента. Возможные значения: PASSPORT_RF - паспорт Российской Федерации; PASSPORT_USSR - паспорт СССР; OTHER_DOC - другой документ</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="PASSPORT_RF"/>
						<xs:enumeration value="PASSPORT_USSR"/>
						<xs:enumeration value="OTHER_DOC"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="isSelfFirm" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Если равно Y, то юридическая информация данного клиента совпадает с юридической информацией участника торгов, к которому он относится</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isInsureLicense" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Наличие у клиента лицензии на осуществление страхования соответствующего вида</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isCurrencyLicense" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Наличие у клиента валютной банковской лицензии</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BankLicense" type="BANKLICENSE_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Номер лицензии на осуществление банковских операций, выданной клиенту, являющемуся кредитной организацией</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isMainBroker" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Может ли данный клиент выступать в качестве брокера для клиентов 2-го уровня.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isMainSingleDU" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Может ли данный клиент выступать в качестве управляющего для одного учредителея ДУ.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isMainGroupDU" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Может ли данный клиент выступать в качестве управляющего для группы учредителей ДУ.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isMainPF" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Может ли данный клиент выступать в качестве управляющего для фондов клиентов.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="INN" use="optional">
				<xs:annotation>
					<xs:documentation>ИНН</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="KIO" use="optional">
				<xs:annotation>
					<xs:documentation>Код иностранной организации (должен начинаться с '000')</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="PF_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Тип фонда, в интересах которого Участник или клиент Участника, выступает в качестве Управляющего. Возможные значения: PIF - управляющий для паевого инвестиционного фонда; NPF_Save - управляющий пенсионными накоплениями негосударственного пенсионного фонда; NPF_Reserv - управляющий пенсионными резервами негосударственного пенсионного фонда; NPF_Ustav - управляющий имуществом, предназначенным для обеспечения уставной деятельности либо собственных средств негосударственного пенсионного фонда; PF - управляющий, которому Пенсионным фондом РФ переданы в доверительное управление средства пенсионных накоплений;  HomeMilitary - управляющая компания, осуществляющая доверительное управление накоплениями для жилищного обеспечения военнослужащих</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="PIF"/>
						<xs:enumeration value="NPF_Save"/>
						<xs:enumeration value="NPF_Reserv"/>
						<xs:enumeration value="NPF_Ustav"/>
						<xs:enumeration value="PF"/>
						<xs:enumeration value="HomeMilitary"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="PF_InfoData" use="optional">
				<xs:annotation>
					<xs:documentation>Информация идентифицирующая фонд, в интересах которого Участник или клиент Участника, выступает в качестве Управляющего</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
						<xs:pattern value="\w{1,20}"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="Status" type="STATUS_Type" use="required">
				<xs:annotation>
					<xs:documentation>Состояние записи о клиенте.
Возможные значения: A – активная, D – удаленная.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DataChanged" type="YES_NO_Type" use="required">
				<xs:annotation>
					<xs:documentation>Признак модификации данных о клиенте</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ShortName" use="optional">
				<xs:annotation>
					<xs:documentation>Краткое наименование в соответствии с Уставом</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="200"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="FIO" use="optional">
				<xs:annotation>
					<xs:documentation>ФИО ИП</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="200"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="INN_Phis" type="INN_PHIS_Type" use="optional">
				<xs:annotation>
					<xs:documentation>ИНН физ. лица</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="IS_DU_NOTREZ" type="YES_NO_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Доверительный управляющий – иностранное юридическое лицо</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="NONRESIDENTTAXCODE" use="optional">
				<xs:annotation>
					<xs:documentation>УК УТ - Код налогоплательщика в стране регистрации</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="SWIFTCODE" use="optional">
				<xs:annotation>
					<xs:documentation>УК УТ - SWIFT код</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="40"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="CLEARINGUNICODE" use="optional">
				<xs:annotation>
					<xs:documentation>УК УТ - Уникод УК</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="10"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="LEI" type="xs:string" use="optional"/>
			<xs:attribute name="PIF_TYPE" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation>Тип паевого инвестиционного фонда. Возможные значения: OF - открытый, CF - закрытый, IF - интервальный, EF - биржевой </xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="BIC" type="xs:string" use="optional"/>
			<xs:attribute name="ID_P437" type="xs:string" use="optional"/>
			<xs:attribute name="TRD_RESTR" type="xs:string" use="optional"/>
			<xs:attribute name="DETAILS_CHAIN" type="xs:string" use="optional"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="CLIENT_MARKETS">
		<xs:annotation>
			<xs:documentation>Блок данных идентификации клиента на каждом из рынков</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:attribute name="ClientCode" type="CLIENTCODE_Type" use="required">
				<xs:annotation>
					<xs:documentation>Краткий код клиента</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="MarketId" type="MARKETID_Type" use="required">
				<xs:annotation>
					<xs:documentation>Идентификатор рынка. Возможные значения:
SE - Фондовый рынок ПАО Московская Биржа;
CU - Валютный рынок и рынок драгоценных металлов ОАО Московская Биржа;
FO - Срочный рынок ОАО Московская Биржа;
PF - Рынок СПФИ ОАО Московская Биржа;
CO -Рынок «Урожай» АО НТБ;</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="ClientType" use="optional">
				<xs:annotation>
					<xs:documentation>Тип клиента на рынке</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="2"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="isIISContract" type="YES_NO_Type" use="optional" default="N">
				<xs:annotation>
					<xs:documentation>С клиентом заключен договор на ведение индивидуального инвестиционного счета</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isCrossTrades" use="optional" default="N">
				<xs:annotation>
					<xs:documentation>Разрешить совершение кросс-сделок для указанного рынка. Этот параметр переопределяет для указанного рынка значение параметра isCrossTrades указанного в ноде CLIENT_SIMPLE</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="CROSSTRADES_TYPE"/>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ClientCodeDescr" type="CLIENTCODEDESCR_Type" use="optional">
				<xs:annotation>
					<xs:documentation>Наименование для краткого кода клиента</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="isMainGroupDU" type="YES_NO_Type" use="optional" default="N">
				<xs:annotation>
					<xs:documentation>Если этот параметр установлен в Y, то данный краткий код клиента на указанном рынке выступает в качестве управляющего для группы учредителей ДУ.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DateOpen" type="xs:date" use="required">
				<xs:annotation>
					<xs:documentation>Дата регистрации указанного краткого кода на рынке</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="DateClose" type="xs:date" use="optional">
				<xs:annotation>
					<xs:documentation>Дата закрытия указанного краткого кода на рынке. Если не указана, то данный клиент еще активен на рынке.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="Status" type="STATUS_Type" use="required">
				<xs:annotation>
					<xs:documentation>Состояние записи о клиенте на рынке.
Возможные значения: A – активная, D – удаленная.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="NUMPORTFOLIO" use="optional">
				<xs:annotation>
					<xs:documentation>Номер портфеля</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="NdsPayer" type="xs:integer" use="optional"/>
			<xs:attribute name="CoCategory" type="xs:integer" use="optional"/>
			<xs:attribute name="IRC" type="xs:string" use="optional"/>
			<xs:attribute name="BLOCKCLIENTTE" type="xs:integer" use="optional"/>
			<xs:attribute name="NSDCLIENTCODE" type="xs:string" use="optional"/>
			<xs:attribute name="CHAP3RATEDVCA" type="xs:decimal" use="optional"/>
			<xs:attribute name="CHAP3RATEINTR" type="xs:decimal" use="optional"/>
			<xs:attribute name="CHAP4STATUS" type="xs:string" use="optional"/>
			<xs:attribute name="ISFOND_NPF_RESERV" type="xs:string" use="optional"/>
			<xs:attribute name="CLIENTCODESE" type="xs:string" use="optional"/>
			<xs:attribute name="Category" type="xs:string" use="optional"/>
			<xs:attribute name="RiskLevel" type="RISKLEVEL_TYPE" use="optional"/>
			<xs:attribute name="IsCrossTradesDU">
				<xs:annotation>
					<xs:documentation>Признак разрешения проведения кросс-сделок ДУ на фондовом рынке между ПИФ одной УК</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
</xs:schema>