Фамилия, имя, отчество физического лица (ФИОТип)
Наименование элемента | Сокращенное наименование (код) элемента | Признак типа элемента | Формат элемента | Признак обязатель- | Дополнительная информация |
Фамилия | Фамилия | 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 KSV (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: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: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: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="1110018" /> | |||||||||||||||||
</xs:restriction> | |||||||||||||||||
</xs:simpleType> | |||||||||||||||||
</xs:attribute> | |||||||||||||||||
- <xs:attribute name="ДатаДок" type="ДатаТип" | |||||||||||||||||
use="required"> | |||||||||||||||||
- <xs:annotation> | |||||||||||||||||
<xs:documentation>Дата формирования | |||||||||||||||||
документа</xs:documentation> | |||||||||||||||||
</xs:annotation> | |||||||||||||||||
</xs:attribute> | |||||||||||||||||
</xs:complexType> | |||||||||||||||||
</xs:element> | |||||||||||||||||
- <xs:element name="СодПерСвед"> | |||||||||||||||||
- <xs:annotation> | |||||||||||||||||
<xs:documentation>Содержание передаваемых | |||||||||||||||||
сведений</xs:documentation> | |||||||||||||||||
</xs:annotation> | |||||||||||||||||
- <xs:complexType> | |||||||||||||||||
- <xs:attribute name="ДатаСредСпЧисл" | |||||||||||||||||
type="ДатаТип" use="required"> | |||||||||||||||||
- <xs:annotation> | |||||||||||||||||
<xs:documentation> Среднесписочная | |||||||||||||||||
численность по состоянию на | |||||||||||||||||
дату </xs:documentation> | |||||||||||||||||
</xs:annotation> | |||||||||||||||||
</xs:attribute> | |||||||||||||||||
- <xs:attribute name="КолЧел" use="required"> | |||||||||||||||||
- <xs:annotation> | |||||||||||||||||
<xs:documentation> Среднесписочная | |||||||||||||||||
численность человек</xs:documentation> | |||||||||||||||||
</xs:annotation> | |||||||||||||||||
- <xs:simpleType> | |||||||||||||||||
- <xs:restriction base="xs:integer"> | |||||||||||||||||
<xs:totalDigits value="9" /> | |||||||||||||||||
</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: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:choice> | |||||||||||||||||
- <xs:element name="ФИОПред" type="ФИОТип"> | |||||||||||||||||
- <xs:annotation> | |||||||||||||||||
<xs:documentation>Фамилия, имя, отчество | |||||||||||||||||
представителя</xs:documentation> | |||||||||||||||||
</xs:annotation> | |||||||||||||||||
</xs:element> | |||||||||||||||||
- <xs:element name="НаимОргПред"> | |||||||||||||||||
- <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: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="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"> | |||||||||||||||||
- <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="10" /> | |||||||||||||||||
<xs:pattern value="[0-9]{10}" /> | |||||||||||||||||
</xs:restriction> | |||||||||||||||||
</xs:simpleType> | |||||||||||||||||
- <xs:simpleType name="ИННФЛТип"> | |||||||||||||||||
- <xs:annotation> | |||||||||||||||||
<xs:documentation>Идентификационный номер налогоплательщика - | |||||||||||||||||
физического лица</xs:documentation> | |||||||||||||||||
</xs:annotation> | |||||||||||||||||
- <xs:restriction> | |||||||||||||||||
- <xs:simpleType> | |||||||||||||||||
<xs:restriction base="xs:string" /> | |||||||||||||||||
</xs:simpleType> | |||||||||||||||||
<xs:length value="12" /> | |||||||||||||||||
<xs:pattern value="[0-9]{12}" /> | |||||||||||||||||
</xs:restriction> | |||||||||||||||||
</xs:simpleType> | |||||||||||||||||
- <xs:simpleType name="КППТип"> | |||||||||||||||||
- <xs:annotation> | |||||||||||||||||
<xs:documentation>Код причины постановки на учет (КПП) | |||||||||||||||||
</xs:documentation> | |||||||||||||||||
</xs:annotation> | |||||||||||||||||
- <xs:restriction base="xs:string"> | |||||||||||||||||
<xs:length value="9" /> | |||||||||||||||||
<xs:pattern value="[0-9]{9}" /> | |||||||||||||||||
</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="10" /> | |||||||||||||||||
<xs:pattern value="(0[1-9]{1}|[1-2]{1}[0-9]{1}|3[0-1]{1})\.(0[1-9] | |||||||||||||||||
{1}|1[0-2]{1})\.(1[0-9]{3}|20[0-9]{2})" /> | |||||||||||||||||
</xs:restriction> | |||||||||||||||||
</xs:simpleType> | |||||||||||||||||
</xs:schema> |
Редакция документа с учетом
изменений и дополнений подготовлена
АО "Кодекс"