<?xml version="1.0" encoding="windows-1251"?>
<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by VI (GNIVC FNS RF) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:usch="http://www.unisoftware.ru/schematron-extensions" xmlns:sql="urn:schemas-microsoft-com:mapping-schema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Файл">
		<xs:annotation>
			<!---*******************************************************************************************************************************************************************************-->
			<xs:appinfo>
				<sch:pattern name="Проверка имени файла на соответствие значению атрибута @ИдФайл">
					<sch:rule context="Файл">
						<!--  Проверка имени файла на соответствие ИдФайл  -->
						<sch:assert test="usch:getFileName() = @ИдФайл">
							<usch:error code="0400400007" path="@ИдФайл" value-of-select="@ИдФайл" doc-id-path="usch:getFileName()" doc-id-caption="Файл">Имя файла обмена "<usch:value-of select="usch:getFileName()"/>" не совпадает со значением элемента ИдФайл "<usch:value-of select="@ИдФайл"/>"</usch:error>
						</sch:assert>
					</sch:rule>
				</sch:pattern>
			</xs:appinfo>
			<!---*******************************************************************************************************************************************************************************-->
			<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:enumeration value="1114235"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<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: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="ИННЮЛ" 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="ОГРН" type="ОГРНТип" use="required">
							<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:attribute name="КодНО" type="СОНОТип" 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="1000"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
				<xs:element name="Документ" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Сведения о недвижимом имуществе, зарегистрированных правах на недвижимое имущество и сделках с ним и о владельцах недвижимого имущества</xs:documentation>
						<!---*******************************************************************************************************************************************************************************-->
						<!--xs:appinfo>
							<sch:pattern name="Проверка">
								<sch:rule context="Документ"-->
						<!-- Атрибут <ВидСвед> обязателен для <ТипДок> = (01 или 02) -->
						<!--sch:assert test="(count(@ВидСвед)!=0 and (@ТипДок=01 or @ТипДок=02)) or  (count(@ВидСвед)>=0 and (@ТипДок=03 or @ТипДок=04 or @ТипДок=05 or @ТипДок=06 or @ТипДок=07 or @ТипДок=08))">
										<usch:error code="0400400005" path="@ТипДок" value-of-select="@ТипДок"> Не выполнено условие обязательности атрибута ВидСвед. </usch:error>
									</sch:assert>
								</sch:rule>
							</sch:pattern>
						</xs:appinfo-->
						<!---*******************************************************************************************************************************************************************************-->
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ВидСвед" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Вид сведений</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:length value="2"/>
										<xs:enumeration value="01"/>
										<xs:enumeration value="03"/>
										<xs:enumeration value="04"/>
										<xs:enumeration value="05"/>
										<xs:enumeration value="06"/>
										<xs:enumeration value="07"/>
										<xs:enumeration value="08"/>
										<xs:enumeration value="10"/>
										<xs:enumeration value="11"/>
										<xs:enumeration value="12"/>
									</xs:restriction>
								</xs:simpleType>
							</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: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: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="100"/>
												</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="ДатаПрекрКадНУ" 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="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="100"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:attribute>
										<xs:attribute name="КодКатЗемли" type="СКЗ31" 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="ОКТМО" 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="4000"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:attribute>
										<xs:attribute name="КодРазрИспЗУ1" type="СВРИТип" use="optional">
											<xs:annotation>
												<xs:documentation>Код разрешенного использования земельного участка 1</xs:documentation>
											</xs:annotation>
										</xs:attribute>
										<xs:attribute name="КодРазрИспЗУ2" use="optional">
											<xs:annotation>
												<xs:documentation>Код разрешенного использования земельного участка 2</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="3"/>
													<xs:maxLength value="10"/>
												</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="13"/>
													<xs:maxLength value="19"/>
												</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="4000"/>
												</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:decimal">
													<xs:totalDigits value="19"/>
													<xs:fractionDigits value="4"/>
												</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="ДатаВнКадСт" 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="50"/>
												</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:length value="1"/>
													<xs:enumeration value="1"/>
												</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="ОснПарамТип" maxOccurs="unbounded">
												<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:simpleType>
													<xs:restriction base="xs:string">
														<xs:minLength value="1"/>
														<xs:maxLength value="100"/>
													</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="1"/>
														<xs:maxLength value="100"/>
													</xs:restriction>
												</xs:simpleType>
											</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:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="100"/>
												</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="ДатаПрекрКадУч" 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="ОКТМО" 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="13"/>
													<xs:maxLength value="19"/>
												</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="4000"/>
												</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="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:enumeration value="4"/>
												</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="100"/>
												</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="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="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:decimal">
													<xs:totalDigits value="19"/>
													<xs:fractionDigits value="4"/>
												</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="ДатаВнКадСт" 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="50"/>
												</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:length value="1"/>
													<xs:enumeration value="1"/>
												</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: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:simpleType>
													<xs:restriction base="xs:string">
														<xs:minLength value="1"/>
														<xs:maxLength value="100"/>
													</xs:restriction>
												</xs:simpleType>
											</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="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="100"/>
												</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="ДатаПрекрКадУч" 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="ОКТМО" 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="13"/>
													<xs:maxLength value="19"/>
												</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="4000"/>
												</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: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:attribute name="КодВидОН" use="required">
											<xs:annotation>
												<xs:documentation>Код  вида объекта недвижимости</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="СВОНтип">
													<xs:enumeration value="002002002000"/>
													<xs:enumeration value="002002010000"/>
												</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:decimal">
													<xs:totalDigits value="19"/>
													<xs:fractionDigits value="4"/>
												</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="ДатаВнКадСт" 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="50"/>
												</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:length value="1"/>
													<xs:enumeration value="1"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:attribute>
									</xs:complexType>
								</xs:element>
							</xs:choice>
							<xs:choice>
								<xs:element name="СвПрав" maxOccurs="unbounded">
									<xs:annotation>
										<xs:documentation>Сведения о правообладателях (предыдущих правообладателях), их правах</xs:documentation>
									</xs:annotation>
									<xs:complexType>
										<xs:sequence>
											<xs:choice>
												<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:choice>
											<xs:element name="РеквПравДок" type="РеквПравДокТип" 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:string">
													<xs:length value="1"/>
													<xs:enumeration value="1"/>
													<xs:enumeration 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:enumeration value="001001000000"/>
													<xs:enumeration value="001002000000"/>
													<xs:enumeration value="001003000000"/>
													<xs:enumeration value="001004000000"/>
													<xs:enumeration value="001005000000"/>
													<xs:enumeration value="001006000000"/>
													<xs:enumeration value="001007000000"/>
													<xs:enumeration value="001009000000"/>
												</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="ДатаТип" 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="optional">
											<xs:annotation>
												<xs:documentation>Размер доли в праве  (простая дробь, числитель)</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:integer">
													<xs:totalDigits value="20"/>
													<xs:minExclusive value="0"/>
												</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:integer">
													<xs:totalDigits value="20"/>
													<xs:minExclusive value="0"/>
												</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:complexType>
								</xs:element>
								<xs:element name="СвОбремПрав" maxOccurs="unbounded">
									<xs:annotation>
										<xs:documentation>Сведения об обременении права</xs:documentation>
									</xs:annotation>
									<xs:complexType>
										<xs:sequence>
											<xs:element name="РеквПравДок" type="РеквПравДокТип" maxOccurs="unbounded">
												<xs:annotation>
													<xs:documentation>Реквизиты правоустанавливающих документов </xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:choice>
												<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:choice>
										</xs:sequence>
										<xs:attribute name="КодВидОбрем" use="required">
											<xs:annotation>
												<xs:documentation>Код обременения</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="КодВидПраваТип">
													<xs:enumeration value="022006000000"/>
													<xs:enumeration value="022010000000"/>
													<xs:enumeration value="022097001000"/>
												</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="ДатаОкончОбрем" 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="50"/>
												</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="optional">
											<xs:annotation>
												<xs:documentation>Предмет аренды</xs:documentation>
											</xs:annotation>
											<xs:simpleType>
												<xs:restriction base="xs:string">
													<xs:minLength value="1"/>
													<xs:maxLength value="8000"/>
												</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:decimal">
													<xs:totalDigits value="19"/>
													<xs:fractionDigits 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="1"/>
													<xs:maxLength value="1000"/>
												</xs:restriction>
											</xs:simpleType>
										</xs:attribute>
									</xs:complexType>
								</xs:element>
								<xs:element name="СведРВПЗУ" maxOccurs="unbounded">
									<xs:annotation>
										<xs:documentation>Сведения о ранее возникших правах на земельные участки  </xs:documentation>
									</xs:annotation>
									<xs:complexType>
										<xs:sequence>
											<xs:choice>
												<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="РеквПравДок" type="РеквПравДокТип" maxOccurs="unbounded">
												<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:choice>
												<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:choice>
											<xs:element name="РеквПравДок" type="РеквПравДокТип" 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:enumeration value="001011000000"/>
												</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="ДатаПрекрПрава" type="ДатаТип" use="required">
											<xs:annotation>
												<xs:documentation>Дата прекращения права</xs:documentation>
											</xs:annotation>
										</xs:attribute>
									</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:maxLength value="36"/>
									<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:string">
									<xs:length value="2"/>
									<xs:enumeration value="01"/>
									<xs:enumeration value="02"/>
								</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="50"/>
						<xs:enumeration value="РОСРЕЕСТР_ЗУ_10"/>
						<xs:enumeration value="РОСРЕЕСТР_ЗУ_ГОД"/>
						<xs:enumeration value="РОСРЕЕСТР_ЗУ_СВЕРКА"/>
						<xs:enumeration value="РОСРЕЕСТР_ОН_10"/>
						<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:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="5"/>
						<xs:enumeration value="4.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: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="9"/>
						<xs:minInclusive value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<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="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="100"/>
				</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="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: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="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:decimal">
					<xs:totalDigits value="23"/>
					<xs:fractionDigits value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="КодЗначОП" type="ОКЕИТип" use="required">
			<xs:annotation>
				<xs:documentation>Код единицы измерения по ОКЕИ</xs:documentation>
			</xs:annotation>
		</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="КодПравДок" 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="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="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:decimal">
					<xs:totalDigits value="19"/>
					<xs:fractionDigits value="2"/>
				</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="ОГРН" type="ОГРНТип" use="optional">
			<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: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="ИННЮЛ" type="ИННЮЛТип" use="optional">
			<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="250"/>
				</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="ДатаРег" 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: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="СНИЛС" use="optional">
			<xs:annotation>
				<xs:documentation>СНИЛС</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="14"/>
				</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: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="1000"/>
				</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:attribute name="КодВидДок" use="required">
			<xs:annotation>
				<xs:documentation>Код вида документа, удостоверяющего личность</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="СПДУЛТип"/>
			</xs:simpleType>
		</xs:attribute>
		<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="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="7"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="АдрРФ">
		<xs:annotation>
			<xs:documentation>Адрес в Российской Федерации</xs:documentation>
		</xs:annotation>
		<xs:choice>
			<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:complexType>
	<xs:complexType name="АдрФИАСТип">
		<xs:annotation>
			<xs:documentation>Адрес по ФИАС </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<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: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="НаимТип" 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: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="50"/>
						</xs:restriction>
					</xs:simpleType>
				</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:sequence>
		</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="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="\d{6}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="Регион" type="CCРФТип" use="required">
			<xs:annotation>
				<xs:documentation>Код субъекта Российской Федерации</xs:documentation>
			</xs:annotation>
		</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="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: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="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: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: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="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:maxLength value="50"/>
					<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: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: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: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="60"/>
				</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="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>Код причины постановки на учет (КПП) - 5 и 6 знаки от 0-9 и A-Z</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-Z]{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="7"/>
			<xs:pattern value="[0-9]{7}"/>
		</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="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:minLength value="8"/>
			<xs:maxLength value="11"/>
			<xs:pattern value="[0-9]{8}"/>
			<xs:pattern value="[0-9]{11}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ОКАТОТип">
		<xs:annotation>
			<xs:documentation>Коды из Классификатора объектов административно-территориального деления</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="11"/>
			<xs:pattern value="[0-9]{11}"/>
		</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="2"/>
			<xs:pattern value="[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СПДУЛШТип">
		<xs:annotation>
			<xs:documentation>Шаблон серии, номера из Справочника видов документов, удостоверяющих личность налогоплательщика</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="25"/>
		</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="2"/>
			<xs:pattern value="[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="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="КодМатСтенТип">
		<xs:annotation>
			<xs:documentation>Код из Справочника Перечень наименований материалов наружных стен здания</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
		</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:simpleType name="КодПравУстДокТип">
		<xs:annotation>
			<xs:documentation>Код из Справочника Сделки договоры, свидетельства</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="КодФСТип">
		<xs:annotation>
			<xs:documentation>Код из Справочника Формы собственности</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СВОНтип">
		<xs:annotation>
			<xs:documentation>Справочник видов объектов недвижимости</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СКЗ31">
		<xs:annotation>
			<xs:documentation>Справочник "Категории земли по земельному налогу (Глава 31 НК РФ)"</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СВРИТип">
		<xs:annotation>
			<xs:documentation>Справочник видов разрешенного использования</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="12"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ДатаТип">
		<xs:annotation>
			<xs:documentation>Дата в формате ДД.ММ.ГГГГ (01.01.1900 - 31.12.2099)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="10"/>
			<xs:pattern value="((((0[1-9]{1}|1[0-9]{1}|2[0-8]{1})\.(0[1-9]{1}|1[0-2]{1}))|((29|30)\.(01|0[3-9]{1}|1[0-2]{1}))|(31\.(01|03|05|07|08|10|12)))\.((19|20)[0-9]{2}))|(29\.02\.((19|20)(((0|2|4|6|8)(0|4|8))|((1|3|5|7|9)(2|6)))))"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
