<?xml version="1.0" encoding="windows-1251"?>
<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by Shakeev (GNIVC FNS RF) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:usch="http://www.unisoftware.ru/schematron-extensions" xmlns:sql="urn:schemas-microsoft-com:mapping-schema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Файл">
		<xs:annotation>
			<!---*******************************************************************************************************************************************************************************-->
			<xs:appinfo>
				<sch:pattern name="Проверка имени файла на соответствие значению атрибута @ИдФайл">
					<sch:rule context="Файл">
						<!--  Проверка имени файла на соответствие ИдФайл  -->
						<sch:assert test="usch:getFileName() = @ИдФайл">
							<usch:error code="0400400007" path="@ИдФайл" value-of-select="@ИдФайл" doc-id-path="usch:getFileName()" doc-id-caption="Файл">Имя файла обмена "<usch:value-of select="usch:getFileName()"/>" не совпадает со значением элемента ИдФайл "<usch:value-of select="@ИдФайл"/>"</usch:error>
						</sch:assert>
					</sch:rule>
				</sch:pattern>
			</xs:appinfo>
			<!---*******************************************************************************************************************************************************************************-->
			<xs:documentation>Файл обмена</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Документ">
					<xs:annotation>
						<!---*************************************************************************************************************************************************************-->
						<xs:appinfo>
							<sch:pattern name="Присутствие ФИО (руководителя организации / представителя)  в  зависимости  от  значения  ПрПодп и наличия НПЮЛ">
								<sch:rule context="Документ">
									<!-- Табл.4.7. Контроль  обязательности  присутствия  ФИО (руководителя организации / представителя)  в  зависимости  от  значения  ПрПодп и наличия НПЮЛ -->
									<sch:assert test=" (Подписант/ФИО and Подписант/@ПрПодп=2) or (Подписант/ФИО and Подписант/@ПрПодп=1 and СвНП/НПЮЛ) or 		( ( (Подписант/ФИО) or  not(Подписант/ФИО) )  and Подписант/@ПрПодп=1 and СвНП/НПФЛ) ">
										<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="СвНП">
								<xs:annotation>
									<xs:documentation>Сведения о налогоплательщике</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:choice>
										<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:enumeration value="9"/>
																	</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:element name="НПФЛ">
											<xs:annotation>
												<xs:documentation>Налогоплательщик - физическое лицо, зарегистрированное в качестве индивидуального предпринимателя</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ФИО" type="ФИОТип">
														<xs:annotation>
															<xs:documentation>Фамилия, имя, отчество физического лица</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="ИННФЛ" type="ИННФЛТип" use="required">
													<xs:annotation>
														<xs:documentation>ИНН физического лица</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:choice>
									<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="ФИОТип" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Фамилия, имя, отчество</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="СвПред" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения о представителе налогоплательщика</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:attribute name="НаимДок" use="required">
													<xs:annotation>
														<xs:documentation>Наименование и реквизиты документа, подтверждающего полномочия представителя налогоплательщика</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs: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:choice>
																<xs:element name="АкцизПУ">
																	<xs:annotation>
																		<xs:documentation>Сумма акциза, подлежащая уплате в бюджет (в рублях)</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:integer">
																			<xs:totalDigits value="12"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="АкцизНУ203">
																	<xs:annotation>
																		<xs:documentation>Сумма акциза, начисленная к уменьшению в соответствии со статьей 203 Налогового кодекса Российской Федерации (в рублях)</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:integer">
																			<xs:totalDigits value="12"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
																<xs:element name="АкцизНУ203.1">
																	<xs:annotation>
																		<xs:documentation>Сумма акциза, начисленная к уменьшению в соответствии со статьей 203.1 Налогового кодекса Российской Федерации (в рублях)</xs:documentation>
																	</xs:annotation>
																	<xs:simpleType>
																		<xs:restriction base="xs:integer">
																			<xs:totalDigits value="12"/>
																		</xs:restriction>
																	</xs:simpleType>
																</xs:element>
															</xs:choice>
															<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="12"/>
																	</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: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:sequence>
													<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="5"/>
																		<xs:enumeration value="10001"/>
																		<xs:enumeration value="10006"/>
																		<xs:enumeration value="10007"/>
																		<xs:enumeration value="10008"/>
																		<xs:enumeration value="10009"/>
																		<xs:enumeration value="10010"/>
																		<xs:enumeration value="10011"/>
																		<xs:enumeration value="10012"/>
																		<xs:enumeration value="10021"/>
																		<xs:enumeration value="10031"/>
																		<xs:enumeration value="10032"/>
																		<xs:enumeration value="10033"/>
																		<xs:enumeration value="10034"/>
																		<xs:enumeration value="10035"/>
																		<xs:enumeration value="10036"/>
																		<xs:enumeration value="10038"/>
																		<xs:enumeration value="10039"/>
																		<xs:enumeration value="10040"/>
																		<xs:enumeration value="10041"/>
																		<xs:enumeration value="10042"/>
																		<xs:enumeration value="10043"/>
																	</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="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:integer">
																		<xs:totalDigits value="11"/>
																	</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="5"/>
																		<xs:enumeration value="20001"/>
																		<xs:enumeration value="20002"/>
																		<xs:enumeration value="20003"/>
																		<xs:enumeration value="20004"/>
																		<xs:enumeration value="20005"/>
																		<xs:enumeration value="20006"/>
																		<xs:enumeration value="20007"/>
																		<xs:enumeration value="20008"/>
																		<xs:enumeration value="20009"/>
																		<xs:enumeration value="20010"/>
																		<xs:enumeration value="20011"/>
																		<xs:enumeration value="20012"/>
																		<xs:enumeration value="20013"/>
																		<xs:enumeration value="20014"/>
																		<xs:enumeration value="20015"/>
																		<xs:enumeration value="20016"/>
																		<xs:enumeration value="20017"/>
																	</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="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:integer">
																		<xs:totalDigits value="11"/>
																	</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="5"/>
																		<xs:enumeration value="30001"/>
																		<xs:enumeration value="30002"/>
																		<xs:enumeration value="30006"/>
																		<xs:enumeration value="30007"/>
																		<xs:enumeration value="30020"/>
																		<xs:enumeration value="30021"/>
																		<xs:enumeration value="30022"/>
																		<xs:enumeration value="30023"/>
																		<xs:enumeration value="30024"/>
																		<xs:enumeration value="30025"/>
																		<xs:enumeration value="30026"/>
																		<xs:enumeration value="30027"/>
																		<xs:enumeration value="30028"/>
																		<xs:enumeration value="30029"/>
																		<xs:enumeration value="30030"/>
																		<xs:enumeration value="30031"/>
																		<xs:enumeration value="30032"/>
																		<xs:enumeration value="30033"/>
																		<xs:enumeration value="30034"/>
																		<xs:enumeration value="30035"/>
																		<xs:enumeration value="30036"/>
																	</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="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: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: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:complexType>
													</xs:element>
													<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="5"/>
																		<xs:enumeration value="40001"/>
																		<xs:enumeration value="40002"/>
																		<xs:enumeration value="40003"/>
																		<xs:enumeration value="40004"/>
																	</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="11"/>
																	</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="5"/>
																		<xs:enumeration value="50001"/>
																		<xs:enumeration value="50002"/>
																		<xs:enumeration value="50003"/>
																		<xs:enumeration value="50004"/>
																		<xs:enumeration value="50005"/>
																		<xs:enumeration value="50006"/>
																		<xs:enumeration value="50007"/>
																		<xs:enumeration value="50008"/>
																		<xs:enumeration value="50009"/>
																		<xs:enumeration value="50010"/>
																		<xs:enumeration value="50011"/>
																		<xs:enumeration value="50012"/>
																		<xs:enumeration value="50013"/>
																	</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="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: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: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:complexType>
													</xs:element>
												</xs:sequence>
												<xs:attribute name="КодПТ" use="required">
													<xs:annotation>
														<xs:documentation>Код вида подакцизного товара</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="СКВПТТип"/>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="КБК" 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="5"/>
														</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:enumeration value="735"/>
														</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="5"/>
															<xs:enumeration value="10037"/>
														</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="10"/>
														</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="18"/>
															<xs:fractionDigits value="3"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="СтоимЕдРеал" use="required">
													<xs:annotation>
														<xs:documentation>Стоимость (цена реализации) единицы (1000 куб. м) природного газа, реализованного (переданного) в налоговом периоде по международному договору Российской Федерации</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="13"/>
															<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="13"/>
															<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="13"/>
															<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="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:complexType>
										</xs:element>
										<xs:element name="РасчНалБаза" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<!---************************************************************************************************************************************************************-->
												<xs:appinfo>
													<sch:pattern name="Присутствие сведений о соглашении">
														<sch:rule context="РасчНалБаза">
															<sch:assert test="(@ПрСЗПК=1 and count(@ДатаСогл)!=0 and count(@НомСогл)!=0) or (@ПрСЗПК=2 and count(@ДатаСогл)=0 and 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="РасчНалБазаОКЕИ" maxOccurs="2">
														<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="КодПок" use="required">
																			<xs:annotation>
																				<xs:documentation>Код показателя</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:length value="5"/>
																					<xs:enumeration value="10001"/>
																					<xs:enumeration value="10006"/>
																					<xs:enumeration value="10007"/>
																					<xs:enumeration value="10008"/>
																					<xs:enumeration value="10009"/>
																					<xs:enumeration value="10010"/>
																					<xs:enumeration value="10011"/>
																					<xs:enumeration value="10012"/>
																					<xs:enumeration value="10041"/>
																					<xs:enumeration value="20001"/>
																					<xs:enumeration value="20002"/>
																					<xs:enumeration value="20003"/>
																					<xs:enumeration value="20004"/>
																					<xs:enumeration value="20005"/>
																					<xs:enumeration value="20006"/>
																					<xs:enumeration value="20007"/>
																					<xs:enumeration value="20008"/>
																					<xs:enumeration value="20009"/>
																					<xs:enumeration value="20010"/>
																					<xs:enumeration value="20011"/>
																					<xs:enumeration value="20012"/>
																					<xs:enumeration value="20013"/>
																					<xs:enumeration value="20014"/>
																					<xs:enumeration value="20015"/>
																					<xs:enumeration value="30001"/>
																					<xs:enumeration value="30002"/>
																					<xs:enumeration value="30033"/>
																					<xs:enumeration value="50001"/>
																					<xs:enumeration value="50002"/>
																					<xs:enumeration value="50003"/>
																					<xs:enumeration value="50004"/>
																					<xs:enumeration value="50005"/>
																					<xs:enumeration value="50006"/>
																					<xs:enumeration value="50007"/>
																					<xs:enumeration value="50008"/>
																					<xs:enumeration value="50009"/>
																					<xs:enumeration value="50010"/>
																					<xs:enumeration value="50011"/>
																				</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="6"/>
																					<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="8"/>
																				</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="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="11"/>
																				</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="214"/>
																		<xs:enumeration value="251"/>
																	</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: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="10"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="КодПТ" use="required">
													<xs:annotation>
														<xs:documentation>Код вида подакцизного товара</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="СКВПТТип">
															<xs:enumeration value="510"/>
															<xs:enumeration value="520"/>
															<xs:enumeration value="531"/>
															<xs:enumeration value="532"/>
															<xs:enumeration value="533"/>
															<xs:enumeration value="534"/>
															<xs:enumeration value="535"/>
															<xs:enumeration value="536"/>
														</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="СвРеалПТЭксп" maxOccurs="unbounded">
														<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:attribute name="КодПок" use="required">
																			<xs:annotation>
																				<xs:documentation>Код показателя</xs:documentation>
																			</xs:annotation>
																			<xs:simpleType>
																				<xs:restriction base="xs:string">
																					<xs:length value="5"/>
																					<xs:enumeration value="20001"/>
																					<xs:enumeration value="20008"/>
																					<xs:enumeration value="20012"/>
																				</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="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:integer">
																					<xs:totalDigits value="11"/>
																				</xs:restriction>
																			</xs:simpleType>
																		</xs:attribute>
																	</xs:complexType>
																</xs:element>
																<xs:element name="РеалПТЭкПдтвПер" type="РеалЭкПдтвТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Реализация подакцизных товаров, факт экспорта (реэкспорта) которых документально подтвержден в налоговом периоде</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="РеалПТЭкПдтвПред" type="РеалЭкПдтвТип" minOccurs="0" maxOccurs="unbounded">
																	<xs:annotation>
																		<xs:documentation>Реализация подакцизных товаров, факт экспорта (реэкспорта) которых документально подтвержден в предыдущих налоговых периодах</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ПревАкОсвПдтв" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Превышение суммы акциза, освобожденной от уплаты акциза, над суммой акциза, приходящейся на объем (мощность) подакцизных товаров, факт экспорта (реэкспорта) которых документально подтвержден</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs: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:complexType>
																</xs:element>
															</xs:sequence>
															<xs:attribute name="КодПТ" use="required">
																<xs:annotation>
																	<xs:documentation>Код вида подакцизного товара</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="СКВПТТип"/>
																</xs:simpleType>
															</xs:attribute>
														</xs: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: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="20"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ДатаВыдБГ" type="ДатаТип" use="required">
													<xs:annotation>
														<xs:documentation>Дата выдачи банковской гарантии (дата заключения договора поручительства)</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ДатаНачБГ" type="ДатаТип" use="required">
													<xs:annotation>
														<xs:documentation>Дата начала срока действия банковской гарантии (договора поручительства)</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ДатаКонБГ" type="ДатаТип" use="required">
													<xs:annotation>
														<xs:documentation>Дата окончания срока действия банковской гарантии (договора поручительства)</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs: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="11"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="СведОбПБ" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Сведения об объемах прямогонного бензина, полученных (переданных, реализованных) организацией</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="СведПТ">
														<xs:annotation>
															<xs:documentation>Сведения о подакцизном товаре</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="СведОбПТ" 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="256"/>
																				</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="15"/>
																					<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:string">
																					<xs:minLength value="1"/>
																					<xs:maxLength value="256"/>
																				</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="15"/>
																					<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="650"/>
																	</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:attribute name="ИННЮЛ" type="ИННЮЛТип" use="required">
													<xs:annotation>
														<xs:documentation>ИНН</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="КПП" type="КППТип" use="required">
													<xs:annotation>
														<xs:documentation>КПП</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ПрСвид" use="required">
													<xs:annotation>
														<xs:documentation>Признак свидетельства</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:length value="1"/>
															<xs:enumeration value="1"/>
															<xs:enumeration value="2"/>
															<xs:enumeration value="3"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="СерСвид" use="required">
													<xs:annotation>
														<xs:documentation>Серия свидетельства</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="2"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="НомСвид" use="required">
													<xs:annotation>
														<xs:documentation>Номер свидетельства</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:minLength value="1"/>
															<xs:maxLength value="9"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="ИННЮЛСоб" type="ИННЮЛТип" use="optional">
													<xs:annotation>
														<xs:documentation>ИНН собственника прямогонного бензина</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="КППСоб" type="КППТип" use="optional">
													<xs:annotation>
														<xs:documentation>КПП собственника прямогонного бензина</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="ОбщОбПБ" use="required">
													<xs:annotation>
														<xs:documentation>Общий объем прямогонного бензина, полученного (переданного, реализованного) в налоговом периоде (в тоннах)</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:decimal">
															<xs:totalDigits value="15"/>
															<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:sequence>
													<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="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="required">
																<xs:annotation>
																	<xs:documentation>Код показателя</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="5"/>
																		<xs:enumeration value="30025"/>
																		<xs:enumeration value="30026"/>
																	</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="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="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="11"/>
																	</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="15"/>
																		<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: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="10"/>
																	</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="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="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: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="671"/>
														</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="5"/>
															<xs:enumeration value="10036"/>
														</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="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: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="11"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
										<xs:element name="РасчСрДист" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Сведения, необходимые для расчета налоговых обязательств по средним дистиллятам</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="РасчНалВыч" minOccurs="0" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Расчет налогового вычета</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:attribute name="КодПок" use="required">
																<xs:annotation>
																	<xs:documentation>Код показателя</xs:documentation>
																</xs:annotation>
																<xs:simpleType>
																	<xs:restriction base="xs:string">
																		<xs:length value="5"/>
																		<xs:enumeration value="30027"/>
																		<xs:enumeration value="30028"/>
																		<xs:enumeration value="30029"/>
																		<xs:enumeration value="30030"/>
																		<xs:enumeration value="30031"/>
																		<xs:enumeration value="30032"/>
																		<xs:enumeration value="30034"/>
																		<xs:enumeration value="30035"/>
																	</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: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>Величина Вф</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: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: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: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:decimal">
																		<xs:totalDigits value="15"/>
																		<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:integer">
																		<xs:totalDigits value="11"/>
																	</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="677"/>
														</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="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: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 (Цдтэксп)</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="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:integer">
															<xs:totalDigits value="7"/>
														</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="1151089"/>
								</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:enumeration value="A1"/>
									<xs:enumeration value="A2"/>
									<xs:enumeration value="A3"/>
									<xs:enumeration value="A4"/>
									<xs:enumeration value="A5"/>
									<xs:enumeration value="A6"/>
									<xs:enumeration value="A7"/>
									<xs:enumeration value="A8"/>
									<xs:enumeration value="A9"/>
									<xs:enumeration value="A0"/>
									<xs:enumeration value="AA"/>
									<xs:enumeration value="AB"/>
									<xs:enumeration value="B1"/>
									<xs:enumeration value="B2"/>
									<xs:enumeration value="B3"/>
									<xs:enumeration value="B4"/>
									<xs:enumeration value="B5"/>
									<xs:enumeration value="B6"/>
									<xs:enumeration value="B7"/>
									<xs:enumeration value="B8"/>
									<xs:enumeration value="B9"/>
									<xs:enumeration value="B0"/>
									<xs:enumeration value="BA"/>
									<xs:enumeration value="BB"/>
									<xs:enumeration value="C1"/>
									<xs:enumeration value="C2"/>
									<xs:enumeration value="C3"/>
									<xs:enumeration value="C4"/>
									<xs:enumeration value="C5"/>
									<xs:enumeration value="C6"/>
									<xs:enumeration value="C7"/>
									<xs:enumeration value="C8"/>
									<xs:enumeration value="C9"/>
									<xs:enumeration value="C0"/>
									<xs:enumeration value="CA"/>
									<xs:enumeration value="CB"/>
									<xs:enumeration value="D1"/>
									<xs:enumeration value="D2"/>
									<xs:enumeration value="D3"/>
									<xs:enumeration value="D4"/>
									<xs:enumeration value="D5"/>
									<xs:enumeration value="D6"/>
									<xs:enumeration value="D7"/>
									<xs:enumeration value="D8"/>
									<xs:enumeration value="D9"/>
									<xs:enumeration value="D0"/>
									<xs:enumeration value="DA"/>
									<xs:enumeration value="DB"/>
								</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="120"/>
									<xs:enumeration value="213"/>
									<xs:enumeration value="214"/>
									<xs:enumeration value="215"/>
									<xs:enumeration value="216"/>
									<xs:enumeration value="220"/>
									<xs:enumeration value="331"/>
								</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.02"/>
					</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:length value="5"/>
					<xs:enumeration value="50003"/>
					<xs:enumeration value="50008"/>
					<xs:enumeration value="50009"/>
				</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="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: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: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: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>Код из Общероссийского классификатора единиц измерения</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="3"/>
			<xs:maxLength value="4"/>
			<xs:pattern value="[0-9]{3}"/>
			<xs:pattern value="[0-9]{4}"/>
		</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: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="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:maxLength value="8"/>
			<xs:minLength value="2"/>
			<xs:pattern value="[0-9]{2}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{1}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{2}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{1}"/>
			<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="СКВПТТип">
		<xs:annotation>
			<xs:documentation>Код из Справочника кодов видов подакцизных товаров (СКВПТ)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="3"/>
			<xs:pattern value="[0-9]{3}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ДатаТип">
		<xs:annotation>
			<xs:documentation>Дата в формате ДД.ММ.ГГГГ (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-2]{1}[0-9]{1})\.(0[1-9]{1}|1[0-2]{1}))|((30)\.(01|0[3-9]{1}|1[0-2]{1}))|((31)\.(01|03|05|07|08|10|12)))\.(19[0-9]{2}|20[0-9]{2})"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
