<?xml version="1.0" encoding="windows-1251"?>
<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by Shakeev (GNIVC FNS RF) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:doc="urn:exch:document:1.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Файл">
		<xs:annotation>
			<xs:documentation>Сведения, содержащиеся в Едином государственном реестре юридических лиц</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ИдОтпр" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Сведения об отправителе</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ФИООтв" type="ФИОТип">
								<xs:annotation>
									<xs:documentation>Фамилия, имя, отчество ответственного лица</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ДолжОтв" use="optional">
							<xs:annotation>
								<xs:documentation>Должность ответственного лица</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:minLength value="1"/>
									<xs:maxLength value="100"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="Тлф" use="optional">
							<xs:annotation>
								<xs:documentation>Номер контактного телефона</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:minLength value="1"/>
									<xs:maxLength value="20"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="E-mail" use="optional">
							<xs:annotation>
								<xs:documentation>E-mail</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:minLength value="1"/>
									<xs:maxLength value="45"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
				<xs:element name="Документ" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Состав и структура документа</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="СвЮЛ">
								<xs:annotation>
									<xs:documentation>Сведения о юридическом лице</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СвНаимЮЛ">
											<xs:annotation>
												<xs:documentation>Сведения о наименовании юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвНаимЮЛСокр" type="СвНаимСокрТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о сокращенном наименовании юридического лица на русском языке</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвНаимЮЛКодОКИН" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о наличии у юридического лица наименования на языках народов Российской Федерации и (или) на иностранных языках</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="КодОКИН" use="required">
																<xs:annotation>
																	<xs:documentation>Код языка по классификатору ОКИН</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимОКИН" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование языка по классификатору ОКИН</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="50"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвНаимЮЛПолнИн" type="СвНаимПолнТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о полном наименовании юридического лица на английском языке</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвНаимЮЛСокрИн" type="СвНаимСокрТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о сокращенном наименовании юридического лица на английском языке</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="НаимЮЛПолн" use="required">
													<xs:annotation>
														<xs:documentation>Полное наименование юридического лица на русском языке</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="1000"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="НаимЮЛСокр" use="optional">
													<xs:annotation>
														<xs:documentation>Сокращенное наименование юридического лица на русском языке</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="510"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвАдресЮЛ">
											<xs:annotation>
												<xs:documentation>Сведения об адресе (месте нахождения)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвМНЮЛ" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о месте нахождения юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="Регион" type="CCРФТип">
																	<xs:annotation>
																		<xs:documentation>Код субъекта Российской Федерации</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="НаимРегион">
																	<xs:annotation>
																		<xs:documentation>Наименование субъекта Российской Федерации</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:minLength value="1"/>
																			<xs:maxLength value="50"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="МуниципРайон" type="ВидНаимКодТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Муниципальный район/ городской округ/ внутригородская территория города федерального значения/ муниципальный округ</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГородСелПоселен" type="ВидНаимКодТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Городское поселение / сельское поселение / межселенная территория в составе муниципального района / внутригородской район городского округа</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="НаселенПункт" type="ВидНаимПТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Населенный пункт (город, деревня, село и прочее)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ИдНом" use="optional">
																<xs:annotation>
																	<xs:documentation>Уникальный идентификатор адресного объекта в ГАР</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="36"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвАдрЮЛФИАС" type="АдрФИАСЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об адресе юридического лица (в структуре ФИАС)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="АдресРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об адресе юридического лица (в структуре КЛАДР)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвНедАдресЮЛ" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о недостоверности адреса</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="РешСудНедАдр" type="РешСудТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о решении суда, на основании которого адрес признан недостоверным</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ПризнНедАдресЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Признак недостоверности адреса  </xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="1"/>
																		<xs:enumeration value="2"/>
																		<xs:enumeration value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ТекстНедАдресЮЛ" use="optional">
																<xs:annotation>
																	<xs:documentation>Текст о недостоверности сведений, выводимый в выписке в строке с наименованием «Дополнительные сведения»</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="500"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвРешИзмМН" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о принятии юридическим лицом решения об изменении места нахождения</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="Регион" type="РегионТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Субъект Российской Федерации</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Район" type="РайонТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Район (улус и т.п.)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Город" type="ГородТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Город (волость и т.п.)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="НаселПункт" type="НаселПунктТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Населенный пункт (село и т.п.)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДата" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ТекстРешИзмМН" use="required">
																<xs:annotation>
																	<xs:documentation>Текст, выводимый в выписке в строке с наименованием «Дополнительные сведения»</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="500"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвАдрЭлПочты" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения об адресе электронной почты юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической  ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="E-mail" use="required">
													<xs:annotation>
														<xs:documentation>Адрес электронной почты</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="45"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвОбрЮЛ">
											<xs:annotation>
												<xs:documentation>Сведения о регистрации (образовании) юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СпОбрЮЛ">
														<xs:annotation>
															<xs:documentation>Способ образования юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="КодСпОбрЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Код способа образования по справочнику СЮЛНД</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимСпОбрЮЛ" use="optional">
																<xs:annotation>
																	<xs:documentation>Наименование способа образования юридического лица</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="5"/>
																		<xs:maxLength value="255"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвРегИнЮЛ" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о регистрации иностранного юридического лица до принятия решения о редомициляции (об изменении его личного закона)</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="ИННЮЛ" type="ИННЮЛТип" use="optional">
																<xs:annotation>
																	<xs:documentation>ИНН юридического лица</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="НаимЮЛПолнРус" use="required">
																<xs:annotation>
																	<xs:documentation>Полное наименование иностранного юридического лица, принявшего решение об изменении своего личного закона, в русской транскрипции</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="1000"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимЮЛПолнЛат" use="optional">
																<xs:annotation>
																	<xs:documentation>Полное наименование иностранного юридического лица, принявшего решение об изменении своего личного закона, в латинской транскрипции</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="1000"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ОКСМ" use="required">
																<xs:annotation>
																	<xs:documentation>Код страны происхождения</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="ОКСМТип"/>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимСтран" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование страны происхождения</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="250"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="РегНомер" use="optional">
																<xs:annotation>
																	<xs:documentation>Регистрационный номер</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="70"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КодИОСтрРег" use="optional">
																<xs:annotation>
																	<xs:documentation>Код налогоплательщика в стране происхождения или аналог</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="50"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="СтатусМКФ" use="optional">
													<xs:annotation>
														<xs:documentation>Сведения о том, что юридическое лицо является международной компанией или международным фондом</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:length value="1"/>
															<xs:enumeration value="1"/>
															<xs:enumeration value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ОГРН" type="ОГРНТип" use="required">
													<xs:annotation>
														<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ДатаОГРН" use="required">
													<xs:annotation>
														<xs:documentation>Дата присвоения ОГРН</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:date"/>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="РегНом" use="optional">
													<xs:annotation>
														<xs:documentation>Регистрационный номер, присвоенный российскому юридическому лицу до 1 июля 2002 года, или регистрационный номер юридического лица на территории Республики Крым или территории города федерального значения Севастополя на день принятия в Российской Федерации и образования в составе Российской Федерации новых субъектов - Республики Крым и города федерального значения Севастополя</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="255"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ДатаРег" use="optional">
													<xs:annotation>
														<xs:documentation>Дата регистрации юридического лица</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:date"/>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="НаимРО" use="optional">
													<xs:annotation>
														<xs:documentation>Наименование органа, зарегистрировавшего юридическое лицо</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="255"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвРегОрг">
											<xs:annotation>
												<xs:documentation>Сведения о регистрирующем органе по месту нахождения юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="КодНО" type="СОНОТип" use="required">
													<xs:annotation>
														<xs:documentation>Код органа по справочнику СОУН</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="НаимНО" use="required">
													<xs:annotation>
														<xs:documentation>Наименование регистрирующего (налогового) органа</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="10"/>
															<xs:maxLength value="250"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="АдрРО" use="optional">
													<xs:annotation>
														<xs:documentation>Адрес регистрирующего органа</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="10"/>
															<xs:maxLength value="128"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвСтатус" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о состоянии (статусе) юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о состоянии (статусе) юридического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвСтатус">
														<xs:annotation>
															<xs:documentation>Сведения о правоспособности (статусе) юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="КодСтатусЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Код статуса юридического лица по справочнику СЮЛСТ</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимСтатусЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование статуса юридического лица по справочнику СЮЛСТ</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="5"/>
																		<xs:maxLength value="500"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="СрокЛиквООО" use="optional">
																<xs:annotation>
																	<xs:documentation>Срок ликвидации общества с ограниченной ответственностью</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:date"/>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвРешИсклЮЛ" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о решении о предстоящем исключении юридического лица из ЕГРЮЛ и его публикации </xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="ДатаРеш" use="required">
																<xs:annotation>
																	<xs:documentation>Дата решения</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:date"/>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НомерРеш" use="required">
																<xs:annotation>
																	<xs:documentation>Номер решения</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="255"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ДатаПубликации" use="required">
																<xs:annotation>
																	<xs:documentation>Дата публикации решения </xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:date">
																		<xs:minInclusive value="2005-07-06"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НомерЖурнала" use="optional">
																<xs:annotation>
																	<xs:documentation>Номер журнала, в котором опубликовано решение</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="50"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвПрекрЮЛ" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о прекращении юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СпПрекрЮЛ">
														<xs:annotation>
															<xs:documentation>Способ прекращения юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="КодСпПрекрЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Код способа прекращения по справочнику СЮЛПД</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимСпПрекрЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование способа прекращения</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="5"/>
																		<xs:maxLength value="255"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвРегОрг" type="СвРегОргТип">
														<xs:annotation>
															<xs:documentation>Сведения о регистрирующем (налоговом) органе, внесшем запись о прекращении юридического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ДатаПрекрЮЛ" use="required">
													<xs:annotation>
														<xs:documentation>Дата прекращения юридического лица</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:date"/>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвТипУстав" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о типовом уставе, на основании которого действует юридическое лицо</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="НомТипУстав" use="required">
													<xs:annotation>
														<xs:documentation>Номер типового устава</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:length value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвУчетНО" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения об учете в налоговом органе</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation/>
													</xs:annotation>
													<xs:element name="СвНО" type="СвНОТип">
														<xs:annotation>
															<xs:documentation>Сведения о налоговом органе, в котором юридическое лицо состоит (для юридических лиц, прекративших деятельность - состояло) на учете</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ИНН" type="ИННЮЛТип" use="required">
													<xs:annotation>
														<xs:documentation>ИНН юридического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="КПП" type="КППТип" use="required">
													<xs:annotation>
														<xs:documentation>КПП юридического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ДатаПостУч" use="required">
													<xs:annotation>
														<xs:documentation>Дата постановки на учет в налоговом органе</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:date"/>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвРегПФ" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о регистрации юридического лица в качестве страхователя в территориальном органе Пенсионного фонда Российской Федерации</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвОргПФ">
														<xs:annotation>
															<xs:documentation>Сведения о территориальном органе Пенсионного фонда Российской Федерации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="КодПФ" use="required">
																<xs:annotation>
																	<xs:documentation>Код по справочнику СТОПФ</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="3"/>
																		<xs:maxLength value="6"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимПФ" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="10"/>
																		<xs:maxLength value="255"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="РегНомПФ" use="required">
													<xs:annotation>
														<xs:documentation>Регистрационный номер в территориальном органе Пенсионного фонда Российской Федерации</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="15"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ДатаРег" use="required">
													<xs:annotation>
														<xs:documentation>Дата регистрации юридического лица в качестве страхователя</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:date"/>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвРегФСС" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о регистрации юридического лица в качестве страхователя в исполнительном органе Фонда социального страхования Российской Федерации</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвОргФСС">
														<xs:annotation>
															<xs:documentation>Сведения об исполнительном органе Фонда социального страхования Российской Федерации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="КодФСС" use="required">
																<xs:annotation>
																	<xs:documentation>Код по справочнику СТОФСС</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="4"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимФСС" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="10"/>
																		<xs:maxLength value="255"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="РегНомФСС" use="required">
													<xs:annotation>
														<xs:documentation>Регистрационный номер в исполнительном органе Фонда социального страхования Российской Федерации</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="15"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ДатаРег" use="required">
													<xs:annotation>
														<xs:documentation>Дата регистрации юридического лица в качестве страхователя</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:date"/>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвУстКап" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о размере указанного в учредительных документах коммерческой организации уставного капитала (складочного капитала, уставного фонда, паевого фонда)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ДоляРубля" type="ДробьТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Доля рубля в капитале в виде простой дроби </xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СведУмУК" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о нахождении хозяйственного общества в процессе уменьшения уставного капитала</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ВелУмУК" use="optional">
																<xs:annotation>
																	<xs:documentation>Величина, на которую уменьшается уставный капитал (в рублях)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="19"/>
																		<xs:fractionDigits value="4"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ДатаРеш" type="xs:date" use="optional">
																<xs:annotation>
																	<xs:documentation>Дата принятия решения об уменьшении уставного капитала</xs:documentation>
																</xs:annotation>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="НаимВидКап" use="required">
													<xs:annotation>
														<xs:documentation>Наименование вида капитала</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="10"/>
															<xs:maxLength value="20"/>
															<xs:enumeration value="УСТАВНЫЙ КАПИТАЛ"/>
															<xs:enumeration value="СКЛАДОЧНЫЙ КАПИТАЛ"/>
															<xs:enumeration value="УСТАВНЫЙ ФОНД"/>
															<xs:enumeration value="ПАЕВЫЕ ВЗНОСЫ"/>
															<xs:enumeration value="ПАЕВОЙ ФОНД"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="СумКап" use="required">
													<xs:annotation>
														<xs:documentation>Размер в рублях</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="19"/>
															<xs:fractionDigits value="4"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвПолном" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о полномочиях нескольких лиц выступать от имени юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ВидПолном" use="required">
													<xs:annotation>
														<xs:documentation>Вид полномочий</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:length value="1"/>
															<xs:enumeration value="1"/>
															<xs:enumeration value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвУпрОрг" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о юридическом лице, имеющем право без доверенности действовать от имени юридического лица, в отношении которого формируется выписка</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о лице, имеющем право без доверенности действовать от имени юридического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="НаимИННЮЛ" type="СвЮЛЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о наименовании, ОГРН и ИНН юридического лица, являющегося лицом, имеющим право действовать без доверенности</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвРегИн" type="СвРегИнЮЛЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о регистрации иностранного юридического лица в стране происхождения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвНедДанУпрОрг" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о недостоверности данных о юридическом лице, имеющем право действовать без доверенности</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="РешСудНедДанУпрОрг" type="РешСудТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о решении суда, на основании которого указанные сведения признаны недостоверными</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ПризнНедДанУпрОрг" use="required">
																<xs:annotation>
																	<xs:documentation>Признак недостоверности данных</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="1"/>
																		<xs:enumeration value="2"/>
																		<xs:enumeration value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ТекстНедДанУпрОрг" use="required">
																<xs:annotation>
																	<xs:documentation>Текст о недостоверности сведений, выводимый в выписке в строке с наименованием «Дополнительные сведения»</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="500"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвПредЮЛ" type="СвНаимПредЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о наименовании представительства или филиала в Российской Федерации, через которое иностранное юридическое лицо осуществляет полномочия управляющей организации</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвАкРАФП" type="СвАкРАФПТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об аккредитации представительства или филиала в Российской Федерации, через которое иностранное юридическое лицо осуществляет полномочия управляющей организации</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвАдрРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об адресе управляющей организации в Российской Федерации</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвНомТел" type="СвНомТелТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о контактном телефоне</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ПредИнЮЛ" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о лице, через которое иностранное юридическое лицо осуществляет полномочия управляющей организации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
																	<xs:annotation>
																		<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвНомТел" type="СвНомТелТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о контактном телефоне физического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвРождФЛ" type="СвРождЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о рождении физического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="УдЛичнФЛ" type="УдЛичнЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о документе, удостоверяющем личность</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдресМЖРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об адресе места жительства в Российской Федерации</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМЖИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об адресе места жительства за пределами территории Российской Федерации</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СведДолжнФЛ" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о физическом лице, имеющем право без доверенности действовать от имени юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о лице, имеющем право без доверенности действовать от имени юридического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвФИОЗАГС" type="СвФИОЗАГСТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о фамилии, имени, отчестве физического лица по данным ЗАГС</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвДолжн" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о должности физического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ОГРНИП" type="ОГРНИПТип" use="optional">
																<xs:annotation>
																	<xs:documentation>Основной государственный регистрационный номер индивидуального предпринимателя - управляющего юридическим лицом</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="ВидДолжн" use="required">
																<xs:annotation>
																	<xs:documentation>Вид должностного лица по справочнику СКФЛЮЛ (указывается код по справочнику)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимВидДолжн" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование вида должностного лица по справочнику СКФЛЮЛ</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="5"/>
																		<xs:maxLength value="100"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимДолжн" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование должности</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:maxLength value="255"/>
																		<xs:minLength value="1"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвНомТел" type="СвНомТелТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о контактном телефоне физического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвНедДанДолжнФЛ" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о недостоверности данных о лице, имеющем право без доверенности действовать от имени юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="РешСудНедДанДолжнФЛ" type="РешСудТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о решении суда, на основании которого указанные сведения признаны недостоверными</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ПризнНедДанДолжнФЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Признак недостоверности данных</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="1"/>
																		<xs:enumeration value="1"/>
																		<xs:enumeration value="2"/>
																		<xs:enumeration value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ТекстНедДанДолжнФЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Текст о недостоверности сведений, выводимый в выписке в строке с наименованием «Дополнительные сведения»</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="500"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвПолФЛ" type="СвПолФЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о поле физического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвРождФЛ" type="СвРождЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о рождении физического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвГраждФЛ" type="СвГраждТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о гражданстве физического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="УдЛичнФЛ" type="УдЛичнЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о документе, удостоверяющем личность физического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="АдресМЖРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре КЛАДР)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="АдрМЖФИАС" type="АдрФИАСЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре ФИАС)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="АдрМЖИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об адресе места жительства за пределами территории Российской Федерации</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвДискв" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о дисквалификации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ДатаНачДискв" type="xs:date" use="required">
																<xs:annotation>
																	<xs:documentation>Дата начала дисквалификации</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="ДатаОкончДискв" type="xs:date" use="required">
																<xs:annotation>
																	<xs:documentation>Дата окончания дисквалификации</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="ДатаРеш" use="required">
																<xs:annotation>
																	<xs:documentation>Дата вынесения судебным органом постановления о дисквалификации </xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:date"/>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвКорпДог" minOccurs="0" maxOccurs="2">
											<xs:annotation>
												<xs:documentation>Сведения о наличии корпоративного договора</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ВидСведКорпДог" use="required">
													<xs:annotation>
														<xs:documentation>Вид сведений в корпоративном договоре</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:length value="1"/>
															<xs:enumeration value="1"/>
															<xs:enumeration value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвУчредит" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения об учредителях (участниках) юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="УчрЮЛРос" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения об учредителе (участнике) - российском юридическом лице</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям об учредителе (участнике)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="НаимИННЮЛ" type="СвЮЛЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о наименовании, ОГРН и ИНН юридического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвРегСтарые" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о регистрации учредителя (участника) до 01.07.2002 г</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ГРНДата" type="ГРНДатаТип">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="РегНом" use="optional">
																			<xs:annotation>
																				<xs:documentation>Регистрационный номер, присвоенный юридическому лицу до 1 июля 2002 года</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="255"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ДатаРег" use="optional">
																			<xs:annotation>
																				<xs:documentation>Дата регистрации юридического лица до 1 июля 2002 года</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:date"/>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="НаимРО" use="optional">
																			<xs:annotation>
																				<xs:documentation>Наименование органа, зарегистрировавшего юридическое лицо до 1 июля 2002 года</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="1000"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвНедДанУчр" type="СвНедДанУчрТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о недостоверности данных об учредителе (участнике) </xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ДоляУстКап" type="ДоляУстКапЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о доле учредителя (участника)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбъемПрав" type="СвОбъемПравТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о предусмотренном корпоративным договором объеме правомочий участника хозяйственного общества (количество голосов, приходящихся на долю участника хозяйственного общества непропорционально размеру этой доли)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбрем" type="СвОбремТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об обременении доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУправЗал" type="СвУправЗалТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об управлении залогом доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвДовУпрЮЛ" type="СвДовУпрЮЛТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о доверительном управляющем - российском или иностранном юридическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвДовУпрФЛ" type="СвДовУпрФЛТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о доверительном управляющем - физическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="УчрЮЛИн" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения об учредителе (участнике) - иностранном юридическом лице</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям об учредителе (участнике)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="НаимИННЮЛ" type="СвЮЛЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о наименовании и ИНН юридического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвНаимЮЛПолнИн" type="СвНаимПолнТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о наименовании иностранного юридического лица в латинской транскрипции</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвРегИн" type="СвРегИнЮЛЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о регистрации в стране происхождения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвНедДанУчр" type="СвНедДанУчрТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о недостоверности данных об учредителе (участнике) </xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ДоляУстКап" type="ДоляУстКапЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о доле учредителя (участника)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбъемПрав" type="СвОбъемПравТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о предусмотренном корпоративным договором объеме правомочий участника хозяйственного общества (количество голосов, приходящихся на долю участника хозяйственного общества непропорционально размеру этой доли)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбрем" type="СвОбремТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об обременении доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУправЗал" type="СвУправЗалТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об управлении залогом доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвДовУпрЮЛ" type="СвДовУпрЮЛТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о доверительном управляющем - российском или иностранном юридическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвДовУпрФЛ" type="СвДовУпрФЛТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о доверительном управляющем - физическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="УчрФЛ" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения об учредителе (участнике) - физическом лице</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям об учредителе (участнике)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвФИОЗАГС" type="СвФИОЗАГСТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о фамилии, имени, отчестве физического лица по данным ЗАГС</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвНедДанУчр" type="СвНедДанУчрТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о недостоверности данных об учредителе (участнике) </xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвПолФЛ" type="СвПолФЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о поле физического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвРождФЛ" type="СвРождЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о рождении физического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвГраждФЛ" type="СвГраждТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о гражданстве физического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="УдЛичнФЛ" type="УдЛичнЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о документе, удостоверяющем личность</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдресМЖРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре КЛАДР)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМЖФИАС" type="АдрФИАСЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре ФИАС)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМЖИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об адресе места жительства за пределами территории Российской Федерации</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ДоляУстКап" type="ДоляУстКапЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о доле учредителя (участника)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбъемПрав" type="СвОбъемПравТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о предусмотренном корпоративным договором объеме правомочий участника хозяйственного общества (количество голосов, приходящихся на долю участника хозяйственного общества непропорционально размеру этой доли)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбрем" type="СвОбремТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об обременении доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУправЗал" type="СвУправЗалТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об управлении залогом доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвДовУпрЮЛ" type="СвДовУпрЮЛТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о доверительном управляющем - российском или иностранном юридическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвДовУпрФЛ" type="СвДовУпрФЛТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о доверительном управляющем - физическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ЛицоУпрНасл" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о физическом лице, осуществляющем управление долей, переходящей в порядке наследования</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
																				<xs:annotation>
																					<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвПолФЛ" type="СвПолФЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о поле физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвРождФЛ" type="СвРождЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о рождении физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвГраждФЛ" type="СвГраждТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о гражданстве физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="УдЛичнФЛ" type="УдЛичнЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о документе, удостоверяющем личность физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="АдресМЖРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре КЛАДР)</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="АдрМЖИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения об адресе места жительства за пределами территории Российской Федерации</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="ОГРНИП" type="ОГРНИПТип" use="optional">
																			<xs:annotation>
																				<xs:documentation>ОГРНИП</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="ДатаОткрНасл" type="xs:date" use="required">
																			<xs:annotation>
																				<xs:documentation>Дата открытия наследства (дата смерти участника)</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ОГРНИП" type="ОГРНИПТип" use="optional">
																<xs:annotation>
																	<xs:documentation>ОГРНИП (для учредителя полного товарищества или товарищества на вере)</xs:documentation>
																</xs:annotation>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="УчрРФСубМО" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения об учредителе (участнике) - Российской Федерации, субъекте Российской Федерации, муниципальном образовании</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям об учредителе (участнике)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ВидНаимУчр" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о виде учредителя (участника) и наименовании муниципального образования и региона</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:attribute name="КодУчрРФСубМО" use="required">
																			<xs:annotation>
																				<xs:documentation>Код вида учредителя</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:length value="1"/>
																					<xs:enumeration value="1"/>
																					<xs:enumeration value="2"/>
																					<xs:enumeration value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="НаимМО" use="optional">
																			<xs:annotation>
																				<xs:documentation>Наименование муниципального образования</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="1000"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="КодРегион" type="CCРФТип" use="optional">
																			<xs:annotation>
																				<xs:documentation>Код субъекта Российской Федерации, который является учредителем (участником) юридического лица или на территории которого находится муниципальное образование, которое является учредителем (участником) юридического лица</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="НаимРегион" use="optional">
																			<xs:annotation>
																				<xs:documentation>Наименование субъекта Российской Федерации</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="100"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвНедДанУчр" type="СвНедДанУчрТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о недостоверности данных об учредителе (участнике) </xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ДоляУстКап" type="ДоляУстКапЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о доле учредителя (участника)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбъемПрав" type="СвОбъемПравТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о предусмотренном корпоративным договором объеме правомочий участника хозяйственного общества (количество голосов, приходящихся на долю участника хозяйственного общества непропорционально размеру этой доли)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОргОсущПр" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об органе государственной власти, органе местного самоуправления или о юридическом лице, осуществляющем права учредителя (участника)</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="НаимИННЮЛ" type="СвЮЛЕГРЮЛТип">
																				<xs:annotation>
																					<xs:documentation>Сведения о наименовании, ОГРН и ИНН органа государственной власти, органа местного самоуправления или юридического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвФЛОсущПр" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о физическом лице, осуществляющем права учредителя (участника)</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
																				<xs:annotation>
																					<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвРождФЛ" type="СвРождЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о рождении физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="УдЛичнФЛ" type="УдЛичнЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о документе, удостоверяющем личность физического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="АдресМЖРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре КЛАДР)</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="АдрМЖИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения об адресе места жительства за пределами территории Российской Федерации</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвОбрем" type="СвОбремТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об обременении доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУправЗал" type="СвУправЗалТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об управлении залогом доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвДовУпрЮЛРФ" type="СвЮЛЕГРЮЛТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о доверительном управляющем - российском юридическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="УчрПИФ" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о паевом инвестиционном фонде, в состав имущества которого включена доля в уставном капитале</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям об учредителе (участнике)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвНаимПИФ" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о названии (индивидуальном обозначении) паевого инвестиционного фонда</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ГРНДата" type="ГРНДатаТип">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="НаимПИФ" use="required">
																			<xs:annotation>
																				<xs:documentation>Название (индивидуальное обозначение) паевого инвестиционного фонда</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="1000"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвНедДанУчр" type="СвНедДанУчрТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о недостоверности данных об учредителе (участнике) </xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУпрКомпПИФ" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об управляющей компании паевого инвестиционного фонда</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="УпрКомпПиф" type="СвЮЛЕГРЮЛТип">
																				<xs:annotation>
																					<xs:documentation>Наименование и (при наличии) ОГРН и ИНН управляющей компании паевого инвестиционного фонда</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
																<xs:element name="ДоляУстКап" type="ДоляУстКапЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о доле учредителя (участника)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбъемПрав" type="СвОбъемПравТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о предусмотренном корпоративным договором объеме правомочий участника хозяйственного общества (количество голосов, приходящихся на долю участника хозяйственного общества непропорционально размеру этой доли)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбрем" type="СвОбремТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об обременении доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУправЗал" type="СвУправЗалТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об управлении залогом доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="УчрДогИнвТов" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о включении доли в уставном / складочном капитале создаваемого юридического лица в состав общего имущества участников договора инвестиционного товарищества</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям об учредителе (участнике)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ИнПрДогИнвТов" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Индивидуальные признаки договора инвестиционного товарищества</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="ФИОНотариус" type="ФИОТип">
																				<xs:annotation>
																					<xs:documentation>Фамилия, имя, отчество нотариуса, удостоверившего договор</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ГРНДата" type="ГРНДатаТип">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																		<xs:attribute name="НаимДог" use="required">
																			<xs:annotation>
																				<xs:documentation>Наименование договора</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="1000"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="НомерДог" use="required">
																			<xs:annotation>
																				<xs:documentation>Регистрационный номер договора в реестре нотариальных действий</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="50"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="Дата" use="required">
																			<xs:annotation>
																				<xs:documentation>Дата нотариального удостоверения договора</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:date"/>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвУпТовЮЛ" type="СвЮЛЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об уполномоченном управляющем товарище - российском юридическом лице</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУпТовИнЮЛ" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об уполномоченном управляющем товарище - иностранном юридическом лице</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="НаимИННЮЛ" type="СвЮЛЕГРЮЛТип">
																				<xs:annotation>
																					<xs:documentation>Сведения об ИНН и наименовании иностранного юридического лица</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвРегИн" type="СвРегИнЮЛЕГРЮЛТип">
																				<xs:annotation>
																					<xs:documentation>Сведения о регистрации иностранного юридического лица в стране происхождения</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвПредЮЛ" type="СвНаимПредЮЛТип">
																				<xs:annotation>
																					<xs:documentation>Сведения о наименовании представительства или филиала в Российской Федерации, через которое иностранное юридическое лицо осуществляет полномочия управляющей организации</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="СвАкРАФП" type="СвАкРАФПТип">
																				<xs:annotation>
																					<xs:documentation>Сведения об аккредитации представительства или филиала в Российской Федерации, через которое иностранное юридическое лицо осуществляет полномочия управляющей организации</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвНедДанУчр" type="СвНедДанУчрТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения о недостоверности данных об учредителе (участнике) </xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ДоляУстКап" type="ДоляУстКапЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о доле учредителя (участника)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбъемПрав" type="СвОбъемПравТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о предусмотренном корпоративным договором объеме правомочий участника хозяйственного общества (количество голосов, приходящихся на долю участника хозяйственного общества непропорционально размеру этой доли)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвОбрем" type="СвОбремТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об обременении доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУправЗал" type="СвУправЗалТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об управлении залогом доли участника</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвДоляООО" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о доле в уставном капитале общества с ограниченной ответственностью, принадлежащей обществу</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ДоляРубля" type="ДробьТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Доля рубля в виде простой дроби в номинальной стоимости доли</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="РазмерДоли" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Размер доли (в процентах или в виде дроби - десятичной или простой)</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:choice>
																<xs:element name="Процент">
																	<xs:annotation>
																		<xs:documentation>Размер доли в процентах</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:decimal">
																			<xs:totalDigits value="18"/>
																			<xs:fractionDigits value="15"/>
																			<xs:minInclusive value="0"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="ДробДесят">
																	<xs:annotation>
																		<xs:documentation>Размер доли в десятичных дробях</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:decimal">
																			<xs:totalDigits value="16"/>
																			<xs:fractionDigits value="15"/>
																			<xs:minInclusive value="0"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="ДробПрост" type="ДробьТип">
																	<xs:annotation>
																		<xs:documentation>Размер доли в простых дробях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:choice>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвОбрем" type="СвОбремТип" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения об обременении доли общества</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвУправЗал" type="СвУправЗалТип" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения об управлении залогом доли принадлежащей обществу</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="НоминСтоим" use="required">
													<xs:annotation>
														<xs:documentation>Номинальная стоимость доли в рублях</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="19"/>
															<xs:fractionDigits value="4"/>
															<xs:minInclusive value="0"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвДержРеестрАО" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о держателе реестра акционеров акционерного общества</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о держателе реестра акционеров акционерного общества</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ДержРеестрАО" type="СвЮЛЕГРЮЛТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Наименование, ОГРН и ИНН держателя реестра акционеров акционерного общества</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвОКВЭД" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о видах экономической деятельности по Общероссийскому классификатору видов экономической деятельности</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвОКВЭДОсн" type="СвОКВЭДТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об основном виде деятельности</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвОКВЭДДоп" type="СвОКВЭДТип" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о дополнительном виде деятельности</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвЛицензия" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о лицензиях, выданных юридическому лицу</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о лицензии</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="НаимЛицВидДеят" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Наименование лицензируемого вида деятельности, на который выдана лицензия</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="1000"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="МестоДейстЛиц" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения об адресе места осуществления лицензируемого вида деятельности</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="5"/>
																<xs:maxLength value="1000"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="ЛицОргВыдЛиц" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Наименование лицензирующего органа, выдавшего или переоформившего лицензию</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="1000"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвПриостЛиц" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о приостановлении действия лицензии</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДата" type="ГРНДатаТип">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ДатаПриостЛиц" use="required">
																<xs:annotation>
																	<xs:documentation>Дата приостановления действия лицензии</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:date"/>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ЛицОргПриостЛиц" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование лицензирующего органа, приостановившего действие лицензии</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="1000"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="НомЛиц" use="optional">
													<xs:annotation>
														<xs:documentation>Серия и номер лицензии</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="100"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ДатаЛиц" type="xs:date" use="optional">
													<xs:annotation>
														<xs:documentation>Дата лицензии</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ДатаНачЛиц" type="xs:date" use="optional">
													<xs:annotation>
														<xs:documentation>Дата начала действия лицензии</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ДатаОкончЛиц" type="xs:date" use="optional">
													<xs:annotation>
														<xs:documentation>Дата окончания действия лицензии</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвПодразд" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о филиалах и представительствах юридического лица</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвФилиал" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о филиалах юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям о филиале юридического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном филиале</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвНаим" type="СвНаимПолнТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о наименовании филиала</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМНРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Адрес (место расположения) на территории Российской Федерации (в структуре КЛАДР)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМНФИАС" type="АдрФИАСЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Адрес (место расположения) на территории Российской Федерации (в структуре ФИАС)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМНИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Адрес (место расположения) за пределами территории Российской Федерации</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУчетНОФилиал" type="СвУчетНОПодраздТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об учете в налоговом органе по месту нахождения филиала</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвПредстав" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о представительствах юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об ограничении доступа к сведениям о представительстве юридического лица</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном представительстве</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвНаим" type="СвНаимПолнТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о наименовании представительства</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМНРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Адрес (место расположения) на территории Российской Федерации (в структуре КЛАДР)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМНФИАС" type="АдрФИАСЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Адрес (место расположения) на территории Российской Федерации (в структуре ФИАС)</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="АдрМНИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Адрес (место расположения) за пределами территории Российской Федерации</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="СвУчетНОПредстав" type="СвУчетНОПодраздТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об учете в налоговом органе по месту нахождения представительства</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвРеорг" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения об участии в реорганизации</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям об участии юридического лица в реорганизации </xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвСтатус">
														<xs:annotation>
															<xs:documentation>Сведения о форме реорганизации (статусе) юридического лица</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="КодСтатусЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Код формы реорганизации (статуса) юридического лица по справочнику СЮЛСТ</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НаимСтатусЮЛ" use="required">
																<xs:annotation>
																	<xs:documentation>Наименование формы реорганизации (статуса) юридического лица по справочнику СЮЛСТ</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="5"/>
																		<xs:maxLength value="500"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей сведения о начале реорганизации</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИзмСостРеоргЮЛ" type="ГРНДатаТип" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения записи, которой в ЕГРЮЛ внесены сведения об изменении состава участвующих в реорганизации юридических лиц</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвРеоргЮЛ" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о юридических лицах, участвующих в реорганизации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="ОГРН" type="ОГРНТип" use="required">
																<xs:annotation>
																	<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="ИНН" type="ИННЮЛТип" use="required">
																<xs:annotation>
																	<xs:documentation>ИНН юридического лица</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="НаимЮЛПолн" use="required">
																<xs:annotation>
																	<xs:documentation>Полное наименование юридического лица</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="1000"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="СостЮЛпосле" use="optional">
																<xs:annotation>
																	<xs:documentation>Состояние юридического лица после завершения реорганизации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="30"/>
																		<xs:maxLength value="50"/>
																		<xs:enumeration value="ПРЕКРАТИТ ДЕЯТЕЛЬНОСТЬ ПОСЛЕ РЕОРГАНИЗАЦИИ"/>
																		<xs:enumeration value="ПРОДОЛЖИТ ДЕЯТЕЛЬНОСТЬ ПОСЛЕ РЕОРГАНИЗАЦИИ"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвПредш" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о правопредшественнике</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о правопредшественнике юридического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвЮЛсложнРеорг" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о юридическом лице, путем реорганизации которого был создан правопредшественник при реорганизации в форме выделения или разделения с одновременным присоединением или слиянием</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="ОГРН" type="ОГРНТип" use="required">
																<xs:annotation>
																	<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
																<xs:annotation>
																	<xs:documentation>ИНН юридического лица</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="НаимЮЛПолн" use="required">
																<xs:annotation>
																	<xs:documentation>Полное наименование юридического лица</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="1000"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ОГРН" type="ОГРНТип" use="optional">
													<xs:annotation>
														<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
													<xs:annotation>
														<xs:documentation>ИНН юридического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="НаимЮЛПолн" use="optional">
													<xs:annotation>
														<xs:documentation>Полное наименование юридического лица</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="1000"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвКФХПредш" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о крестьянском (фермерском) хозяйстве, на базе имущества которого создано юридическое лицо</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
														<xs:annotation>
															<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН главы КФХ</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ОГРНИП" type="ОГРНИПТип" use="required">
													<xs:annotation>
														<xs:documentation>ОГРНИП крестьянского (фермерского) хозяйства</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвПреем" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о правопреемнике</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о правопреемнике юридического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвЮЛсложнРеорг" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о юридическом лица, которое было создано в форме слияния с участием правопреемника, или к которому присоединился правопреемник при реорганизации в форме выделения или разделения с одновременным присоединением или слиянием</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="ОГРН" type="ОГРНТип" use="required">
																<xs:annotation>
																	<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
																<xs:annotation>
																	<xs:documentation>ИНН юридического лица</xs:documentation>
																</xs:annotation>
															</xs:attribute>
															<xs:attribute name="НаимЮЛПолн" use="required">
																<xs:annotation>
																	<xs:documentation>Полное наименование юридического лица</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="1000"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДата" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ОГРН" type="ОГРНТип" use="optional">
													<xs:annotation>
														<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
													<xs:annotation>
														<xs:documentation>ИНН юридического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="НаимЮЛПолн" use="optional">
													<xs:annotation>
														<xs:documentation>Полное наименование юридического лица</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="1000"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвКФХПреем" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о крестьянском (фермерском) хозяйстве, которые внесены в ЕГРИП в связи с приведением правового статуса крестьянского (фермерского) хозяйства в соответствие с нормами части первой Гражданского кодекса Российской Федерации</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
														<xs:annotation>
															<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН главы КФХ</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ОГРНИП" type="ОГРНИПТип" use="required">
													<xs:annotation>
														<xs:documentation>ОГРНИП крестьянского (фермерского) хозяйства</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СвЗапЕГРЮЛ" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения о записях, внесенных в ЕГРЮЛ</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ОгрДосСв" type="ОгрДосСвТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения об ограничении доступа к сведениям о данной записи </xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ВидЗап" type="ВидЗапТип">
														<xs:annotation>
															<xs:documentation>Сведения о причине внесения записи в ЕГРЮЛ</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвРегОрг" type="СвРегОргТип">
														<xs:annotation>
															<xs:documentation>Сведения о регистрирующем (налоговом) органе, внесшем запись в ЕГРЮЛ</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвЗаявФЛ" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о заявителе</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ВидЗаяв">
																	<xs:annotation>
																		<xs:documentation>Заявитель</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:attribute name="КодСЗОЮЛ" use="required">
																			<xs:annotation>
																				<xs:documentation>Код по справочнику СЗОЮЛ</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="4"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="НаимСЗОЮЛ" use="required">
																			<xs:annotation>
																				<xs:documentation>Наименование по справочнику СЗОЮЛ </xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="500"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвЮЛ" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения о юридическом лице, от имени которого действует заявитель</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:attribute name="ОГРН" type="ОГРНТип" use="optional">
																			<xs:annotation>
																				<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
																			<xs:annotation>
																				<xs:documentation>ИНН юридического лица</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="НаимЮЛПолн" use="required">
																			<xs:annotation>
																				<xs:documentation>Полное наименование юридического лица</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="1000"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвУпрОрг" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения об управляющей компании</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:attribute name="ОГРН" type="ОГРНТип" use="optional">
																			<xs:annotation>
																				<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
																			<xs:annotation>
																				<xs:documentation>ИНН юридического лица</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="НаимЮЛПолн" use="required">
																			<xs:annotation>
																				<xs:documentation>Полное наименование юридического лица</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="1000"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СвФЛ">
																	<xs:annotation>
																		<xs:documentation>Сведения о физическом лице - заявителе</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="СвФИОИНН">
																				<xs:annotation>
																					<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица</xs:documentation>
																				</xs:annotation>
																				<xs:complexType>
																					<xs:sequence>
																						<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																					</xs:sequence>
																					<xs:attribute name="Фамилия" use="optional">
																						<xs:annotation>
																							<xs:documentation>Фамилия</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="60"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="Имя" use="optional">
																						<xs:annotation>
																							<xs:documentation>Имя</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="60"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="Отчество" use="optional">
																						<xs:annotation>
																							<xs:documentation>Отчество</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="60"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="ИННФЛ" type="ИННФЛТип" use="optional">
																						<xs:annotation>
																							<xs:documentation>ИНН физического лица </xs:documentation>
																						</xs:annotation>
																					</xs:attribute>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="СвРожд" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о рождении</xs:documentation>
																				</xs:annotation>
																				<xs:complexType>
																					<xs:sequence>
																						<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																					</xs:sequence>
																					<xs:attribute name="ДатаРожд" type="xs:date" use="required">
																						<xs:annotation>
																							<xs:documentation>Дата рождения</xs:documentation>
																						</xs:annotation>
																					</xs:attribute>
																					<xs:attribute name="МестоРожд" use="required">
																						<xs:annotation>
																							<xs:documentation>Место рождения</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="255"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="ПрДатаРожд" use="optional">
																						<xs:annotation>
																							<xs:documentation>Признак полноты представляемой даты рождения физического лица</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:length value="1"/>
																								<xs:enumeration value="1"/>
																								<xs:enumeration value="2"/>
																								<xs:enumeration value="3"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="УдЛичнФЛ" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения о документе, удостоверяющем личность</xs:documentation>
																				</xs:annotation>
																				<xs:complexType>
																					<xs:sequence>
																						<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																					</xs:sequence>
																					<xs:attribute name="КодВидДок" type="СПДУЛТип" use="required">
																						<xs:annotation>
																							<xs:documentation>Код вида документа по справочнику СПДУЛ </xs:documentation>
																						</xs:annotation>
																					</xs:attribute>
																					<xs:attribute name="НаимДок" use="required">
																						<xs:annotation>
																							<xs:documentation>Наименование вида документа</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="150"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="СерНомДок" use="required">
																						<xs:annotation>
																							<xs:documentation>Серия и номер документа</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="50"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="ДатаДок" type="xs:date" use="optional">
																						<xs:annotation>
																							<xs:documentation>Дата выдачи</xs:documentation>
																						</xs:annotation>
																					</xs:attribute>
																					<xs:attribute name="ВыдДок" use="optional">
																						<xs:annotation>
																							<xs:documentation>Кем выдан</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="1000"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="КодВыдДок" use="optional">
																						<xs:annotation>
																							<xs:documentation>Код подразделения</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:length value="7"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="АдресМЖРФ" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре КЛАДР)</xs:documentation>
																				</xs:annotation>
																				<xs:complexType>
																					<xs:sequence>
																						<xs:element name="Регион" type="РегионТип">
																							<xs:annotation>
																								<xs:documentation>Субъект Российской Федерации</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="Район" type="РайонТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>Район (улус и т.п.)</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="Город" type="ГородТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>Город (волость и т.п.)</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="НаселПункт" type="НаселПунктТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>Населенный пункт (село и т.п.)</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="Улица" type="УлицаТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>Улица (проспект, переулок и т.п.)</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																						<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																					</xs:sequence>
																					<xs:attribute name="Индекс" use="optional">
																						<xs:annotation>
																							<xs:documentation>Индекс</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:length value="6"/>
																								<xs:pattern value="[0-9]{6}"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="КодРегион" use="required">
																						<xs:annotation>
																							<xs:documentation>Код субъекта Российской Федерации</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="CCРФТип"/>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="КодАдрКладр" use="optional">
																						<xs:annotation>
																							<xs:documentation>Код адреса по КЛАДР</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="11"/>
																								<xs:maxLength value="23"/>
																								<xs:pattern value="[0-9]{11}"/>
																								<xs:pattern value="[0-9]{15}"/>
																								<xs:pattern value="[0-9]{19}"/>
																								<xs:pattern value="[0-9]{23}"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="Дом" use="optional">
																						<xs:annotation>
																							<xs:documentation>Дом (владение и т.п.)</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="50"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="Корпус" use="optional">
																						<xs:annotation>
																							<xs:documentation>Корпус (строение и т.п.)</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="50"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="Кварт" use="optional">
																						<xs:annotation>
																							<xs:documentation>Квартира (офис и т.п.)</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="50"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																				</xs:complexType>
																			</xs:element>
																			<xs:element name="АдрМЖИн" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Сведения об адресе места жительства за пределами Российской Федерации</xs:documentation>
																				</xs:annotation>
																				<xs:complexType>
																					<xs:sequence>
																						<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
																							<xs:annotation>
																								<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
																							</xs:annotation>
																						</xs:element>
																					</xs:sequence>
																					<xs:attribute name="ОКСМ" use="required">
																						<xs:annotation>
																							<xs:documentation>Код страны</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="ОКСМТип"/>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="НаимСтран" use="required">
																						<xs:annotation>
																							<xs:documentation>Наименование страны</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="250"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																					<xs:attribute name="АдрИн" use="optional">
																						<xs:annotation>
																							<xs:documentation>Адрес</xs:documentation>
																						</xs:annotation>
																						<xs:simpleType>
																							<xs:restriction base="xs:string">
																								<xs:minLength value="1"/>
																								<xs:maxLength value="510"/>
																							</xs:restriction>
																						</xs:simpleType>
																					</xs:attribute>
																				</xs:complexType>
																			</xs:element>
																		</xs:sequence>
																	</xs:complexType>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="СведПредДок" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о документах, представленных при внесении записи в ЕГРЮЛ</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="НаимДок">
																	<xs:annotation>
																		<xs:documentation>Наименование документа</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:maxLength value="255"/>
																			<xs:minLength value="1"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="НомДок" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Номер документа</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:string">
																			<xs:maxLength value="255"/>
																			<xs:minLength value="1"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="ДатаДок" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Дата документа</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:date">
																			<xs:minInclusive value="1900-01-01"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													<xs:element name="СвСвид" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Сведения о свидетельстве, подтверждающем факт внесения записи в ЕГРЮЛ</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДатаСвидНед" type="ГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей сведения о признании свидетельства недействительным по решению суда</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="Серия" use="optional">
																<xs:annotation>
																	<xs:documentation>Серия бланка свидетельства</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="Номер" use="optional">
																<xs:annotation>
																	<xs:documentation>Номер бланка свидетельства</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="7"/>
																		<xs:maxLength value="9"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ДатаВыдСвид" use="required">
																<xs:annotation>
																	<xs:documentation>Дата выдачи свидетельства </xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:date"/>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ГРНДатаИспрПред" type="ИдГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата записи, в которую внесены исправления</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ГРНДатаНедПред" type="ИдГРНДатаТип" minOccurs="0">
														<xs:annotation>
															<xs:documentation>ГРН и дата записи, которая признана недействительной</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="СвСтатусЗап" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Сведения о статусе записи</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="ГРНДатаНед" type="ИдГРНДатаТип" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата внесения записи, которой данная запись признана недействительной</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ГРНДатаИспр" type="ИдГРНДатаТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>ГРН и дата записи, которой внесены исправления в связи с технической ошибкой</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ИдЗап" use="required">
													<xs:annotation>
														<xs:documentation>Системный идентификатор записи</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:integer">
															<xs:totalDigits value="19"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ГРН" type="ОГРНТип" use="optional">
													<xs:annotation>
														<xs:documentation>Государственный регистрационный номер записи</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ДатаЗап" use="optional">
													<xs:annotation>
														<xs:documentation>Дата внесения записи в ЕГРЮЛ</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:date"/>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="ДатаВып" use="optional">
										<xs:annotation>
											<xs:documentation>Дата формирования сведений из ЕГРЮЛ в отношении юридического лица</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:date"/>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="ОГРН" type="ОГРНТип" use="required">
										<xs:annotation>
											<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="ДатаОГРН" use="required">
										<xs:annotation>
											<xs:documentation>Дата присвоения ОГРН</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:date"/>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
										<xs:annotation>
											<xs:documentation>ИНН юридического лица</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="КПП" type="КППТип" use="optional">
										<xs:annotation>
											<xs:documentation>КПП юридического лица</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="СпрОПФ" use="optional">
										<xs:annotation>
											<xs:documentation>Наименование классификатора, по которому введены сведения об организационно-правовой форме: ОКОПФ, КОПФ</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="4"/>
												<xs:maxLength value="5"/>
												<xs:enumeration value="ОКОПФ"/>
												<xs:enumeration value="КОПФ"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="КодОПФ" use="optional">
										<xs:annotation>
											<xs:documentation>Код по выбранному классификатору</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="2"/>
												<xs:maxLength value="5"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="ПолнНаимОПФ" use="optional">
										<xs:annotation>
											<xs:documentation>Полное наименование организационно-правовой формы</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="4"/>
												<xs:maxLength value="255"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ИдДок" use="required">
							<xs:annotation>
								<xs:documentation>Идентификатор документа</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:length value="36"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="ИдФайл" use="required">
				<xs:annotation>
					<xs:documentation>Идентификатор файла</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="255"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ВерсФорм" use="required">
				<xs:annotation>
					<xs:documentation>Версия формата</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="5"/>
						<xs:enumeration value="4.06"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ТипИнф" use="required">
				<xs:annotation>
					<xs:documentation>Тип информации</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="50"/>
						<xs:enumeration value="ЕГРЮЛ_ОТКР_СВЕД"/>
						<xs:enumeration value="ЕГРЮЛ_ЗАКР_СВЕД"/>
						<xs:enumeration value="ЕГРЮЛ_ОГР_СВЕД"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ВерсПрог" use="optional">
				<xs:annotation>
					<xs:documentation>Версия передающей программы</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="40"/>
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="КолДок" use="required">
				<xs:annotation>
					<xs:documentation>Количество документов</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:integer">
						<xs:totalDigits value="5"/>
						<xs:minInclusive value="0"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="АдрИнЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресе за пределами территории Российской Федерации, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ОКСМ" use="required">
			<xs:annotation>
				<xs:documentation>Код страны</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="ОКСМТип"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимСтран" use="required">
			<xs:annotation>
				<xs:documentation>Наименование страны</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="АдрИн" use="optional">
			<xs:annotation>
				<xs:documentation>Адрес</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="510"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="АдрРФЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресе в Российской Федерации в структуре КЛАДР, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Регион" type="РегионТип">
				<xs:annotation>
					<xs:documentation>Субъект Российской Федерации</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Район" type="РайонТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Район (улус и т.п.)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Город" type="ГородТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Город (волость и т.п.)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="НаселПункт" type="НаселПунктТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Населенный пункт (село и т.п.)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Улица" type="УлицаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Улица (проспект, переулок и т.п.)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="Индекс" use="optional">
			<xs:annotation>
				<xs:documentation>Индекс</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="6"/>
					<xs:pattern value="[0-9]{6}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="КодРегион" use="required">
			<xs:annotation>
				<xs:documentation>Код субъекта Российской Федерации</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="CCРФТип"/>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="КодАдрКладр" use="optional">
			<xs:annotation>
				<xs:documentation>Код адреса по КЛАДР</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="11"/>
					<xs:maxLength value="23"/>
					<xs:pattern value="[0-9]{11}"/>
					<xs:pattern value="[0-9]{15}"/>
					<xs:pattern value="[0-9]{19}"/>
					<xs:pattern value="[0-9]{23}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Дом" use="optional">
			<xs:annotation>
				<xs:documentation>Дом (владение и т.п.)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Корпус" use="optional">
			<xs:annotation>
				<xs:documentation>Корпус (строение и т.п.)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Кварт" use="optional">
			<xs:annotation>
				<xs:documentation>Квартира (офис и т.п.)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="АдрФИАСЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресе в Российской Федерации в структуре ФИАС, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Регион" type="CCРФТип">
				<xs:annotation>
					<xs:documentation>Субъект Российской Федерации (код)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="НаимРегион">
				<xs:annotation>
					<xs:documentation>Наименование субъекта Российской Федерации</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="50"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="МуниципРайон" type="ВидНаимКодТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Муниципальный район/ городской округ/ внутригородская территория города федерального значения/ муниципальный округ</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГородСелПоселен" type="ВидНаимКодТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Городское поселение / сельское поселение / межселенная территория в составе муниципального района / внутригородской район городского округа</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="НаселенПункт" type="ВидНаимПТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Населенный пункт (город, деревня, село и прочее)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ЭлПланСтруктур" type="ТипНаимПТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Элемент планировочной структуры</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ЭлУлДорСети" type="ТипНаимПТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Элемент улично-дорожной сети</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Здание" type="НомерПТип" minOccurs="0" maxOccurs="3">
				<xs:annotation>
					<xs:documentation>Здание / сооружение</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ПомещЗдания" type="НомерПТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Помещение в пределах здания, сооружения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ПомещКвартиры" type="НомерПТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Помещение в пределах квартиры</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ИдНом" use="optional">
			<xs:annotation>
				<xs:documentation>Уникальный идентификатор адресного объекта в ГАР</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="36"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Индекс" use="optional">
			<xs:annotation>
				<xs:documentation>Индекс</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="6"/>
					<xs:pattern value="[0-9]{6}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ВидЗапТип">
		<xs:annotation>
			<xs:documentation>Сведения о причине внесения записи в реестр (ЕГРЮЛ или ЕГРИП)</xs:documentation>
		</xs:annotation>
		<xs:attribute name="КодСПВЗ" use="required">
			<xs:annotation>
				<xs:documentation>Код вида записи (причины внесения записи в ЕГРЮЛ или ЕГРИП) по справочнику СПВЗ</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="5"/>
					<xs:pattern value="[0-9]{5}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимВидЗап" use="required">
			<xs:annotation>
				<xs:documentation>Наименование вида записи (причины внесения записи в ЕГРЮЛ или ЕГРИП)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="5"/>
					<xs:maxLength value="500"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ВидНаимКодТип">
		<xs:annotation>
			<xs:documentation>Сведения о виде (код) и наименовании адресного элемента</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ВидКод" use="required">
			<xs:annotation>
				<xs:documentation>Вид (код) элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Наим" use="required">
			<xs:annotation>
				<xs:documentation>Наименование элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ВидНаимПТип">
		<xs:annotation>
			<xs:documentation>Сведения о виде и наименовании адресного элемента</xs:documentation>
		</xs:annotation>
		<xs:attribute name="Вид" use="required">
			<xs:annotation>
				<xs:documentation>Вид элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="100"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Наим" use="required">
			<xs:annotation>
				<xs:documentation>Наименование элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ТипНаимПТип">
		<xs:annotation>
			<xs:documentation>Сведения о типе и наименовании адресного элемента</xs:documentation>
		</xs:annotation>
		<xs:attribute name="Тип" use="required">
			<xs:annotation>
				<xs:documentation>Тип элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="100"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Наим" use="required">
			<xs:annotation>
				<xs:documentation>Наименование элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="НомерПТип">
		<xs:annotation>
			<xs:documentation>Сведения о номере адресного элемента</xs:documentation>
		</xs:annotation>
		<xs:attribute name="Тип" use="required">
			<xs:annotation>
				<xs:documentation>Тип элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="100"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Номер" use="required">
			<xs:annotation>
				<xs:documentation>Номер элемента</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ГородТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресообразующем элементе город</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ТипГород" use="required">
			<xs:annotation>
				<xs:documentation>Тип элемента город (город, волость и т.п.)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="100"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимГород" use="required">
			<xs:annotation>
				<xs:documentation>Наименование (элемент город) </xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ГРНДатаТип">
		<xs:annotation>
			<xs:documentation>ГРН и дата внесения записи в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ГРН" type="ОГРНТип" use="optional">
			<xs:annotation>
				<xs:documentation>Государственный регистрационный номер записи ЕГРЮЛ</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="ДатаЗаписи" use="required">
			<xs:annotation>
				<xs:documentation>Дата внесения записи в ЕГРЮЛ</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:date"/>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДоляУстКапЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде), содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ДоляРубля" type="ДробьТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Доля рубля в виде простой дроби в номинальной стоимости доли</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="РазмерДоли" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Размер доли (в процентах или в виде дроби - десятичной или простой)</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:choice>
						<xs:element name="Процент">
							<xs:annotation>
								<xs:documentation>Размер доли в процентах</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:decimal">
									<xs:totalDigits value="18"/>
									<xs:fractionDigits value="15"/>
									<xs:minInclusive value="0"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
						<xs:element name="ДробДесят">
							<xs:annotation>
								<xs:documentation>Размер доли в десятичных дробях</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:decimal">
									<xs:totalDigits value="16"/>
									<xs:fractionDigits value="15"/>
									<xs:minInclusive value="0"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
						<xs:element name="ДробПрост" type="ДробьТип">
							<xs:annotation>
								<xs:documentation>Размер доли в простых дробях</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:choice>
				</xs:complexType>
			</xs:element>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="НоминСтоим" use="required">
			<xs:annotation>
				<xs:documentation>Номинальная стоимость доли в рублях</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:decimal">
					<xs:totalDigits value="19"/>
					<xs:fractionDigits value="4"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ДробьТип">
		<xs:annotation>
			<xs:documentation>Представление простой дроби</xs:documentation>
		</xs:annotation>
		<xs:attribute name="Числит" use="required">
			<xs:annotation>
				<xs:documentation>Числитель простой дроби</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="1"/>
					<xs:totalDigits value="15"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Знаменат" use="required">
			<xs:annotation>
				<xs:documentation>Знаменатель простой дроби</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="2"/>
					<xs:totalDigits value="15"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ИдГРНДатаТип">
		<xs:annotation>
			<xs:documentation>Идентификатор записи, ГРН и дата внесения записи в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ИдЗап" use="required">
			<xs:annotation>
				<xs:documentation>Системный идентификатор записи</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:totalDigits value="19"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ГРН" type="ОГРНТип" use="optional">
			<xs:annotation>
				<xs:documentation>Государственный регистрационный номер записи</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="ДатаЗап" use="required">
			<xs:annotation>
				<xs:documentation>Дата внесения записи в ЕГРЮЛ</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:date"/>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="НаселПунктТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресообразующем элементе населенный пункт</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ТипНаселПункт" use="optional">
			<xs:annotation>
				<xs:documentation>Тип элемента населенный пункт (поселок, село и т.п.)</xs:documentation>
				<xs:documentation/>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="100"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимНаселПункт" use="required">
			<xs:annotation>
				<xs:documentation>Наименование (элемент населенный пункт)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ОгрДосСвТип">
		<xs:annotation>
			<xs:documentation>Сведения об ограничении доступа</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ОгрДосСв" use="required">
			<xs:annotation>
				<xs:documentation>Признак ограничений доступа к сведениям</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="1"/>
					<xs:enumeration value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="РайонТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресообразующем элементе район</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ТипРайон" use="required">
			<xs:annotation>
				<xs:documentation>Тип элемента район (район, улус и т.п.)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="100"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимРайон" use="required">
			<xs:annotation>
				<xs:documentation>Наименование (элемент район)  </xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="РегионТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресообразующем элементе регион</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ТипРегион" use="optional">
			<xs:annotation>
				<xs:documentation>Тип элемента регион (республика, край и т.п.)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="30"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимРегион" use="required">
			<xs:annotation>
				<xs:documentation>Наименование (элемент регион)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="РешСудТип">
		<xs:annotation>
			<xs:documentation>Сведения о решении суда</xs:documentation>
		</xs:annotation>
		<xs:attribute name="НаимСуда" use="required">
			<xs:annotation>
				<xs:documentation>Наименование суда, которым принято решение</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="1000"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Номер" use="required">
			<xs:annotation>
				<xs:documentation>Номер решения</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Дата" use="required">
			<xs:annotation>
				<xs:documentation>Дата решения</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:date"/>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвАкРАФПТип">
		<xs:annotation>
			<xs:documentation>Сведения об аккредитации представительства или филиала иностранной организации в Российской Федерации</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="НомерРАФП" use="required">
			<xs:annotation>
				<xs:documentation>Номер записи об аккредитации в РАФП (НЗА)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="11"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвГраждТип">
		<xs:annotation>
			<xs:documentation>Сведения о гражданстве</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="КодГражд" use="required">
			<xs:annotation>
				<xs:documentation>Код вида гражданства физического лица</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="1"/>
					<xs:enumeration value="1"/>
					<xs:enumeration value="2"/>
					<xs:enumeration value="3"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ОКСМ" type="ОКСМТип" use="optional">
			<xs:annotation>
				<xs:documentation>Код страны гражданства иностранного гражданина</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="НаимСтран" use="optional">
			<xs:annotation>
				<xs:documentation>Наименование страны по справочнику ОКСМ, гражданином которой является физическое лицо</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвДовУпрЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о доверительном управляющем - российском или иностранном юридическом лице</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="НаимИННДовУпр" type="СвЮЛЕГРЮЛТип">
				<xs:annotation>
					<xs:documentation>Сведения о наименовании, ОГРН и ИНН юридического лица</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвНаимЮЛПолнИн" type="СвНаимПолнТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о наименовании иностранного юридического лица в латинской транскрипции</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвРегИн" type="СвРегИнЮЛЕГРЮЛТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о регистрации иностранного юридического лица в стране происхождения</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ДатаОткрНасл" type="xs:date" use="optional">
			<xs:annotation>
				<xs:documentation>Дата открытия наследства (дата смерти участника)</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвДовУпрФЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о доверительном управляющем - физическом лице</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
				<xs:annotation>
					<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвПолФЛ" type="СвПолФЛТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о поле физического лица</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвРождФЛ" type="СвРождЕГРЮЛТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о рождении физического лица</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвГраждФЛ" type="СвГраждТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о гражданстве физического лица</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="УдЛичнФЛ" type="УдЛичнЕГРЮЛТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о документе, удостоверяющем личность физического лица</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="АдресМЖРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре КЛАДР)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="АдрМЖИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения об адресе места жительства за пределами территории Российской Федерации</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ОГРНИП" type="ОГРНИПТип" use="optional">
			<xs:annotation>
				<xs:documentation>ОГРНИП</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвНаимПолнТип">
		<xs:annotation>
			<xs:documentation>Сведения о полном наименовании</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="НаимПолн" use="required">
			<xs:annotation>
				<xs:documentation>Полное наименование</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="1000"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвНаимСокрТип">
		<xs:annotation>
			<xs:documentation>Сведения о сокращенном наименовании</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="НаимСокр" use="required">
			<xs:annotation>
				<xs:documentation>Сокращенное наименование</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="510"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвНедДанУчрТип">
		<xs:annotation>
			<xs:documentation>Сведения о недостоверности данных об учредителе (участнике)</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="РешСудНедДанУчр" type="РешСудТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о решении суда, на основании которого указанные сведения признаны недостоверными</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ПризнНедДанУчр" use="required">
			<xs:annotation>
				<xs:documentation>Признак недостоверности данных</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="1"/>
					<xs:enumeration value="1"/>
					<xs:enumeration value="2"/>
					<xs:enumeration value="3"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ТекстНедДанУчр" use="required">
			<xs:annotation>
				<xs:documentation>Текст о недостоверности сведений, выводимый в выписке в строке с наименованием «Дополнительные сведения»</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="500"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвНомТелТип">
		<xs:annotation>
			<xs:documentation>Сведения о контактном телефоне</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="НомТел" use="required">
			<xs:annotation>
				<xs:documentation>Контактный телефон</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвНОТип">
		<xs:annotation>
			<xs:documentation>Сведения о налоговом органе, в котором юридическое лицо или филиал / представительство состоит (состояло) на учете </xs:documentation>
		</xs:annotation>
		<xs:attribute name="КодНО" type="СОНОТип" use="required">
			<xs:annotation>
				<xs:documentation>Код органа по справочнику СОУН</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="НаимНО" use="required">
			<xs:annotation>
				<xs:documentation>Наименование налогового органа</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="10"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвНотУдДогЗалТип">
		<xs:annotation>
			<xs:documentation>Сведения о нотариальном удостоверении договора залога или договора управления залогом</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="СвНотариус" type="СвФЛЕГРЮЛТип">
				<xs:annotation>
					<xs:documentation>ФИО и (при наличии) ИНН нотариуса, удостоверившего договор</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="Номер" use="required">
			<xs:annotation>
				<xs:documentation>Номер договора</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Дата" use="required">
			<xs:annotation>
				<xs:documentation>Дата договора</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:date"/>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвОбъемПравТип">
		<xs:annotation>
			<xs:documentation>Сведения о предусмотренном корпоративным договором объеме правомочий участников хозяйственного общества (количество голосов, приходящихся на долю участника хозяйственного общества непропорционально размеру этой доли)</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ОбъемПрав" use="required">
			<xs:annotation>
				<xs:documentation>Объем правомочий</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="500"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвОбремТип">
		<xs:annotation>
			<xs:documentation>Сведения об обременении доли участника, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="РешСуд" type="РешСудТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Сведения о решении судебного органа, по которому на долю учредителя (участника) наложено обременение</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:choice>
				<xs:element name="СвЗалогДержФЛ">
					<xs:annotation>
						<xs:documentation>Сведения о залогодержателе - физическом лице</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
								<xs:annotation>
									<xs:documentation>Сведения о фамилии, имени, отчестве и  ИНН физического лица</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвПолФЛ" type="СвПолФЛТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о поле физического лица</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвРождФЛ" type="СвРождЕГРЮЛТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о рождении физического лица</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвГраждФЛ" type="СвГраждТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о гражданстве физического лица</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="УдЛичнФЛ" type="УдЛичнЕГРЮЛТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о документе, удостоверяющем личность физического лица</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="АдресМЖРФ" type="АдрРФЕГРЮЛТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения об адресе места жительства в Российской Федерации (в структуре КЛАДР)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="АдрМЖИн" type="АдрИнЕГРЮЛТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения об адресе места жительства за пределами территории Российской Федерации</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвНотУдДогЗал" type="СвНотУдДогЗалТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о нотариальном удостоверении договора залога</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="СвЗалогДержЮЛ">
					<xs:annotation>
						<xs:documentation>Сведения о залогодержателе - российском или иностранном юридическом лице</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений о данном лице</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="НаимИННЮЛ" type="СвЮЛЕГРЮЛТип">
								<xs:annotation>
									<xs:documentation>Сведения о наименовании, ОГРН и ИНН юридического лица - залогодержателя</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвНаимЮЛПолнИн" type="СвНаимПолнТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о наименовании иностранного юридического лица - залогодержателя в латинской транскрипции</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвРегИн" type="СвРегИнЮЛЕГРЮЛТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о регистрации иностранного юридического лица - залогодержателя в стране происхождения</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвНотУдДогЗал" type="СвНотУдДогЗалТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о нотариальном удостоверении договора залога</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="ВидОбрем" use="required">
			<xs:annotation>
				<xs:documentation>Вид обременения</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="5"/>
					<xs:maxLength value="16"/>
					<xs:enumeration value="ЗАЛОГ"/>
					<xs:enumeration value="ИНОЕ ОБРЕМЕНЕНИЕ"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="СрокОбременения" use="optional">
			<xs:annotation>
				<xs:documentation>Срок обременения или порядок определения срока</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="5000"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвОКВЭДТип">
		<xs:annotation>
			<xs:documentation>Сведения о виде деятельности, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="КодОКВЭД" type="ОКВЭДТип" use="required">
			<xs:annotation>
				<xs:documentation>Код по Общероссийскому классификатору видов экономической деятельности</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="НаимОКВЭД" use="required">
			<xs:annotation>
				<xs:documentation>Наименование вида деятельности по Общероссийскому классификатору видов экономической деятельности</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="1000"/>
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ПрВерсОКВЭД" use="optional">
			<xs:annotation>
				<xs:documentation>Признак версии Общероссийского классификатора видов экономической деятельности</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="4"/>
					<xs:enumeration value="2001"/>
					<xs:enumeration value="2014"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвНаимПредЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о наименовании представительства или филиала в Российской Федерации, через которое иностранное юридическое лицо осуществляет полномочия управляющей организации</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="НаимПредЮЛ" use="required">
			<xs:annotation>
				<xs:documentation>Полное наименование представительства или филиала в Российской Федерации, через которое иностранное юридическое лицо осуществляет полномочия управляющей организации</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="1000"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвПолФЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о поле физического лица</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="Пол" use="required">
			<xs:annotation>
				<xs:documentation>Пол</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="1"/>
					<xs:enumeration value="1"/>
					<xs:enumeration value="2"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвРегИнЮЛЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о регистрации иностранного юридического лица в стране происхождения, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ОКСМ" type="ОКСМТип" use="required">
			<xs:annotation>
				<xs:documentation>Код страны происхождения</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="НаимСтран" use="required">
			<xs:annotation>
				<xs:documentation>Наименование страны происхождения</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ДатаРег" type="xs:date" use="optional">
			<xs:annotation>
				<xs:documentation>Дата регистрации</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="РегНомер" use="optional">
			<xs:annotation>
				<xs:documentation>Регистрационный номер</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимРегОрг" use="optional">
			<xs:annotation>
				<xs:documentation>Наименование регистрирующего органа</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="1000"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="КодНПСтрРег" use="optional">
			<xs:annotation>
				<xs:documentation>Код налогоплательщика в стране происхождения или аналог</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="АдрСтр" use="optional">
			<xs:annotation>
				<xs:documentation>Адрес (место нахождения) в стране происхождения</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="510"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвРегОргТип">
		<xs:annotation>
			<xs:documentation>Сведения о регистрирующем органе</xs:documentation>
		</xs:annotation>
		<xs:attribute name="КодНО" type="СОНОТип" use="required">
			<xs:annotation>
				<xs:documentation>Код органа по справочнику СОУН</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="НаимНО" use="required">
			<xs:annotation>
				<xs:documentation>Наименование регистрирующего (налогового) органа</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="10"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвРождЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о рождении физического лица, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ДатаРожд" type="xs:date" use="required">
			<xs:annotation>
				<xs:documentation>Дата рождения</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="МестоРожд" use="optional">
			<xs:annotation>
				<xs:documentation>Место рождения</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ПрДатаРожд" use="optional">
			<xs:annotation>
				<xs:documentation>Признак полноты представляемой даты рождения физического лица</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="1"/>
					<xs:enumeration value="1"/>
					<xs:enumeration value="2"/>
					<xs:enumeration value="3"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвУправЗалТип">
		<xs:annotation>
			<xs:documentation>Сведения об управляющих залогом доли участника</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДатаПерв" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ сведений об управлении залогом доли участника</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвНотУдДогЗал" type="СвНотУдДогЗалТип">
				<xs:annotation>
					<xs:documentation>Сведения о нотариальном удостоверении договора залога, в отношении которого введено управление</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="СвДогУправЗал" type="СвНотУдДогЗалТип">
				<xs:annotation>
					<xs:documentation>Сведения о договоре управления залогом</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:choice>
				<xs:element name="СвУпрЗалФЛ">
					<xs:annotation>
						<xs:documentation>Сведения об управляющем залогом - индивидуальном предпринимателе</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="СвФЛ" type="СвФЛЕГРЮЛТип">
								<xs:annotation>
									<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН индивидуального предпринимателя</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="ОГРНИП" type="ОГРНИПТип" use="required">
							<xs:annotation>
								<xs:documentation>ОГРНИП индивидуального предпринимателя</xs:documentation>
							</xs:annotation>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
				<xs:element name="СвУпрЗалЮЛ">
					<xs:annotation>
						<xs:documentation>Сведения об управляющем залогом - российском или иностранном юридическом лице</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="НаимИННЮЛ" type="СвЮЛЕГРЮЛТип">
								<xs:annotation>
									<xs:documentation>Сведения о наименовании, ОГРН и ИНН юридического лица - управляющего залогом</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвНаимЮЛПолнИн" type="СвНаимПолнТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о наименовании иностранного юридического лица - управляющего залогом в латинской транскрипции</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="СвРегИн" type="СвРегИнЮЛЕГРЮЛТип" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Сведения о регистрации иностранного юридического лица - управляющего залогом в стране происхождения</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="СвУчетНОПодраздТип">
		<xs:annotation>
			<xs:documentation>Сведения об учете в налоговом органе по месту нахождения филиала / представительства</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="СвНО" type="СвНОТип">
				<xs:annotation>
					<xs:documentation>Сведения о налоговом органе по месту нахождения филиала / представительства</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="КПП" type="КППТип" use="required">
			<xs:annotation>
				<xs:documentation>КПП филиала /представительства</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="ДатаПостУч" use="required">
			<xs:annotation>
				<xs:documentation>Дата постановки на учет в налоговом органе</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:date"/>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвФЛЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о фамилии, имени, отчестве и ИНН физического лица, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="Фамилия" use="optional">
			<xs:annotation>
				<xs:documentation>Фамилия</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Имя" use="optional">
			<xs:annotation>
				<xs:documentation>Имя</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Отчество" use="optional">
			<xs:annotation>
				<xs:documentation>Отчество</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ИННФЛ" type="ИННФЛТип" use="optional">
			<xs:annotation>
				<xs:documentation>ИНН физического лица</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвФИОЗАГСТип">
		<xs:annotation>
			<xs:documentation>Сведения о фамилии, имени, отчестве физического лица по данным ЗАГС</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="Фамилия" use="optional">
			<xs:annotation>
				<xs:documentation>Фамилия</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Имя" use="optional">
			<xs:annotation>
				<xs:documentation>Имя</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Отчество" use="optional">
			<xs:annotation>
				<xs:documentation>Отчество</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="СвЮЛЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о наименовании, ОГРН и ИНН юридического лица - учредителя (участника), управляющей организации, залогодержателя, управляющего долей участника, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ОГРН" type="ОГРНТип" use="optional">
			<xs:annotation>
				<xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="ИНН" type="ИННЮЛТип" use="optional">
			<xs:annotation>
				<xs:documentation>ИНН юридического лица</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="НаимЮЛПолн" use="required">
			<xs:annotation>
				<xs:documentation>Полное наименование юридического лица</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="1000"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="УдЛичнЕГРЮЛТип">
		<xs:annotation>
			<xs:documentation>Сведения о документе, удостоверяющем личность, содержащиеся в ЕГРЮЛ</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="ГРНДата" type="ГРНДатаТип">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи, содержащей указанные сведения</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ГРНДатаИспр" type="ГРНДатаТип" minOccurs="0">
				<xs:annotation>
					<xs:documentation>ГРН и дата внесения в ЕГРЮЛ записи об исправлении технической ошибки в указанных сведениях</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="КодВидДок" type="СПДУЛТип" use="required">
			<xs:annotation>
				<xs:documentation>Код вида документа по справочнику СПДУЛ</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="НаимДок" use="required">
			<xs:annotation>
				<xs:documentation>Наименование вида документа</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="150"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="СерНомДок" use="required">
			<xs:annotation>
				<xs:documentation>Серия и номер документа</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="ДатаДок" type="xs:date" use="optional">
			<xs:annotation>
				<xs:documentation>Дата выдачи</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="ВыдДок" use="optional">
			<xs:annotation>
				<xs:documentation>Кем выдан</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="1000"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="КодВыдДок" use="optional">
			<xs:annotation>
				<xs:documentation>Код подразделения</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="7"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="УлицаТип">
		<xs:annotation>
			<xs:documentation>Сведения об адресообразующем элементе улица</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ТипУлица" use="optional">
			<xs:annotation>
				<xs:documentation>Тип адресного объекта улица (улица, проспект, переулок и т.п.)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="100"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="НаимУлица" use="required">
			<xs:annotation>
				<xs:documentation>Наименование (элемент улица) </xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="255"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="ФИОТип">
		<xs:annotation>
			<xs:documentation>Фамилия, имя, отчество</xs:documentation>
		</xs:annotation>
		<xs:attribute name="Фамилия" use="optional">
			<xs:annotation>
				<xs:documentation>Фамилия</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Имя" use="optional">
			<xs:annotation>
				<xs:documentation>Имя</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Отчество" use="optional">
			<xs:annotation>
				<xs:documentation>Отчество</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="60"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:simpleType name="ИННФЛТип">
		<xs:annotation>
			<xs:documentation>Идентификационный номер налогоплательщика - физического лица</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
			<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{10}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ИННЮЛТип">
		<xs:annotation>
			<xs:documentation>Идентификационный номер налогоплательщика - организации</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="10"/>
			<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{8}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="КППТип">
		<xs:annotation>
			<xs:documentation>Код причины постановки на учет (КПП) </xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="9"/>
			<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})([0-9]{2})([0-9A-F]{2})([0-9]{3})"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ОГРНТип">
		<xs:annotation>
			<xs:documentation>Основной  государственный регистрационный номер юридического лица</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="13"/>
			<xs:pattern value="[0-9]{13}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ОГРНИПТип">
		<xs:annotation>
			<xs:documentation>Основной государственный регистрационный номер индивидуального предпринимателя</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="15"/>
			<xs:pattern value="[0-9]{15}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ОКВЭДТип">
		<xs:annotation>
			<xs:documentation>Код из Общероссийского классификатора видов экономической деятельности</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="8"/>
			<xs:minLength value="2"/>
			<xs:pattern value="[0-9]{2}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{1}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{2}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{1}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ОКСМТип">
		<xs:annotation>
			<xs:documentation>Код из Общероссийского классификатора стран мира</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="3"/>
			<xs:pattern value="[0-9]{3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СОНОТип">
		<xs:annotation>
			<xs:documentation>Коды из Классификатора системы обозначений налоговых органов</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="4"/>
			<xs:pattern value="[0-9]{4}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СПДУЛТип">
		<xs:annotation>
			<xs:documentation>Коды Справочника видов документов, удостоверяющих личность налогоплательщика</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:pattern value="[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CCРФТип">
		<xs:annotation>
			<xs:documentation>Код из Справочника субъектов Российской Федерации </xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:pattern value="[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
