Документ не применяется. Подробнее см. Справку

Фамилия, Имя, Отчество (ФИОТип) (Таблица 4.33)

Таблица 4.33

Фамилия, Имя, Отчество (ФИОТип)

┌─────────────────────────────────┬─────────────────┬─────────┬────────────┬──────────┬─────────────────────────────┐

│ Наименование элемента │ Сокращенное │ Признак │ Формат │Признак │ Дополнительная информация │

│ │ наименование │ типа │ элемента │обязатель-│ │

│ │ (код) элемента │элемента │ │ности │ │

│ │ │ │ │элемента │ │

├─────────────────────────────────┼─────────────────┼─────────┼────────────┼──────────┼─────────────────────────────┤

│Фамилия │ Фамилия │ А │ T(1-60) │ О │ │

├─────────────────────────────────┼─────────────────┼─────────┼────────────┼──────────┼─────────────────────────────┤

│Имя │ Имя │ А │ T(1-60) │ О │ │

├─────────────────────────────────┼─────────────────┼─────────┼────────────┼──────────┼─────────────────────────────┤

│Отчество │ Отчество │ А │ T(1-60) │ Н │ │

└─────────────────────────────────┴─────────────────┴─────────┴────────────┴──────────┴─────────────────────────────┘

(в ред. Приказа ФНС России от 17.04.2012 N ММВ-7-6/244@)

(см. текст в предыдущей редакции)

<?xml version="1.0" encoding="windows-1251" ?>

<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by VI (GNIVC

FNS RF) -->

<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Home

(Home) -->

- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"

elementFormDefault="qualified" attributeFormDefault="unqualified">

- <xs:element name="Файл">

- <xs:annotation>

<xs:documentation>Файл обмена</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="Документ">

- <xs:annotation>

<xs:documentation>Состав и структура

документа</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="СвНП">

- <xs:annotation>

<xs:documentation>Сведения о

налогоплательщике</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:choice>

- <xs:element name="НПЮЛ">

- <xs:annotation>

<xs:documentation>Налогоплательщик -

юридическое лицо</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:attribute name="НаимОрг"

use="required">

- <xs:annotation>

<xs:documentation>Наименование

организации</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:string">

<xs:minLength value="1" />

<xs:maxLength

value="1000" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="ИННЮЛ"

type="ИННЮЛТип" use="required">

- <xs:annotation>

<xs:documentation>ИНН

организации</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="КПП"

type="КППТип" use="required">

- <xs:annotation>

<xs:documentation>КПП</xs:documentation>

</xs:annotation>

</xs:attribute>

</xs: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="ОКВЭД"

type="ОКВЭДТип" use="required">

- <xs:annotation>

<xs:documentation>Код по

ОКВЭД</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="Тлф"

use="optional">

- <xs:annotation>

<xs:documentation>Номер

контактного

телефона</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:minLength value="1" />

<xs:maxLength value="20" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs:element name="Подписант">

- <xs:annotation>

<xs:documentation>Сведения

о лице, подписавшем

документ</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="ФИО"

type="ФИОТип" minOccurs="0">

- <xs:annotation>

<xs:documentation>Фамилия,

Имя, Отчество</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="СвПред"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Сведения

о представителе

налогоплательщика

</xs:documentation>

<xs:documentation>Обязательно

для "ПрПодп"=2</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:attribute name="НаимДок"

use="required">

- <xs:annotation>

<xs:documentation>Наименование

документа, подтверждающего

полномочия представителя

налогоплательщика</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:string">

<xs:minLength value="1" />

<xs:maxLength

value="120" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs: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:documentation>Принимает значение:

1 - налогоплательщик | 2 -

представитель налогоплательщика</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:length value="1" />

<xs:enumeration value="1" />

<xs:enumeration value="2" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

<xs:element ref="НДС" />

</xs:sequence>

- <xs:attribute name="КНД" use="required">

- <xs:annotation>

<xs:documentation>Код формы отчетности по

КНД</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="КНДТип">

<xs:enumeration value="1151001" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="ДатаДок" type="ДатаТип"

use="required">

- <xs:annotation>

<xs:documentation>Дата формирования

документа</xs:documentation>

<xs:documentation>Дата в формате

ДД.ММ.ГГГГ</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="Период" use="required">

- <xs:annotation>

<xs:documentation>Налоговый период (код)

</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:length value="2" />

<xs:enumeration value="21" />

<xs:enumeration value="22" />

<xs:enumeration value="23" />

<xs:enumeration value="24" />

<xs:enumeration value="51" />

<xs:enumeration value="54" />

<xs:enumeration value="55" />

<xs:enumeration value="56" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="ОтчетГод" type="xs:gYear"

use="required">

- <xs:annotation>

<xs:documentation>Отчетный

год</xs:documentation>

<xs:documentation>Год в формате

ГГГГ</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="КодНО" type="СОНОТип"

use="required">

- <xs:annotation>

<xs:documentation>Код налогового

органа</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="НомКорр" use="required">

- <xs:annotation>

