Фамилия, Имя, Отчество (ФИОТип)
Наименование элемента | Сокращенное наименование (код) элемента | Признак типа эле- | Формат эле- | Признак обяза- | Дополнительная информация |
Фамилия | Фамилия | 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="Документ"> | ||||||||||||||||
- <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:attribute name="НаимОрг" use="required"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Полное наименование организации</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:simpleType> | ||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||
<xs:minLength value="1" /> | ||||||||||||||||
<xs:maxLength value="1000" /> | ||||||||||||||||
</xs:restriction> | ||||||||||||||||
</xs:simpleType> | ||||||||||||||||
</xs:attribute> | ||||||||||||||||
- <xs:attribute name="ИННЮЛ" type="ИННЮЛТип" use="required"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>ИНН организации</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:attribute> | ||||||||||||||||
- <xs:attribute name="КПП" type="КППТип" use="required"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>КПП</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:attribute> | ||||||||||||||||
</xs:complexType> | ||||||||||||||||
</xs:element> | ||||||||||||||||
</xs:sequence> | ||||||||||||||||
- <xs:attribute name="ОКВЭД" 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="ОКПО" type="ОКПОТип" use="optional"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Код по ОКПО</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:attribute> | ||||||||||||||||
</xs:complexType> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="Подписант" maxOccurs="2"> | ||||||||||||||||
- <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="required"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Признак лица, подписавшего документ</xs:documentation> | ||||||||||||||||
<xs:documentation>Принимает значение: 3 - руководитель | 4 - главный бухгалтер</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:simpleType> | ||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||
<xs:length value="1" /> | ||||||||||||||||
</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="0710103" /> | ||||||||||||||||
</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:documentation>Принимает значение: 34 - год</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: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: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.01" /> | ||||||||||||||||
</xs:restriction> | ||||||||||||||||
</xs:simpleType> | ||||||||||||||||
</xs:attribute> | ||||||||||||||||
</xs:complexType> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ОтчетИзмКапНПФ"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Отчет о движении средств целевого финансирования, пенсионных резервов и пенсионных накоплений негосударственного пенсионного фонда (форма 3-НПФ)</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="ВклУчрСовокуп" type="ДанПокСокр3" minOccurs="0"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Совокупный вклад учредителей</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ДобКапитал" type="ДанПок3" minOccurs="0"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Добавочный капитал</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ЦелСредств" type="ДанПокСокр3" minOccurs="0"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Целевые средства</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ДопНаим" type="ДанПокДоп3" minOccurs="0" maxOccurs="unbounded"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Дополнительно по наименованиям</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ЦелФинИтог" type="ДанПок3" minOccurs="0"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Итого целевое финансирование</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
</xs:sequence> | ||||||||||||||||
</xs:complexType> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ПенсРезерв"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Пенсионные резервы</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:complexType> | ||||||||||||||||
- <xs:sequence> | ||||||||||||||||
- <xs:element name="ПокрПенсОбяз" type="ДанПокСокр3" minOccurs="0"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Резервы покрытия пенсионных обязательств</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="СтразРезерв" type="ДанПокСокр3" minOccurs="0"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Страховой резерв</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ДопНаим" type="ДанПокДоп3" minOccurs="0" maxOccurs="unbounded"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Дополнительно по наименованиям</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ПенсРезервИтог" type="ДанПокСокр3" minOccurs="0"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Итого пенсионные резервы</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
</xs:element> | ||||||||||||||||
</xs:sequence> | ||||||||||||||||
</xs:complexType> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:element name="ПенсНакоп" type="ДанПокСокр3" minOccurs="0"> | ||||||||||||||||
- <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:enumeration value="384" /> | ||||||||||||||||
</xs:restriction> | ||||||||||||||||
</xs:simpleType> | ||||||||||||||||
</xs:attribute> | ||||||||||||||||
</xs:complexType> | ||||||||||||||||
</xs:element> | ||||||||||||||||
- <xs:complexType name="ДанПок3"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Данные по показателю</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <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: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: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:complexType name="ДанПокДоп3"> | ||||||||||||||||
- <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="100" /> | ||||||||||||||||
</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: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: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:complexType name="ДанПокСокр3"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Данные по показателю сокращенные</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <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: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: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: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: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]{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:length value="10" /> | ||||||||||||||||
<xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})[0-9]{6}" /> | ||||||||||||||||
</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]{1}[1-9]{1}|[1-9]{1}[0-9]{1})([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})([0-9]{1}[1-9]{1}| | ||||||||||||||||
</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:simpleType name="ОКВЭДТип"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Код из Общероссийского классификатора видов экономической деятельности</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||
<xs:maxLength value="8" /> | ||||||||||||||||
<xs:minLength value="1" /> | ||||||||||||||||
<xs:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{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>Код из Общероссийского классификатора организационно-правовых форм хозяйствующих субъектов</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||
<xs:length value="2" /> | ||||||||||||||||
<xs:pattern value="[0-9]{2}" /> | ||||||||||||||||
</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="10" /> | ||||||||||||||||
<xs:pattern value="[0-9]{8}" /> | ||||||||||||||||
<xs:pattern value="[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="2" /> | ||||||||||||||||
</xs:restriction> | ||||||||||||||||
</xs:simpleType> | ||||||||||||||||
- <xs:simpleType name="ОКАТОТип"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Коды из Классификатора объектов административно-территориального деления</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||
<xs:length value="11" /> | ||||||||||||||||
<xs:pattern value="[0-9]{11}" /> | ||||||||||||||||
</xs:restriction> | ||||||||||||||||
</xs:simpleType> | ||||||||||||||||
- <xs:simpleType name="СОНОТип"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Коды из Классификатора системы обозначений налоговых органов</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||
<xs:length value="4" /> | ||||||||||||||||
<xs:pattern value="[0-9]{4}" /> | ||||||||||||||||
</xs:restriction> | ||||||||||||||||
</xs:simpleType> | ||||||||||||||||
- <xs:simpleType name="CCРФТип"> | ||||||||||||||||
- <xs:annotation> | ||||||||||||||||
<xs:documentation>Код из Справочника субъекта Российской Федерации</xs:documentation> | ||||||||||||||||
</xs:annotation> | ||||||||||||||||
- <xs:restriction base="xs:string"> | ||||||||||||||||
<xs:length value="2" /> | ||||||||||||||||
<xs:pattern value="[0-9]{2}" /> | ||||||||||||||||
</xs:restriction> | ||||||||||||||||
</xs:simpleType> | ||||||||||||||||
</xs:schema> |
УТВЕРЖДЕН
приказом ФНС России
от 20 марта 2008 года N ММ-3-6/108@