<?xml version='1.0' encoding='UTF-8'?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:or="http://www.fss.ru/integration/types/organization/v01" xmlns:cu="http://www.fss.ru/integration/types/commonUq/v01" xmlns:cm="http://www.fss.ru/integration/types/common/v01" xmlns="http://www.fss.ru/integration/types/uv/pattern/v01" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.fss.ru/integration/types/uv/pattern/v01">

  <xs:import namespace="http://www.fss.ru/integration/types/organization/v01" schemaLocation="http://sedo.fss.ru/sedo-gateway/api/soap/SedoGateway?xsd=../../xsd/v01/type/Organization.xsd"/>
  <xs:import namespace="http://www.fss.ru/integration/types/common/v01" schemaLocation="http://sedo.fss.ru/sedo-gateway/api/soap/SedoGateway?xsd=../../xsd/v01/type/Common.xsd"/>
  <xs:import namespace="http://www.fss.ru/integration/types/commonUq/v01" schemaLocation="http://sedo.fss.ru/sedo-gateway/api/soap/SedoGateway?xsd=../../xsd/v01/type/CommonUQ.xsd"/>

  <xs:complexType name="HeadType">
    <xs:annotation>
      <xs:documentation>
        Сведения о руководителе
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="fullNameTheHead">
        <xs:annotation>
          <xs:documentation>
            Ф.И.О руководителя организации
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="80"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="headPosition">
        <xs:annotation>
          <xs:documentation>
            Должность руководителя организации (обособленного подразделения)
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="80"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="headOrganizationPhone">
        <xs:annotation>
          <xs:documentation>
            Контактный телефон руководителя организации
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="20"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="AccountantType">
    <xs:annotation>
      <xs:documentation>
        Сведения о главном бухгалтере
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="fullNameChiefAccountant">
        <xs:annotation>
          <xs:documentation>
            Ф.И.О. главного бухгалтера
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="80"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="chiefAccountantPhone">
        <xs:annotation>
          <xs:documentation>
            Контактный телефон главного бухгалтера
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="20"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:simpleType name="subordinationCode">
    <xs:annotation>
      <xs:documentation>
        Страхователь. Код подчиненности
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string"/>
  </xs:simpleType>

  <xs:complexType name="InsurerType">
    <xs:annotation>
      <xs:documentation>
        Сведения о страхователе
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="name" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            Наименование страхователя
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="regNumber" type="or:regNum">
        <xs:annotation>
          <xs:documentation>
            Регистрационный номер в ТОФ
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="subordinationCode" type="subordinationCode">
        <xs:annotation>
          <xs:documentation>
            Код подчиненности (Код_ТОФ Наименование_ТОФ)
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="inn" type="or:inn">
        <xs:annotation>
          <xs:documentation>
            ИНН
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="kpp" type="or:kpp">
        <xs:annotation>
          <xs:documentation>
            КПП
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="address">
        <xs:annotation>
          <xs:documentation>
            Адрес места нахождения организации (обособленного подразделения)
            или адрес постоянного места жительства индивидуального предпринимателя, физического лица
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="4000"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="PaymentAccountType">
    <xs:annotation>
      <xs:documentation>
        Сведения о расчетном счете
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="accountNumber">
        <xs:annotation>
          <xs:documentation>
            Номер счёта
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:pattern value="[1-9]\d{4}[0-9ABCEHKMPTX]\d{14}"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="bankName" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            Полное наименование банка
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="inn" type="or:inn">
        <xs:annotation>
          <xs:documentation>
            ИНН
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="kpp" type="or:kpp">
        <xs:annotation>
          <xs:documentation>
            КПП
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="corrAccount">
        <xs:annotation>
          <xs:documentation>
            Корр. счет.
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:length value="20"/>
            <xs:pattern value="\d{20}"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="bik">
        <xs:annotation>
          <xs:documentation>
            БИК
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:pattern value="\d{9}"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="oktmo" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            ОКТМО
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="PersonalAccountType">
    <xs:annotation>
      <xs:documentation>
        Сведения о лицевом счете
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ufkAccountNumber">
        <xs:annotation>
          <xs:documentation>
            Номер лицевого счёта
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:pattern value="[1-9]\d{4}[0-9ABCEHKMPTX]\d{14}"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="kbk" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            КБК
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="financialOrgName" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            Наименование финансового органа
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="InsurerRepresentativeType">
    <xs:annotation>
      <xs:documentation>
        Сведения о законном или уполномоченном представителе страхователя
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="agentType" type="AgentType">
        <xs:annotation>
          <xs:documentation>
            Тип представителя страхователя
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="1" minOccurs="1" name="fullName" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            Ф.И.О. законного или уполномоченного представителя страхователя
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="1" minOccurs="0" name="docIdName" type="xs:long">
        <xs:annotation>
          <xs:documentation>
            ID Документа, удостоверяющего личность представителя страхователя
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="1" minOccurs="0" name="docIdReq" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            Реквизиты документа, удостоверяющего личность представителя страхователя
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="1" minOccurs="0" name="docConfirmName" type="xs:long">
        <xs:annotation>
          <xs:documentation>
            ID Документа, подтверждающего полномочия представителя страхователя
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="1" minOccurs="0" name="docConfirmReq" type="xs:string">
        <xs:annotation>
          <xs:documentation>
            Реквизиты документа, подтверждающего полномочия представителя страхователя
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="AmountsPayableType">
    <xs:annotation>
      <xs:documentation>
        Суммы по уплатам
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="insurancePremiums" type="cm:amount">
        <xs:annotation>
          <xs:documentation>
            Страховые взносы
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fine" type="cm:amount">
        <xs:annotation>
          <xs:documentation>
            Пени
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="penalties" type="cm:amount">
        <xs:annotation>
          <xs:documentation>
            Штрафы
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:simpleType name="RefundStatementSubtype">
    <xs:restriction base="xs:string">
      <xs:enumeration value="TYPE_16">
        <xs:annotation>
          <xs:documentation>Заявление о возврате излишне уплаченных</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TYPE_17">
        <xs:annotation>
          <xs:documentation>Заявление о возврате излишне взысканных</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>

  <xs:simpleType name="AgentType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="LEGAL">
        <xs:annotation>
          <xs:documentation>Законный представитель страхователя</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AUTHORIZED">
        <xs:annotation>
          <xs:documentation>Уполномоченный представитель страхователя</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>

  <xs:complexType name="AttachmentListType">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="1" name="attachment" type="cu:AttachmentType">
        <xs:annotation>
          <xs:documentation>Файл документа</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="DocumentDataType">
    <xs:sequence>
      <xs:element name="numDoc" type="xs:string">
        <xs:annotation>
          <xs:documentation>Номер документа</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="nameDoc" type="xs:string">
        <xs:annotation>
          <xs:documentation>Наименование документа</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="1" minOccurs="0" name="docTypeId" type="xs:long">
        <xs:annotation>
          <xs:documentation>Id типа документа</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dateDoc" type="xs:date">
        <xs:annotation>
          <xs:documentation>Дата документа</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:schema>