<xs:documentation>Номер

корректировки</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:minLength value="1" />

<xs:maxLength 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="400" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

</xs:sequence>

- <xs:attribute name="ИдФайл" use="required">

- <xs:annotation>

<xs:documentation>Идентификатор файла</xs:documentation>

<xs:documentation>Повторяет имя передаваемого файла

(без расширения)</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:minLength value="1" />

<xs:maxLength value="100" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="ВерсПрог" use="required">

- <xs:annotation>

<xs:documentation>Версия передающей программы</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:maxLength value="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:element name="НДС">

- <xs:annotation>

<xs:documentation>Налоговая декларация по налогу на

добавленную стоимость</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="СумУплНП">

- <xs:annotation>

<xs:documentation>Сумма налога, подлежащая уплате в

бюджет (возмещению из бюджета), по данным

налогоплательщика</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:attribute name="ОКАТО" 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="СумПУ_173.5" use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога, исчисленная к

уплате в бюджет в соответствии с п. 5 ст. 173

НК РФ</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумПУ_173.1" use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога, исчисленная к

уплате в бюджет (со знаком "-" исчисленная к

возмещению из бюджета) в соответствии с п. 1

ст. 173 НК РФ</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs:element name="СумУплНА" minOccurs="0"

maxOccurs="unbounded">

- <xs:annotation>

<xs:documentation>Сумма налога, подлежащая уплате в

бюджет, по данным налогового

агента</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:choice>

- <xs:element name="СведПродЮЛ" minOccurs="0">

- <xs:annotation>

<xs:documentation>Сведения о

налогоплательщике - продавце

(юридическом лице)</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:attribute name="НаимПрод" use="required">

- <xs:annotation>

<xs:documentation>Наименование

налогоплательщика -

продавца</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:minLength value="1" />

<xs:maxLength value="1000" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="ИННЮЛПрод"

type="ИННЮЛТип" use="optional">

- <xs:annotation>

<xs:documentation>ИНН

налогоплательщика -

продавца</xs:documentation>

</xs:annotation>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs:element name="СведПродФЛ" minOccurs="0">

- <xs:annotation>

<xs:documentation>Сведения о

налогоплательщике - продавце

(физическом лице)</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="ФИОПрод"

type="ФИОТип">

- <xs:annotation>

<xs:documentation>Фамилия, имя,

отчество налогоплательщика -

продавца</xs:documentation>

</xs:annotation>

</xs:element>

</xs:sequence>

- <xs:attribute name="ИННФЛПрод"

type="ИННФЛТип" use="optional">

- <xs:annotation>

<xs:documentation>ИНН

налогоплательщика -

продавца</xs:documentation>

</xs:annotation>

</xs:attribute>

</xs:complexType>

</xs:element>

</xs:choice>

- <xs:attribute name="КППИно" type="КППТип"

use="optional">

- <xs:annotation>

<xs:documentation>КПП подразделения

иностранной организации, состоящей на учете в

налоговых органах</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="КБК" type="КБКТип" use="required">

- <xs:annotation>

<xs:documentation>Код бюджетной

классификации</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="ОКАТО" 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:attribute name="КодОпер" use="required">

- <xs:annotation>

<xs:documentation>Код

операции</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:string">

<xs:length value="7" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумИсчислОтгр" use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога, исчисленная

при отгрузке товаров (выполнении работ,

оказании услуг, передачи имущественных

прав)</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумИсчислОпл" use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога, исчисленная

при получении оплаты, частичной оплаты в

счет предстоящей отгрузки товаров

(выполнения работ, оказания услуг, передачи

имущественных прав)</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумИсчислНА" use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога, исчисленная

налоговым агентом с оплаты, частичной

оплаты при отгрузке товаров (выполнении

работ, оказании услуг, передаче

имущественных прав) в счет этой оплаты,

частичной оплаты</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs:element name="СумУпл164" minOccurs="0">

- <xs:annotation>

<xs:documentation>Расчет суммы налога, подлежащей

уплате в бюджет по операциям, облагаемым по

налоговым ставкам, предусмотренным п. п. 2 - 4 ст.

164 НК РФ</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="СумНалОб" minOccurs="0">

- <xs:annotation>

<xs:documentation>Расчет общей суммы налога

по налогооблагаемым

объектам</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="РеалТов18"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Реализация

(передача для собственных

нужд) товаров (работ, услуг),

передача имущественных прав по

ставке налога 18%,

всего</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="РеалТов10"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Реализация

(передача для собственных

нужд) товаров (работ, услуг),

передача имущественных прав по

ставке налога 10%,

всего</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="РеалТов118"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Реализация

(передача для собственных

нужд) товаров (работ, услуг),

передача имущественных прав по

ставке налога 18/118,

всего</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="РеалТов110"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Реализация

(передача для собственных

нужд) товаров (работ, услуг),

передача имущественных прав по

ставке налога 10/110,

всего</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="РеалПредИК"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Реализация

предприятия в целом как

имущественного

комплекса</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="ВыпСМРСоб"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Выполнение

