<?xml version="1.0" encoding="windows-1251"?>
<!-- edited with XMLSpy v2013 (http://www.altova.com) by  () -->
<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="НПЮЛ">
											<xs:annotation>
												<xs:documentation>Налогоплательщик - организация</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СвРеоргЮЛ" minOccurs="0">
														<xs:annotation>
															<!---*******************************************************************************************************************************************-->
															<xs:appinfo>
																<sch:pattern name="Присутствие атрибутов ИННЮЛ и КПП">
																	<sch:rule context="СвРеоргЮЛ">
																		<!-- Контроль  обязательности  присутствия  атрибутов  ИННЮЛ  и  КПП  в  зависимости  от  значения  атрибута  ФормРеорг  -->
																		<sch:assert test=" (count(@ИННЮЛ)!=0 and @ФормРеорг!=0) or (count(@ИННЮЛ)=0 and @ФормРеорг=0)  ">
																			<usch:error code="0400300003" path="@ИННЮЛ" value-of-select="@ФормРеорг">Не выполнено условие присутствия (отсутствия) элемента Файл/Документ/СвНП/НПЮЛ/СвРеоргЮЛ/ИННЮЛ при значении элемента ФормРеорг, равном "<usch:value-of select="@ФормРеорг"/>".</usch:error>
																		</sch:assert>
																		<sch:assert test=" (count(@КПП)!=0 and @ФормРеорг!=0) or (count(@КПП)=0 and @ФормРеорг=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: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="5"/>
																		<xs:enumeration value="6"/>
																		<xs:enumeration value="0"/>
																	</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:complexType>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="НаимОрг" use="required">
													<xs:annotation>
														<xs:documentation>Наименование организации</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="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:element>
									</xs:sequence>
									<xs:attribute name="Тлф" use="optional">
										<xs:annotation>
											<xs:documentation>Номер контактного телефона</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:minLength value="1"/>
												<xs:maxLength value="20"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
							<xs:element name="Подписант">
								<xs:annotation>
									<!---************************************************************************************************************************************************************-->
									<xs:appinfo>
										<sch:pattern name="Присутствие сведений о представителе">
											<sch:rule context="Подписант">
												<!-- Контроль  обязательности  присутствия  Сведений  о  представителе  налогоплательщика  в  зависимости  от  значения  ПрПодп  -->
												<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="ФИОТип">
											<xs:annotation>
												<xs:documentation>Фамилия, имя, отчество</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="СвПред" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о представителе налогоплательщика</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:attribute name="НаимДок" use="required">
													<xs:annotation>
														<xs:documentation>Наименование и реквизиты документа, подтверждающего полномочия представителя налогоплательщика</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="120"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="НаимОрг" use="optional">
													<xs:annotation>
														<xs:documentation>Наименование организации - представителя налогоплательщика </xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="1000"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
									<xs:attribute name="ПрПодп" use="required">
										<xs:annotation>
											<xs:documentation>Признак лица, подписавшего документ</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:length value="1"/>
												<xs:enumeration value="1"/>
												<xs:enumeration value="2"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
							<xs:element name="АкцНефт">
								<xs:annotation>
									<!---*************************************************************************************************************************************************************-->
									<xs:appinfo>
										<sch:pattern name="Проверка обязательности присутствия хотя бы одного из элементов - РасчНалСтав и РасчСумАкц">
											<sch:rule context="АкцНефт">
												<!-- Проверка наличия хотя бы из одного элементов РасчСумАкц и РасчСумАкцВыч -->
												<sch:assert test="count(РасчСумАкц)!=0 or count(РасчСумАкцВыч)!=0 ">
													<usch:error code="0400300001" path="" 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="СумНалПУ" maxOccurs="unbounded">
											<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: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="15"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ОКТМО" type="ОКТМОТип" use="required">
													<xs:annotation>
														<xs:documentation>Код по ОКТМО</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="РасчСумАкц" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Расчет суммы акциза</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="РасчНалСтавДог" maxOccurs="unbounded">
														<xs:annotation>
															<!---*************************************************************************************************************************************************************-->
															<xs:appinfo>
																<sch:pattern name="Контроль обязательности присутствия сведений о договоре">
																	<sch:rule context="РасчНалСтавДог">
																		<!-- Проверка наличия атрибутов  -->
																		<sch:assert test="usch:iif(@ПрДог=1, (count(@НомерДог)!=0 and count(@ДатаДог)!=0), ( (count(@НомерДог)=0 or count(@НомерДог)!=0) and (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="СведВозвр" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<!---*************************************************************************************************************************************************************-->
																		<xs:appinfo>
																			<sch:pattern name="Проверка обязательности присутствия хотя бы одного из элементов - ВозПрямБенз, ВозТовБенз, ВозКоксНефт, ВозМазБит">
																				<sch:rule context="СведВозвр">
																					<sch:assert test="count(@ВозПрямБенз)!=0 or count(@ВозТовБенз)!=0 or count(@ВозКоксНефт)!=0 or count(@ВозМазБит)!=0 ">
																						<usch:error code="0400300001" path="" 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="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:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ПериодГод" type="xs:gYear" use="required">
																			<xs:annotation>
																				<xs:documentation>Год налогового периода</xs:documentation>
																			</xs:annotation>
																		</xs:attribute>
																		<xs:attribute name="ВозПрямБенз" use="optional">
																			<xs:annotation>
																				<xs:documentation>Количество возвращенного прямогонного бензина (Vпб) (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ВозТовБенз" use="optional">
																			<xs:annotation>
																				<xs:documentation>Количество возвращенного товарного бензина, легких и средних дистиллятов в жидком виде, бензола, толуола, ксилола, масел смазочных (Vсв) (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ВозКоксНефт" use="optional">
																			<xs:annotation>
																				<xs:documentation>Количество возвращенного кокса нефтяного (Vкс) (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ВозМазБит" use="optional">
																			<xs:annotation>
																				<xs:documentation>Количество возвращенного мазута, битума нефтяного, парафина, вазелина, отработанных нефтепродуктов, иных жидких или твердых продуктов переработки нефтяного сырья (Vт) (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits 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:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:integer">
																		<xs:totalDigits value="15"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ПрДог" use="required">
																<xs:annotation>
																	<xs:documentation>Признак наличия договора</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="1"/>
																		<xs:enumeration value="0"/>
																		<xs:enumeration value="1"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НомерДог" use="optional">
																<xs:annotation>
																	<xs:documentation>Номер договора</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:minLength value="1"/>
																		<xs:maxLength value="20"/>
																	</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:integer">
																		<xs:totalDigits value="5"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="СрУрЦен" use="required">
																<xs:annotation>
																	<xs:documentation>Средний уровень цен нефти "Юралс" (Цнефть) (в долларах США за баррель)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="9"/>
																		<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="8"/>
																		<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="5"/>
																		<xs:fractionDigits value="4"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолНефт" use="required">
																<xs:annotation>
																	<xs:documentation>Количество нефтяного сырья (Vнс) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолПрямБенз" use="required">
																<xs:annotation>
																	<xs:documentation>Количество прямогонного бензина (Vпб) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НормПрямБенз" use="required">
																<xs:annotation>
																	<xs:documentation>Нормативные потери, возникшие после отгрузки прямогонного бензина и до перехода права собственности на прямогонный бензин и связанные с технологическими особенностями процесса транспортировки (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолИнПрямБенз" use="required">
																<xs:annotation>
																	<xs:documentation>Количество иного сырья, использованного для производства прямогонного бензина (Vпб) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолТовБенз" use="required">
																<xs:annotation>
																	<xs:documentation>Количество товарного бензина, легких и средних дистиллятов в жидком виде, бензола, толуола, ксилола, масел смазочных (Vсв) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НормТовБенз" use="required">
																<xs:annotation>
																	<xs:documentation>Нормативные потери, возникшие после отгрузки товарного бензина, легких и средних дистиллятов в жидком виде, бензола, толуола, ксилола, масел смазочных и до перехода права собственности на них и связанные с технологическими особенностями процесса транспортировки (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолИнТовБенз" use="required">
																<xs:annotation>
																	<xs:documentation>Количество иного сырья, использованного для производства товарного бензина, легких и средних дистиллятов в жидком виде, бензола, толуола, ксилола, масел смазочных (Vсв) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолКоксНефт" use="required">
																<xs:annotation>
																	<xs:documentation>Количество кокса нефтяного (Vкс) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НормКоксНефт" use="required">
																<xs:annotation>
																	<xs:documentation>Нормативные потери, возникшие после отгрузки кокса нефтяного и до перехода права собственности на кокс нефтяной и связанные с технологическими особенностями процесса транспортировки (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолИнКоксНефт" use="required">
																<xs:annotation>
																	<xs:documentation>Количество иного сырья, использованного для производства кокса нефтяного (Vкс) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолМазБит" use="required">
																<xs:annotation>
																	<xs:documentation>Количество мазута, битума нефтяного, парафина, вазелина, отработанных нефтепродуктов, иных жидких или твердых продуктов переработки нефтяного сырья (Vт) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="НормМазБит" use="required">
																<xs:annotation>
																	<xs:documentation>Нормативные потери, возникшие после отгрузки мазута, битума нефтяного, парафина, вазелина, отработанных нефтепродуктов, иных жидких или твердых продуктов переработки нефтяного сырья и до перехода права собственности на них и связанные с технологическими особенностями процесса транспортировки (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КолИнМазБит" use="required">
																<xs:annotation>
																	<xs:documentation>Количество иного сырья, использованного для производства мазута, битума нефтяного, парафина, вазелина, отработанных нефтепродуктов, иных жидких или твердых продуктов переработки нефтяного сырья (Vт) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КоэфКкорр" use="required">
																<xs:annotation>
																	<xs:documentation>Коэффициент (Ккорр)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="4"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КоэфКрег" use="required">
																<xs:annotation>
																	<xs:documentation>Коэффициент, характеризующий региональные особенности рынков продуктов переработки нефтяного сырья (Крег)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="3"/>
																		<xs:fractionDigits value="2"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ОбАБ5" use="required">
																<xs:annotation>
																	<xs:documentation>Объем автомобильного бензина класса 5, реализованного на биржевых торгах</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ОбДТ5" use="required">
																<xs:annotation>
																	<xs:documentation>Объем дизельного топлива класса 5, реализованного на биржевых торгах</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits 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:annotation>
													<xs:simpleType>
														<xs:restriction base="СКВПТТип">
															<xs:enumeration value="678"/>
														</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:integer">
															<xs:totalDigits value="15"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="РасчСумАкцВыч" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Расчет суммы акциза, подлежащей налоговому вычету</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СведНалВыч">
														<xs:annotation>
															<!---*************************************************************************************************************************************************************-->
															<xs:appinfo>
																<sch:pattern name="Проверка обязательности присутствия хотя бы одного из элементов - СведАБ и СведДТ">
																	<sch:rule context="СведНач">
																		<!-- Проверка наличия хотя бы из одного элементов СведАБ и СведДТ -->
																		<sch:assert test="count(СведАБ)!=0 or count(СведДТ)!=0 ">
																			<usch:error code="0400300001" path="" value-of-select=""> Не выполнено условие к обязательности присутствия хотя бы одного из элементов - Файл/Документ/АкцНефт/РасчСумАкцВыч/СведНач/СведАБ или Файл/Документ/АкцНефт/РасчСумАкцВыч/СведНачСведДТ</usch:error>
																		</sch:assert>
																	</sch:rule>
																</sch:pattern>
															</xs:appinfo>
															<!---*************************************************************************************************************************************************************-->
															<xs:documentation>Сведения о сумме налогового вычета</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:choice>
																	<xs:element name="СумВычКдемп">
																		<xs:annotation>
																			<xs:documentation>Сумма акциза, подлежащая вычету, с учетом величины Кдемп, инвестиционной надбавки
(Кинв) и величины Кврк (в рублях)</xs:documentation>
																		</xs:annotation>
																		<xs:simpleType>
																			<xs:restriction base="xs:integer">
																				<xs:totalDigits value="15"/>
																			</xs:restriction>
																		</xs:simpleType>
																	</xs:element>
																	<xs:element name="СумУплКдемп">
																		<xs:annotation>
																			<xs:documentation>Сумма акциза, подлежащая уплате в бюджет, с учетом величины Кдемп, инвестиционной надбавки
(Кинв) и величины Кврк (в рублях)</xs:documentation>
																		</xs:annotation>
																		<xs:simpleType>
																			<xs:restriction base="xs:integer">
																				<xs:totalDigits value="15"/>
																			</xs:restriction>
																		</xs:simpleType>
																	</xs:element>
																</xs:choice>
																<xs:element name="СведАБ" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения по автомобильному бензину</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:attribute name="ОбъемАБ" use="required">
																			<xs:annotation>
																				<xs:documentation>Объем автомобильного бензина класса 5 (Vаб) (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ОбъемВозАБ" use="required">
																			<xs:annotation>
																				<xs:documentation>Объем возврата высокооктанового автомобильного бензина класса 5, произведенного из направленного на переработку нефтяного сырья и иного сырья и ранее реализованного налогоплательщиком на территории Российской Федерации (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ПрДаб" use="required">
																			<xs:annotation>
																				<xs:documentation>Признак показателя (Даб)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:length value="1"/>
																					<xs:enumeration value="0"/>
																					<xs:enumeration value="1"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ПоказДаб" use="required">
																			<xs:annotation>
																				<xs:documentation>Показатель (Даб) (в рублях)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:integer">
																					<xs:totalDigits value="10"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="СрЦенЭкспАБ" use="required">
																			<xs:annotation>
																				<xs:documentation>Средняя цена экспортной альтернативы для автомобильного бензина АИ-92 класса 5 (ЦАБэксп)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:integer">
																					<xs:totalDigits value="10"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="СрЗначАБРын" use="required">
																			<xs:annotation>
																				<xs:documentation>Средняя за налоговый период оптовая цена реализации в Российской Федерации автомобильного бензина АИ-92 класса 5 за 1 тонну (в рублях)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="10"/>
																					<xs:fractionDigits value="4"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="УслЗначЦенАБ" use="required">
																			<xs:annotation>
																				<xs:documentation>Условное значение средней оптовой цены реализации автомобильного бензина АИ-92 класса 5 на территории Российской Федерации (Цабвр)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:integer">
																					<xs:totalDigits value="6"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ВеличКабкомп" use="required">
																			<xs:annotation>
																				<xs:documentation>Величина Каб_комп</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="4"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ОбъемАБИн" use="required">
																			<xs:annotation>
																				<xs:documentation>Объем высокооктанового автомобильного бензина класса 5, произведенного из иного сырья (в том числе многофункциональных присадок, иных компонентов, не являющихся нефтяным сырьем) в объеме, превышающем 10 процентов, от общего объема (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="СведДТ" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Сведения по дизельному топливу</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:attribute name="ОбъемДТ" use="required">
																			<xs:annotation>
																				<xs:documentation>Объем дизельного топлива класса 5 (Vдт) (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ОбъемВозДТ" use="required">
																			<xs:annotation>
																				<xs:documentation>Объем возврата дизельного топлива класса 5, произведенного из направленного на переработку нефтяного сырья и иного сырья и ранее реализованного налогоплательщиком на территории Российской Федерации (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ПрДдт" use="required">
																			<xs:annotation>
																				<xs:documentation>Признак показателя (Ддт)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:length value="1"/>
																					<xs:enumeration value="0"/>
																					<xs:enumeration value="1"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ПоказДдт" use="required">
																			<xs:annotation>
																				<xs:documentation>Показатель (Ддт) (в рублях)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:integer">
																					<xs:totalDigits value="10"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="СрЦенЭкспДТ" use="required">
																			<xs:annotation>
																				<xs:documentation>Средняя цена экспортной альтернативы для дизельного топлива класса 5 (Цдтэксп)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:integer">
																					<xs:totalDigits value="10"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="СрЗначДТРын" use="required">
																			<xs:annotation>
																				<xs:documentation>Средняя за налоговый период оптовая цена реализации в Российской Федерации дизельного топлива класса 5 за 1 тонну (в рублях)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="10"/>
																					<xs:fractionDigits value="4"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="УслЗначЦенДТ" use="required">
																			<xs:annotation>
																				<xs:documentation>Условное значение средней оптовой цены реализации дизельного топлива класса 5 на территории Российской Федерации (Цдтвр)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:integer">
																					<xs:totalDigits value="6"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ВеличКдткомп" use="required">
																			<xs:annotation>
																				<xs:documentation>Величина Кдт_комп</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="4"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																		<xs:attribute name="ОбъемДТИн" use="required">
																			<xs:annotation>
																				<xs:documentation>Объем дизельного топлива класса 5, произведенного из иного сырья (в том числе многофункциональных присадок, иных компонентов, не являющихся нефтяным сырьем) в объеме, превышающем 10 процентов, от общего объема (в тоннах)</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:decimal">
																					<xs:totalDigits value="13"/>
																					<xs:fractionDigits value="3"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="СумАкцКоэф" use="required">
																<xs:annotation>
																	<xs:documentation>Сумма акциза, подлежащая вычету с учетом коэффициента 2 (в рублях) </xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:integer">
																		<xs:totalDigits value="15"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ПрКдемп" use="required">
																<xs:annotation>
																	<xs:documentation>Признак величины Кдемп</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="1"/>
																		<xs:enumeration value="0"/>
																		<xs:enumeration value="1"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ВеличКдемп" use="required">
																<xs:annotation>
																	<xs:documentation>Величина Кдемп (в рублях)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:integer">
																		<xs:totalDigits value="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="11"/>
																	</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="16"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ИноеСыр" use="optional">
																<xs:annotation>
																	<xs:documentation>Объем иного сырья, использованного для производства высокооктанового автомобильного бензина класса 5 (Vаб) и дизельного топлива класса 5 (Vдт) (в тоннах)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="КоэфКтвр" use="optional">
																<xs:annotation>
																	<xs:documentation>Коэффициент Ктвр</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:integer">
																		<xs:totalDigits value="3"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="ПоказVпб_вр" use="optional">
																<xs:annotation>
																	<xs:documentation>Показатель Vпб_вр</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:decimal">
																		<xs:totalDigits value="13"/>
																		<xs:fractionDigits value="3"/>
																	</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:minLength value="1"/>
																		<xs:maxLength value="11"/>
																	</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:integer">
																		<xs:totalDigits value="11"/>
																	</xs:restriction>
																</xs:simpleType>
															</xs:attribute>
															<xs:attribute name="СтавАкц" use="required">
																<xs:annotation>
																	<xs:documentation>Ставка акциза на нефтяное сырье (Анс) (в рублях)</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:integer">
																		<xs:totalDigits value="5"/>
																	</xs: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="3"/>
																		<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="3"/>
																		<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:enumeration value="678"/>
														</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:integer">
															<xs:totalDigits value="15"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</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="1151095"/>
								</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="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="71"/>
									<xs:enumeration value="72"/>
									<xs:enumeration value="73"/>
									<xs:enumeration value="74"/>
									<xs:enumeration value="75"/>
									<xs:enumeration value="76"/>
									<xs:enumeration value="77"/>
									<xs:enumeration value="78"/>
									<xs:enumeration value="79"/>
									<xs:enumeration value="80"/>
									<xs:enumeration value="81"/>
									<xs:enumeration value="82"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="ОтчетГод" type="xs:gYear" 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="3"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="ПоМесту" use="required">
							<xs:annotation>
								<xs:documentation>Код места, по которому представляется документ</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:length value="3"/>
									<xs:enumeration value="213"/>
									<xs:enumeration value="214"/>
									<xs:enumeration value="215"/>
									<xs:enumeration value="216"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="ИдФайл" use="required">
				<xs:annotation>
					<xs:documentation>Идентификатор файла</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="1"/>
						<xs:maxLength value="255"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="ВерсПрог" use="required">
				<xs:annotation>
					<xs:documentation>Версия программы, с помощью которой сформирован файл</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs: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.03"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="ФИОТип">
		<xs:annotation>
			<xs:documentation>Фамилия, имя, отчество</xs:documentation>
		</xs:annotation>
		<xs:attribute name="Фамилия" use="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>Дата в формате ММ.ГГГГ (01.1900 - 12.2099)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="7"/>
			<xs:pattern value="(01|02|03|04|05|06|07|08|09|10|11|12)\.(19[0-9]{2}|20[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="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: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="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:minLength value="8"/>
			<xs:maxLength value="11"/>
			<xs:pattern value="[0-9]{8}"/>
			<xs:pattern value="[0-9]{11}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СОНОТип">
		<xs:annotation>
			<xs:documentation>Коды из Классификатора системы обозначений налоговых органов</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="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="3"/>
			<xs:pattern value="[0-9]{3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="КБКТип">
		<xs:annotation>
			<xs:documentation>Код из Классификатора бюджетной классификации</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="20"/>
			<xs:pattern value="[0-9]{20}"/>
		</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>
