Вы можете открыть актуальную версию документа прямо сейчас.
Если вы являетесь пользователем интернет-версии системы ГАРАНТ, вы можете открыть этот документ прямо сейчас или запросить по Горячей линии в системе.
Приложение 1. XSD Схема сообщения
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="ROWSET">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="ROW" >
<xsd:complexType>
<xsd:sequence>
<xsd:element name="BATCH_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="TYPE_INFO" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="RECALC_REASON_CODE" type="nilinteger1"/>
<xsd:element name="DOC_TYPE" >
<xsd:simpleType>
<xsd:restriction base="nilinteger2">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>Нетрудоспособность</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>Беременность и роды</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation>Ранние сроки беременности</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="4">
<xsd:annotation>
<xsd:documentation>Рождение ребенка</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="5">
<xsd:annotation>
<xsd:documentation>Уход за ребенком</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="6">
<xsd:annotation>
<xsd:documentation>Проф. травма, болезнь</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="7">
<xsd:annotation>
<xsd:documentation>Погребение</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="8">
<xsd:annotation>
<xsd:documentation>Оплата доп. 4 дней</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="9">
<xsd:annotation>
<xsd:documentation>Отпуск</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="10">
<xsd:annotation>
<xsd:documentation>Пред.меры</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="13">
<xsd:annotation>
<xsd:documentation>Доп. Расходы Страхователя</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="76">
<xsd:annotation>
<xsd:documentation>Возмещение Страхователю Погребения</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DOC_DT1" type="nildate"/>
<xsd:element name="SNILS">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="11"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="INN_PERSON">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="SURNAME">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="NAME">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="PATRONIMIC">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="RESIDENT_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="RESIDENT_CODE" type="nilinteger3"/>
<xsd:element name="ID_TYPE">
<xsd:annotation>
<xsd:documentation>Застрахованное лицо: Вид удостоверения личности </xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="01">
<xsd:annotation>
<xsd:documentation>Паспорт гражданина СССР</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="02">
<xsd:annotation>
<xsd:documentation>Загранпаспорт гражданина СССР</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="03">
<xsd:annotation>
<xsd:documentation>Свидетельство о рождении</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="04">
<xsd:annotation>
<xsd:documentation>Удостоверение личности офицера</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="05">
<xsd:annotation>
<xsd:documentation>Справка об освобождении из места лишения свободы</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="06">
<xsd:annotation>
<xsd:documentation>Паспорт Минморфлота</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="07">
<xsd:annotation>
<xsd:documentation>Военный билет</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="08">
<xsd:annotation>
<xsd:documentation>Временное удостоверение, выданное взамен военного билета</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="09">
<xsd:annotation>
<xsd:documentation>Дипломатический паспорт</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="10">
<xsd:annotation>
<xsd:documentation>Паспорт иностранного гражданина</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="11">
<xsd:annotation>
<xsd:documentation>Свидетельство о рассмотрении ходатайства о признании лица беженцем на территории Российской Федерации по существу</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="12">
<xsd:annotation>
<xsd:documentation>Вид на жительство в Российской Федерации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="13">
<xsd:annotation>
<xsd:documentation>Удостоверение беженца</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="14">
<xsd:annotation>
<xsd:documentation>Временное удостоверение личности гражданина Российской Федерации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="15">
<xsd:annotation>
<xsd:documentation>Разрешение на временное проживание в Российской Федерации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="19">
<xsd:annotation>
<xsd:documentation>Свидетельство о предоставлении временного убежища на территории РФ</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="21">
<xsd:annotation>
<xsd:documentation>Паспорт гражданина Российской Федерации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="22">
<xsd:annotation>
<xsd:documentation>Загранпаспорт гражданина Российской Федерации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="23">
<xsd:annotation>
<xsd:documentation>Свид. о рождении, выданное уполномоченным органом иностранного государства</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="24">
<xsd:annotation>
<xsd:documentation>Удостоверение личности военнослужащего Российской Федерации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="26">
<xsd:annotation>
<xsd:documentation>Паспорт моряка</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="27">
<xsd:annotation>
<xsd:documentation>Паспорт моряка Военный билет офицера запаса</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="60">
<xsd:annotation>
<xsd:documentation>Документы, подтверждающие факт регистрации по месту жительства (пребывания)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="61">
<xsd:annotation>
<xsd:documentation>Свидетельство о регистрации по месту жительства</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="62">
<xsd:annotation>
<xsd:documentation>Вид на жительство иностранного гражданина</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="63">
<xsd:annotation>
<xsd:documentation>Свидетельство о регистрации по месту пребывания</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="81">
<xsd:annotation>
<xsd:documentation>Свидетельство о смерти</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="91">
<xsd:annotation>
<xsd:documentation>Иные документы</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ID_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ID_DT" type="nildate"/>
<xsd:element name="ID_DEPT">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_KLADR">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_A1">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_A2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_A3">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_A4">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_A5">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_HOUSE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_BUILDING">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR_FLAT">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="POST_INDEX">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="6"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="OWNER_FLAG" type="nilinteger1"/>
<xsd:element name="PAYMENT_TYPE" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="ACCOUNT_BIC">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="9"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ACCOUNT_NAME">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="80"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ACCOUNT">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="SURNAME2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="NAME2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="PATRONIMIC2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ID2_TYPE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ID2_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ID2_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="ID2_DEPT">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2000"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_KLADR">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_A1">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_A2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_A3">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_A4">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_A5">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_HOUSE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_BUILDING">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="ADDR2_FLAT">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="POST_INDEX2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="6"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="EMPLOYER">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="EMPL_FLAG" type="nilinteger1"/>
<xsd:element name="EMPL_OGRN">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="EMPL_REG_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="EMPL_PARENT_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="EMPL_KPP">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="9"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="EMPL_INN">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="APPROVE1">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="APPROVE1_ROLE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="APPROVE2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="WORK_CONTRACT_START_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="WORK_CONTRACT_FINISH_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="ROLE_WAGE" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="BASE_CALC_DAYS" type="nilinteger3"/>
<xsd:element minOccurs="0" nillable="true" name="BASE_AVG_SAL" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="AVG_SAL" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="MULTPATR" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="BASE_AVG_DAILY_SAL" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="YEAR_CHANGE_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="YEAR1_OLD" type="nilinteger4" />
<xsd:element minOccurs="0" nillable="true" name="YEAR2_OLD" type="nilinteger4" />
<xsd:element minOccurs="0" nillable="true" name="YEAR1" type="nilinteger4" />
<xsd:element minOccurs="0" nillable="true" name="YEAR2" type="nilinteger4" />
<xsd:element minOccurs="0" nillable="true" name="BASE_SUM1" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="BASE_SUM2" type="nildouble" />
<xsd:element name="KF_REG">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="3"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="300">
<xsd:annotation>
<xsd:documentation>3.00</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="200">
<xsd:annotation>
<xsd:documentation>2.00</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="180">
<xsd:annotation>
<xsd:documentation>1.80</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="170">
<xsd:annotation>
<xsd:documentation>1.70</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="160">
<xsd:annotation>
<xsd:documentation>1.60</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="150">
<xsd:annotation>
<xsd:documentation>1.50</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="140">
<xsd:annotation>
<xsd:documentation>1.40</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="135">
<xsd:annotation>
<xsd:documentation>1.35</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="130">
<xsd:annotation>
<xsd:documentation>1.30</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="125">
<xsd:annotation>
<xsd:documentation>1.25</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="120">
<xsd:annotation>
<xsd:documentation>1.20</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="115">
<xsd:annotation>
<xsd:documentation>1.15</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="110">
<xsd:annotation>
<xsd:documentation>1.10</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="100">
<xsd:annotation>
<xsd:documentation>1.00</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="KF_SHORT_DAY" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="LIVE_COND_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="LIVE_COND" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="CALC_MH_PERIOD_START" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="CALC_MH_PERIOD_FINISH" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="INSUR_YY" type="nilinteger2"/>
<xsd:element minOccurs="0" nillable="true" name="INSUR_MM" type="nilinteger2"/>
<xsd:element minOccurs="0" nillable="true" name="NOT_INSUR_YY" type="nilinteger2"/>
<xsd:element minOccurs="0" nillable="true" name="NOT_INSUR_MM" type="nilinteger2"/>
<xsd:element minOccurs="0" nillable="true" name="LN_CODE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="PREV_LN_CODE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="PRIMARY_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="DUPLICATE_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="LN_DATE" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="LPU_NAME">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="LPU_ADDRESS">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2000"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="LPU_OGRN">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="BIRTHDAY" type="nildate"/>
<xsd:element name="GENDER" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="REASON1">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="01">
<xsd:annotation>
<xsd:documentation>заболевание</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="02">
<xsd:annotation>
<xsd:documentation>травма</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="03">
<xsd:annotation>
<xsd:documentation>карантин</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="04">
<xsd:annotation>
<xsd:documentation>несчастный случай на производстве или его последствия</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="05">
<xsd:annotation>
<xsd:documentation>отпуск по беременности и родам</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="06">
<xsd:annotation>
<xsd:documentation>протезирование в стационаре</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="07">
<xsd:annotation>
<xsd:documentation>профессиональное заболевание или его обострение</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="08">
<xsd:annotation>
<xsd:documentation>долечивание в санатории</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="09">
<xsd:annotation>
<xsd:documentation>уход за больным членом семьи</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="10">
<xsd:annotation>
<xsd:documentation>иное состояние (отравление, проведение манипуляций и др.)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="11">
<xsd:annotation>
<xsd:documentation>Заболевание туберкулезом</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="12">
<xsd:annotation>
<xsd:documentation>в случае заболевания ребенка, включенного в перечень заболеваний определяемых Минздравсоцразвития России</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="13">
<xsd:annotation>
<xsd:documentation>ребенок-инвалид</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="14">
<xsd:annotation>
<xsd:documentation>поствакцинальное осложнение или злокачественное новообразование у ребенка</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="15">
<xsd:annotation>
<xsd:documentation>ВИЧ-инфицированный ребенок</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REASON2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="3"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="017">
<xsd:annotation>
<xsd:documentation>лечение в специализированном санатории</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="018">
<xsd:annotation>
<xsd:documentation>санаторно-курортное лечение в связи с несчастным случаем на производстве в период временной нетрудоспособности (до направления на МСЭ)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="019">
<xsd:annotation>
<xsd:documentation>лечение в клинике научно-исследовательского учреждения (института) курортологии, физиотерапии и реабилитации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="020">
<xsd:annotation>
<xsd:documentation>дополнительный отпуск по беременности и родам</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="021">
<xsd:annotation>
<xsd:documentation>заболевание или травма, наступившие вследствие алкогольного, наркотического, токсического опьянения или действий, связанных с таким опьянением</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REASON3">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="01">
<xsd:annotation>
<xsd:documentation>заболевание</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="02">
<xsd:annotation>
<xsd:documentation>травма</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="03">
<xsd:annotation>
<xsd:documentation>карантин</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="04">
<xsd:annotation>
<xsd:documentation>несчастный случай на производстве или его последствия</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="05">
<xsd:annotation>
<xsd:documentation>отпуск по беременности и родам</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="06">
<xsd:annotation>
<xsd:documentation>протезирование в стационаре</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="07">
<xsd:annotation>
<xsd:documentation>профессиональное заболевание или его обострение</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="08">
<xsd:annotation>
<xsd:documentation>долечивание в санатории</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="09">
<xsd:annotation>
<xsd:documentation>уход за больным членом семьи</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="10">
<xsd:annotation>
<xsd:documentation>иное состояние </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="11">
<xsd:annotation>
<xsd:documentation>Заболевание туберкулезом</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="12">
<xsd:annotation>
<xsd:documentation>в случае заболевания ребенка</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="13">
<xsd:annotation>
<xsd:documentation>ребенок-инвалид</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="14">
<xsd:annotation>
<xsd:documentation>поствакцин осложнение или злокач новообраз у ребенка</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="15">
<xsd:annotation>
<xsd:documentation>ВИЧ-инфицированный ребенок</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="PARENT_CODE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="DATE1" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="DATE2" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="VOUCHER_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="VOUCHER_OGRN">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="SERV1_AGE" type="nilinteger3"/>
<xsd:element minOccurs="0" nillable="true" name="SERV1_MM" type="nilinteger2"/>
<xsd:element minOccurs="0" nillable="true" name="SERV1_RELATION_CODE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="38">
<xsd:annotation>
<xsd:documentation>мать</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="39">
<xsd:annotation>
<xsd:documentation>отец</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="40">
<xsd:annotation>
<xsd:documentation>опекун</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="41">
<xsd:annotation>
<xsd:documentation>попечитель</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="42">
<xsd:annotation>
<xsd:documentation>иной родственник, фактически осуществляющий уход за ребенком</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="SERV1_FIO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="SERV1_DAYS" type="nilinteger3"/>
<xsd:element minOccurs="0" nillable="true" name="SERV2_AGE" type="nilinteger3"/>
<xsd:element minOccurs="0" nillable="true" name="SERV2_MM" type="nilinteger2"/>
<xsd:element minOccurs="0" nillable="true" name="SERV2_RELATION_CODE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="38">
<xsd:annotation>
<xsd:documentation>мать</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="39">
<xsd:annotation>
<xsd:documentation>отец</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="40">
<xsd:annotation>
<xsd:documentation>опекун</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="41">
<xsd:annotation>
<xsd:documentation>попечитель</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="42">
<xsd:annotation>
<xsd:documentation>иной родственник</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="SERV2_FIO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="SERV2_DAYS" type="nilinteger3"/>
<xsd:element minOccurs="0" nillable="true" name="PREGN12W_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="HOSPITAL_DT1" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="HOSPITAL_DT2" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="HOSPITAL_BREACH_CODE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="23">
<xsd:annotation>
<xsd:documentation>несоблюдение предписанного режима, самовольный уход из стационара, выезд на лечение в другой административный район без разрешения лечащего врача</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="24">
<xsd:annotation>
<xsd:documentation>несвоевременная явка на прием к врачу</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="25">
<xsd:annotation>
<xsd:documentation>выход на работу без выписки</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="26">
<xsd:annotation>
<xsd:documentation>отказ от направления в учреждение медико-социальной экспертизы</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="27">
<xsd:annotation>
<xsd:documentation>несвоевременная явка в учреждение медико-социальной экспертизы</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="28">
<xsd:annotation>
<xsd:documentation>другие нарушения</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="HOSPITAL_BREACH_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="MSE_DT1" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="MSE_DT2" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="MSE_DT3" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="MSE_INVALID_GROUP" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="MSE_INVALID_DAYS" type="nilinteger3"/>
<xsd:element minOccurs="0" nillable="true" name="MSE_RESULT">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="31">
<xsd:annotation>
<xsd:documentation>продолжает болеть</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="32">
<xsd:annotation>
<xsd:documentation>установлена инвалидность</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="33">
<xsd:annotation>
<xsd:documentation>изменена группа инвалидности</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="34">
<xsd:annotation>
<xsd:documentation>умер</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="35">
<xsd:annotation>
<xsd:documentation>отказ от проведения медико-социальной экспертизы</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="36">
<xsd:annotation>
<xsd:documentation>явился трудоспособным</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="37">
<xsd:annotation>
<xsd:documentation>долечивание</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_DT1" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_DT2" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_DOCTOR_ROLE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="300"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_DOCTOR">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_DOC_ID">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="14"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_DOCTOR2_ROLE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="300"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_CHAIRMAN_VK">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT1_DOC2_ID">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="14"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_DT1" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_DT2" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_DOCTOR_ROLE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="300"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_DOCTOR">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_DOC_ID">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="14"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_DOCTOR2_ROLE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="300"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_CHAIRMAN_VK">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT2_DOC2_ID">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="14"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_DT1" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_DT2" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_DOCTOR_ROLE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="300"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_DOCTOR">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_DOC_ID">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="14"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_DOCTOR2_ROLE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="300"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_CHAIRMAN_VK">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="90"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="TREAT3_DOC2_ID">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="14"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="OTHER_STATE_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="RETURN_DATE_LPU" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="NEXT_LN_CODE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="CALC_METHOD" >
<xsd:simpleType>
<xsd:restriction base="nilinteger1">
<xsd:enumeration value="0">
<xsd:annotation>
<xsd:documentation>до 2011 г</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>2011 г</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CALC_CONDITION1">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="43">
<xsd:annotation>
<xsd:documentation>лицо, относящееся к категории лиц, подвергшихся воздействию радиации</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="44">
<xsd:annotation>
<xsd:documentation>лицо, приступившее к работе в районах Крайнего Севера и приравненных к ним местностях до 2007 года и продолжающее работать в этих местностях</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="45">
<xsd:annotation>
<xsd:documentation>лицо, имеющее инвалидность</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="46">
<xsd:annotation>
<xsd:documentation>трудовой договор менее 6 месяцев (не заполняется в случае заболевания туберкулезом)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="47">
<xsd:annotation>
<xsd:documentation>заболевание или травма, которые наступили в течение 30 календарных дней со дня прекращения работы (не заполняется в случае заболевания туберкулезом)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="48">
<xsd:annotation>
<xsd:documentation>уважительная причина нарушения режима</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="49">
<xsd:annotation>
<xsd:documentation>продолжительность заболевания превышает 4 месяца подряд (для лиц, имеющих инвалидность, за исключением заболевания туберкулезом)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="50">
<xsd:annotation>
<xsd:documentation>продолжительность заболевания превышает 5 месяцев в календарном году (для лиц, имеющих инвалидность, за исключением заболевания туберкулезом)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="51">
<xsd:annotation>
<xsd:documentation>неполное рабочее время</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CALC_CONDITION2">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="43">
<xsd:annotation>
<xsd:documentation>
лицо, относящееся к категории лиц, подвергшихся
воздействию радиации
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="44">
<xsd:annotation>
<xsd:documentation>
лицо, приступив к работе в районах Крайнего
Севера и приравнен к ним до 2007
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="45">
<xsd:annotation>
<xsd:documentation>лицо, имеющее инвалидность</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="46">
<xsd:annotation>
<xsd:documentation>трудовой договор менее 6 месяцев </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="47">
<xsd:annotation>
<xsd:documentation>
заболевание (травма) наступили в течение 30
календарных дней
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="48">
<xsd:annotation>
<xsd:documentation>уважительная причина нарушения режима</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="49">
<xsd:annotation>
<xsd:documentation>
продолжительность заболевания превышает 4 месяца
подряд
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="50">
<xsd:annotation>
<xsd:documentation>
продолжительность заболевания превышает 5 месяцев
в календарном году
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="51">
<xsd:annotation>
<xsd:documentation>неполное рабочее время</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CALC_CONDITION3">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="43">
<xsd:annotation>
<xsd:documentation>
лицо, относящееся к категории лиц, подвергшихся
воздействию радиации
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="44">
<xsd:annotation>
<xsd:documentation>
лицо, приступив к работе в районах Крайнего
Севера и приравнен к ним до 2007
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="45">
<xsd:annotation>
<xsd:documentation>лицо, имеющее инвалидность</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="46">
<xsd:annotation>
<xsd:documentation>трудовой договор менее 6 месяцев </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="47">
<xsd:annotation>
<xsd:documentation>
заболевание (травма) наступили в течение 30
календарных дней
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="48">
<xsd:annotation>
<xsd:documentation>уважительная причина нарушения режима</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="49">
<xsd:annotation>
<xsd:documentation>
продолжительность заболевания превышает 4 месяца
подряд
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="50">
<xsd:annotation>
<xsd:documentation>
продолжительность заболевания превышает 5 месяцев
в календарном году
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="51">
<xsd:annotation>
<xsd:documentation>неполное рабочее время</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CODE_NUCLEAR" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="FORM1_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="RETURN_DATE_EMPL" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="FSS_PAYMENT_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="DT1" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="DT2" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="CALC_DAYS" type="nilinteger3"/>
<xsd:element minOccurs="0" nillable="true" name="DT2_FACT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="EMPL_PAYMENT" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="FSS_PAYMENT" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="PAYMENT" type="nildouble" />
<xsd:element minOccurs="0" nillable="true" name="REF_TYPE">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="2"/>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="24">
<xsd:annotation>
<xsd:documentation>Справка о рождении ребенка, выданной органами ЗАГСа форма 24</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="25">
<xsd:annotation>
<xsd:documentation>Справка о рождении ребенка, выданной органами ЗАГСа форма 25</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="26">
<xsd:annotation>
<xsd:documentation>Справка о рождении ребенка, выданной органами ЗАГСа форма 26</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CERT_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CERT_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="CERT_BR" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="CERT_DT_DATE" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="CERT_SURNAME">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CERT_NAME">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="CERT_PATRONIMIC">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REF_24_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REF_24_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="O_CERT_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="O_CERT_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="CHILD_SER" type="nilinteger2"/>
<xsd:element minOccurs="0" nillable="true" name="MH_OUT" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="HOLID_ORD_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="HOLID_ORD_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="HOLID_DT_ST" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="HOLID_DT_FN" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="HOLID_CH_ORD_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="HOLID_CH_ORD_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="REF_NPAY_OTHER_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REF_NPAY_OTHER_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="WARD_FLAG" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="WARD_REF_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="WARD_REF_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="REF_FAMILY_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REF_FAMILY_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="OTHER_CHILD_FLAG_BR" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="OTHER_CHILD_FLAG_DT" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="REF_NPAY_FATHER_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REF_NPAY_FATHER_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="REF_NPAY_MOTHER_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REF_NPAY_MOTHER_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="REF_12WEEK_NO">
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" nillable="true" name="REF_12WEEK_DT" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="REASON_EMPL" type="nilinteger1"/>
<xsd:element minOccurs="0" nillable="true" name="PERIODS" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" nillable="true" name="PERIOD" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" nillable="true" name="START_DATE" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="END_DATE" type="nildate"/>
<xsd:element minOccurs="0" nillable="true" name="IDLE_AVERAGE" type="nildouble" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="version" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="software" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="version_software" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="author" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="120"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="phone" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="email" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="EMPL_KPP" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="9"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="EMPL_INN" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="EMPL_OGRN" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="EMPL_REG_NO" >
<xsd:simpleType>
<xsd:restriction base="nilstring">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="nilstring">
<xsd:restriction base="xsd:string">
<xsd:pattern value="^(?![Nn][Uu][Ll][Ll]$)(?!\-+$)(.*)$" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="empty">
<xsd:restriction base="xsd:string">
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="nilinteger">
<xsd:union memberTypes="xsd:integer empty"/>
</xsd:simpleType>
<xsd:simpleType name="nilinteger1">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="empty"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="nilinteger2">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="2"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="empty"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="nilinteger3">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="3"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="empty"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="nilinteger4">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="4"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="empty"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="nildouble">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:double">
<xsd:pattern value="^^\d+(?:[\.|\,]\d{1,2})?$" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="empty"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
<xsd:simpleType name="nildate">
<xsd:union memberTypes="xsd:date empty"/>
</xsd:simpleType>
</xsd:schema>
<< Назад |
Приложение 2. >> Пример XML сообщения |
|
Содержание Спецификация на обмен данными в электронном виде о факте, параметрах нетрудоспособности и других сведениях, необходимых для... |
Если вы являетесь пользователем интернет-версии системы ГАРАНТ, вы можете открыть этот документ прямо сейчас или запросить по Горячей линии в системе.