Действующий

Об утверждении формата представления налоговых деклараций, бухгалтерской отчетности и иных документов, служащих для исчисления и уплаты налогов и сборов, в электронном виде (на основе XML) (версия 4) (с изменениями на 18 июля 2008 года)

Таблица 4.19

Фамилия, имя, отчество физического лица (ФИОТип)

Наименование элемента

Сокращенное наименование (код) элемента

Признак типа элемента

Формат элемента

Признак обяза-
тельности элемента

Дополнительная информация

Фамилия

Фамилия

A

T(1-60)

О

 

Имя

Имя

A

T(1-60)

О

 

Отчество

Отчество

A

T(1-60)

Н

 



<?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="ИдОтпр" 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="ДолжОтв" use="optional">

- <xs:annotation>

<xs:documentation>Должность ответственного

лица</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="45" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="Тлф" use="optional">

- <xs:annotation>

<xs:documentation>Номер контактного

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

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="20" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="E-mail" use="optional">

- <xs:annotation>

<xs:documentation>E-mail</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="45" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

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

- <xs:annotation>

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

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

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

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

- <xs:annotation>

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

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

</xs:annotation>

- <xs:complexType>

- <xs:choice>

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

- <xs:annotation>

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

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

</xs:annotation>

- <xs:complexType>

- <xs:choice>

- <xs:element name="СвРукОрг"

type="ФИОТип">

- <xs:annotation>

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

руководителе

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

</xs:annotation>

</xs:element>

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

type="СвПред">

- <xs:annotation>

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

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

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

</xs:annotation>

</xs:element>

</xs:choice>

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

use="required">

- <xs:annotation>

<xs:documentation>Полное

наименование

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

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="1000" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

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

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

- <xs:annotation>

<xs:documentation>ИНН

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

</xs:annotation>

</xs:attribute>

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

use="required">

- <xs:annotation>

     

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

</xs:annotation>

</xs:attribute>

- <xs:attribute name="ОКВЭД"

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

- <xs:annotation>

<xs:documentation>Код вида

экономической деятельности

(ОКВЭД)</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs: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="ФИОТип">

- <xs:annotation>

<xs:documentation>ФИО

индивидуального

предпринимателя</xs:documentation>

</xs:annotation>

</xs:element>

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

type="СвПред" minOccurs="0">

- <xs:annotation>

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

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

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

</xs:annotation>

</xs:element>

</xs:sequence>

- <xs:attribute name="ИННИП"

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

- <xs:annotation>

<xs:documentation>ИНН

индивидуального

предпринимателя</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="ОКВЭД"

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

- <xs:annotation>

<xs:documentation>Код вида

экономической деятельности

(ОКВЭД)</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute name="Тлф" use="optional">

- <xs:annotation>

<xs:documentation>Номер

контактного телефона

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

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="20" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

</xs:choice>

</xs:complexType>

</xs:element>

- <xs:element name="ОписПерСвед">

- <xs:annotation>

<xs:documentation>Описание передаваемых

сведений</xs:documentation>

</xs:annotation>

- <xs:complexType>

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

- <xs:annotation>

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

по КНД</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:enumeration value="1153005" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="ВидДок" use="required">

- <xs:annotation>

<xs:documentation>Вид документа (0 -

первичный, 1-999 - корректирующий)

</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="2" />

</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:complexType>

</xs:element>

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

- <xs:annotation>

<xs:documentation>Содержание передаваемых

сведений</xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

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

maxOccurs="unbounded">

- <xs:annotation>

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

