<?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="Файл">
						<!--  1. Проверка имени файла на соответствие ИдФайл  -->
						<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:sequence>
							<xs:element name="СвНП">
								<xs:annotation>
									<xs:documentation>Сведения о налогоплательщике</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="НПФЛ3">
											<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:choice>
														<xs:element name="СведФЛ1">
															<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="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="128"/>
																		</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="СведФЛ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: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="128"/>
																		</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:choice>
												</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:enumeration value="720"/>
															<xs:enumeration value="730"/>
															<xs:enumeration value="740"/>
															<xs:enumeration value="750"/>
															<xs:enumeration value="760"/>
															<xs:enumeration value="770"/>
														</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="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:minLength value="1"/>
															<xs:maxLength value="20"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Подписант">
								<xs:annotation>
									<!---************************************************************************************************************************************************************-->
									<xs:appinfo>
										<sch:pattern name="Присутствие сведений о представителе">
											<sch:rule context="Подписант">
												<!-- 2. Контроль  обязательности  присутствия  Сведений  о  представителе  налогоплательщика  в  зависимости  от  значения  ПрПодп  -->
												<sch:assert test="usch:iif(@ПрПодп=2, count(СвПред)!=0, (count(СвПред)!=0 or count(СвПред)=0))">
													<usch:error code="0400300003" path="@ПрПодп" value-of-select="@ПрПодп">Не выполнено условие присутствия (отсутствия) элемента Файл/Документ/Подписант/СвПред при значении элемента ПрПодп, равном "<usch:value-of select="@ПрПодп"/>".</usch:error>
												</sch:assert>
											</sch:rule>
										</sch:pattern>
									</xs:appinfo>
									<!---************************************************************************************************************************************************************-->
									<!---************************************************************************************************************************************************************-->
									<xs:appinfo>
										<sch:pattern name="Присутствие сведений о представителе">
											<sch:rule context="Подписант">
												<!-- 2. Контроль  обязательности  присутствия элемента  Фамилия, имя, отчество представителя налогоплательщика  в  зависимости  от  значения  ПрПодп  -->
												<sch:assert test="usch:iif(@ПрПодп=2, count(ФИО)!=0, (count(ФИО)!=0 or count(ФИО)=0))">
													<usch:error code="0400300003" path="@ПрПодп" value-of-select="@ПрПодп">Не выполнено условие присутствия (отсутствия) элемента Файл/Документ/Подписант/ФИО при значении элемента ПрПодп, равном "<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="ФИО" 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:documentation><![CDATA[Элемент обязателен при <ПрПодп>=2]]></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="120"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="ПрПодп" use="required">
										<xs:annotation>
											<xs:documentation>Признак лица, подписавшего документ</xs:documentation>
											<xs:documentation>Принимает значение:
