<?xml version="1.0" encoding="WINDOWS-1251"?>
<?F4FORM version="0.94"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://fz122.fss.ru" xmlns="http://fz122.fss.ru" elementFormDefault="qualified">
  <!-- Описание глобального элемента F4REPORT -->
  <xsd:element name="F4REPORT" type="F4ReportType"/>
  <xsd:annotation>
    <xsd:documentation>Форма 4-ФСС</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType name="F4ReportType">
    <xsd:sequence>
      <xsd:element name="TITLE" type="TitleType"/>
      <xsd:element name="F4INFO" type="F4infoType"/>
      <xsd:element name="F4CALC" type="F4CalcType" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="F4DOGOV" type="F4DogovType" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
  <!-- Описание элемента TITLE -->
  <xsd:complexType name="TitleType">
    <xsd:annotation>
      <xsd:documentation>Титул</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="REG_NUM" use="required">
      <xsd:annotation>
        <xsd:documentation>Регистрационный номер страхователя</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="10"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="KPS_NUM" use="required">
      <xsd:annotation>
        <xsd:documentation>Код подчиненности</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <!--<xsd:pattern value="\d{4}[1,2,3,4]"/>-->
          <xsd:maxLength value="5"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="YEAR_NUM" type="xsd:gYear" use="required">
      <xsd:annotation>
        <xsd:documentation>Календарный год</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="QUART_NUM" use="required">
      <xsd:annotation>
        <xsd:documentation>Расчетный (отчетный) период (код)</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:enumeration value="03"/>
          <xsd:enumeration value="06"/>
          <xsd:enumeration value="09"/>
          <xsd:enumeration value="3"/>
          <xsd:enumeration value="6"/>
          <xsd:enumeration value="9"/>
          <xsd:enumeration value="12"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="NumCorr" use="optional">
      <xsd:annotation>
        <xsd:documentation>Номер корректировки</xsd:documentation>
      </xsd:annotation>        
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:totalDigits value="3"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="NumDot" use="optional" default="0">
      <xsd:annotation>
        <xsd:documentation>Номер обращения за дотацией</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:totalDigits value="2"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="LIKV" use="optional">
      <xsd:annotation>
        <xsd:documentation>Прекращение деятельности</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:enumeration value="0"/>
          <xsd:enumeration value="1"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="NAME" use="required">
      <xsd:annotation>
        <xsd:documentation>(Полное или сокращенное (при наличии) наименование организации, обособленного подразделения/фамилия, имя, отчество (при наличии) индивидуального предпринимателя, физического лица)</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="255"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="INN" use="required">
      <xsd:annotation>
        <xsd:documentation>ИНН</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="12"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="KPP" use="optional">
      <xsd:annotation>
        <xsd:documentation>КПП</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:totalDigits value="9"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="OGRN" use="optional">
      <xsd:annotation>
        <xsd:documentation>ОГРН (ОГРНИП)</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="15"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="PHONE" use="optional">
      <xsd:annotation>
        <xsd:documentation>Номер контактного телефона</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="15"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="POSTCODE" use="optional">
      <xsd:annotation>
        <xsd:documentation>Почтовый индекс</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:length value="6"></xsd:length>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="SUBJECT" use="optional">
      <xsd:annotation>
        <xsd:documentation>Субъект</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="255"></xsd:maxLength>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="REGION" use="optional">
      <xsd:annotation>
        <xsd:documentation>Район</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="255"></xsd:maxLength>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="CITY" use="optional">
      <xsd:annotation>
        <xsd:documentation>Город</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="150"></xsd:maxLength>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="STREET" use="optional">
      <xsd:annotation>
        <xsd:documentation>Улица</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="150"></xsd:maxLength>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="HOUSE" use="optional">
      <xsd:annotation>
        <xsd:documentation>Дом</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="15"></xsd:maxLength>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="BUILDING" use="optional">
      <xsd:annotation>
        <xsd:documentation>Корпус (строение)</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="15"></xsd:maxLength>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="FLAT" use="optional">
      <xsd:annotation>
        <xsd:documentation>Квартира (офис)</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="15"></xsd:maxLength>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>    
    <xsd:attribute name="EMAIL" use="optional">
      <xsd:annotation>
        <xsd:documentation>Электронная почта</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="50"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="OKVED" use="optional">
      <xsd:annotation>
        <xsd:documentation>Код по ОКВЭД</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="8"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="T1R1C1" type="NumType" use="required">
      <xsd:annotation>
        <xsd:documentation>Численность физических лиц, в пользу которых производятся выплаты и иные вознаграждения</xsd:documentation>
      </xsd:annotation> 
    </xsd:attribute>
    <xsd:attribute name="T1R1C2" type="NumType" use="required">
      <xsd:annotation>
        <xsd:documentation>Среднесписочная численность работников</xsd:documentation>
      </xsd:annotation> 
    </xsd:attribute>
    <xsd:attribute name="T1R4C2" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Численность работающих инвалидов</xsd:documentation>
      </xsd:annotation> 
    </xsd:attribute>
    <xsd:attribute name="T1R6C2" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Численность работников, занятых на работах с вредными и (или) опасными производственными факторами</xsd:documentation>
      </xsd:annotation> 
    </xsd:attribute>
    <xsd:attribute name="Upoln" use="optional">
      <xsd:annotation>
        <xsd:documentation>Признак лица, подписавшего документ</xsd:documentation>
      </xsd:annotation> 
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:enumeration value="1"/>
          <xsd:enumeration value="2"/>
          <xsd:enumeration value="3"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="CEO" use="required">
      <xsd:annotation>
        <xsd:documentation>Ф.И.О. руководителя организации, индивидуального предпринимателя, физического лица, представителя страхователя</xsd:documentation>
      </xsd:annotation> 
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="64"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="CRE_DATE" type="xsd:date" use="optional">
      <xsd:annotation>
        <xsd:documentation>Дата</xsd:documentation>
      </xsd:annotation> 
    </xsd:attribute>
    <xsd:attribute name="BO_IF" use="optional">
      <xsd:annotation>
        <xsd:documentation>Бюджетная организация: 1 - Федеральный бюджет, 2 - Бюджет субъекта Российской Федерации, 3 - Бюджет муниципального образования, 4 - Смешанное финансирование</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:enumeration value="1"/>
          <xsd:enumeration value="2"/>
          <xsd:enumeration value="3"/>
          <xsd:enumeration value="4"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>    
    <xsd:attribute name="UpolnDoc" use="optional">
      <xsd:annotation>
        <xsd:documentation>Документ, подтверждающий полномочия представителя</xsd:documentation>
      </xsd:annotation> 
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="64"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
  <!-- Описание элемента F4INFO -->
  <xsd:complexType name="F4infoType">
    <xsd:annotation>
      <xsd:documentation>Расчет</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element name="PAYM_ORDER" type="PaymOrderType" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="NC" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Сумма, не подлежащая обложению страховыми взносами в соответствии со статьей 202 Федерального закона от 24 июля 1998 г. № 125-ФЗ "Об обязательном социальном страховании от несчастных случаев на производстве и профессиональных заболеваний". Всего с начала расчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 2 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="NC1" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Сумма, не подлежащая обложению страховыми взносами в соответствии со статьей 202 Федерального закона от 24 июля 1998 г. № 125-ФЗ "Об обязательном социальном страховании от несчастных случаев на производстве и профессиональных заболеваний". В том числе за последние три месяца отчетного периода. 1 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 2 графа 4 «за 1 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="NC2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Сумма, не подлежащая обложению страховыми взносами в соответствии со статьей 202 Федерального закона от 24 июля 1998 г. № 125-ФЗ "Об обязательном социальном страховании от несчастных случаев на производстве и профессиональных заболеваний". В том числе за последние три месяца отчетного периода. 2 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 2 графа 5 «за 2 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="NC3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Сумма, не подлежащая обложению страховыми взносами в соответствии со статьей 202 Федерального закона от 24 июля 1998 г. № 125-ФЗ "Об обязательном социальном страховании от несчастных случаев на производстве и профессиональных заболеваний". В том числе за последние три месяца отчетного периода. 3 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 2 графа 6 «за 3 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="T1R3C2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. Всего с начала расчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 3 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="C1" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. В том числе за последние три месяца отчетного периода. 1 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 3 графа 4 «за 1 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="C2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. В том числе за последние три месяца отчетного периода. 2 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 3 графа 5 «за 2 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="C3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. В том числе за последние три месяца отчетного периода. 3 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 3 графа 6 «за 3 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="T1R5C2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов, из них: сумма выплат в пользу работающих инвалидов. Всего с начала расчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 4 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="I1" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов, из них: сумма выплат в пользу работающих инвалидов. В том числе за последние три месяца отчетного периода. 1 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 4 графа 4 «за 1 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="I2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов, из них: сумма выплат в пользу работающих инвалидов. В том числе за последние три месяца отчетного периода. 1 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 4 графа 5 «за 2 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="I3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов, из них: сумма выплат в пользу работающих инвалидов. В том числе за последние три месяца отчетного периода. 1 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 4 графа 6 «за 3 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="RATE_MIS" type="PercentType" use="required">
      <xsd:annotation>
        <xsd:documentation>Размер страхового тарифа в соответствии с классом профессионального риска (%)</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 5</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="RATE_DEC" use="optional">
      <xsd:annotation>
        <xsd:documentation>Скидка к страховому тарифу (%)</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 6</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:totalDigits value="2"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="RATE_INC" use="optional">
      <xsd:annotation>
        <xsd:documentation>Надбавка к страховому тарифу (%)</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 7</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:totalDigits value="2"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="T1R9C3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. Всего с начала расчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 9 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="T1R9C4" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. В том числе за последние три месяца отчетного периода. 1 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 9 графа 4 «за 1 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="T1R9C5" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. В том числе за последние три месяца отчетного периода. 2 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 9 графа 5 «за 2 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="T1R9C6" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. В том числе за последние три месяца отчетного периода. 3 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1 строка 9 графа 6 «за 3 месяц»</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="IS_INV" use="optional">
      <xsd:annotation>
        <xsd:documentation>Признак «Льгота 60%»</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:enumeration value="0"/>
          <xsd:enumeration value="1"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="IS_BUDJET" use="optional">
      <xsd:annotation>
        <xsd:documentation>Признак «Частичное финансирование из бюджета»</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:enumeration value="0"/>
          <xsd:enumeration value="1"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="M1" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>По несчастным случаям, всего</xsd:documentation>
        <xsd:documentation>Таблица 3 строка 1 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="M2" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>По несчастным случаям, из них:	со смертельным исходом</xsd:documentation>
        <xsd:documentation>Таблица 3 строка 2 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="M3" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>По несчастным случаям, из них:	По профессиональным заболеваниям</xsd:documentation>
        <xsd:documentation>Таблица 3 строка 3 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="M4" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>По несчастным случаям, из них:	Всего пострадавших (сумма строк 1, 3)</xsd:documentation>
        <xsd:documentation>Таблица 3 строка 4 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="M5" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>По несчастным случаям, в том числе: пострадавших (застрахованных) по случаям, закончившимся только временной нетрудоспособностью</xsd:documentation>
        <xsd:documentation>Таблица 3 строка 5 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_C1" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Общее количество рабочих мест страхователя</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 3</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_C2" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. всего</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 4</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_CL1" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. в том числе отнесенных к классам (подклассам) условий труда. 1 класс</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 5</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_CL2" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. в том числе отнесенных к классам (подклассам) условий труда. 2 класс</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 6</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_CL31" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. в том числе отнесенных к классам (подклассам) условий труда. 3.1 класс</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 7</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_CL32" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. в том числе отнесенных к классам (подклассам) условий труда. 3.2 класс</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 8</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_CL33" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. в том числе отнесенных к классам (подклассам) условий труда. 3.3 класс</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 9</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_CL34" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. в том числе отнесенных к классам (подклассам) условий труда. 3.4 класс</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 10</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ATT_CL4" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Количество рабочих мест, в отношении  которых проведена специальная оценка условий труда. в том числе отнесенных к классам (подклассам) условий труда. 4 класс</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 1 графа 11</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="MED_C1" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Общая численность работников, подлежащих обязательным предварительным и периодическим медицинским осмотрам (чел.)</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 2 графа 12</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="MED_C2" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Проведение специальной оценки условий труда. Численность работников,  прошедших обязательные предварительные и периодические медицинские осмотры  (чел.)</xsd:documentation>
        <xsd:documentation>Таблица 4 строка 2 графа 13</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
  <!-- Тип для описания Сведения, необходимые для исчисления страховых взносов страхователями-->
  <xsd:complexType name="F4CalcType">
    <xsd:annotation>
      <xsd:documentation>Сведения, необходимые для исчисления страховых взносов страхователями, указанными в пункте 21 статьи 22 Федерального закона от 24 июля 1998 №125-ФЗ</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="VED_NAME" use="required">
      <xsd:annotation>
        <xsd:documentation>Наименование ВЭД</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 2</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="255"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="OKVED_P" use="required">
      <xsd:annotation>
        <xsd:documentation>Код ОКВЭД</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 3</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="8"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="SUBDIV_NAME" use="required">
      <xsd:annotation>
        <xsd:documentation>Наименование подразделения</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 4</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="255"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>    
    <xsd:attributeGroup ref="RateAttributes"/>
    <xsd:attribute name="FOT_P" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. С начала расчетного периода. Всего</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 9</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="FOTINV_P" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. С начала расчетного периода. из них: сумма выплат в пользу работающих инвалидов</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 10</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="FOT_PB" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. На начало отчетного периода. Всего</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 11</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>      
    <xsd:attribute name="FOTINV_PB" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. На начало отчетного периода. из них: сумма выплат в пользу работающих инвалидов</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 12</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>    
    <xsd:attributeGroup ref="BaseCalcMonth"/>
    <xsd:attribute name="ICT" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. Всего с начала расчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 19</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ICT_B" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. На начало отчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 20</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ICT_M3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. Всего за последние три месяца отчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 21</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>   
    <xsd:attribute name="IC1" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. в том числе за последние три месяца отчетного периода. 1 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 22</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="IC2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. В том числе за последние три месяца отчетного периода. 2 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 23</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="IC3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Исчислено страховых взносов. В том числе за последние три месяца отчетного периода. 3 месяц</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 24</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>    
  </xsd:complexType>
  <!-- Тип для описания Сведения, необходимые для исчисления страховых взносов страхователями, указанными в пункте 21 статьи 22 Федерального закона от 24 июля 1998 г. № 125-ФЗ «Об обязательном социальном страховании от несчастных случаев на производстве и профессиональных заболеваний»  -->
  <xsd:complexType name="F4DogovType">
    <xsd:annotation>
      <xsd:documentation>Сведения, необходимые для исчисления страховых взносов страхователями, указанными в пункте 21 статьи 22 Федерального закона от 24 июля 1998 г. № 125-ФЗ «Об обязательном социальном страховании от несчастных случаев на производстве и профессиональных заболеваний» </xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="REG_NUM_P" use="required">
      <xsd:annotation>
        <xsd:documentation>Регистрационный номер в территориальном органе Фонда социального страхования Российской Федерации</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 2</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="10"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="INN" use="required">
      <xsd:annotation>
        <xsd:documentation>ИНН</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 3</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="12"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="KPP" use="optional">
      <xsd:annotation>
        <xsd:documentation>КПП</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 4</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:integer">
          <xsd:totalDigits value="9"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="OKVED_P" use="optional">
      <xsd:annotation>
        <xsd:documentation>ОКВЭД</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 5</xsd:documentation>
      </xsd:annotation>      
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="8"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>    
    <xsd:attribute name="WRK_P" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Численность временно направленных работников</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 6</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="WRKINV_P" type="NumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>из них: численность  инвалидов</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 7</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="FOT_P" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. Всего с начала расчетного периода</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 8</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="FOTINV_P" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>База для исчисления страховых взносов. в том числе инвалиды</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 9</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attributeGroup ref="BaseCalcMonth"/>
    <xsd:attributeGroup ref="RateAttributes"/>
  </xsd:complexType>  
  <!-- База для исчисления страховых взносов -->
  <xsd:attributeGroup name="BaseCalcMonth">
    <xsd:annotation>
      <xsd:documentation>База для исчисления страховых взносов: в том числе за последние три месяца отчетного периода</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="C1" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>1 месяц. Всего</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 13</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 10</xsd:documentation>       
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="I1" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>1 месяц. из них: сумма выплат в пользу работающих инвалидов</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 14</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 11</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="C2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>2 месяц. Всего</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 15</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 12</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="I2" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>2 месяц. из них: сумма выплат в пользу работающих инвалидов</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 16</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 13</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="C3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>3 месяц. Всего</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 17</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 14</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="I3" type="SumType" use="optional">
      <xsd:annotation>
        <xsd:documentation>3 месяц. из них: сумма выплат в пользу работающих инвалидов</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 18</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 15</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>    
  </xsd:attributeGroup>  
  <!-- Блок процентных атрибутов -->
  <xsd:attributeGroup name="RateAttributes">
    <xsd:attribute name="RATE_MIS_P" type="PercentType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Размер страхового тарифа в соответствии с классом профессионального риска (%)</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 5</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 16</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="RATE_DEC_P" type="PercentType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Скидка к страховому тарифу (%)</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 6</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 17</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="RATE_INC_P" type="PercentType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Надбавка к страховому тарифу (%)</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 7</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 18</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="MIS_ALL_P" type="AllPercentType" use="optional">
      <xsd:annotation>
        <xsd:documentation>Размер страхового тарифа с учетом скидки (надбавки) (%) (заполняется с тремя десятичными знаками после запятой)</xsd:documentation>
        <xsd:documentation>Таблица 1.1 графа 8</xsd:documentation>
        <xsd:documentation>Таблица 2 графа 19</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:attributeGroup>
  <!-- Тип для описания платежного поручения -->
  <xsd:complexType name="PaymOrderType">
    <xsd:annotation>
      <xsd:documentation>Платежное поручение</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="NUM" use="required">
      <xsd:annotation>
        <xsd:documentation>Номер платежного поручения</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="10"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="DT" type="xsd:date" use="required">
      <xsd:annotation>
        <xsd:documentation>Дата платежного поручения</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="SUM" type="SumType" use="required">
      <xsd:annotation>
        <xsd:documentation>Сумма платежа</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
  <!-- Тип для описания допустимого вещественного числа -->
  <xsd:simpleType name="SumType">
    <xsd:restriction base="xsd:decimal">
      <xsd:totalDigits value="16"/>
      <xsd:fractionDigits value="2"/>
    </xsd:restriction>
  </xsd:simpleType>
  <!-- Тип для описания допустимого целого числа -->
  <xsd:simpleType name="NumType">
    <xsd:restriction base="xsd:integer">
      <xsd:totalDigits value="6"/>
    </xsd:restriction>
  </xsd:simpleType>
  <!-- Тип для описания процента с одним десятичным знаком после запятой -->
  <xsd:simpleType name="PercentType">
    <xsd:restriction base="xsd:decimal">
      <xsd:totalDigits value="3"/>
      <xsd:fractionDigits value="1"/>
    </xsd:restriction>
  </xsd:simpleType>
  <!-- Тип для описания процента с тремя десятичными знаками после запятой -->
  <xsd:simpleType name="AllPercentType">
    <xsd:restriction base="xsd:decimal">
      <xsd:totalDigits value="5"/>
      <xsd:fractionDigits value="3"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:schema>