подлежащая уплате в бюджет (по

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

</ xs:documentation>

</xs:annotation>

- <xs:complexType>

- <xs:sequence>

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

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="ДоляЗУ">

- <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="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="10" />

</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="Льгот387_2Сум"

type="СумНеОбл"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Не

облагаемая

налогом

сумма

(п.

2

ст.

387

НК

РФ)

</xs:documentation>

     

</xs:annotation>

</xs:element>

- <xs:element

name="Льгот391_5"

type="СумНеОбл"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Не

облагаемая

налогом

сумма

(п.

5

ст.

391

НК

РФ)

</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element

name="Льгот387_2Пл"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Доля

не

облагаемой

площади

земельного

участка

(п.

2

ст.

387

НК

РФ)

</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="7" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="ДоляПлЗУ"

use="required">

- <xs:annotation>

<xs:documentation>Доля

не

облагаемой

площади

земельного

участка

(п.

2

ст.

387

НК

РФ)

</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:decimal">

<xs:totalDigits

value="10" />

<xs:fractionDigits

value="6" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs:element

name="Льгот387_2Осв"

type="СумЛьгот"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Сумма

налоговой

льготы

(п.

2

ст.

387

     НК

РФ)

</xs:documentation>

</xs:annotation>

</xs:element>

- <xs:element

name="Льгот395"

type="СумЛьгот"

minOccurs="0">

- <xs:annotation>

<xs:documentation>Сумма

налоговой

льготы

(ст.

395

НК

РФ)

</xs:documentation>

</xs:annotation>

</xs:element>

</xs:sequence>

- <xs:attribute

name="КолМесЛьгот"

use="optional">

- <xs:annotation>

<xs:documentation>Количество

полных

месяцев

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

льготы</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="2" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="К1"

use="optional">

- <xs:annotation>

<xs:documentation>Коэффициент

К1</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:decimal">

<xs:totalDigits

value="3" />

<xs:fractionDigits

value="2" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="НалБаза"

use="required">

- <xs:annotation>

<xs:documentation>Налоговая

база</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

- <xs:element

name="СумНалИсчисл">

- <xs:annotation>

<xs:documentation>Исчисление

суммы

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

</xs:annotation>

- <xs:complexType>

- <xs:attribute

name="КолМесВлЗУ"

use="required">

- <xs:annotation>

<xs:documentation>Количество

полных

месяцев

владения

земельным

участком

в

течение

налогового

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

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="2" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="К2"

use="optional">

- <xs:annotation>

<xs:documentation>Коэффициент

К2</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:decimal">

<xs:totalDigits

value="3" />

<xs:fractionDigits

value="2" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="СумИсчисл"

use="required">

- <xs:annotation>

<xs:documentation>Сумма

исчисленного

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

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="КодЛьгот387_2"

use="optional">

- <xs:annotation>

<xs:documentation>Код

налоговой

льготы

(п.

2

ст.

387

НК

РФ)

</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="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="СумУплат"

use="required">

- <xs:annotation>

<xs:documentation>Исчисленная

сумма

налога,

подлежащая

уплате

в

бюджет</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="СумАвУплат"

use="required">

- <xs:annotation>

<xs:documentation>Сумма

авансовых

платежей,

подлежащих

к

уплате

в

течение

налогового

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

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="15" />

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

value="12" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="ПерПроектСтр"

use="optional">

- <xs:annotation>

<xs:documentation>Период

проектирования

и

строительства

(1-3 года,

2 - свыше

3 лет)

</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:string">

<xs:length

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:decimal">

<xs:totalDigits

value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="НалСтав"

use="required">

- <xs:annotation>

<xs:documentation>Налоговая

ставка</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:decimal">

<xs:totalDigits

value="5" />

<xs:fractionDigits

value="4" />

     

</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:attribute name="ОКАТО"

type="ОКАТОТип"

use="required">

- <xs:annotation>

<xs:documentation>Код

по

ОКАТО</xs:documentation>

</xs:annotation>

</xs:attribute>

- <xs:attribute

name="СумУплНал"

use="required">

- <xs:annotation>

<xs:documentation>Сумма

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

уплате в

бюджет</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute

name="СумУменьш"

use="required">

- <xs:annotation>

<xs:documentation>Сумма

налога к

уменьшению</xs:documentation>

</xs:annotation>

- <xs:simpleType>

- <xs:restriction

base="xs:integer">

<xs:totalDigits

value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

</xs:sequence>

- <xs:attribute name="НаимСРП"

use="optional">

- <xs:annotation>

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

соглашения о разделе

продукции (для участков недр,

предоставленных в

пользование на условиях

СРП</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="120" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

</xs:sequence>

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

<xs:minLength value="1" />

</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="100" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

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

- <xs:annotation>

<xs:documentation>Версия формата</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="5" />

<xs:enumeration value="4.01" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="ТипИнф" use="required">

- <xs:annotation>

<xs:documentation>Тип информации</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="50" />

<xs:enumeration value="ЗЕМНАЛД" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

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

- <xs:annotation>

<xs:documentation>Версия передающей

программы</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:maxLength value="40" />

<xs:minLength value="1" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="КолДок" use="required">

- <xs:annotation>

<xs:documentation>Количество документов</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:totalDigits value="9" />

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

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумНеОбл" use="required">

- <xs:annotation>

<xs:documentation>Не облагаемая налогом

сумма</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:totalDigits value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

- <xs:complexType name="СумЛьгот">

- <xs:annotation>

<xs:documentation>Льгота в виде суммы налоговой

льготы</xs:documentation>

</xs:annotation>

- <xs:attribute name="КодНалЛьгот" use="required">

- <xs:annotation>

<xs:documentation>Код налоговой льготы</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:length value="7" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="СумЛьгот" use="required">

- <xs:annotation>

<xs:documentation>Сумма налоговой льготы</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:totalDigits value="15" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

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

- <xs:annotation>

<xs:documentation>Сведения о представителе

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

</xs:annotation>

- <xs:sequence>

- <xs:element name="ФИОПред" type="ФИОТип">

- <xs:annotation>

<xs:documentation>Фамилия, имя, отчество представителя

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

</xs:annotation>

</xs:element>

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

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

- <xs:complexType name="ФИОТип">

- <xs:annotation>

<xs:documentation>Фамилия, имя, отчество физического

лица</xs:documentation>

</xs:annotation>

- <xs:attribute name="Фамилия" use="required">

- <xs:annotation>

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

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="60" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="Имя" use="required">

- <xs:annotation>

<xs:documentation>Имя</xs:documentation>

</xs:annotation>

- <xs:simpleType>

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

<xs:minLength value="1" />

<xs:maxLength value="60" />

</xs:restriction>

</xs:simpleType>

</xs:attribute>

- <xs:attribute name="Отчество" use="optional">