1 – налогоплательщик   |
2 – представитель налогоплательщика</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="НДФЛ3">
								<xs:annotation>
									<xs:documentation>Налоговая декларация по налогу на доходы физических лиц (форма 3-НДФЛ)</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="СумНалПу" maxOccurs="unbounded">
											<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="КБК" 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:integer">
															<xs:totalDigits value="13"/>
														</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="13"/>
														</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="РасчНалБаза">
														<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:decimal">
																		<xs:totalDigits value="15"/>
																		<xs:fractionDigits 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="15"/>
																		<xs:fractionDigits 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="15"/>
																		<xs:fractionDigits 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="15"/>
																		<xs:fractionDigits 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="15"/>
																		<xs:fractionDigits 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="15"/>
																		<xs:fractionDigits 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="15"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</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:integer">
																		<xs:totalDigits value="13"/>
																	</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="13"/>
																	</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="13"/>
																	</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="13"/>
																	</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="13"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ОбщАвУплЗач227.1" use="required">
																<xs:annotation>
																	<xs:documentation>Общая сумма уплаченных налогоплательщиком фиксированных авансовых платежей, подлежащих зачету в соответствии с пунктом 5 статьи 227.1 Налогового Кодекса Российской Федерации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:integer">
																		<xs:totalDigits value="13"/>
																	</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="13"/>
																	</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="13"/>
																	</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="13"/>
																	</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="13"/>
																	</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:integer">
															<xs:totalDigits 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: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" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Доходы от источников в Российской Федерации (Приложение 1)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<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:attribute name="Ставка" use="required">
													<xs:annotation>
														<xs:documentation>Налоговая ставка</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:integer">
															<xs:totalDigits 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:length value="2"/>
															<xs:enumeration value="01"/>
															<xs:enumeration value="02"/>
															<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="09"/>
															<xs:enumeration value="10"/>
														</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:decimal">
															<xs:totalDigits value="15"/>
															<xs:fractionDigits 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:integer">
															<xs:totalDigits value="13"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ДоходИстИно" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Доходы от источников за пределами Российской Федерации, облагаемые налогом по ставке (Приложение 2)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="РасчДохНалИно" maxOccurs="unbounded">
														<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="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="КодВидДох" use="required">
																<xs:annotation>
																	<xs:documentation>Код вида дохода</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="2"/>
																		<xs:enumeration value="21"/>
																		<xs:enumeration value="22"/>
																		<xs:enumeration value="23"/>
																		<xs:enumeration value="24"/>
																		<xs:enumeration value="25"/>
																		<xs:enumeration value="26"/>
																		<xs:enumeration value="27"/>
																		<xs:enumeration value="28"/>
																		<xs:enumeration value="29"/>
																		<xs:enumeration value="30"/>
																		<xs:enumeration value="31"/>
																		<xs:enumeration value="32"/>
																	</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="8"/>
																	</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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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: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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:integer">
																		<xs:totalDigits value="12"/>
																	</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="12"/>
																	</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="12"/>
																	</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:integer">
															<xs:totalDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ДоходПредпр" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Доходы, полученные от предпринимательской, адвокатской деятельности и частной практики, а также расчет профессиональных налоговых вычетов, установленных пунктами 2, 3 статьи 221 Налогового кодекса Российской Федерации (Приложение 3)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="РасчВидДеят" maxOccurs="unbounded">
														<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:enumeration value="01"/>
																		<xs:enumeration value="02"/>
																		<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="09"/>
																	</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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:attribute name="ГодРегКФХ" type="xs:gYear" use="required">
																<xs:annotation>
																	<xs:documentation>Год регистрации крестьянского (фермерского) хозяйства</xs:documentation>
																</xs:annotation>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="НБКор105.3" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Информация о самостоятельной корректировке налоговой базы в соответствии с положениями пункта 6 статьи 105.3 Налогового кодекса Российской Федерации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="НБКорСам" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма самостоятельно скорректированной налоговой базы</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:integer">
																		<xs:totalDigits value="12"/>
																	</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: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="optional">
																<xs:annotation>
																	<xs:documentation>Сумма фактически произведенных и документально подтвержденных расходов по договорам гражданско-правового характера</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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="14"/>
																		<xs:fractionDigits value="2"/>
																	</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:decimal">
															<xs:totalDigits value="14"/>
															<xs:fractionDigits 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="14"/>
															<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:integer">
															<xs:totalDigits value="12"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ДоходОсвПрев" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Расчет суммы доходов, не подлежащей налогообложению (Приложение 4)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:attribute name="МатПомРожд" use="optional">
													<xs:annotation>
														<xs:documentation>Сумма единовременной материальной помощи, полученной от всех работодателей при рождении (усыновлении (удочерении) ребенка, не подлежащая налогообложению</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="9"/>
															<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:decimal">
															<xs:totalDigits value="6"/>
															<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:decimal">
															<xs:totalDigits value="6"/>
															<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:decimal">
															<xs:totalDigits value="6"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ВозмМед" use="optional">
													<xs:annotation>
														<xs:documentation>Суммы возмещения (оплаты) всеми работодателями своим работникам, их супругам, родителям, детям (в том числе усыновленным), подопечным (в возрасте до 18 лет), бывшим своим работникам (пенсионерам по возрасту), а также инвалидам стоимости приобретенных ими (для них) лекарственных препаратов для медицинского применения, назначенных им лечащим врачом, не подлежащие налогообложению</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="6"/>
															<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:decimal">
															<xs:totalDigits value="6"/>
															<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:decimal">
															<xs:totalDigits value="6"/>
															<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:decimal">
															<xs:totalDigits value="6"/>
															<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:decimal">
															<xs:totalDigits value="7"/>
															<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:decimal">
															<xs:totalDigits value="7"/>
															<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:decimal">
															<xs:totalDigits value="12"/>
															<xs:fractionDigits 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="12"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ВычСтандСоц" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Расчет стандартных и социальных налоговых вычетов, а также инвестиционных налоговых вычетов, установленных статьей 219.1 Налогового кодекса Российской Федерации (Приложение 5)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="РасчВычСтанд">
														<xs:annotation>
															<xs:documentation>Расчет стандартных налоговых вычетов</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="ВычСт218.1.1" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма стандартного налогового вычета в соответствии с подпунктом 1 пункта 1 статьи 218 Налогового кодекса Российской Федерации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="8"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ВычСт218.1.2" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма стандартного налогового вычета в соответствии с подпунктом 2 пункта 1 статьи 218 Налогового кодекса Российской Федерации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="8"/>
																		<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:decimal">
																		<xs:totalDigits value="8"/>
																		<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:decimal">
																		<xs:totalDigits value="8"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ВычСтРебИнв" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма стандартного налогового вычета родителю, супругу (супруге) родителя, усыновителю, опекуну, попечителю, приемному родителю, супругу (супруге) приемного родителя на ребенка-инвалида в возрасте до 18 лет, на учащегося очной формы обучения, аспиранта, ординатора, интерна, студента, курсанта в возрасте до 24 лет, являющегося инвалидом I или II группы</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="8"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ВычСтРебИнвЕд" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма стандартного налогового вычета единственному родителю (приемному родителю), усыновителю, опекуну, попечителю, а также одному из родителей (приемных родителей) при отказе другого родителя (приемного родителя) от получения налогового вычета на ребенка -инвалида в возрасте до 18 лет, на учащегося очной формы обучения, аспиранта, ординатора, интерна, студента, курсанта в возрасте до 24 лет, являющегося инвалидом I или II группы</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="8"/>
																		<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:decimal">
																		<xs:totalDigits value="8"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ОбщВычСтандДекл" use="required">
																<xs:annotation>
																	<xs:documentation>Общая сумма стандартных налоговых вычетов, заявляемая по налоговой декларации по налогу на доходы физических лиц (форма 3-НДФЛ) (далее – Декларация)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="8"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="РасчВычСоцБез219.2" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Расчет социальных налоговых вычетов, в отношении которых не применяется ограничение, установленное пунктом 2 статьи 219 Налогового кодекса Российской Федерации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="СумБлагЦел" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма, перечисленная в виде пожертвований</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="СумОбуч" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма, уплаченная за обучение детей в возрасте до 24 лет, подопечных в возрасте до 18 лет, бывших подопечных в возрасте до 24 лет по очной форме обучения</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ИтогВычСоциал" use="required">
																<xs:annotation>
																	<xs:documentation>Общая сумма социальных налоговых вычетов, в отношении которых не применяется ограничение, установленное пунктом 2 статьи 219 Налогового кодекса Российской Федерации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="РасчВычСоц219.2" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Расчет социальных налоговых вычетов, в отношении которых применяется ограничение, установленное пунктом 2 статьи 219 Налогового кодекса Российской Федерации</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="СумОбуч" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма, уплаченная за свое обучение, за обучение брата (сестры) в возрасте до 24 лет по очной форме обучения</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="СумЛичСтрах" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма страховых взносов, уплаченная по договорам добровольного личного страхования, а также по договорам добровольного страхования своих супруга (супруги), родителей, детей (в том числе усыновленных) в возрасте до 18 лет, подопечных в возрасте до 18 лет</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ОбщСумРасх" use="optional">
																<xs:annotation>
																	<xs:documentation>Общая сумма социальных налоговых вычетов, в отношении которых применяется ограничение, установленное пунктом 2 статьи 219 Налогового кодекса Российской Федерации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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="14"/>
																		<xs:fractionDigits 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:attribute name="СумИнвВыч219" use="required">
																<xs:annotation>
																	<xs:documentation>Сумма инвестиционного налогового вычета, предусмотренного подпунктом 2 пункта 1 статьи 219.1 Налогового кодекса Российской Федерации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ИнвВычПредВосст" use="required">
																<xs:annotation>
																	<xs:documentation>Сумма предоставленного в предшествующих налоговых периодах инвестиционного налогового вычета, предусмотренного подпунктом 2 пункта 1 статьи 219.1 Налогового кодекса Российской Федерации, подлежащая восстановлению</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</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:decimal">
															<xs:totalDigits value="14"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ИмущНалВычПр" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Расчет имущественных налоговых вычетов по доходам от продажи имущества и имущественных прав, а также налоговых вычетов, установленных абзацем вторым подпункта 2 пункта 2 статьи 220 Налогового кодекса Российской Федерации (Приложение 6)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ВычДохНедвЖил" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Расчет имущественных налоговых вычетов по доходам от продажи жилых домов, квартир, комнат, включая приватизированные жилые помещения, дач, садовых домиков, земельных участков, а также доли (долей) в указанном имуществе</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="ВычПродИмущ" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма имущественного налогового вычета по доходам от продажи имущества (за исключением доли (долей) в указанном имуществе)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="9"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="9"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
													<xs:element name="ВычПродНедвИн" type="СвСумПр6" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Расчет имущественных налоговых вычетов по доходам от продажи иного недвижимого имущества (за исключением указанного в пункте 1)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ВычПродИмущИн" type="СвСумПр6" 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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:attribute name="ВычДохЛиквИО" use="optional">
																<xs:annotation>
																	<xs:documentation>Сумма имущественного налогового вычета по доходам от продажи имущества (имущественных прав), полученных при ликвидации иностранной организации</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:attribute name="ВычПдтвРасхПродУК" use="required">
																<xs:annotation>
																	<xs:documentation>Сумма фактически произведенных и документально подтвержденных расходов, принимаемых к вычету при продаже доли (ее части) в уставном капитале общества, а также при выходе из состава участников общества</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:attribute name="ВычПдтвРасхПрдСр" use="required">
																<xs:annotation>
																	<xs:documentation>Сумма фактически произведенных и документально подтвержденных расходов, принимаемых к вычету при передаче средств (имущества) участнику в случае ликвидации общества</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:attribute name="ВычПдтвРасхУмСтУК" use="required">
																<xs:annotation>
																	<xs:documentation>Сумма фактически произведенных и документально подтвержденных расходов, принимаемых к вычету при уменьшении номинальной стоимости доли в уставном капитале общества</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits 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:attribute name="ВычПдтвРасхУстПрав" use="required">
																<xs:annotation>
																	<xs:documentation>Сумма фактически произведенных и документально подтвержденных расходов, принимаемых к вычету при уступке прав требования</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</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:decimal">
															<xs:totalDigits value="14"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ИмущНалВычНов" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Расчет имущественных налоговых вычетов по расходам на новое строительство либо приобретение объектов недвижимого имущества (Приложение 7)</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="СвОбъектРасх" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Сведения об объекте и произведенных расходах</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="СведОбъект">
																				<xs:annotation>
																					<!---****************************************************************************************************************************************-->
																					<xs:appinfo>
																						<sch:pattern name="Присутствие элемента НомерОб в зависимости от значения элемента КодНомерОб">
																							<sch:rule context="СведОбъект">
																								<!-- 3. Контроль  обязательности  присутствия элемента НомерОб в зависимости от значения элемента КодНомерОб -->
																								<sch:assert test="usch:iif( (@КодНомерОб=1 or @КодНомерОб=2 or @КодНомерОб=3)  ,  count(@НомерОб)!=0 ,  count(@НомерОб)=0 )">
																									<usch:error code="0400300003" path="@НомерОб" value-of-select="@КодНомерОб">  Не выполнено условие присутствия (отсутствия) элемента Файл/Документ/НДФЛ3/ИмущНалВычНов/РасчИмущВыч/СвОбъектРасх/СведОбъект/НомерОб при значении элемента КодНомерОб, равном "<usch:value-of select="@КодНомерОб"/>". </usch:error>
																								</sch:assert>
																							</sch:rule>
																						</sch:pattern>
																					</xs:appinfo>
																					<!---****************************************************************************************************************************************-->
																					<!---****************************************************************************************************************************************-->
																					<xs:appinfo>
																						<sch:pattern name="Присутствие элемента СведМНОб в зависимости от значения элемента КодНомерОб">
																							<sch:rule context="СведОбъект">
																								<!-- 4. Контроль  обязательности  присутствия элемента СведМНОб в зависимости от значения элемента КодНомерОб -->
																								<sch:assert test="usch:iif( (@КодНомерОб=1 or @КодНомерОб=2 or @КодНомерОб=3)  , ( count(@СведМНОб)!=0 or count(@СведМНОб)=0 ),  count(@СведМНОб)!=0   )">
																									<usch:error code="0400300003" path="@НомерОб" value-of-select="@КодНомерОб">  Не выполнено условие присутствия (отсутствия) элемента Файл/Документ/НДФЛ3/ИмущНалВычНов/РасчИмущВыч/СвОбъектРасх/СведОбъект/СведМНОб при значении элемента КодНомерОб, равном "<usch:value-of select="@КодНомерОб"/>". </usch:error>
																								</sch:assert>
																							</sch:rule>
																						</sch:pattern>
																					</xs:appinfo>
																					<!---****************************************************************************************************************************************-->
																					<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: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="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="512"/>
																							</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="1"/>
																					<xs:enumeration value="1"/>
																					<xs:enumeration value="2"/>
																					<xs:enumeration value="3"/>
																					<xs:enumeration value="4"/>
																					<xs:enumeration value="5"/>
																					<xs:enumeration value="6"/>
																					<xs:enumeration value="7"/>
																				</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="11"/>
																					<xs:enumeration value="02"/>
																					<xs:enumeration value="12"/>
																					<xs:enumeration value="03"/>
																					<xs:enumeration value="13"/>
																					<xs:enumeration value="04"/>
																					<xs:enumeration value="14"/>
																					<xs:enumeration value="23"/>
																					<xs:enumeration value="24"/>
																				</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="ДолСобств" type="ПростДроб13" 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:decimal">
																					<xs:totalDigits value="10"/>
																					<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:decimal">
																					<xs:totalDigits value="10"/>
																					<xs:fractionDigits value="2"/>
																				</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:decimal">
																		<xs:totalDigits value="10"/>
																		<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:decimal">
																		<xs:totalDigits value="10"/>
																		<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:decimal">
																		<xs:totalDigits value="10"/>
																		<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:decimal">
																		<xs:totalDigits value="10"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НалБаз13БезВыч" use="optional">
																<xs:annotation>
																	<xs:documentation>Размер налоговой базы в отношении доходов, облагаемых по ставке, установленной пунктом 1 статьи 224 Налогового кодекса Российской Федерации, за минусом налоговых вычетов</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="14"/>
																		<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:decimal">
																		<xs:totalDigits value="10"/>
																		<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:decimal">
																		<xs:totalDigits value="10"/>
																		<xs:fractionDigits 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="10"/>
																		<xs:fractionDigits 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="10"/>
																		<xs:fractionDigits value="2"/>
																	</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:appinfo>
													<sch:pattern name="Присутствие элемента УчетУбыт в зависимости от значения элемента ПризУчетУбыт">
														<sch:rule context="ДохОперЦБ">
															<!-- 5. Контроль  обязательности  присутствия элемента УчетУбыт в зависимости от значения элемента ПризУчетУбыт -->
															<sch:assert test="usch:iif( @ПризУчетУбыт=1  ,  count(УчетУбыт)!=0 ,  count(УчетУбыт)=0 )">
																<usch:error code="0400300003" path="@ПризУчетУбыт" value-of-select="count(УчетУбыт)">  Не выполнено условие присутствия (отсутствия) элемента Файл/Документ/НДФЛ3/ДохОперЦБ/УчетУбыт при значении элемента ПризУчетУбыт, равном "<usch:value-of select="@ПризУчетУбыт"/>". </usch:error>
															</sch:assert>
														</sch:rule>
													</sch:pattern>
												</xs:appinfo>
												<!---****************************************************************************************************************************************-->
												<xs:documentation>Расчет расходов и вычетов по операциям с ценными бумагами и производными финансовыми инструментами (ПФИ), а также по операциям, осуществленным в рамках инвестиционного товарищества (Приложение 8)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="УчетУбыт" minOccurs="0" maxOccurs="3">
														<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:enumeration value="01"/>
																		<xs:enumeration value="02"/>
																		<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="09"/>
																		<xs:enumeration value="10"/>
																		<xs:enumeration value="11"/>
																		<xs:enumeration value="12"/>
																		<xs:enumeration value="13"/>
																		<xs:enumeration value="14"/>
																		<xs:enumeration value="15"/>
																		<xs:enumeration value="16"/>
																		<xs:enumeration value="17"/>
																		<xs:enumeration value="18"/>
																		<xs:enumeration value="19"/>
																		<xs:enumeration value="20"/>
																		<xs:enumeration value="21"/>
																		<xs:enumeration value="22"/>
																		<xs:enumeration value="23"/>
																		<xs:enumeration value="24"/>
																		<xs:enumeration value="25"/>
																		<xs:enumeration value="26"/>
																		<xs:enumeration value="27"/>
																		<xs:enumeration value="28"/>
																		<xs:enumeration value="29"/>
																		<xs:enumeration value="30"/>
																		<xs:enumeration value="31"/>
																		<xs:enumeration value="32"/>
																		<xs:enumeration value="33"/>
																		<xs:enumeration value="34"/>
																		<xs:enumeration value="35"/>
																		<xs:enumeration value="36"/>
																	</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="14"/>
																		<xs:fractionDigits value="2"/>
																	</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="2"/>
															<xs:enumeration value="01"/>
															<xs:enumeration value="02"/>
															<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="09"/>
															<xs:enumeration value="10"/>
															<xs:enumeration value="11"/>
															<xs:enumeration value="12"/>
															<xs:enumeration value="13"/>
															<xs:enumeration value="14"/>
															<xs:enumeration value="15"/>
															<xs:enumeration value="16"/>
															<xs:enumeration value="17"/>
															<xs:enumeration value="18"/>
															<xs:enumeration value="19"/>
															<xs:enumeration value="20"/>
															<xs:enumeration value="21"/>
															<xs:enumeration value="22"/>
															<xs:enumeration value="23"/>
															<xs:enumeration value="24"/>
															<xs:enumeration value="25"/>
															<xs:enumeration value="26"/>
															<xs:enumeration value="27"/>
															<xs:enumeration value="28"/>
															<xs:enumeration value="29"/>
															<xs:enumeration 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:decimal">
															<xs:totalDigits value="14"/>
															<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:decimal">
															<xs:totalDigits value="14"/>
															<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:decimal">
															<xs:totalDigits value="14"/>
															<xs:fractionDigits 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:length value="1"/>
															<xs:enumeration value="0"/>
															<xs:enumeration value="1"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ИнвВыч219.1Опер" use="optional">
													<xs:annotation>
														<xs:documentation>Сумма инвестиционного налогового вычета, предусмотренного подпунктом 1 пункта 1 статьи 219.1 Налогового кодекса Российской Федерации, принимаемая к вычету по совокупности совершенных операций</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="14"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ИнвВыч219.3Опер" use="optional">
													<xs:annotation>
														<xs:documentation>Сумма инвестиционного налогового вычета, предусмотренного подпунктом 3 пункта 1 статьи 219.1 Налогового кодекса Российской Федерации, принимаемая к вычету по совокупности совершенных операций</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="14"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ДохПродОНИ" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Расчет дохода от продажи объектов недвижимого имущества (Расчет к Приложению 1)</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="100"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="КадСтоимГодРег" use="required">
													<xs:annotation>
														<xs:documentation>Кадастровая стоимость объекта недвижимого имущества по состоянию на 1 января года, в котором осуществлена государственная регистрация перехода права собственности</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="15"/>
															<xs:fractionDigits 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="15"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="КадСтоимКоэф" use="required">
													<xs:annotation>
														<xs:documentation>Кадастровая стоимость, указанная в строке 020, с учетом коэффициента, установленного пунктом 5 статьи 217.1 Налогового кодекса Российской Федерации</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="15"/>
															<xs:fractionDigits 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="15"/>
															<xs:fractionDigits value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="ВычСоцИнв219" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Расчет социальных налоговых вычетов, установленных подпунктами 4 и 5 пункта 1 статьи 219 Налогового кодекса Российской Федерации (Расчет к Приложению 5)</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="РасчПСВВыч" 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="СведИст" 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: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="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="40"/>
																							</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:decimal">
																					<xs:totalDigits value="14"/>
																					<xs:fractionDigits 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:attribute name="СумВзносУпл" use="required">
																			<xs:annotation>
																				<xs:documentation>Общая сумма взносов, уплаченных в налоговом периоде и принимаемых к вычету</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="14"/>
																					<xs:fractionDigits value="2"/>
																				</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:decimal">
																		<xs:totalDigits value="14"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</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:enumeration value="1151020"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="ДатаДок" type="ДатаТип" use="required">
							<xs:annotation>
								<xs:documentation>Дата формирования документа</xs:documentation>
								<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:enumeration value="34"/>
									<xs:enumeration value="86"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="ОтчетГод" type="xs:gYear" use="required">
							<xs:annotation>
								<xs:documentation>Отчетный год</xs:documentation>
								<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:integer">
									<xs:totalDigits value="3"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="ИдФайл" use="required">
				<xs:annotation>
					<xs:documentation>Идентификатор файла</xs:documentation>
					<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: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:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="5"/>
						<xs:enumeration value="5.13"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="СвСумПр6">
		<xs:annotation>
			<xs:documentation>Сведения по сумме в Приложении 6</xs:documentation>
		</xs:annotation>
		<xs:attribute name="ВычДохПродИмущ" use="optional">
			<xs:annotation>
				<xs:documentation>Сумма имущественного налогового вычета по доходам от продажи имущества</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:decimal">
					<xs:totalDigits value="8"/>
					<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:decimal">
					<xs:totalDigits value="14"/>
					<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="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: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="255"/>
				</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="СерНомДок" use="required">
			<xs:annotation>
				<xs:documentation>Серия и номер</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="25"/>
				</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: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="20"/>
			<xs:pattern value="[0-9]{20}"/>
		</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: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="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="3"/>
			<xs:pattern value="[0-9]{3}"/>
		</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="ПростДроб13">
		<xs:annotation>
			<xs:documentation>Простая дробь в формате: (от 1 до 6 знаков)/(от 1 до 6 знаков), где ведущие нули в числителе и знаменателе недопустимы</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="3"/>
			<xs:maxLength value="13"/>
			<xs:pattern value="([1-9]{1}|[1-9]{1}[0-9]{1}|[1-9]{1}[0-9]{0,2}|[1-9]{1}[0-9]{0,3}|[1-9]{1}[0-9]{0,4}|[1-9]{1}[0-9]{0,5})/([1-9]{1}|[1-9]{1}[0-9]{1}|[1-9]{1}[0-9]{0,2}|[1-9]{1}[0-9]{0,3}|[1-9]{1}[0-9]{0,4}|[1-9]{1}[0-9]{0,5})"/>
		</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>Дата в формате ДД.ММ.ГГГГ (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>
