Недействующий

Об утверждении форматов представления бухгалтерской отчетности страховых организаций в электронном виде (на основе XML) (версия 5) (утратил силу на основании приказа ФНС России от 25.02.2011 N ММВ-7-6/179@)

Таблица 4.50

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

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

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

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

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

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

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

Фамилия

Фамилия

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="ЕГРССД" use="optional">

<xs:annotation>

<xs:documentation>Регистрационный номер страховщика по ЕГРССД</xs:documentation>

</xs:annotation>

<xs:simpleType>

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

<xs:minLength value="1"/>

<xs:maxLength value="4"/>

</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="Подписант" maxOccurs="3">

<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:annotation>

<xs:simpleType>

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

<xs:length value="1"/>

<xs:enumeration value="3"/>

<xs:enumeration value="4"/>

<xs:enumeration value="2"/>

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

</xs:element>

<xs:element name="ПрилБалансСтр">

<xs:annotation>

<xs:documentation>Приложение к бухгалтерскому балансу и отчету о прибылях и убытках страховой организации (форма N 5-страховщик)</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="ОбъектИнтеллект" minOccurs="0">

<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="ТоварЗнак" type="ДанБух" minOccurs="0">

<xs:annotation>

<xs:documentation>Товарные знаки и знаки обслуживания</xs:documentation>

</xs:annotation>

</xs:element>

<xs:element name="ДопПокНаим" type="ДанБухНаим" minOccurs="0" maxOccurs="unbounded">

<xs:annotation>

<xs:documentation>Дополнительные показатели по наименованиям</xs:documentation>

</xs:annotation>

</xs:element>

</xs: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="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="РепутОрг" type="ДанБух" minOccurs="0">

<xs:annotation>

<xs:documentation>Деловая репутация</xs:documentation>

</xs:annotation>

</xs:element>

<xs:element name="ДопПокНаим" type="ДанБухНаим" minOccurs="0" maxOccurs="unbounded">

<xs:annotation>

<xs:documentation>Дополнительные показатели по наименованиям</xs:documentation>

</xs:annotation>

</xs:element>

<xs:element name="Прочие" 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:sequence>

</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="ДанБух" 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="МашОбор" 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="ПроизХозИнвент" 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="ОбъектПрир" 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:sequence>

<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="Техн" 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: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="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="Здания" 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="ДопПокНаим" type="НачКонНаим" minOccurs="0" maxOccurs="unbounded">

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

<xs:totalDigits value="12"/>

</xs:restriction>

</xs:simpleType>

</xs:attribute>

</xs:complexType>

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

<xs:element name="Здания" type="НачКон" minOccurs="0">

<xs:annotation>

<xs:documentation>Здания</xs:documentation>

</xs:annotation>

</xs:element>

<xs:element name="ДопПокНаим" type="НачКонНаимДоп" minOccurs="0" maxOccurs="unbounded">

<xs:annotation>

<xs:documentation>Иные объекты недвижимости</xs:documentation>

</xs:annotation>

</xs:element>

</xs: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="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="ПервСтоим" 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:sequence>

</xs:complexType>

</xs:element>

<xs:element name="ИзмСтоим" type="НачКон" 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: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="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="ФинВложДоч" type="СвФинВлож1" minOccurs="0">

<xs:annotation>

<xs:documentation>Финансовые вложения в дочерние и зависимые общества</xs:documentation>

</xs:annotation>

</xs:element>

<xs:element name="ФинВложДрОрг" type="СвФинВлож1" 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="ДепозитВклад" 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>