строительно-монтажных работ

для собственного потребления по

ставке налога 18%

</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="ОплПредПост"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Суммы

полученной оплаты, частичной

оплаты в счет предстоящих

поставок товаров (выполнения

работ, оказания услуг), передачи

имущественных

прав</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="ОплНОТовар"

type="СведСумНал" minOccurs="0">

- <xs:annotation>

<xs:documentation>Суммы,

связанные с расчетами по оплате

налогооблагаемых товаров

(работ, услуг)</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="СумНалВосст"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Суммы налога,

подлежащие

восстановлению</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:attribute name="СумНалВс"

use="required">

- <xs:annotation>

<xs:documentation>Сумма

НДС,

всего</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумНалСтав0"

use="optional">

- <xs:annotation>

<xs:documentation>Суммы

налога, подлежащие

восстановлению при

совершении операций,

облагаемых по налоговой

ставке 0

процентов</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумНал170"

use="optional">

- <xs:annotation>

<xs:documentation>Суммы

налога, подлежащие

восстановлению в

соответствии с подпунктом

3 пункта 3 статьи 170 НК

РФ</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

</xs:sequence>

- <xs:attribute name="НалВосстОбщ"

use="required">

- <xs:annotation>

<xs:documentation>Общая сумма НДС,

исчисленная с учетом

восстановленных сумм

налога</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</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="НалВыч171"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Суммы налога,

подлежащие вычету в

соответствии с п. п. 2, 5 ст. 171 НК

РФ</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:attribute name="НалВыч171Общ"

use="required">

- <xs:annotation>

<xs:documentation>Сумма

налога, предъявленная

налогоплательщику при

приобретении на

территории Российской

Федерации товаров (работ,

услуг ), имущественных

прав, подлежащая вычету

в соответствии с п. 2 ст.

171 НК РФ, а также сумма

налога, подлежащая

вычету в соответствии с п.

5 ст. 171 НК

РФ</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="НалВычКапСтр"

use="optional">

- <xs:annotation>

<xs:documentation>Сумма

налога, предъявленная

налогоплательщику

подрядными

организациями

(заказчиками-

застройщиками) по

выполненным работам при

проведении капитального

строительства</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs: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="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="НалУплТО"

use="optional">

- <xs:annotation>

<xs:documentation>Сумма

налога, уплаченная

налогоплательщиком

таможенным органам по

товарам, ввезенным в

таможенных режимах

выпуска для внутреннего

потребления, временного

ввоза и переработки вне

таможенной

территории</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="НалУплНО"

use="optional">

- <xs:annotation>

<xs:documentation>Сумма

налога, уплаченная

налогоплательщиком

налоговым органам при

ввозе товаров с

территории Республики

Беларусь</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

</xs:sequence>

- <xs:attribute name="НалВычОбщ"

use="required">

- <xs:annotation>

<xs:documentation>Общая сумма НДС,

подлежащая

вычету</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="НалПредНППок"

use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога,

предъявленная налогоплательщику-

покупателю при перечислении

суммы оплаты, частичной оплаты в

счет предстоящих поставок товаров

(выполнения работ, оказания услуг),

передачи имущественных прав,

подлежащая вычету у

покупателя</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="НалИсчСМР"

use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога,

исчисленная при выполнении

строительно-монтажных работ для

собственного потребления,

подлежащая

вычету</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="НалИсчПрод"

use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога,

исчисленная продавцом с сумм

оплаты, частичной оплаты,

подлежащая вычету у продавца с

даты отгрузки соответствующих

товаров (выполнения работ,

оказания услуг)</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="НалУплПокНА"

use="optional">

- <xs:annotation>

<xs:documentation>Сумма налога,

уплаченная в бюджет

налогоплательщиком в качестве

покупателя - налогового агента,

подлежащая

вычету</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction base="xs:integer">

<xs:totalDigits value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs:element name="СумВосУпл" minOccurs="0"

maxOccurs="unbounded">

- <xs:annotation>

<xs:documentation>Сумма НДС, подлежащая

восстановлению и уплате в бюджет за

отчетный год и предыдущие отчетные

годы</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

- <xs:element name="АдрМННед"

type="АдрРФТип">

- <xs:annotation>

<xs:documentation>Адрес

местонахождения объекта

недвижимости</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element name="СведНалГод"

maxOccurs="10">

- <xs:annotation>

<xs:documentation>Сведения по

сумме НДС, подлежащей

восстановлению и уплате в

бюджет за календарный год

(истекшие календарные годы)

</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:attribute name="ГодОтч"

type="xs:gYear" use="required">

- <xs:annotation>

<xs:documentation>Отчетный

год (предыдущий отчетный

год)</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="ДатаИсп170"

type="ДатаТип" use="optional">

- <xs:annotation>

<xs:documentation>Дата

начала использования

объекта недвижимости для

операций, указанных в п. 2

ст. 170 НК

РФ</xs:documentation>

Полный текст документа вы можете просмотреть в коммерческой версии КонсультантПлюс.