Skip to content

Instantly share code, notes, and snippets.

@notxcain
Created November 15, 2016 12:16
Show Gist options
  • Save notxcain/c81421e2046731cef2bf93136bc8c74f to your computer and use it in GitHub Desktop.
Save notxcain/c81421e2046731cef2bf93136bc8c74f to your computer and use it in GitHub Desktop.
СБЕРБАНК УПШ 2.0
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://bssys.com/upg/request"
targetNamespace="http://bssys.com/upg/request" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0">
<xs:element name="Request" type="Request">
<xs:annotation>
<xs:documentation>Запрос УС к СББОЛ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="Fraud">
<xs:sequence>
<xs:element name="Login" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Логин</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TokenInfo" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Данные токена
Отображение в запросе (разделитель «;»):
TOKEN;IС1_A10D0010L_C1_VT01KA02;2012-04-13 09:44:59.003;TLS00041485B;100;1
Отображение в интерфейсе:
1. Тип токена: TOKEN
2. Информация о конфигурации токена: IС1_A10D0010L_C1_VT01KA02
3. Дата конфигурации: 2012-04-13 09:44:59.003
4. Серийный номер токена: TLS00041485B
5. Номер сборки токена: 100
6. Текущая учетная запись (ПИН): 1
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HttpAcceptLanguage" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Список поддерживаемых естественных языков
Требуется указать локализацию ОС компьютера, на котором установлен БК,
Например, для английской локализации в качестве значения атрибута указывается - 'en-US', для русской локализации указывается -
'ru-RU'.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IpMACAddresses" type="xs:string">
<xs:annotation>
<xs:documentation>IP и Mac адреса компьютера отправившего или подписавшего.
Формат: «remoteIP;remoteMac;ip1;mac1;ip2;mac2»
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GeolocationInfo" type="xs:string">
<xs:annotation>
<xs:documentation>Геопозиционирование компьютера отправившего или подписавшего.
Формат: «Longitude;Latitude;HorizontalAccuracy;Timestamp;Status»
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PcProp" type="xs:string">
<xs:annotation>
<xs:documentation>Уникальные свойтсва компьютера отправившего или подписавшего.
Формат: «UUID;Идентификатор процессора;Серийный номер BIOS;Серийный номер жесткого диска».
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DevicePrint" minOccurs="0">
<xs:annotation>
<xs:documentation>Закодированное значение, полученное из скрипта "rsa.js" (Фрод).
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="EnableUseSignCorrDict">
<xs:attribute name="active" type="BoolType">
<xs:annotation>
<xs:documentation>использовать подтвержденный справочник контрагентов
да - 1
нет - 0
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="OfflineUpdate">
<xs:attribute name="Type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ALONE"/>
<xs:enumeration value="MULTI"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="OperatingSystem">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="WINDOWS"/>
<xs:enumeration value="OSX"/>
<xs:enumeration value="LINUX"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Architecture">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="x86"/>
<xs:enumeration value="x64"/>
<xs:enumeration value="Any"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:annotation>
<xs:documentation>Rzk сложные типы</xs:documentation>
</xs:annotation>
<xs:complexType name="RzkParams">
<xs:annotation>
<xs:documentation>Параметры обработки документа в РЦК (СБК)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BudgetId" type="xs:long">
<xs:annotation>
<xs:documentation>Идентификатор структуры (поле РЦК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BudgetСaption" type="xs:string">
<xs:annotation>
<xs:documentation>Структура (поле РЦК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EstimateId" type="xs:long">
<xs:annotation>
<xs:documentation>Идентификатор Центра ответственности (поле РЦК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EstimateCaption" type="xs:string">
<xs:annotation>
<xs:documentation>Центр ответственности (поле РЦК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Product" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>PRODUCT (поле РЦК). Если документ передается в рамках прямого управления счетом, то указывается значение "DirectControl"</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RzkStatus" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Доп. статус СБК (поле РЦК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RzkAction" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Последнее действие с документом в СБК (поле РЦК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DistributedSign" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Признак «Документ по распределенной схеме»: 0 - не включен 1 –включен. По умолчанию установлен признак 0 - не включен.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RzkDocAnalytic">
<xs:annotation>
<xs:documentation>Строка многострочной аналитики платежного поручения</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Amount" type="xs:decimal">
<xs:annotation>
<xs:documentation>Сумма</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BudgetId" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор структуры</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Classifier1Id" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор сметы доходов и расходов ЦО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Class1Code" minOccurs="0">
<xs:annotation>
<xs:documentation>Код сметы доходов и расходов ЦО</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Class1Description" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование сметы доходов и расходов ЦО</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FinanceTypeDescription" minOccurs="0">
<xs:annotation>
<xs:documentation>Название вида финансирования</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FinanceTypeId" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор вида финансирования в РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KesrCode" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Классификатор сметы</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KesrDescription" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование сметы статей доходов и расходов</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OrgGroupCaption" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование группы организаций</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OrgGroupId" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор группы организаций/</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PactDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PactId" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор договора в РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PactNum" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="60"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PactSubject" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PayCodeCode" minOccurs="0">
<xs:annotation>
<xs:documentation>Код вида расчетов</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PayCodeDescription" minOccurs="0">
<xs:annotation>
<xs:documentation>Название вида расчёта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PayCodeId" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор вида расчёта в РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProjectStdCode" minOccurs="0">
<xs:annotation>
<xs:documentation>Код проекта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ProjectStdDescription" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование проекта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ProjectStdId" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор проекта в РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReasonDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата документа основания платежа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReasonNum" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер документа основания платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ReasonType" minOccurs="0">
<xs:annotation>
<xs:documentation>Вид документа основания платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RzkDocAnalytics">
<xs:annotation>
<xs:documentation>Многострочная аналитика платежного документа в соответствии со справочниками РЦК (СБК)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RzkDocAnalytic" type="RzkDocAnalytic" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Rzk">
<xs:annotation>
<xs:documentation>Многострочная аналитика и параметры обработки платежного документа в РЦК (СБК)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RzkParams" type="RzkParams" minOccurs="0">
<xs:annotation>
<xs:documentation>Параметры обработки документа в РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RzkDocAnalytics" type="RzkDocAnalytics" minOccurs="0">
<xs:annotation>
<xs:documentation>Многострочная аналитика платежного документа в соответствии со справочниками РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:annotation>
<xs:documentation>Общие для всех взаимодействий сложные типы</xs:documentation>
</xs:annotation>
<xs:complexType name="LinkedDocs">
<xs:annotation>
<xs:documentation>Связанные документы</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="LDoc" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Документ, связанный с поручением</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="Params" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительные параметры связанного с поручением документа
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>Тип связанного документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docExtId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор документа в УС</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:annotation>
<xs:documentation>Сложные типы, используемые в валютном переводе</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Сложные типы взаимодействий релизов 0 - 1</xs:documentation>
</xs:annotation>
<xs:attributeGroup name="OrgDataAttr">
<xs:annotation>
<xs:documentation>ИНН, КПП в виде атрибутов</xs:documentation>
</xs:annotation>
<xs:attribute name="inn" type="InnType" use="required">
<xs:annotation>
<xs:documentation>ИНН (до 12)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="kpp" type="KppType">
<xs:annotation>
<xs:documentation>КПП (до 9)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:complexType name="Params">
<xs:annotation>
<xs:documentation>Множество параметров произвольного вида</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Param" type="Param" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Параметр</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Param">
<xs:annotation>
<xs:documentation>Отдельный параметр произвольного вида</xs:documentation>
</xs:annotation>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>Название параметра</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="value" use="required">
<xs:annotation>
<xs:documentation>Значение параметра</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Account" mixed="true">
<xs:annotation>
<xs:documentation>Номер счёта в виде значения элемента и БИК в значении параметра</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="AccNumType">
<xs:attribute name="bic" type="BicType" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PayDocRuClient">
<xs:complexContent>
<xs:extension base="AbstractClient">
<xs:attribute name="inn" use="required">
<xs:annotation>
<xs:documentation>ИНН (от 5 до 12 или 0)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0]{1}|[0-9]{5,12}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="kpp" type="KppType">
<xs:annotation>
<xs:documentation>КПП (до 9)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="PayDocRu">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="AccDoc" type="AccDoc">
<xs:annotation>
<xs:documentation>Реквизиты платёжного документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Payer" type="PayDocRuClient">
<xs:annotation>
<xs:documentation>Реквизиты плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Payee" type="Contragent">
<xs:annotation>
<xs:documentation>Реквизиты получателя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DepartmentalInfo" type="DepartmentalInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Налоговая информация: поля 101, 104 - 110 платёжного поручения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Information" minOccurs="0">
<xs:annotation>
<xs:documentation>Информация получателю</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="210"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Credit" type="Credit" minOccurs="0">
<xs:annotation>
<xs:documentation>Доп. реквизиты. Указываются для платёжных документов, проводимых за счёт
предоставляемого банком кредита
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Services" type="Services" minOccurs="0">
<xs:annotation>
<xs:documentation>Продукты и услуги плательщика (доп. продукты РЦК, например, консолидация,
финансирование и т.п.)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrDealCertificateInfo" minOccurs="0">
<xs:complexType>
<xs:attribute name="number" use="required" >
<xs:annotation>
<xs:documentation>Номер документа (клиентский)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="date" type="xs:date" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="Rzk" type="Rzk" minOccurs="0">
<xs:annotation>
<xs:documentation>Многострочная аналитика и параметры обработки платежного документа в РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SuppDocs" type="SuppDocs" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CliringCode">
<xs:attribute name="countryCode" type="CountryCodeISO2">
<xs:annotation>
<xs:documentation>2-х символьный код страны</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name">
<xs:annotation>
<xs:documentation>сокращение</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="60"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="note">
<xs:annotation>
<xs:documentation>обозначение</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="code">
<xs:annotation>
<xs:documentation>клиринговый код
Клиринговый код банка бенефициара
National Code
например, FW123456789 или FW
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AccDoc">
<xs:sequence>
<xs:element name="Purpose">
<xs:annotation>
<xs:documentation>Назначение платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="210"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="uip" type="uipType" use="optional">
<xs:annotation>
<xs:documentation>УИП</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="accDocNo" use="required">
<xs:annotation>
<xs:documentation>Номер расчетного документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата создания документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docSum" type="xs:decimal" use="required">
<xs:annotation>
<xs:documentation>Сумма платежа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="transKind" use="required">
<xs:annotation>
<xs:documentation>Вид операции</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="paytKind" use="required">
<xs:annotation>
<xs:documentation>Вид платежа
Возможные значения: «почтой», «электронно», «телеграфом» («срочно» временно недоступно).
Если не указано, заполняется: «0»
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="priority" use="required">
<xs:annotation>
<xs:documentation>Очерёдность платежа: число от 1 до 9</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="codeVO" type="OperCodeType">
<xs:annotation>
<xs:documentation>Код вида валютной операции</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="psNum" type="DealPassNumFullType">
<xs:annotation>
<xs:documentation>Номер паспорта сделки</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="urgentSBRF">
<xs:annotation>
<xs:documentation>Дополнительная услуга СБРФ.
Срочность: 0 - срочный, 1 - срочный с УВ, 2 - неотложный
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
<xs:minLength value="1"/>
<xs:pattern value="[012]"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="vat" type="xs:string">
<xs:annotation>
<xs:documentation>Указывается способ расчета НДС согласно справочнику расчета НДС в CORREQTS:
1 - расчет по % (1)
2 - расчет по % (2)
3 - Расчет по % (+)
4 - НДС не облаг.
5 - Ввод НДС
6 - Ручной ввод
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="vatSum" type="xs:decimal">
<xs:annotation>
<xs:documentation>Сумма НДС</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="vatRate" type="xs:decimal">
<xs:annotation>
<xs:documentation>% НДС</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AbstractClient" abstract="true">
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Bank" type="Bank">
<xs:annotation>
<xs:documentation>Реквизиты банка клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Filial" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="personalAcc" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер счёта</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Client">
<xs:complexContent>
<xs:extension base="AbstractClient">
<xs:attributeGroup ref="OrgDataAttr"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Bank">
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BankCity" minOccurs="0">
<xs:annotation>
<xs:documentation>Название населённого пункта банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SettlementType" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип населённого пункта банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="bic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="correspAcc" type="AccNumType" use="optional">
<xs:annotation>
<xs:documentation>Номер корр. счёта банка</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Contragent">
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование контрагента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Bank" type="Bank">
<xs:annotation>
<xs:documentation>Реквизиты банка контрагента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Filial" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="personalAcc" use="optional">
<xs:annotation>
<xs:documentation>Номер счёта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="AccNumType">
<xs:length value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="kpp" type="KppType" use="optional">
<xs:annotation>
<xs:documentation>КПП (до 9)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="inn" type="InnType" use="optional">
<xs:annotation>
<xs:documentation>ИНН (до 12)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Register">
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер реестра на пополнение средств по корпоративным картам</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата реестра на пополнение средств по корпоративным картам</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DepartmentalInfo">
<xs:attribute name="drawerStatus" use="required">
<xs:annotation>
<xs:documentation>Показатель статуса налогоплательщика (101)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="cbc" type="CbcType" use="required">
<xs:annotation>
<xs:documentation>Код бюджетной классификации (104)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="okato" type="OkatoType" use="required">
<xs:annotation>
<xs:documentation>Код ОКАТО (105)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="paytReason" use="required">
<xs:annotation>
<xs:documentation>Показатель основания платежа (106)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="taxPeriod" use="required">
<xs:annotation>
<xs:documentation>Налоговый период (107)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docNo" use="required">
<xs:annotation>
<xs:documentation>Номер налогового документа (108)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" use="required">
<xs:annotation>
<xs:documentation>Дата налогового документа (109) DD.MM.YYYY или 0</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="taxPaytKind" use="optional">
<xs:annotation>
<xs:documentation>Тип налогового платежа (110)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Services">
<xs:sequence>
<xs:element name="Params" type="Params">
<xs:annotation>
<xs:documentation>Произвольные дополнительные параметры, описывающие продукты и услуги
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Tickets">
<xs:sequence>
<xs:element name="Ticket" type="Ticket" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Состояние отдельного квитируемого документа</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Ticket">
<xs:sequence minOccurs="0">
<xs:element name="Info">
<xs:annotation>
<xs:documentation>Для передачи информации по документу из СББОЛ в УС</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="BankDate" type="BankDateType" minOccurs="0">
<xs:annotation>
<xs:documentation>Банковские даты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MsgFromBank" minOccurs="0">
<xs:complexType>
<xs:attribute name="author" use="optional">
<xs:annotation>
<xs:documentation>Автор сообщения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4000"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="message" use="optional">
<xs:annotation>
<xs:documentation>Сообщение из банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4000"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="statusStateCode" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Код состояния документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgId" type="xs:int">
<xs:annotation>
<xs:documentation>Идентификатор организации в СББОЛ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docExtId" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор документа в УС</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OtherParams" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Параметры произвольного вида</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sign" type="DigitalSign">
<xs:annotation>
<xs:documentation>Техн ЭП СББОЛ</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Тикет СББОЛ (UUID документа)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="createTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время создания квитка (с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AccountRepl">
<xs:complexContent>
<xs:extension base="Account">
<xs:attribute name="repl">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DigitalSign">
<xs:sequence>
<xs:element name="Issuer">
<xs:annotation>
<xs:documentation>Идентификатор поставщика сертификата
Например, " issuer="E=IdleCA, C=RU, S=Idle CA, L=Idle CA, O=Idle CA, OU=Idle CA, CN=Idle CA" "
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SN">
<xs:annotation>
<xs:documentation>Серийный номер сертификата</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Value" type="xs:base64Binary">
<xs:annotation>
<xs:documentation>Значение ЭП</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DigestName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Имя схемы подписи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DigestVersion" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Версия схемы подписи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PcPropHash" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Уникальные свойтсва компьютера отправителя (ХЭШ)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Fraud" type="Fraud" minOccurs="0">
<xs:annotation>
<xs:documentation>Данные для fraud-мониторинга. Информация о подписи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Order" type="xs:int" minOccurs="0">
<xs:annotation>
<xs:documentation>Очередность наложения подписи (какая подпись когда была наложена) в случае
наложения подписи и удаления ее, порядок должен сдвигаться соответственно влево
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SignDate" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата/Время подписи
Пример: 2012-04-13 09:44:59.003
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DigitalSignType">
<xs:sequence>
<xs:element name="Issuer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SN">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Value" type="xs:base64Binary"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ClientAccounts">
<xs:sequence>
<xs:element name="Acc" type="Acc" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Номер расчетного счета клиента, обслуживающийся в подразделении-получателе
документа
(т.к. данный реквизит сейчас используется для идентификации клиента и подразделения-получателя
справки, достаточно передавать
только один номер счета)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Acc">
<xs:simpleContent>
<xs:extension base="AccNumType">
<xs:attribute name="bic" type="BicType">
<xs:annotation>
<xs:documentation>БИК</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="Sender">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>Сокращенное наименование подразделения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="300"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="code" use="required">
<xs:annotation>
<xs:documentation>Код участника расчетов</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:annotation>
<xs:documentation>Сложные типы из взаимодействий релиза 2</xs:documentation>
</xs:annotation>
<xs:complexType name="ErrorType">
<xs:annotation>
<xs:documentation>Ошибка в заголовке ответа от АБС</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Code" type="xs:string">
<xs:annotation>
<xs:documentation>Код ошибки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Type" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип ошибки (Error, Warn, Info)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Desc" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Описание ошибки</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AccNumBicType">
<xs:annotation>
<xs:documentation>Номер счёта и БИК</xs:documentation>
</xs:annotation>
<xs:attribute name="accNum" use="required">
<xs:annotation>
<xs:documentation>Номер счёта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="AccNumType">
<xs:pattern value="[0-9]{20}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AccountCurrType">
<xs:annotation>
<xs:documentation>Реквизиты валютного счёта</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Bank">
<xs:annotation>
<xs:documentation>Реквизиты банка зачисления валюты</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование банка зачисления валюты (либо в соответствии с BNKSEEK
либо наименование отделения
СБРФ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="140"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BankSWIFT" minOccurs="0">
<xs:annotation>
<xs:documentation>SWIFT банка зачисления валюты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BankInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Иные реквизиты банка зачисления валюты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="bic">
<xs:annotation>
<xs:documentation>БИК банка зачисления валюты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="correspAcc" type="AccNumType">
<xs:annotation>
<xs:documentation>Коррсчёт банка зачисления валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="accNum" use="required">
<xs:annotation>
<xs:documentation>Номер счёта зачисления валюты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="OurRubAccountType">
<xs:complexContent>
<xs:extension base="AccountRubType">
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>0 - Средства в рублях перечислить на наш счет в Сбербанке России
1 - Средства в рублях перечислить на счет в другом банке / в других филиалах и отделениях Сбербанка России
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-1]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="AdditionalRequisite" use="optional">
<xs:annotation>
<xs:documentation>Дополнительные реквизиты банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="OurRubAccountTypeRequired">
<xs:complexContent>
<xs:extension base="AccountRubType">
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>0 - Средства в рублях перечислить на наш счет в Сбербанке России
1 - Средства в рублях перечислить на счет в другом банке / в других филиалах и отделениях Сбербанка России
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-1]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="AdditionalRequisite" use="optional">
<xs:annotation>
<xs:documentation>Дополнительные реквизиты банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AccountRubType">
<xs:annotation>
<xs:documentation>Реквизиты счёта в отечественном банке</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Bank" type="Bank">
<xs:annotation>
<xs:documentation>Реквизиты банка, в котором открыт счёт</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="accNum" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер счёта</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CurrAmountType">
<xs:annotation>
<xs:documentation>Денежная сумма с указанием кода валюты</xs:documentation>
</xs:annotation>
<xs:attribute name="docSum" type="xs:decimal" use="required">
<xs:annotation>
<xs:documentation>Сумма</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="currCode" type="CurrCodeDigitalType" use="required">
<xs:annotation>
<xs:documentation>Цифровой код валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="currIsoCode" type="CurrCodeLetterType" use="optional">
<xs:annotation>
<xs:documentation>Трёхбуквенный код валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CurrAmountLetterType">
<xs:annotation>
<xs:documentation>Денежная сумма с указанием трёхбуквенного кода валюты</xs:documentation>
</xs:annotation>
<xs:attribute name="docSum" type="xs:decimal" use="required">
<xs:annotation>
<xs:documentation>Сумма</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="currCode" type="CurrCodeLetterType" use="required">
<xs:annotation>
<xs:documentation>Трёхбуквенный код валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CurrSumType">
<xs:annotation>
<xs:documentation>Денежная сумма с указанием трёхбуквенного кода валюты</xs:documentation>
</xs:annotation>
<xs:attribute name="docSum" type="xs:decimal" use="required">
<xs:annotation>
<xs:documentation>Сумма</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="currCode" type="CurrCodeLetterType" use="required">
<xs:annotation>
<xs:documentation>3-буквенный код валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Accept">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="AccDocAccept" type="AccDocAccept">
<xs:annotation>
<xs:documentation>Реквизиты заявления на Акцепт</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AcceptInfo" type="AcceptInfo">
<xs:annotation>
<xs:documentation>Информация об акцепте / отказе от акцепта / частичном акцепте</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AcceptInfo">
<xs:sequence>
<xs:element name="NumDocPayReq">
<xs:annotation>
<xs:documentation>Номер платежного требования</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DateDocPayReq" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата платежного требования</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Payer" type="Client">
<xs:annotation>
<xs:documentation>Реквизиты плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Payee" type="Contragent">
<xs:annotation>
<xs:documentation>Реквизиты получателя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SummaTreb" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма исходного платежного требования</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DateOD" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата окончания акцепта по платежному требованию</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PunktDog" minOccurs="0">
<xs:annotation>
<xs:documentation>Нарушен пункт договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NumDog" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DateDog" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocExtId">
<xs:annotation>
<xs:documentation>Идентификатор исходного платежного требования в АБС</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Comments" minOccurs="0">
<xs:annotation>
<xs:documentation>Комментарии к заявлению на акцепт. Заполняется при отказе от акцепта, указывается
причина отказа от акцепта.я
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="700"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DateOfReceipt" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата поступления платежного требования в Банк</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AccDocAccept">
<xs:attribute name="bankName">
<xs:annotation>
<xs:documentation>Наименование подразделения получателя платежа/код участника расчетов
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docSum" type="xs:decimal">
<xs:annotation>
<xs:documentation>Сумма платежа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>Тип заявления - указывается значение "Акцепт" или "Отказ от акцепта"
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="SalaryDoc">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Account" type="AccNumBicType" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты расчётного счёта клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SalContract">
<xs:annotation>
<xs:documentation>Реквизиты зарплатного договора</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="admissionValue">
<xs:annotation>
<xs:documentation><![CDATA[Вид зачисления (цифровое значение вида зачисления)
Возможные значения: заработная плата - 01, стипендия учащимся - 02, пенсия
социальная - 03, пенсия негосударственных пенсионных фондов (кроме НПФ
Сбербанка) - 04, пособия и другие выплаты по безработице - 05, пособия на
детей - 06, прочие выплаты - 07.]]></xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="contrNum" use="required">
<xs:annotation>
<xs:documentation>Номер договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="contrDate" type="xs:date" use="required" form="unqualified">
<xs:annotation>
<xs:documentation>Дата договора</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="filialBankName">
<xs:annotation>
<xs:documentation>Наименование филиала СБРФ, заключившего с клиентом договор о
зачислении денежных средств на счета физических лиц
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="filialBankNum" use="required">
<xs:annotation>
<xs:documentation>Номер филиала СБРФ, заключившего с клиентом договор о зачислении
денежных средств на счета физических лиц
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankINN" type="InnType">
<xs:annotation>
<xs:documentation>ИНН банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="corAcc" type="AccNumType">
<xs:annotation>
<xs:documentation>Номер кор. счета</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Total" type="xs:integer" minOccurs="0"/>
<xs:element name="TotalSum" type="CurrAmountType"/>
<xs:element name="TransfInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="Transf" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="SName" type="xs:string">
<xs:annotation>
<xs:documentation>Фамилия физического лица</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="xs:string">
<xs:annotation>
<xs:documentation>Имя физического лица</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MiddleName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Отчество физического лица
(у некоторых иностранцев нет отчества)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AccNum" type="AccNumType">
<xs:annotation>
<xs:documentation>Номер счета физического лица</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма платежа
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="numSt" type="xs:integer">
<xs:annotation>
<xs:documentation>Номер п/п (может быть использован при подписи )
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PayDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Платежные документы, которыми перечисляется зар. плата</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PayDocRu" type="SalaryPayDocRu" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReportPeriod" type="ReportPeriod" minOccurs="0"/>
<xs:element name="Rzk" type="Rzk" minOccurs="0">
<xs:annotation>
<xs:documentation>Многострочная аналитика и параметры обработки платежного документа в РЦК (СБК)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="ComDocData">
<xs:sequence>
<xs:element name="OrgData" type="OrgData">
<xs:annotation>
<xs:documentation>Основные реквизиты организации, указываемые в документе</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AuthPers" type="AuthPers" minOccurs="0">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankName">
<xs:annotation>
<xs:documentation>Значение Response/OrganizationsInfo/OrganizationsInfo/Branches/Branch/SystemName – системное имя подразделения
банка, которое передается в рамках OrganizationsInfo
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankNum" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Номер подразделения банка получателя заявления в ДБО</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CurrSellComDocData">
<xs:sequence>
<xs:element name="OrgData" type="OrgData">
<xs:annotation>
<xs:documentation>Основные реквизиты организации, указываемые в документе</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AuthPers" type="AuthPers" minOccurs="0">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankName">
<xs:annotation>
<xs:documentation>Значение Response/OrganizationsInfo/OrganizationsInfo/Branches/Branch/SystemName – системное имя подразделения
банка, которое передается в рамках OrganizationsInfo
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankNum" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Номер подразделения банка получателя заявления в ДБО</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="OrgData">
<xs:attribute name="kpp" type="KppType">
<xs:annotation>
<xs:documentation>КПП клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="okato" type="OkatoType">
<xs:annotation>
<xs:documentation>ОКАТО клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="inn" type="InnType" use="required">
<xs:annotation>
<xs:documentation>ИНН клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgName" use="required">
<xs:annotation>
<xs:documentation>Наименование организации клиента (сокращенное наименование - как в платежных руб. документах)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="okpo" type="OkpoType">
<xs:annotation>
<xs:documentation>ОКПО клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgOGRN" type="OgrnType">
<xs:annotation>
<xs:documentation>ОГРН клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="clientNameIntheGenitive" use="optional">
<xs:annotation>
<xs:documentation>Cокращенное наименование организации в родительном падеже</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="fullName" use="optional">
<xs:annotation>
<xs:documentation>Полное наименование</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="internationalName" use="optional">
<xs:annotation>
<xs:documentation>Наименование на иностранном языке (при наличии)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="opf" use="optional">
<xs:annotation>
<xs:documentation>Наименование на иностранном языке (при наличии)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="datOGRN" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата регистрации</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="OrgDataIP">
<xs:sequence>
<xs:element name="ClientNameIntheGenitive" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>ФИО</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Fio">
<xs:annotation>
<xs:documentation>ФИО</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BirthDayAndPlace">
<xs:annotation>
<xs:documentation>Дата и место рождения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Citizenship">
<xs:annotation>
<xs:documentation>Дата и место рождения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AuthPers">
<xs:sequence>
<xs:element name="Name" minOccurs="0">
<xs:annotation>
<xs:documentation>Имя уполномоченного сотрудника организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="60"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер телефона, факса уполномоченного сотрудника организации клиента
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="40"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SalaryPayDocRu">
<xs:sequence>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма платежа</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docNum" type="Max6Text" use="required">
<xs:annotation>
<xs:documentation>Номер расчетного документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="required" form="unqualified">
<xs:annotation>
<xs:documentation>Дата расчетного документа
(по местному времени обслуживающего подразделения банка)
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="payerAcc" type="AccNumType" use="optional">
<xs:annotation>
<xs:documentation>Счет списания (cчет плательщика)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="payerBic" type="BicType" use="optional">
<xs:annotation>
<xs:documentation>БИК банка плательщика</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="payeeAcc" type="AccNumType" use="optional">
<xs:annotation>
<xs:documentation>Счет зачисления (cчет получателя)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="payeeBic" type="BicType">
<xs:annotation>
<xs:documentation>БИК банка зачисления</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="pur" type="Max210Text">
<xs:annotation>
<xs:documentation>Назначение платежа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="numSt" type="xs:integer">
<xs:annotation>
<xs:documentation>Номер в списке по порядку</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ExchangeMessagesWithBank">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData" minOccurs="1" maxOccurs="1"/>
<xs:element name="Type" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Тип</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Theme" type="xs:string" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Тема</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" type="AddInfo" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Текст сообщения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TemplateDocumentType" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Тип документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="350"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TemplateDocumentNumber" type="Max6Text" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TemplateDocumentDate" type="xs:date" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TemplateDocumentName" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Тип документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="LetterInBank">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComLettData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Type" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Theme">
<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="AddInfo">
<xs:annotation>
<xs:documentation>Текст сообщения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="AddInfo">
<xs:maxLength value="8000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="ComLettData">
<xs:sequence>
<xs:element name="OrgData" type="OrgData">
<xs:annotation>
<xs:documentation>Основные реквизиты организации, указываемые в документе</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankName">
<xs:annotation>
<xs:documentation>Значение Response/OrganizationsInfo/OrganizationsInfo/Branches/Branch/SystemName – системное имя подразделения
банка, которое передается в рамках OrganizationsInfo
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankNum" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Номер подразделения банка получателя заявления в ДБО</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CurrConv">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Trans" type="CurrConvTrans">
<xs:annotation>
<xs:documentation>Сделка</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" type="AddInfo" minOccurs="0"/>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VoDocs" type="VoDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Обосновывающие документы</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrDealInquiry" type="DocData" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты справки о валютных операциях</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vo" type="OperCodeType" minOccurs="0">
<xs:annotation>
<xs:documentation>Код вида валютной операции</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CurrConvTrans">
<xs:sequence>
<xs:choice>
<xs:annotation>
<xs:documentation>Средства в валюте подлежат списанию с тек. вал. счета/перечислены банку
</xs:documentation>
</xs:annotation>
<xs:element name="AccDoc" type="AccountRU">
<xs:annotation>
<xs:documentation>Реквизиты текущего валютного счёта клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:sequence>
<xs:element name="AccBank" type="AccountRU" minOccurs="0">
<xs:annotation>
<xs:documentation>Счет банка, на кот. перечислены средства для продажи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayDocCur" type="DocData">
<xs:annotation>
<xs:documentation>Реквизиты валютного перевода</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element name="AccTrans" type="AccountRU">
<xs:annotation>
<xs:documentation>Реквизиты счёта зачисления валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AmountSell" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма продаваемой валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AmountBuy" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма покупаемой валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealType" type="DealType">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:element>
<xs:element name="DateCalcType" type="DateCalcType">
<xs:annotation>
<xs:documentation>Дата расчетов: TOD, TOM, SPOT</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MinRateCurs" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Курс "не менее", по которому требуется продать валюту. Заполняется, если биржа
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MaxRateCurs" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Курс "не более", по которому нужно купить валюту. Заполняется, если биржа
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Terms" type="Terms" minOccurs="0">
<xs:annotation>
<xs:documentation>Условия сделки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:annotation>
<xs:documentation>Комиссии</xs:documentation>
</xs:annotation>
<xs:element name="AccCom" type="AccountRU">
<xs:annotation>
<xs:documentation>Ком. вознаграждение списать с нашего счета</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Amount" type="BoolType">
<xs:annotation>
<xs:documentation>Удержать из суммы сделки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayDocRu" type="DocData">
<xs:annotation>
<xs:documentation>Перечислены платежным поручением</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DocData">
<xs:attribute name="bankName">
<xs:annotation>
<xs:documentation>Наименование подразделения - получателя документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер сформированного документа
если нет номера - null
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата создания документа по местному времени</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VoDocs">
<xs:sequence>
<xs:element name="VoDoc" type="VoDoc" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VoDoc">
<xs:sequence>
<xs:element name="DocType">
<xs:annotation>
<xs:documentation>Тип обосн. документа
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="60"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование документа (из справочника системы ДБО)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocData" type="DocData">
<xs:annotation>
<xs:documentation>Осн. данные документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечание</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AccountRU">
<xs:annotation>
<xs:documentation>Реквизиты транзитного валютного счёта</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Bank" type="Bank">
<xs:annotation>
<xs:documentation>Реквизиты банка, в котором открыт транзитный валютный счёт</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AccNum" type="AccNumType" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер транзитного валютного счёта</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Terms">
<xs:sequence>
<xs:element name="TermsType" type="TermsType"/>
<xs:element name="Date" type="xs:date" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ReportPeriod">
<xs:annotation>
<xs:documentation>Отчетный период</xs:documentation>
</xs:annotation>
<xs:attribute name="month" type="MonthType"/>
<xs:attribute name="year" type="xs:string"/>
</xs:complexType>
<xs:complexType name="ConfDocCertificate138I">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocDataConf138I">
<xs:annotation>
<xs:documentation>Общие реквизиты документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConfDocCertificateDocs138I">
<xs:annotation>
<xs:documentation>Содержит данные табличных полей</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ConfDocCertificateDoc138I" type="ConfDocCertificateDoc138I" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Информация о подтверждающем документе</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DocDataConf138I">
<xs:sequence>
<xs:element name="OrgData" type="OrgDataCC">
<xs:annotation>
<xs:documentation>Основные реквизиты организации, указываемые в документе</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealPassNum" type="DealPassNumFullType">
<xs:annotation>
<xs:documentation>Номер ПС (строка со слешами)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Adjustment" type="BoolType">
<xs:annotation>
<xs:documentation>Признак корректировки (0 – признак не установлен; 1 – признак установлен)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdjustmentNumber" type="AdjustmentNumber" minOccurs="0" maxOccurs="1" />
<xs:element name="AuthPers" type="AuthPers" minOccurs="0">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNumber" use="required">
<xs:annotation>
<xs:documentation>Номер документа (клиентский)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="statementFrom" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Справка от (дата справки)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="branchSystemName" type="BranchSystemName" use="required">
<xs:annotation>
<xs:documentation>Системное наименование подразделения банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authBankName" type="AuthBankName">
<xs:annotation>
<xs:documentation>Наименование уполномоченного банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authBankBIC" type="BicType">
<xs:annotation>
<xs:documentation>БИК уполномоченного банка</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ConfDocCertificateDoc138I">
<xs:sequence>
<xs:element name="ConfDoc" type="ConfDoc">
<xs:annotation>
<xs:documentation>Номер и Дата подтверждающего документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocCode" type="DocCode138I">
<xs:annotation>
<xs:documentation>Код вида подтверждающего документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocName">
<xs:annotation>
<xs:documentation>Наименование вида подтверждающего документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocSum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма по подтверждающему документу в единицах валюты документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContractSum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма по подтверждающему документу в единицах валюты контракта (кредитного договора)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DelDir" type="DelDir" minOccurs="0">
<xs:annotation>
<xs:documentation>Признак поставки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExpectedTerm" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Ожидаемый срок</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country" type="CountryName" minOccurs="0">
<xs:annotation>
<xs:documentation>Cтрана грузоотправителя (грузополучателя)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" type="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечание</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocSumDel" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма, соответствующая признаку поставки 2 или 3, в валюте документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContractSumDel" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма, соответствующая признаку поставки 2 или 3, в валюте цены контракта (кредитного договора)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="lineNumber" type="xs:int">
<xs:annotation>
<xs:documentation>Порядковый номер строки в справке</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ConfDoc">
<xs:attribute name="numCheck" type="BoolType" form="unqualified">
<xs:annotation>
<xs:documentation>Признак: 0 - документ имеет номер; 1 - документ без номера</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="num" type="xs:string">
<xs:annotation>
<xs:documentation>Номер подтверждающего документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="date" type="xs:date">
<xs:annotation>
<xs:documentation>Дата подтверждающего документа</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="OrgDataCC">
<xs:attribute name="inn" type="InnType" use="required">
<xs:annotation>
<xs:documentation>ИНН клиента (10,12)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgName" type="OrgNameCC" use="required">
<xs:annotation>
<xs:documentation>Наименование организации клиента (сокращенное наименование - как в платежных руб. документах)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="okpo" type="OkpoType">
<xs:annotation>
<xs:documentation>ОКПО клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CountryName">
<xs:attribute name="code" type="CountryCodeDigital" use="required">
<xs:annotation>
<xs:documentation>Код страны иностранного контрагента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>Название страны иностранного контрагента или "не указано"</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AttachmentsType">
<xs:annotation>
<xs:documentation>Приложенные к документу файлы</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Attachment" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Отдельное вложение</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Type" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип файла вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AttachmentName" minOccurs="0">
<xs:annotation>
<xs:documentation>Имя файла вложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Description" minOccurs="0">
<xs:annotation>
<xs:documentation>Пользовательское описание файла вложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Date" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата добавления вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Size" type="xs:int" minOccurs="0">
<xs:annotation>
<xs:documentation>Размер вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Body" type="xs:base64Binary">
<xs:annotation>
<xs:documentation>В бинарном представлении в сжатом и несжатом виде</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AttachmentSign" type="AttachmentSign" minOccurs="0">
<xs:annotation>
<xs:documentation>Подпись вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AttachmentSign">
<xs:annotation>
<xs:documentation>Подпись вложения</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Sign" type="DigitalSign" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>ЭП клиента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CertifRequest">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="CommonName" type="xs:string">
<xs:annotation>
<xs:documentation>ФИО - фамилия, имя и отчество уполномоченного лица клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Organization" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Краткое наименование организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OrganizationUnit" type="xs:string">
<xs:annotation>
<xs:documentation>Наименование подразделения банка, где заключен контракт с организацией. Для СБ РФ
должно передаваться значение Response/OrgsInfo/Branches/Branch/BankName, соответствующее
Response/OrgsInfo/Contracts/ContractInfo/BranchId
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Locality" type="xs:string">
<xs:annotation>
<xs:documentation>Город местонахождения ЮЛ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country">
<xs:annotation>
<xs:documentation>Страна. Должен передаваться 2-х символьный код страны из справочника стран. RU
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Email" type="xs:string">
<xs:annotation>
<xs:documentation>Е-мейл</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Position" minOccurs="0">
<xs:annotation>
<xs:documentation>Должность физического лица. Должно передаваться значение из
Response/OrgsInfo/AuthPersons/AuthPerson/Position
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Params" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительные параметры. Для СБ РФ будут передаваться следующие параметры:
Response/OrgsInfo/OrgsData/OrgData/OtherOrgData/CertAuthId ), следующие символы до 8 - это
порядковый код ключа (необходимо генерить следующий порядковый номер сертификата в УЦ; последний
порядковый номер сертификата в УЦ передается в теге:
Response/OrgsInfo/OrgsData/OrgData/OtherOrgData/LastCertifNum). Не разрешается использовать
пробел в начале и в конце текста),
tokenId - идентификатор токена,
tokenTlsVersion - версия прошивки токена,
pin- пин, под которым был сделан запрос.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Docs">
<xs:annotation>
<xs:documentation>Содержит данные одного клиентского документа "Запрос на новый сертификат"
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Doc" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Содержит данные одного запроса сертификата, которые создаются по в
рамках одного клиенского запроса (запрос сертификата для подписи/запрос сертификата
TLS и т.д.)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Attachment">
<xs:annotation>
<xs:documentation>Отдельное вложение</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AttachmentName" minOccurs="0">
<xs:annotation>
<xs:documentation>Имя файла вложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Description" minOccurs="0">
<xs:annotation>
<xs:documentation>Пользовательское описание файла вложения
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Body" type="xs:base64Binary">
<xs:annotation>
<xs:documentation>В бинарном представлении в сжатом и несжатом
виде
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Params" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительные параметры. Для СБ РФ будут передаваться следующие параметры:
Response/OrgsInfo/OrgsData/OrgData/OtherOrgData/CertAuthId ), следующие символы до 8 - это
порядковый код ключа (необходимо генерить следующий порядковый номер сертификата в УЦ;
последний
порядковый номер сертификата в УЦ передается в теге:
Response/OrgsInfo/OrgsData/OrgData/OtherOrgData/LastCertifNum). Не разрешается использовать
пробел в начале и в конце текста),
tokenId - идентификатор токена,
tokenTlsVersion - версия прошивки токена,
pin- пин, под которым был сделан запрос.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Тип запроса, передается константа:
«sign» - для запроса сертификата для подписи,
«tls» - для запроса сертификата tls.
При необходимости список может быть расширен.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="requestId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Идентификатор запроса на сертификат для идентификации запроса при загрузке сертификата
из УЦ
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="idCrypto" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Уникальный идентификатор средства подписи. Соответствует значению атрибута из ответа
Responce/OrgsInfo/SignDevices/SignDevice/SignDeviceId
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authPersonId" type="xs:string">
<xs:annotation>
<xs:documentation>Идентификатор уполномоченного лица. Соответствует значению
OrgsInfo/AuthPersons/AuthPerson/AuthPersonId
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="containerName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Ссылка на закрытый ключ</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CurrDealCertificate138I">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocDataCC138I">
<xs:annotation>
<xs:documentation>Общие реквизиты документа ВК ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrDealCertificateDocs138I">
<xs:annotation>
<xs:documentation>Содержит данные табличных полей</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CurrDealCertificateDoc138I" type="CurrDealCertificateDoc138I" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Информация о валютных операциях</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CorpCardHolderAdd">
<xs:annotation>
<xs:documentation>Запрос на добавление Держателя корпоративной карты</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="OrgData" type="OrgData" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Данные организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PersonInfo" type="CorpCardHolderPersonInfo" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Персональные данные физического лица</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CorpCardHolderDel">
<xs:annotation>
<xs:documentation>Запрос на удаление Держателя корпоративной карты</xs:documentation>
</xs:annotation>
<xs:attribute name="docExtId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор документа в УС</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CorpCardExtIssueRequest">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocData" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Общие реквизиты документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OrgData" type="CorpCardExtOrgData" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Реквизиты организации клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CommonDoc" type="CorpCardExtCommonDoc" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Общие реквизиты электронного документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Account" type="CorpCardExtBusinessAccNumBicType" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Реквизиты бизнес счёта клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ListCards" type="CorpCardExtListCards" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Список карт, которые требуется выпустить</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CardTypeCode" minOccurs="1" maxOccurs="1" type="xs:string">
<xs:annotation>
<xs:documentation>Код продукта КК</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CorpCardExtOrgData">
<xs:annotation>
<xs:documentation>Реквизиты организации клиента</xs:documentation>
</xs:annotation>
<xs:attribute name="orgName" use="required">
<xs:annotation>
<xs:documentation>Наименование организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CorpCardExtCommonDoc">
<xs:annotation>
<xs:documentation>Общие реквизиты электронного документа</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Total" type="xs:integer" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Количество сотрудников</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="embossingMainText" use="required">
<xs:annotation>
<xs:documentation>Эмбоссированный текст(Общий текст на карте)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="26"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="cardType" use="required">
<xs:annotation>
<xs:documentation>Тип карты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="122"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CorpCardExtBusinessAccNumBicType">
<xs:annotation>
<xs:documentation>Реквизиты бизнес-счёта клиента (Реквизиты счета и БИК)</xs:documentation>
</xs:annotation>
<xs:attribute name="accNum" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер бизнес-счёта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="accBic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК банка бизнес-счёта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="accCurr" type="CurrCodeLetterType" use="required">
<xs:annotation>
<xs:documentation>Код валюты бизнес-счёта</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CorpCardExtListCards">
<xs:annotation>
<xs:documentation>Информация по списку карт, которые требуется выпустить</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PersonInfo" type="CorpCardHolderPersonInfo" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Персональные Данные</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CorpCardHolderPersonInfo">
<xs:annotation>
<xs:documentation>Персональные Данные физического лица</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SName" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Фамилия физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Name" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Имя физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MiddleName" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Отчество физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sex" minOccurs="1" maxOccurs="1" type="xs:boolean">
<xs:annotation>
<xs:documentation>Пол физического лица: 0 - мужской, 1 - женский</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BirthDt" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата рождения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:date"/>
</xs:simpleType>
</xs:element>
<xs:element name="Inn" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>ИНН физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{10,12}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Accost" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Обращение</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="26"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Citizenship" type="Citizenship" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Гражданство</xs:documentation>
</xs:annotation>
</xs:element>
<!--<xs:element name="Citizenship" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Гражданство</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="25"/>
</xs:restriction>
</xs:simpleType>
</xs:element>-->
<xs:element name="Resident" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>1 - резидент, 0 - нерезидент.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Keyword" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Кодовое слово</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="25"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EmbossingSName" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Эмбоссированная фамилия</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="26"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EmbossingName" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Эмбоссированное имя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="26"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PostAddresses" type="Address" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Адреса</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContactInfo" type="CorpCardExtContactInfo">
<xs:annotation>
<xs:documentation>Контактная информация держателя КК</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocInfo" type="CorpCardExtDocInfo">
<xs:annotation>
<xs:documentation>Информация по документам держателя КК (ДУЛ)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="lineNumber" use="optional" type="xs:integer">
<xs:annotation>
<xs:documentation>Номер в списке</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="extPersonId" use="optional" type="UuidSeparated">
<xs:annotation>
<xs:documentation>Идентификатор держателя КК в СББ</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CorpCardExtContactInfo">
<xs:annotation>
<xs:documentation>Контактная информация держателя КК</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PhoneHome" type="PhoneNumWithCode" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Домашний номер телефона</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PhoneWork" type="PhoneNumWithCode" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Рабочий номер телефона</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PhoneMobile" type="PhoneNumWithCode" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Мобильный номер телефона</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EmailAddr" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Адрес электронной почты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CorpCardExtDocInfo">
<xs:annotation>
<xs:documentation>Информация по документам держателя КК</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DocKind" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Тип удостоверения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocSeries" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Серия удостоверения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocNumb" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Номер удостоверения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocIssueDt" type="xs:date" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата выдачи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocIssuePlace" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Место выдачи</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocIssueCode" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Код подразделения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DocDataCC138I">
<xs:sequence>
<xs:element name="OrgData" type="OrgDataCC">
<xs:annotation>
<xs:documentation>Основные реквизиты организации, указываемые в документе</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Adjustment" type="BoolType">
<xs:annotation>
<xs:documentation>Признак корректировки (0 – признак не установлен; 1 – признак установлен)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdjustmentNumber" type="AdjustmentNumber" minOccurs="0" maxOccurs="1" />
<xs:element name="Country" type="CountryName" minOccurs="0">
<xs:annotation>
<xs:documentation>Код страны банка нерезедента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Account" type="AccNumBicType" minOccurs="0"/>
<xs:element name="AuthPers" type="AuthPers" minOccurs="0">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNumber" use="required">
<xs:annotation>
<xs:documentation>Номер документа (клиентский)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="statementFrom" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Справка от (дата справки)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="branchSystemName" type="BranchSystemName" use="required">
<xs:annotation>
<xs:documentation>Системное наименование подразделения банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authBankName" type="AuthBankName">
<xs:annotation>
<xs:documentation>Наименование уполномоченного банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authBankBIC" type="BicType">
<xs:annotation>
<xs:documentation>БИК уполномоченного банка</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CurrDealCertificateDoc138I">
<xs:annotation>
<xs:documentation>Информация о контракте</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DocumentNumber" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер документа по валютной операции</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NumCheck" type="BoolType">
<xs:annotation>
<xs:documentation>Признак: 0- документ имеет номер; 1 - документ без номера</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocumentDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата документа по валютной операции</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentDirection" type="PaymentDir">
<xs:annotation>
<xs:documentation>Признак платежа
1 - зачисление резиденту, в т.ч. оформившему ПС
2 - списание резидента, в т.ч. оформившего ПС
7 - зачисление фактору
8 - зачисление др. лицу/резиденту, который не оформляет ПС
9 - списание 3-го/др. лица
0 - исполнение аккредитива
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrDocType" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
Тип валютного документа:
MandatorySale - Распоряжение об осуществлении обязательной продажи;
PayDocCur - Поручение на перевод валюты;
PayDocRu - Рублевое платежное поручение.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperCode" type="OperCodeType">
<xs:annotation>
<xs:documentation>Код вида валютной операции</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperName" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование вида валютной операции</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="700"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PaymentSum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма платежа в единицах валюты платежа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TransactionDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата операции</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0">
<xs:element name="Contract" type="ContractDateOptional" minOccurs="0"/>
<xs:element name="DealPassNum" type="DealPassNumFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер ПС (строка со слешами)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="ContractSum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма платежа в валюте цены контракта (кредитного договора)
Если валюта суммы платежа и валюта суммы цены контракта (кредитного договора) совпадают, то код
валюты цены контракта и сумма в валюте цены контракта не должны заполняться
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExpectedTerm" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Ожидаемый срок исполнения обязательств по контракту</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PrepaymentDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Срок возврата аванса</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" type="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечания по данной строке</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>
Содержит информацию о связном документе (валютный перевод, распоряжение об обязательной продаже,
уведомление и т.п., доставленные по системе СББОЛ) по списанию или зачислению
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="lineNumber" type="xs:int">
<xs:annotation>
<xs:documentation>Порядковый номер строки в справке</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Contract">
<xs:attribute name="numCheck" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>0 - с номером; 1 - без номера</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="num" type="xs:string">
<xs:annotation>
<xs:documentation>Номер</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="date" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ContractDateOptional">
<xs:attribute name="numCheck" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>0 - с номером; 1 - без номера</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="num" type="xs:string">
<xs:annotation>
<xs:documentation>Номер</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="date" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DealPassCon138I">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocDataCCDealPassCon138I">
<xs:annotation>
<xs:documentation>Общие реквизиты паспорта сделки по контракту 138И</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ResInfo" type="ResInfo">
<xs:annotation>
<xs:documentation>Сведения о резиденте</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BeneficiarInfo" type="DealPassBeneficiarInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты иностранного контрагента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ComData" type="ComData">
<xs:annotation>
<xs:documentation>3. Общие сведения о контракте</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NumPSOtherBank" type="DealPassNumFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о ранее оформленном паспорте сделки по контракту</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SuppleInfo" type="SuppleInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>7. Справочная информация</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DocDataCC">
<xs:annotation>
<xs:documentation>Общие реквизиты документа ВК ДБО</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgData" type="OrgDataCC">
<xs:annotation>
<xs:documentation>Основные реквизиты организации, указываемые в документе</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AuthPers" type="AuthPers" minOccurs="0">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="branchSystemName" type="BranchSystemName" use="required">
<xs:annotation>
<xs:documentation>Системное наименование подразделения банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authBankName" type="AuthBankName">
<xs:annotation>
<xs:documentation>Наименование уполномоченного банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authBankBIC" type="BicType">
<xs:annotation>
<xs:documentation>БИК уполномоченного банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="urgent" type="BoolType">
<xs:annotation>
<xs:documentation>
Признак "Срочное оформление". Возможные значения:
0 - признак не установлен;
1 - признак установлен.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DocDataCCDealPassCon138I">
<xs:annotation>
<xs:documentation>Общие реквизиты паспорта сделки по контракту 138И</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocDataCC">
<xs:attribute name="transferDebtRights" type="BoolType">
<xs:annotation>
<xs:documentation>
Признак оформления ПС в случае уступки прав или перевода долга по контракту:
0 - признак не установлен
1 - признак установлен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DocDataCCDealPassCred138I">
<xs:annotation>
<xs:documentation>Общие реквизиты паспорта сделки по кредиту 138И</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocDataCC">
<xs:attribute name="transferDebtRights" type="BoolType">
<xs:annotation>
<xs:documentation>
Признак оформления ПС в случае уступки прав или перевода долга по контракту:
0 - признак не установлен
1 - признак установлен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="ResInfo">
<xs:annotation>
<xs:documentation>1. Сведения о резиденте</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Name" type="OrgNameCC">
<xs:annotation>
<xs:documentation>1.1
Наименование организации-резидента (вместе с наимен-ем формы собственности - то, что
выводится на ПФ)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address">
<xs:annotation>
<xs:documentation>1.2</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="State" minOccurs="0">
<xs:annotation>
<xs:documentation>Субъект РФ</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="District" minOccurs="0">
<xs:annotation>
<xs:documentation>Район</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="City" minOccurs="0">
<xs:annotation>
<xs:documentation>Город</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PlaceType" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип населенного пункта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Place" minOccurs="0">
<xs:annotation>
<xs:documentation>Населенный пункт</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="300"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Street" minOccurs="0">
<xs:annotation>
<xs:documentation>Улица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Building" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер дома</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Block" minOccurs="0">
<xs:annotation>
<xs:documentation>Корпус/строение</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Office" minOccurs="0">
<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:element>
<xs:element name="OGRN" type="OgrnType">
<xs:annotation>
<xs:documentation>1.3 ОГРН организации-резидента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DateOGRN" type="xs:date">
<xs:annotation>
<xs:documentation>Дата внесения в государственный реестр</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Inn_Kpp">
<xs:annotation>
<xs:documentation>1.5
В 117-И сказано или ИНН или КПП (поэтому ИНН необяз. для запронения)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="inn" type="InnType">
<xs:annotation>
<xs:documentation>ИНН организации-резидента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="kpp" type="KppType">
<xs:annotation>
<xs:documentation>КПП организации-резидента</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DPCurr">
<xs:annotation>
<xs:documentation>Валюта цены контракта паспорта сделки</xs:documentation>
</xs:annotation>
<xs:attribute name="code" type="CurrCodeDigitalType" use="required">
<xs:annotation>
<xs:documentation>Цифр. код валюты цены контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Наименование валюты цены контракта
(до 64)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DealPassCred138I">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocDataCCDealPassCred138I">
<xs:annotation>
<xs:documentation>Общие реквизиты паспорта сделки по кредиту 138И</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ResInfo" type="ResInfo">
<xs:annotation>
<xs:documentation>Сведения о резиденте</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BeneficiarInfo" type="DealPassBeneficiarInfo">
<xs:annotation>
<xs:documentation>Реквизиты иностранного контрагента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ComDataCred" type="ComDataCred">
<xs:annotation>
<xs:documentation>Общие сведения о кредитном договоре</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TrancheInfo" type="TrancheInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о сумме и сроках привлечения (предоставления) траншей по кредитному договору</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NumPSOtherBank" type="DealPassNumFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о ранее оформленном паспорте сделки по контракту</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecData" type="CredSpecData">
<xs:annotation>
<xs:documentation>Специальные сведения о кредитном договоре</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HelpInfo" type="CredHelpInfo">
<xs:annotation>
<xs:documentation>Справочная информация о кредитном договоре</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SuppleInfo" type="SuppleInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Справочная информация</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DealPassRestruct">
<xs:annotation>
<xs:documentation>Заявление о переоформлении паспорта сделки 138И</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocDataCC">
<xs:annotation>
<xs:documentation>Общие реквизиты документа ВК ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DpRestruct" type="DpRestruct">
<xs:annotation>
<xs:documentation>Сведения о переоформляемых ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SheetsNum" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложения на x листах</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Attach" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DealPassClose">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocDataCC">
<xs:annotation>
<xs:documentation>Общие реквизиты документа ВК ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DpInfos" type="DpInfos">
<xs:annotation>
<xs:documentation>Информация по ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="PayDocCur">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Urgent" type="BoolType">
<xs:annotation>
<xs:documentation>0 - НЕ срочный
1 - срочный
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Payer_50" type="Payer_50">
<xs:annotation>
<xs:documentation>50: Плательщик
Ordering Customer
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocSum_33B" type="DocSum_33B">
<xs:annotation>
<xs:documentation>33B: Валюта и сумма поручения
Currency /Instructed Amount
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Beneficiar_59" type="Beneficiar_59">
<xs:annotation>
<xs:documentation>59: Бенефициар
Beneficiary Customer
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BankPayer_52" type="BankPayer_52" minOccurs="0">
<xs:annotation>
<xs:documentation>52: Банк плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ImediaBank_56" type="ImediaBank_56" minOccurs="0">
<xs:annotation>
<xs:documentation>56: Банк-посредник</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BankBeneficiar_57" type="BankBeneficiar_57">
<xs:annotation>
<xs:documentation>Банк бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentDetails_70" type="Max140Text">
<xs:annotation>
<xs:documentation>Назначение платежа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Charge_71A" type="Charge_71A">
<xs:annotation>
<xs:documentation>Комиссии и расходы, поле 71A</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo_72" type="Max210Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Информация получателю платежа (дополнительная информация), поле 72
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Options">
<xs:complexType>
<xs:attribute name="option50a">
<xs:annotation>
<xs:documentation>Опция "K" или "F" для поля 50а</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="option56a">
<xs:annotation>
<xs:documentation>Опция "A" или "D" для поля 56а</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="option57a">
<xs:annotation>
<xs:documentation>Опция "A" или "D" для поля 57а</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="option59a">
<xs:annotation>
<xs:documentation>Опция "A" для поля 59а</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Sheme" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Документ по распределенной схеме
1 - чек выстален
0 - чек не выставлен
</xs:documentation>
</xs:annotation>
</xs:element>
<!--<xs:element name="CurrDealInquiry" type="DocData" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты справки о валютных операциях</xs:documentation>
</xs:annotation>
</xs:element>-->
<xs:element name="CurrDealInquiry" type="DocData" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты справки о валютных операциях</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VoSumInfo" type="VoInfos" minOccurs="0">
<xs:annotation>
<xs:documentation>Коды видов валютных операций (Инструкция ЦБ РФ № 138-И от 04.06.2012)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VoDocs" type="VoDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Обосновывающие документы</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentDirection" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Направление платежа (Платеж внутри или вне СБРФ):
0-внутри
1-вне
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="B77Info" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Информация для регулирующих органов</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Credit" type="Credit" minOccurs="0">
<xs:annotation>
<xs:documentation>Кредитный договор</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Codes23e" minOccurs="0">
<xs:annotation>
<xs:documentation>23E: Код инструкции</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:annotation>
<xs:documentation>Коды инструкций 23е</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Code23e" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Код инструкций 23е</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="Instr23EInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Описание</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Code">
<xs:annotation>
<xs:documentation>Код инструкции (состоит из 4х лат букв, например, TELE)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительная информация</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Services" type="Services" minOccurs="0">
<xs:annotation>
<xs:documentation>Продукты и услуги плательщика (доп. продукты РЦК, например, консолидация,
финансирование и т.п.)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечание</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="AddInfo">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Rzk" type="Rzk" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Payer_50">
<xs:sequence>
<xs:element name="AccDoc" type="AccNumBicType">
<xs:annotation>
<xs:documentation>Номер счёта и БИК перевододателя
Customer Account
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="Max140Text">
<xs:annotation>
<xs:documentation>Международное наименование плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес плательщика</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="120"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Place">
<xs:annotation>
<xs:documentation>Город (местонахождение) плательщика</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Country" type="Country">
<xs:annotation>
<xs:documentation>Страна перевододателя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Text" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Если потребуется передача наименования и местонахождения перевододателя как 4х35
По умолчанию - не используется
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DocSum_33B">
<xs:sequence>
<xs:element name="DocSum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Валюта и сумма списания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocSumTransfer" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма и валюта перевода</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Rate" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Кросс-курс</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RateAgree" type="BoolType">
<xs:annotation>
<xs:documentation>С курсом проведения конверсионной опецраии согласны
1 - чек выставлен
0 - чек снят
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MultiCurr" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Признак мультивалютности документа: 1 - мультивалютный
0 - нет
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AcceptRate" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Согласие с курсом проведения конверсионной операции: 1 - согл.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DifferentCurrencies" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Валюта платежа отлична от валюты счета бенефициара: 1 - отлична</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BankPayer_52">
<xs:sequence>
<xs:element name="BIC" type="BICIdentifier">
<xs:annotation>
<xs:documentation>SWIFT-код банка плательщика
Bank Identification Code
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NCode" type="Min1Max35Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Клиринговый код банка плательщика
National Code
например, FW123456789 или FW
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование банка плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BranchName" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование филиала банка плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес банка плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Place" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Местонахождение банка плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country" type="Country" minOccurs="0">
<xs:annotation>
<xs:documentation>Код страны банка плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Text" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Если потребуется передача наименования и местонахождения как 4х35
Name and Address
По умолчанию - не используется
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Charge_71A">
<xs:attribute name="chargesParty" type="ChargesParty" use="required">
<xs:annotation>
<xs:documentation>Тип комиссии за перевод: BEN, SHA или OUR</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Country">
<xs:attribute name="digital" type="CountryCodeDigital" use="required">
<xs:annotation>
<xs:documentation>Цифровой код страны, например 840</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="iso2" type="CountryCodeISO2" use="required">
<xs:annotation>
<xs:documentation>2-символьный ISO-код (например, US, или две цифры для особенных случаев)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name">
<xs:annotation>
<xs:documentation>наименование страны на русском языке (краткое наименование)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="MandatorySale">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AccDoc" type="AccountRU">
<xs:annotation>
<xs:documentation>Транзитный валютный счёт</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Advice">
<xs:annotation>
<xs:documentation>Уведомления о поступлении денежных средств на транзитный валютный счет
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Doc">
<xs:annotation>
<xs:documentation>Уведомление о поступлении денежных средств на транзитный валютный счет (будет только ОДНО)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DocData" type="DocData">
<xs:annotation>
<xs:documentation>Основные данные уведомления</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocSum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма поступления денежных средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperCode" type="OperCodeType" minOccurs="0">
<xs:annotation>
<xs:documentation>Код вида валютной операции</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечание</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TotalSum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Общая сумма поступивших денежных средств в валюте транзитного валютного счёта</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Subtract">
<xs:annotation>
<xs:documentation>Вычет из общей суммы валютной выручки</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма вычета из общей суммы валютной выручки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Substantiation" minOccurs="0">
<xs:annotation>
<xs:documentation>Обоснование вычета</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ObligatorySale" minOccurs="1">
<xs:annotation>
<xs:documentation>Обязательная продажа. Т.к. она пока 0%, можно не отправлять данные, тег
необязательный
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Percent" type="xs:decimal">
<xs:annotation>
<xs:documentation>Процент для обязательной продажи валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма обязательной продажи в валюте документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TermSale" type="TermDeal" minOccurs="0">
<xs:annotation>
<xs:documentation>Условия обязательной продажи валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Account" type="OurRubAccountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты счёта зачисления рублей от обязательной продажи валюты</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Sell" minOccurs="0">
<xs:annotation>
<xs:documentation>Необязательная продажа</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DealType" type="TermDealTypeRequired">
<xs:annotation>
<xs:documentation>Тип сделки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма для необязательной продажи валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Acc" type="OurRubAccountTypeRequired">
<xs:annotation>
<xs:documentation>Реквизиты счета зачисления рублей (номер счета б. заполнен)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="flagNSSell" type="BoolType">
<xs:annotation>
<xs:documentation>Флаг «ПРОДАТЬ в сумме» : 0 - не установлен, 1 - установлен</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Trans" minOccurs="0">
<xs:annotation>
<xs:documentation>Зачисление</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AccTrans" type="AccountCurrType">
<xs:annotation>
<xs:documentation>Реквизиты счёта зачисления валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма для зачисления</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="flagNSPut" type="BoolType">
<xs:annotation>
<xs:documentation>Флаг «ЗАЧИСЛИТЬ в сумме» : 0 - не установлен, 1 - установлен</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="transTo">
<xs:annotation>
<xs:documentation>Зачислить на:
0 - на наш текущий валютный счет в Сбербанке России
1 - на счет в другом уполномоченном банке
2 - на счет принципала и комитента
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Commis" type="Commision" minOccurs="0">
<xs:annotation>
<xs:documentation>Комиссионное вознаграждение (ComAcc ИЛИ ComOrder)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrDealInquiry" type="DocData" minOccurs="1">
<xs:annotation>
<xs:documentation>Реквизиты СоВО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VoSumInfo" type="VoInfos" minOccurs="0">
<xs:annotation>
<xs:documentation>Коды видов валютных операций (Инструкция ЦБ РФ № 138-И от 04.06.2012)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VoDocs" type="VoDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Обосновывающие документы</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечание</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="TermDealType">
<xs:annotation>
<xs:documentation>Условия сделки: покупки или продажи валюты</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="USD_EUR" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>0 - USD, 1 - EUR</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TOD_TOM" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>0 - TOD, 1 - TOM</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealType" type="DealType" minOccurs="0">
<xs:annotation>
<xs:documentation>Условия сделки: 2 - по курсу Банка России с взиманием комиссионного
вознаграждения, 1 - по курсу Сбербанка
России, 0 - на бирже на торговой сессии по курсу
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RegOfCorpCards">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Account" type="AccNumBicType">
<xs:annotation>
<xs:documentation>Реквизиты бизнес-счета клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TransfInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="Transf" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="SName">
<xs:annotation>
<xs:documentation>Фамилия физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Имя физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MiddleName" minOccurs="0">
<xs:annotation>
<xs:documentation>Отчество физического лица
(у некоторых иностранцев нет отчества)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CardNum" type="CardNum">
<xs:annotation>
<xs:documentation>Номер карты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма, которую необходимо зачислить на данную карту
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="numSt" type="xs:integer">
<xs:annotation>
<xs:documentation>Номер п/п (может быть использован при подписи )
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Total" type="xs:integer" minOccurs="0">
<xs:annotation>
<xs:documentation>Общее количество сотрудников (количество строк в таблице)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalSum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Общая сумма, вычисляемое поле (рассчитывается как сумма для зачисления по всем
строкам таблицы)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayDocRu" type="SalaryPayDocRu">
<xs:annotation>
<xs:documentation>Реквизиты платежного поручения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости
и т.п.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительная информация</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:annotation>
<xs:documentation>Сложные типы из взаимодействий релиза 3</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Простые типы</xs:documentation>
</xs:annotation>
<xs:simpleType name="UUID">
<xs:annotation>
<xs:documentation>UUID без разделителей. Набор из 32 символов [0-9], [a-f] или [A-F], без разделителей
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="([0-9]|[a-f]|[A-F]){32}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UuidSeparated">
<xs:annotation>
<xs:documentation>UUID с разделителями в виде дефисов. Набор из 32 символов [0-9], [a-f] или [A-F] и
дефисов
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BoolType">
<xs:annotation>
<xs:documentation>Двоичное значение: 0 или 1</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:boolean">
<xs:pattern value="0|1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AccNumType">
<xs:annotation>
<xs:documentation>Номер счёта или корр. счёта, 20 цифр</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="20"/>
<xs:pattern value="[0-9]{20}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AccNumType2023">
<xs:annotation>
<xs:documentation>Номер счёта или корр. счёта, 20 или 23 цифры</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{23}|[0-9]{20}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BicType">
<xs:annotation>
<xs:documentation>БИК, 9 цифр</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="9"/>
<xs:pattern value="[0-9]{9}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CbcType">
<xs:annotation>
<xs:documentation>КБК, Код бюджетной классификации, 0 или 20 цифр</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0]{1}|[0-9]{20}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CurrCodeDigitalType">
<xs:annotation>
<xs:documentation>Код валюты, 3 цифры</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="3"/>
<xs:pattern value="[A-Z0-9]{1}[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CurrCodeLetterType">
<xs:annotation>
<xs:documentation>Код валюты, 3 буквы</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="3"/>
<xs:pattern value="[A-Z]{1}[A-Z0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OperCodeType">
<xs:annotation>
<xs:documentation>Код вида валютной операции, 5 цифр</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="5"/>
<xs:pattern value="[0-9]{5}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InnType">
<xs:annotation>
<xs:documentation>ИНН юридического или физического лица РФ, до 12 цифр</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="KppType">
<xs:annotation>
<xs:documentation>КПП, 9 цифр, 6-я позиция м.б. буква лат. буква</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OgrnType">
<xs:annotation>
<xs:documentation>ОГРН, от 13 до 15 цивр</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{13,15}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OkpoType">
<xs:annotation>
<xs:documentation>ОКПО, от 8 до 10 цифр</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{8,10}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OkatoType">
<xs:annotation>
<xs:documentation>ОКАТО, от 1 до 11 цифр (иногда заполняется нулём)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,11}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Max6Text">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Max210Text">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="210"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TermsType">
<xs:annotation>
<xs:documentation>Условия поставки
- не указано
- Дата валютирования
- Поставку покупаемой валюты осуществить
- Срок действия поручения до
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="не указано"/>
<xs:enumeration value="Дата валютирования"/>
<xs:enumeration value="Поставку покупаемой валюты осуществить"/>
<xs:enumeration value="Срок действия поручения до"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DealType">
<xs:annotation>
<xs:documentation>Условия сделки: 2 - по курсу Банка России с взиманием комиссионного вознаграждения, 1 - по
курсу Сбербанка России, 0 -
на бирже на торговой сессии по курсу
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="1"/>
<xs:enumeration value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="MonthType">
<xs:annotation>
<xs:documentation>Месяцы 1-12</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:int">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
<xs:enumeration value="10"/>
<xs:enumeration value="11"/>
<xs:enumeration value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DateCalcType">
<xs:annotation>
<xs:documentation>Дата расчетов: TOD, TOM, SPOT</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="TOD"/>
<xs:enumeration value="TOM"/>
<xs:enumeration value="SPOT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OrgNameCC">
<xs:annotation>
<xs:documentation>Полное наименование организации (кот. используется для ВК)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BranchSystemName">
<xs:annotation>
<xs:documentation>Системное наименование подразделения банка</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AuthBankName">
<xs:annotation>
<xs:documentation>Наименование уполномоченного банка</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="350"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DocCode138I">
<xs:annotation>
<xs:documentation>Код вида ПД - цифры и подчеркивание, например 04_3</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DelDir">
<xs:annotation>
<xs:documentation>
Признак поставки (9)
1 - Исполнение резидентом обязательств по контракту в счет ранее полученного аванса от нерезидента;
2 - Предоставление резидентом коммерческого кредита нерезиденту в виде отсрочки оплаты;
3 - Исполнение нерезидентом обязательств по контракту в счет ранее полученного аванса от резидента;
4 - Предоставление нерезидентом коммерческого кредита резиденту в виде отсрочки оплаты;
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CountryCodeDigital">
<xs:annotation>
<xs:documentation>Цифровой код страны, 3 цифры</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BonusId">
<xs:annotation>
<xs:documentation>БонусПрограмма Возможные значения:
AE - аэрофлот бонус; GM – золотая маска;
PG – подари жизнь; MT – бонусная программа МТС;
“” – отсутствие бонуса.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Credit">
<xs:sequence>
<xs:element name="CredConNum" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер кредитного договора (в базе varchar(255), на ввод ограничили до пока 30)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="flagTargetAssignment" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Признак «Целевое поручение» : 0 - не установлен, 1 - установлен</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="flagUseOwnMeans" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Признак «Использовать собственные средства»: 0 - не установлен, 1 - установлен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="BankDateType">
<xs:sequence>
<xs:element name="ChargeOffDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Списания со счета Плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FileDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Постановки в картотеку</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SignDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Отметки банком Плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReceiptDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Поступило в банк Плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DPP" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата перечисления платежа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RecDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата отметки банка Получателя</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TicketCl">
<xs:sequence minOccurs="0">
<xs:element name="Info">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AcceptDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Контролируемая дата, если не заполнено, то обрабатывать @createTime
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="statusStateCode" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Код состояния документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docExtId" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор документа в УС</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OtherParams" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Параметры произвольного вида</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Тикет СББОЛ (UUID документа)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="createTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время создания квитка (с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:simpleType name="DealPassNumFullType">
<xs:annotation>
<xs:documentation>Полный номер паспорта сделки одной строкой</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="([0-9]{2}((0[1-9])|(1[0-2]))[0-9]{2}[0-9A-Z]{1}[0-9]{1}/)[0-9]{4}/([G][U][0-9]{2}|[0-9]{4})/([1234569]/)[0-3]"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PaymentDir">
<xs:annotation>
<xs:documentation>Признак платежа
1 - зачисление резиденту, в т.ч. оформившему ПС
2 - списание резидента, в т.ч. оформившего ПС
7 - зачисление фактору
8 - зачисление др. лицу/резиденту, который не оформляет ПС
9 - списание 3-го/др. лица
0 - исполнение аккредитива
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="7"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
<xs:enumeration value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Part4">
<xs:annotation>
<xs:documentation>Четвертая часть ПС
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="9"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Part5">
<xs:annotation>
<xs:documentation>Пятая часть ПС
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PaymentPeriodCode">
<xs:annotation>
<xs:documentation>0 - до 30 дней
1 - от 31 до 90 дней
2 - от 91 до 180 дней
3 - от 181 дня до 1 года
4 - от 1 года до 3 лет
6 - до востребования
7 - от 3 лет до 5 лет
8 - от 5 лет до 10 лет
9 - Свыше 10 лет
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Max140Text">
<xs:annotation>
<xs:documentation>140 симв.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="140"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Max70Text">
<xs:annotation>
<xs:documentation>70 симв.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="70"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AccBeneficiar">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="34"/>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ChargesParty">
<xs:annotation>
<xs:documentation>Charges party</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:length value="3"/>
<xs:enumeration value="OUR"/>
<xs:enumeration value="BEN"/>
<xs:enumeration value="SHA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CountryCodeISO2">
<xs:annotation>
<xs:documentation>Двухбуквенный код страны, 2 прописные англ. буквы, или 2 цифры для особенных случаев</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BICIdentifier">
<xs:annotation>
<xs:documentation>Originator, Destination</xs:documentation>
</xs:annotation>
<xs:restriction base="Identifier">
<xs:minLength value="8"/>
<xs:pattern value="[A-Z]{6,6}[A-Z0-9]{2,2}([A-Z0-9][A-Z0-9][A-Z0-9]){0,1}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Identifier">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Min1Max35Text">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CardNum">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{16}"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Request">
<xs:sequence>
<xs:choice>
<xs:element name="DocIds">
<xs:annotation>
<xs:documentation>Запрос информации о результатах обработки документов (подпись будем проверять
в соответствии с порядком
в строк е)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DocId" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docId" type="UuidSeparated">
<xs:annotation>
<xs:documentation>Тикет СББОЛ (UUID документа)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PayDocRu" type="PayDocRu">
<xs:annotation>
<xs:documentation>Платёжное поручение рублёвое</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Ticket" type="TicketCl">
<xs:annotation>
<xs:documentation>Квитанция о получении документа на стороне УС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Incoming">
<xs:annotation>
<xs:documentation>Запрос о получении данных, подготовленных для УС ("ночных выписок", выписок,
тикетов после отказа в РС, новостей)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Accounts" minOccurs="0">
<xs:annotation>
<xs:documentation>Счёта, подготовленные выписки по котором нужно выгрузить. Для счетов не вошедших в список
предоставлять выписки по запросу с данным элементом не требуется
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Account" type="Acc" maxOccurs="1000"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="correspondentDictStepId" type="xs:long">
<xs:annotation>
<xs:documentation>Идентификатор последнего обновления справочника корреспондентов</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bicDictStepId" type="xs:long">
<xs:annotation>
<xs:documentation>Идентификатор последнего обновления справочника БИК</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="lastIncomingTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время последнего запроса Incoming(с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="beneficiarDictStepId" type="xs:long">
<xs:annotation>
<xs:documentation>Идентификатор последнего обновления справочника бенефициаров</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeRZKPayDocsRu" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать рублевые платежные поручения</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeRZKPayDocsCurr" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать валютные платежные поручения</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeRZKSalaryDocs" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать зарплатную ведомость</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeStatements" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать выписки</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeExchangeMessageFromBank" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать сообщения из банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeNews" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать новости</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeLetterFromBanks" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать сообщения из банка</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includePayRequests" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать платежные требования</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeChangedDocs" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать информацию об измененных документах</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeOrgSettings" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать информацию об организации</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeDealPassCon138I" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать паспорта сделок по контракту</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeDealPassCred138I" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать паспорта сделок по кредиту</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="includeCurrencyNotice" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Признак того, что необходимо выгружать уведомления о поступлении денежных средств на транзитный валютный счет</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="CryptoIncoming">
<xs:annotation>
<xs:documentation>Запрос криптографической информации (криптопрофилей, сертификатов)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Certificates" minOccurs="0">
<xs:annotation>
<xs:documentation>Запрос информации о сертификатах.
Если проставлен признак @client, передавать только клиентские сертификаты.
Если стоит признак @bank, передавать только последний действительный банковский
сертификат.
Если стоят оба признака, передавать и клиенские сертификаты и банковский.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="client" type="BoolType">
<xs:annotation>
<xs:documentation>Запрос клиентских сертификатов для данной организации
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bank" type="BoolType">
<xs:annotation>
<xs:documentation>Признак запроса последнего действительного банковского
сертификата
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="root" type="BoolType">
<xs:annotation>
<xs:documentation>Признак запроса сертификатов УЦ и корневых сертификатов
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="ContractAccessCodes" minOccurs="0">
<xs:annotation>
<xs:documentation>ТОЛЬКО ДЛЯ ТК. Идентификатор, который используется для получения
персональных данных.
(DBOContractChannel.accessCode)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ContractAccessCode" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>ТОЛЬКО ДЛЯ ТК. Идентификатор, который используется для
получения персональных данных.
(DBOContractChannel.accessCode)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RevocationCertificates" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Список отозванных сертикатов</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="cryptopro" type="BoolType">
<xs:annotation>
<xs:documentation>Запрос информации о новых криптопрофилях для данной организации.
1- признак активен
0- не активен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="ActivateCert" type="ActivateCert"/>
<xs:element name="StmtReq" type="StmtReqType">
<xs:annotation>
<xs:documentation>Запрос на получение информации о движении ден. средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayDocRuGetSMS">
<xs:annotation>
<xs:documentation>Запрос СМС-пароля</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PayDocRu" type="PayDocRu">
<xs:annotation>
<xs:documentation>Платёжное поручение рублёвое</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SessionId" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PayDocRuSMS">
<xs:annotation>
<xs:documentation>Отправка платежки с паролем</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SessionId" type="xs:string"/>
<xs:element name="OneTimePassword" type="xs:string"/>
<xs:element name="PayDocRu" type="PayDocRu">
<xs:annotation>
<xs:documentation>Платёжное поручение рублёвое</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SalaryDoc" type="SalaryDoc">
<xs:annotation>
<xs:documentation>Зарплатная ведомость</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Accept" type="Accept">
<xs:annotation>
<xs:documentation>Заявление об акцепте/отказ от акцепта</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LetterInBank" type="LetterInBank">
<xs:annotation>
<xs:documentation>Письмо в банк</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrConv" type="CurrConv">
<xs:annotation>
<xs:documentation>Поручение на покупку</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrDealCertificate138I" type="CurrDealCertificate138I">
<xs:annotation>
<xs:documentation>Справка о валютных операциях 138</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConfDocCertificate138I" type="ConfDocCertificate138I">
<xs:annotation>
<xs:documentation>Справка о подтверждающих документах 138И</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealPassCon138I" type="DealPassCon138I">
<xs:annotation>
<xs:documentation>Паспорт сделки по контракту 138И</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealPassCred138I" type="DealPassCred138I">
<xs:annotation>
<xs:documentation>Паспорт сделки по кредитному договору 138И</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealPassRestruct" type="DealPassRestruct">
<xs:annotation>
<xs:documentation>Заявление о переоформлении паспорта сделки 138И</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealPassClose" type="DealPassClose">
<xs:annotation>
<xs:documentation>Заявление о закрытии паспорта сделки 138И</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CertifRequestQualified" type="CertifRequestQualified">
<xs:annotation>
<xs:documentation>Запрос на выпуск нового сертификата</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CertifRequest" type="CertifRequest">
<xs:annotation>
<xs:documentation>Запрос на выпуск нового сертификата</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RevocationCertifRequest" type="RevocationCertifRequest">
<xs:annotation>
<xs:documentation>Запрос на отзыв сертификата</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayDocCur" type="PayDocCur">
<xs:annotation>
<xs:documentation>Поручение на перевод валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrBuy" type="CurrBuy">
<xs:annotation>
<xs:documentation>Поручение на покупку валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrSell" type="CurrSell">
<xs:annotation>
<xs:documentation>Поручение на продажу валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MandatorySale" type="MandatorySale">
<xs:annotation>
<xs:documentation>Распоряжение об осуществлении обязательной продажи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RegOfCorpCards" type="RegOfCorpCards">
<xs:annotation>
<xs:documentation>Реестр на пополнение средств по корпоративным картам</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplForContract" type="ApplForContract">
<xs:annotation>
<xs:documentation>Заявка на зарплатный договор</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RegOfIssCards" type="RegOfIssCards">
<xs:annotation>
<xs:documentation>Реестр на открытие счетов и выпуск карт</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RegOfFiredEmployees" type="RegOfFiredEmployees">
<xs:annotation>
<xs:documentation>Реестр на увольнение сотрудников</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Dict" type="Dict" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Репликация справочников</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RzkDictUpdate" type="RzkDictUpdate" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Запрос репликации справочника СБК</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PersonalInfo" type="PersonalInfo">
<xs:annotation>
<xs:documentation>Запрос персональных данных</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocTypeConfigInfo" type="DocTypeConfigInfo">
<xs:annotation>
<xs:documentation>Запрос данных о типах документов</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ClientAppUpdateRequest" type="UpdateRequest">
<xs:annotation>
<xs:documentation>Запрос обновлений для Offline-клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayRequest" type="PayRequest">
<xs:annotation>
<xs:documentation>Платежное требование и Инкассовое поручение</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreditOrder" type="CreditOrder">
<xs:annotation>
<xs:documentation>Распоряжение на перевод кредитных средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RevocationRequest" type="RevocationRequest">
<xs:annotation>
<xs:documentation>Запрос на отзыв документов</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RemainRequest" type="OverdraftRequest">
<xs:annotation>
<xs:documentation>Запрос информации об остатках по счетам</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FirmwareUpdateRequest" type="FirmwareUpdateRequest">
<xs:annotation>
<xs:documentation>Запрос обновления прошивки токена</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CorrAdd" type="CorrAdd">
<xs:annotation>
<xs:documentation>ЭД на добавление записи с подтвержденным контрагентом</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SubstDocAdd" type="SubstDocAdd">
<xs:annotation>
<xs:documentation>Добавление подтверждающего документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CorrDel" type="CorrDel">
<xs:annotation>
<xs:documentation>ЭД удаление записи подтвержденного контрагента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GenSMSSign" type="SMSSignReqParams">
<xs:annotation>
<xs:documentation>Запрос на генерацию SMS с кодом для подписи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VerifySMSSign" type="VerifySMSSign">
<xs:annotation>
<xs:documentation>Получение SMS с кодом для подписи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BenefAdd" type="BenefAdd">
<xs:annotation>
<xs:documentation>ЭД на добавление записи бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BenefDel" type="BenefDel">
<xs:annotation>
<xs:documentation>ЭД удаление записи бенефициара
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EnableUseSignCorrDict" type="EnableUseSignCorrDict">
<xs:annotation>
<xs:documentation>Передача признака «Использовать подтвержденный справочник контрагентов»</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CorpCardExtIssueRequest" type="CorpCardExtIssueRequest">
<xs:annotation>
<xs:documentation>Заявление на выпуск КК</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UpdateListOfEmployees" type="UpdateListOfEmployees">
<xs:annotation>
<xs:documentation>Запрос на получение (обновление) списка сотрудников</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CorpCardHolderAdd" type="CorpCardHolderAdd">
<xs:annotation>
<xs:documentation>Запрос на добавление Держателя корпоративной карты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CorpCardHolderDel" type="CorpCardHolderDel">
<xs:annotation>
<xs:documentation>Запрос на удаление Держателя корпоративной карты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExchangeMessagesWithBank" type="ExchangeMessagesWithBank">
<xs:annotation>
<xs:documentation>Запрос ТК к СББОЛ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrControlInfoRequest" type="CurrControlInfoRequest">
<xs:annotation>
<xs:documentation>Запрос информации ВК</xs:documentation>
</xs:annotation>
</xs:element>
<!--<xs:element name="CorpCardHolderUpdate" type="CorpCardHolderUpdate">
<xs:annotation>
<xs:documentation>Запрос на обновление Держателя корпоративной карты</xs:documentation>
</xs:annotation>
</xs:element>-->
<xs:element name="IskForUL" type="ISKForUL">
<xs:annotation>
<xs:documentation>Информационные сведения юридического лица</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IskForIP" type="ISKForIP">
<xs:annotation>
<xs:documentation>Информационные сведения индивидуального предпринимателя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncomingRequestISK" type="IncomingRequestISK">
<xs:annotation>
<xs:documentation>Проверка наличия запроса на получение сведений об организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealPassFromAnotherBank" type="DealPassFromAnotherBank">
<xs:annotation>
<xs:documentation>Паспорт сделки из другого банка</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ChatWithBank" type="ChatWithBankMsg">
<xs:annotation>
<xs:documentation>Сообщение чата с банком (от клиента)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RequestChatFromBankMsgs" type="RequestChatFromBankMsgs">
<xs:annotation>
<xs:documentation>Запрос сообщений чата с банком (из банка)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ChatWithBankMsgStatus" type="ChatWithBankMsgStatus">
<xs:annotation>
<xs:documentation>Сообщение чата с банком (от клиента)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InquiryOrder" type="InquiryOrder">
<xs:annotation>
<xs:documentation>Запрос справки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AccountStatement" type="AccountStatement">
<xs:annotation>
<xs:documentation>Запрос сформированных выписок по счетам</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RzkPayDocsRu" type="RzkPayDocsRu">
<xs:annotation>
<xs:documentation>Запрос рублевых платежных поручений</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrCourseEntry" type="CurrCourseEntry">
<xs:annotation>
<xs:documentation>Запрос справочника валют</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GozDocUpdate" type="Dict" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Запрос списка документов по госконтракту</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmDictUpdate" type="Dict" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Запрос репликации справочников самоинкассации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SupplyDoc" type="SupplyDoc">
<xs:annotation>
<xs:documentation>Досылаемые документы</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BigFilesUploadLinksRequest" type="BigFilesUploadLinksRequest">
<xs:annotation>
<xs:documentation>Запрос ссылок на загрузку в систему БФ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BigFilesStatusRequest" type="BigFilesStatusRequest">
<xs:annotation>
<xs:documentation>Запрос статуса загруженных файлов</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncomingDealConf" type="IncomingDealConf">
<xs:annotation>
<xs:documentation>Запрос сообщений о подтверждении сделок</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealAns" type="DealAns">
<xs:annotation>
<xs:documentation>Ответ о подтверждении сделки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SmsTimeouts">
<xs:annotation>
<xs:documentation>Запрос на получение таймаутов действия смс-пароля</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayCustDoc" type="PayCustDoc">
<xs:annotation>
<xs:documentation>Заявка на оплату документа таможни</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContractAdd" type="ContractAdd">
<xs:annotation>
<xs:documentation>Добавление контракта ГОЗ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ActAdd" type="ActAdd">
<xs:annotation>
<xs:documentation>Добавление акта ГОЗ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IncomingRoles">
<xs:annotation>
<xs:documentation>Запрос ролей</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Role" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="IncomingOffers" type="IncomingOffers">
<xs:annotation>
<xs:documentation>Запрос предложений</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OfferResponses" type="OfferResponses">
<xs:annotation>
<xs:documentation>Отклики на персональное предложение</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Crms" type="Crms">
<xs:annotation>
<xs:documentation>Заявки в CRM</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CallBacks" type="CallBacks">
<xs:annotation>
<xs:documentation>Заявки на обратный звонок</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmPayTemplate" type="AdmPaymentTemplate">
<xs:annotation>
<xs:documentation>Шаблоны внесения средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmPayTemplateBlock" type="AdmPaymentTemplateBlock">
<xs:annotation>
<xs:documentation>Блокировка\разблокировка Шаблона внесения средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmCashierDel">
<xs:annotation>
<xs:documentation>Запрос на удаление сущности «Вноситель средств»</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docId" type="UuidSeparated" use="required"/>
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>
Идентификатор сущности в УС.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="AdmPayTemplateDel" type="AdmPaymentTemplateDel">
<xs:annotation>
<xs:documentation>Удаление документа вносители средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmCashierAdd" type="AdmCashier">
<xs:annotation>
<xs:documentation>Вносители средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmPayTemplateList" type="AdmPaymentTemplateList">
<xs:annotation>
<xs:documentation>Запрос списка документов вносители средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmCashierList" type="AdmCashierList">
<xs:annotation>
<xs:documentation>Запрос списка документов вносители средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmOperationList" type="AdmOperationList">
<xs:annotation>
<xs:documentation>Запрос списка операций внесения средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmGenSMSPass" type="AdmGenSMSPass">
<xs:annotation>
<xs:documentation>Запрос на генерацию пароля «Вносителю средств»</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmCashierGetLogin" type="AdmCashierGetLogin">
<xs:annotation>
<xs:documentation>Запрос логина «Вносителя средств»</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="Sign" type="DigitalSign" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>ЭП клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Fraud" type="Fraud" minOccurs="0">
<xs:annotation>
<xs:documentation>Данные для fraud-мониторинга. Информация об отправившем документ в банк</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="requestId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Уникальный идентификатор запроса</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор организации в ДБО (может быть использован сторонней системой для
дополнительной идентификации)
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="version" use="required">
<xs:annotation>
<xs:documentation>Номер версии формата обмена</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9\.]{1,20}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="sender" use="required">
<xs:annotation>
<xs:documentation>Система-отправитель</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[-a-zA-Zа-яА-Я0-9: _]{1,20}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="receiver">
<xs:annotation>
<xs:documentation>Система-получатель
Если система получатель СББОЛ, то SBBOL_DBO
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[-a-zA-Zа-яА-Я0-9: _]{1,20}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="senderKey" type="xs:string">
<xs:annotation>
<xs:documentation>Ключ системы-отправителя</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bankOnly" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Флаг сообщения для банка</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="StmtReqType">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="Accounts">
<xs:complexType>
<xs:sequence>
<xs:element name="Account" type="Acc" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Счёт, по которому запрашивается выписка
Желательно, чтобы на первом этапе было ограничение на одинаковый БИК у всех счетов
запроса
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="createTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время создания запроса (с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="beginDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата начала периода</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="endDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата окончания периода</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="stmtType" use="required">
<xs:annotation>
<xs:documentation>Тип запроса выписки: 101 - текущая выписка
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
<xs:enumeration value="101"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="orgName">
<xs:annotation>
<xs:documentation>Передается платежное наименование организации.
СББОЛ при приеме должен проверить на соотв. справочнику и вернуть предупреждение о несоответствии
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="AddInfo">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="8000"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CurrBuyAddInfo">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2000"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Dict">
<xs:attribute name="dictId">
<xs:annotation>
<xs:documentation>Идентификатор справочника</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="stepId">
<xs:annotation>
<xs:documentation>Идентификатор последнего обновления справочника или пустой идентификатор, если нужна
полная репликация
справочника
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="PersonalInfo">
<xs:attribute name="contractAccessCode" type="xs:string">
<xs:annotation>
<xs:documentation>ТОЛЬКО ДЛЯ ТК. Идентификатор, который используется для получения персональных данных.
(DBOContractChannel.accessCode)
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgId" type="xs:string">
<xs:annotation>
<xs:documentation>Идентификатор организации (для холдингов)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DocTypeConfigInfo"/>
<xs:complexType name="PayRequest">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="AccDoc" type="AccDoc">
<xs:annotation>
<xs:documentation>Реквизиты платёжного документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Payer" type="Contragent">
<xs:annotation>
<xs:documentation>Реквизиты плательщика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Payee" type="Client">
<xs:annotation>
<xs:documentation>Реквизиты получателя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DepartmentalInfo" type="DepartmentalInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Налоговая информация: поля 101, 104 - 110 платёжного поручения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayReqInfo">
<xs:annotation>
<xs:documentation>Поля специфичные для платежного требования и инкасового поручения
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PaytCondition" type="xs:int" minOccurs="0">
<xs:annotation>
<xs:documentation>Условие оплаты (поле 35) Однозначный код значения реквизита. [Кодовые
значения реквизитов]. Цифровой, 1 значный:
1- с заранее данным акцептом
2- требуется получение акцепта
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocSend" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата отсылки документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AcptTerm" type="xs:int" minOccurs="0">
<xs:annotation>
<xs:documentation>Срок для акцепта (поле 36). Количество дней для акцепта,
установленного договором, в случае, если платеж производится при условии акцепта
платежного требования плательщиком. Заполняется только для Платежного Требования
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocDispatchDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата отсылки (вручения) плательщику предусмотренных договором
документов (поле 37). Проставляется в случае, если эти документы были отосланы
(вручены) получателем средств плательщику. Заполняется только для Платежного
Требования
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReceiptDateCollectBank" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата представления документов в банк (поле 48). Дата представления
документов получателем в обслуживающий его банк
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReceiptDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Поступило в банк плательщика (поле 62). Дата поступления расчетного
документа в банк плательщика.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FileDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата помещения в картотеку (поле 63).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ChargeOffDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Списано со счета плательщика (поле 71).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MaturityDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Окончание срока акцепта (поле 72).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AcptSum" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма исходного расчетного документа, предъявленного к акцепту (поле
150). Пока не используется.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaytConditionRef" minOccurs="0">
<xs:annotation>
<xs:documentation>Условие оплаты (продолжение поля 35). При списании средств без акцепта
плательщика – ссылка на номер, дату принятия и статью закона или номер, дату и пункт
договора о праве безакцептного списания.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="130"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NumPartPay" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер частичного платежа.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NumPayOrder" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер платежного ордера. Указывается номер платежного ордера
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PayOrderDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата платежного ордера. Указывается дата платежного ордера в порядке,
установленном для реквизита "Дата"
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SumPartPay" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Указывается сумма частичного платежа цифрами в порядке, установленном
для реквизита "Сумма"
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BalancePayDoc" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Указывается сумма остатка платежа цифрами в порядке, установленном для
реквизита "Сумма"
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>Параметр, указывающий на тип докмента (integer): 06 – инкассовое поручение; 02 –
платежное требование.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="01"/>
<xs:enumeration value="02"/>
<xs:enumeration value="06"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="RevocationRequest">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData">
<xs:complexType>
<xs:sequence>
<xs:element name="OrgData" type="OrgDataCC">
<xs:annotation>
<xs:documentation>Основные реквизиты организации, указываемые в документе
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocInfo">
<xs:annotation>
<xs:documentation>Информация об отзываемом документе</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AddInfo" type="xs:string">
<xs:annotation>
<xs:documentation>Причина отзыва</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Прочая информация об отзываемом документе
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="DocumentInfo" type="xs:string">
<xs:annotation>
<xs:documentation>Краткая информация об отзываемом документе</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocumentInfo2" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительная информация об отзываемом документе</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docType" type="xs:string">
<xs:annotation>
<xs:documentation>Тип отзываемого документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNumber" type="xs:string">
<xs:annotation>
<xs:documentation>Номер отзываемого документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата отзываемого документа</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="docId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор отзываемого документа в Correqts
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docExtId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Идентификатор документа в Системе клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="LinkedDoc" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанный документ</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Params" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительные параметры связанного документа</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="type">
<xs:annotation>
<xs:documentation>Тип связанного документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docExtId" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор документа в Системе клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Citizenship">
<xs:choice>
<xs:element name="RF" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Заполняется РОССИЯ
Из-за форматов 1С. Там Гражданство от 1 до 64 - строка
Если при импорте на стороне клиента не распарсим - будем считать, что другое государство
(считаем РФ, если указано: РОССИЯ, РФ, Российская Федерация - список м.б. расширен)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Other" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Заполняется наименованием другой страны</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="AddressRegOfIss">
<xs:sequence>
<xs:element name="AddressType" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип адреса
Возможны значения:
01 – юридический адрес (по умолчанию),
02 – международный адрес,
03 – фактический адрес (по умолчанию для случая, если юр. адрес уже есть в системе),
04 – почтовый адрес,
05 – юридический адрес (ЕГРЮЛ/ЕГРИП),
Список может быть расширен
ДЛЯ МЗП:
01- Место рождения,
02- Адрес регистрации,
03- Адрес проживания.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence minOccurs="0">
<xs:element name="Country" minOccurs="0">
<xs:annotation>
<xs:documentation>ISO-код страны или код для обозначения особого положения (например лицо без
гражданства)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{3}|999|998|997"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CountryAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Если при импорте из прямого файла не удалось распознать страну, передаем
данные, которые были заполнены пользователем
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Полное наименование в соответствии с бщероссийским классификатором
стран мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Краткое наименование в соответствии с Общероссийским
классификатором стран мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Code" minOccurs="0">
<xs:annotation>
<xs:documentation>Цифровой Код в соответствии с Общероссийским классификатором стран
мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element name="Zip" minOccurs="0">
<xs:annotation>
<xs:documentation>Индекс</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="29"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence minOccurs="0">
<xs:element name="Sub" minOccurs="0">
<xs:annotation>
<xs:documentation>Субъект/Регион (полное наименование (так храниться в справочнике адресов
организаций в СББОЛ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SubAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="Area" minOccurs="0">
<xs:annotation>
<xs:documentation>Район</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AreaAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="City" minOccurs="0">
<xs:annotation>
<xs:documentation>Город</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CityAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="Settl" type="Settl" minOccurs="0"/>
<xs:element name="SettlAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="Str" minOccurs="0">
<xs:annotation>
<xs:documentation>Улица (проспект, переулок и т.д.)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StrAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element name="HNumber" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер дома организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Corp" minOccurs="0">
<xs:annotation>
<xs:documentation>Корпус\строение дома организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Office" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер офиса</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MailBox" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FullAddress" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AddInfoAddress" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Address">
<xs:sequence>
<xs:element name="AddressType" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип адреса
Возможны значения:
01 – юридический адрес (по умолчанию),
02 – международный адрес,
03 – фактический адрес (по умолчанию для случая, если юр. адрес уже есть в системе),
04 – почтовый адрес,
05 – юридический адрес (ЕГРЮЛ/ЕГРИП),
Список может быть расширен
ДЛЯ МЗП:
01- Место рождения,
02- Адрес регистрации,
03- Адрес проживания.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence minOccurs="0">
<xs:element name="Country" minOccurs="0">
<xs:annotation>
<xs:documentation>ISO-код страны или код для обозначения особого положения (например лицо без гражданства)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{3}|999|998|997"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CountryAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Если при импорте из прямого файла не удалось распознать страну, передаем
данные, которые были заполнены пользователем
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Полное наименование в соответствии с бщероссийским классификатором
стран мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Краткое наименование в соответствии с Общероссийским
классификатором стран мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Code" minOccurs="0">
<xs:annotation>
<xs:documentation>Цифровой Код в соответствии с Общероссийским классификатором стран
мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element name="Zip" minOccurs="0">
<xs:annotation>
<xs:documentation>Индекс</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="29"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence minOccurs="0">
<xs:element name="Sub" minOccurs="0">
<xs:annotation>
<xs:documentation>Субъект/Регион (полное наименование (так храниться в справочнике адресов
организаций в СББОЛ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SubAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="Area" minOccurs="0">
<xs:annotation>
<xs:documentation>Район</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AreaAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="City" minOccurs="0">
<xs:annotation>
<xs:documentation>Город</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CityAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="Settl" type="Settl" minOccurs="0"/>
<xs:element name="SettlAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="Str" minOccurs="0">
<xs:annotation>
<xs:documentation>Улица (проспект, переулок и т.д.)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StrAdd" minOccurs="0">
<xs:annotation>
<xs:documentation>Из прямого файла 1С</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="45"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ShortName" minOccurs="0">
<xs:annotation>
<xs:documentation>Сокращение (как в 1С)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element name="HNumber" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер дома организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Corp" minOccurs="0">
<xs:annotation>
<xs:documentation>Корпус\строение организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Office" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер офиса</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MailBox" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FullAddress" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AddInfoAddress" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IdentityDoc">
<xs:sequence>
<xs:element name="DocType" type="BoolType">
<xs:annotation>
<xs:documentation>1 - паспорт
0 - не паспорт
Так как из 1С передается строка, будем парсить.
(считаем паспортом РФ, если указано: паспорт, паспорт РФ, паспорт гражданина Российской
Федерации - список м.б. расширен)
Если не удалось распарсить - 0 - не паспорт
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименованияе документа, уд. личность</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Series" minOccurs="0">
<xs:annotation>
<xs:documentation>Серия</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="14"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Number">
<xs:annotation>
<xs:documentation>Номер</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="14"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Date" type="xs:date">
<xs:annotation>
<xs:documentation>Дата выдачи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Branch">
<xs:annotation>
<xs:documentation>Кем выдан</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="250"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BranchCode" minOccurs="0">
<xs:annotation>
<xs:documentation>Код органа, выдавшего документ</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocTypeCode" minOccurs="0">
<xs:annotation>
<xs:documentation>код вида документа по классификатору ФЕДЕРАЛЬНОЙ НАЛОГОВОЙ СЛУЖБЫ ПРИКАЗ от 13
октября 2006 г. N САЭ-3-04/706 "ОБ УТВЕРЖДЕНИИ ФОРМЫ СВЕДЕНИЙ О ДОХОДАХ ФИЗИЧЕСКИХ ЛИЦ"
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Settl">
<xs:sequence>
<xs:element name="SettlType" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип. нас. пункта</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SettlName" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование нас. пункта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="CardType">
<xs:annotation>
<xs:documentation>Тип карты</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="MobPhone">
<xs:sequence>
<xs:element name="Number">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OperType" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Код оператора - 3 симв. (МТС, МЕГАФОН, БИЛАЙН, Другой)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Название оператора связи. Заполняется, если в поле OperType было выбрано
"Другой"
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PhoneNumWithCode">
<xs:sequence>
<xs:element name="Number">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="operatorCode" type="xs:string">
<xs:annotation>
<xs:documentation>Код оператора - 3 симв. (МТС, МЕГАФОН, БИЛАЙН, Другой)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ApplForContract">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData">
<xs:annotation>
<xs:documentation>Общие реквизиты документа</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankName">
<xs:annotation>
<xs:documentation>Наименование подразделения банка получателя заявления</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankNum" type="xs:string">
<xs:annotation>
<xs:documentation>Номер подразделения банка получателя заявления в ДБО</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OrgData" type="OrgData">
<xs:annotation>
<xs:documentation>Данные клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CardsInfo">
<xs:annotation>
<xs:documentation>Осн. информация о картах</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VisaElectron_Maestro" minOccurs="0">
<xs:annotation>
<xs:documentation>Количество банковских карт с типом Visa Electron / Maestro
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:int">
<xs:attribute name="marked" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>1 - признак установлен, 0 - признак не устанволен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="VisaClassic_MasterCardMass" minOccurs="0">
<xs:annotation>
<xs:documentation>Количество банковских карт с типом Visa Classic / MasterCard Mass
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:int">
<xs:attribute name="marked" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>1 - признак установлен, 0 - признак не устанволен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="VisaGold_MasterCardGold" minOccurs="0">
<xs:annotation>
<xs:documentation>Количество банковских карт с типом Visa Gold / MasterCard Gold (для
отдельных сотрудников предприятия)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:int">
<xs:attribute name="marked" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>1 - признак установлен, 0 - признак не устанволен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Deposits" minOccurs="0">
<xs:annotation>
<xs:documentation>Количество счетов по вкладам</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:int">
<xs:attribute name="marked" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>1 - признак установлен, 0 - признак не устанволен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Sbercard" minOccurs="0">
<xs:annotation>
<xs:documentation>Количество банковских карт с типом Сберкарт</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:int">
<xs:attribute name="marked" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>1 - признак установлен, 0 - признак не устанволен
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OtherInfo">
<xs:annotation>
<xs:documentation>Прочие данные</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Total" type="xs:int">
<xs:annotation>
<xs:documentation>Количество сотрудников предприятия
Целое положительное число
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdmissionsNumber" type="xs:int">
<xs:annotation>
<xs:documentation>Количество зачислений в месяц</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FOT" type="xs:decimal">
<xs:annotation>
<xs:documentation>Среднемесячный ФОТ, руб</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ContactInfo">
<xs:annotation>
<xs:documentation>Контактная информация</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связнные документы. Их наличие может влиять на особенности обработки документа в АБС
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="Addresses">
<xs:sequence minOccurs="0">
<xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RegOfIssCards">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData">
<xs:annotation>
<xs:documentation>Общие реквизиты документа</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="orgName" use="required">
<xs:annotation>
<xs:documentation>Наименование организации клиента (сокращенное наименование - как в платежных руб. документах)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="inn" type="InnType" use="required">
<xs:annotation>
<xs:documentation>ИНН клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="kpp" type="KppType">
<xs:annotation>
<xs:documentation>КПП клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="AuthPers" minOccurs="0">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Имя уполномоченного сотрудника организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax">
<xs:annotation>
<xs:documentation>Номер телефона, факса уполномоченного сотрудника организации клиента
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SalaryContract" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты зарплатного договра</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="contrID" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор договора</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="number" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Номер контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="date" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="filialName" type="xs:string">
<xs:annotation>
<xs:documentation>Наименование филиала
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="branchName" type="xs:string">
<xs:annotation>
<xs:documentation>Наименование подразделения банка ("держатель
контракта")
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="branchNum" type="xs:string">
<xs:annotation>
<xs:documentation>Номер филиала, указанный в справочнике з.договоров
СББОЛ
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OrgAddress" type="AddressRegOfIss" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес организации
Можно заполнить автоматически
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Accept" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Соглачие физ. лица получено
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Total" type="xs:integer" minOccurs="0">
<xs:annotation>
<xs:documentation>Итоговое количество сотрудниокв</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ListOfIssCards">
<xs:complexType>
<xs:sequence>
<xs:element name="IssCardInfo" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="SName">
<xs:annotation>
<xs:documentation>Фамилия физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Имя физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MiddleName" minOccurs="0">
<xs:annotation>
<xs:documentation>Отчество физического лица
(у некоторых иностранцев нет отчества)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Citizenship">
<xs:annotation>
<xs:documentation>Гражданство сотрудника</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="Citizenship">
<xs:sequence>
<xs:element name="Code" minOccurs="0">
<xs:annotation>
<xs:documentation>Цифровой Код в соответствии с Общероссийским классификатором
стран мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LetterCode" minOccurs="0">
<xs:annotation>
<xs:documentation>Трехбуквенный код в соответствии с Общероссийским
классификатором
стран мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Resident" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>1 - для резидентов. Иначе 0.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DateOfBirth" type="xs:date">
<xs:annotation>
<xs:documentation>Дата рождения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BirthPlace" minOccurs="0">
<xs:annotation>
<xs:documentation>Место рождения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sex" type="BoolType">
<xs:annotation>
<xs:documentation>0-М
1-Ж
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RegistrAddress" type="Address" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес регистрации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SameAddress" type="BoolType">
<xs:annotation>
<xs:documentation>
1 - адрес регистрации совпадает с адресом проживания, 0- адрес регистрации отличается от
ардеса
проживания
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PlaceOfResidence" type="Address" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес проживания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="INN" type="InnType" minOccurs="0"/>
<xs:element name="TextCard" minOccurs="0">
<xs:annotation>
<xs:documentation>Текст эмбоссированный на ПК. Например: TATIANA M/IVANOVA
или TANIA/IVANOVA/MRS
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="field1" type="xs:string" use="required"/>
<xs:attribute name="field2" type="xs:string" use="required"/>
<xs:attribute name="field3" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="IdentityDoc" type="IdentityDoc">
<xs:annotation>
<xs:documentation>Документ, удостоверяющий личность</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Position" minOccurs="0">
<xs:annotation>
<xs:documentation>Должность</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Category" minOccurs="0">
<xs:annotation>
<xs:documentation>Категория населения. Возможные значения:
207,0,212,217,218.
207 – лица, перечисляющие зарплату на счета;
0 – пенсионеры;
212 – зарплата с разрешенным овердрафтом для сотрудников банка;
217 - зарплата с разрешенным овердрафтом для сотрудников организации;
218 – студенческая (договор с учебным заведением).
Можно заполнить автоматически
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ContactInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Контактные данные</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="HomePhone" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OfficePhone" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MobPhone" type="MobPhone" minOccurs="0"/>
<xs:element name="Email" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="CardInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Информация о картах</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CardType" type="CardType">
<xs:annotation>
<xs:documentation>Предопределенный список значений.
Значение Тип карты
01 - Visa Classic
02 - Visa Gold
03 - MasterCard Standard
04 - Gold MasterCard
05 - Сбербанк-Maestro
06 - Visa Electron
07 - Visa Platinum
08 - Platinum MasterCard
09 - Visa Infinite
12 - Visa Classic "Аэрофлот"
13 - Visa Classic "Молодежная"
14 - MasterCard Standard "МТС"
15 - MasterCard Standard "Молодежная"
16 - Visa Gold "Аэрофлот"
17 - Gold MasterCard "МТС"
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CardTypeName" type="xs:string">
<xs:annotation>
<xs:documentation>Название типа карты из справочника типов карт
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BonusNum" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер участника в бонусной программе
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BonusId" type="BonusId" minOccurs="0"/>
<xs:element name="CardCurrName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
Прошу ОАО "Сбербанк России" открыть на мое имя,
счет карты:
- Рубли,
- Доллар,
- Евро
Передавать код валюты
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OSBNum">
<xs:annotation>
<xs:documentation>
Номер отделения Сбербанка для места обслуживания физ.лица (для АС Прометей, 4 символа)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BranchOSBNum">
<xs:annotation>
<xs:documentation>Номер внутреннего структурного подразделения (филиала)
для места обслуживания физ.лица (для АС Прометей, 4 символа)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TBNum">
<xs:annotation>
<xs:documentation>Код Территорильного банка СБРФ для места
обслуживания физ.лиц (для АС Прометей, 2 символа)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ServiceBranchCode" type="xs:string">
<xs:annotation>
<xs:documentation>Код подразделения места обслуживания физ. лица
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ServiceBranchName" type="xs:string">
<xs:annotation>
<xs:documentation>Название подразделения места обслуживания физ. лица
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SendReport" minOccurs="0" maxOccurs="1" type="xs:boolean">
<xs:annotation>
<xs:documentation>Если отмечен флаг в поле «Рассылка отчета по Internet» (З.2) экранной формы «Добавление записи ФЛ», то указывать значение «1», иначе пусто
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DesignID" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Значение поля «Код индивидуального дизайна» (З.3) экранной формы «Добавление записи ФЛ»
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="numSt" type="xs:string" use="required" form="unqualified">
<xs:annotation>
<xs:documentation>Номер п/п (может быть использован при подписи, обязательно
д.б. возвращен в тикете )
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связнные документы. Их наличие может влиять на особенности обработки документа
вАБС
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CreditOrder">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData">
<xs:annotation>
<xs:documentation>Общие реквизиты документа</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankName" use="required">
<xs:annotation>
<xs:documentation>Наименование кредитующего подразделения банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OrgName">
<xs:annotation>
<xs:documentation>Полное наименование организации, берется из СББОЛа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="250"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ContractNum">
<xs:annotation>
<xs:documentation>Номер кредитного договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="40"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ContractName" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование кредитного договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ContractDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата заключения договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreditSum" type="CurrAmountLetterType">
<xs:annotation>
<xs:documentation>Сумма кредита (запрашиваемая сумма)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SettlementAcc" type="AccNumType">
<xs:annotation>
<xs:documentation>Номер расчетного счета для перечисления кредитных средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreditAcc" type="AccNumType" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер ссудного счета, привязанного к кредитному договору</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreditDuration" minOccurs="0">
<xs:annotation>
<xs:documentation>Срок пользования кредитными средствами, кол-во дней</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:maxInclusive value="99999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ExecutorPos" minOccurs="0">
<xs:annotation>
<xs:documentation>Должность уполномоченного на распоряжение кредитными средствами лица организации
(заемщика)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ExecutorName" minOccurs="0">
<xs:annotation>
<xs:documentation>ФИО уполномоченного на распоряжение кредитными средствами лица организации
(заемщика
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AccounterName" minOccurs="0">
<xs:annotation>
<xs:documentation>ФИО главного бухгалтера</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CreditDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата предоставления кредитных средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreditDeptID">
<xs:annotation>
<xs:documentation>ID кредитующего подразделения (Передается из АБС в составе поле Кредитного договора)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ContractEndDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата окончания договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SumAvailabilityEnd" type="xs:date">
<xs:annotation>
<xs:documentation>Дата окончания периода доступности лимитных средств</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SumRest" type="CurrAmountLetterType">
<xs:annotation>
<xs:documentation>Доступная сумма</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="RegOfFiredEmployees">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData">
<xs:annotation>
<xs:documentation>Общие реквизиты документа</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankName">
<xs:annotation>
<xs:documentation>Наименование подразделения банка получателя заявления</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankNum" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Номер подразделения банка получателя заявления в ДБО</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="AuthPers">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Имя уполномоченного сотрудника организации клиента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax">
<xs:annotation>
<xs:documentation>Номер телефона, факса уполномоченного сотрудника организации клиента
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OrgData">
<xs:complexType>
<xs:sequence>
<xs:element name="Account" type="AccNumBicType" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты расчётного счёта клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SalaryContract">
<xs:annotation>
<xs:documentation>Реквизиты зарплатного договра</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="contrID" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор договора</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="number" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Номер контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="date" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="branchName" type="xs:string">
<xs:annotation>
<xs:documentation>Наименование подразделения банка ("держатель контракта")
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="branchNum" type="xs:string">
<xs:annotation>
<xs:documentation>Номер филиала, указанный в справочнике з.договоров СББОЛ
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="kpp" type="KppType">
<xs:annotation>
<xs:documentation>КПП клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="okato" type="OkatoType">
<xs:annotation>
<xs:documentation>ОКАТО клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="inn" type="InnType" use="required">
<xs:annotation>
<xs:documentation>ИНН клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgName" use="required">
<xs:annotation>
<xs:documentation>Наименование организации клиента (сокращенное наименование - как в платежных руб. документах)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="okpo" type="OkpoType">
<xs:annotation>
<xs:documentation>ОКПО клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orgOGRN" type="OgrnType">
<xs:annotation>
<xs:documentation>ОГРН клиента</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="ListOFiredEmployees">
<xs:annotation>
<xs:documentation>Список содержит общую информацию по сотрудникам, статус которых требуется изменить
на "уволен"
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="FiredEmployeesInfo" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Информацию по каждому сотруднику, статус которого требуется изменить
на "уволен"
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="NoRef">
<xs:annotation>
<xs:documentation>Уникальный номер ФЛ (референс номер)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SName">
<xs:annotation>
<xs:documentation>Фамилия физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Имя физического лица</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MiddleName" minOccurs="0">
<xs:annotation>
<xs:documentation>Отчество физического лица (у некоторых иностранцев нет
отчества)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Account" type="AccNumType" minOccurs="0">
<xs:annotation>
<xs:documentation>Счет физ. лица</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IdentityDoc">
<xs:annotation>
<xs:documentation>Документ, удостоверяющий личность</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DocTypeCode">
<xs:annotation>
<xs:documentation>код вида документа по классификатору
ФЕДЕРАЛЬНОЙ НАЛОГОВОЙ СЛУЖБЫ ПРИКАЗ от 13 октября 2006 г. N
САЭ-3-04/706 "ОБ УТВЕРЖДЕНИИ ФОРМЫ СВЕДЕНИЙ О ДОХОДАХ
ФИЗИЧЕСКИХ ЛИЦ"
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Series" minOccurs="0">
<xs:annotation>
<xs:documentation>Серия</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="14"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Number">
<xs:annotation>
<xs:documentation>Номер</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Date" type="xs:date">
<xs:annotation>
<xs:documentation>Дата выдачи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Branch">
<xs:annotation>
<xs:documentation>Кем выдан</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="250"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BranchCode" minOccurs="0">
<xs:annotation>
<xs:documentation>Код органа, выдавшего документ</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DateOfDismissal" type="xs:date">
<xs:annotation>
<xs:documentation>Дата увольнения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="numSt" type="xs:string" use="required" form="unqualified">
<xs:annotation>
<xs:documentation>Номер п/п (обязательно д.б. возвращен в тикете)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Total" minOccurs="0">
<xs:annotation>
<xs:documentation>Итоговое количество сотрудниокв</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:integer"/>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="UpdateRequest">
<xs:sequence>
<xs:element name="ClientAppType" type="xs:string">
<xs:annotation>
<xs:documentation>Тип клиентского приложения.
Передаем константу:
1- Однопользователькое приложение;
2- Многопользовательское приложение
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ClientAppVersion" type="xs:string">
<xs:annotation>
<xs:documentation>Версия клиентского приложения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ClientOS" type="xs:string">
<xs:annotation>
<xs:documentation>Тип ОС у клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ClientOSArh" type="xs:string">
<xs:annotation>
<xs:documentation>Разрядность ОС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ClientOSVersion" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Версия ОС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JvmVersion" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Версия JVM</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ClientOSLocale" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Региональные настройки операционной системы</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RevocationCertifRequest">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData">
<xs:annotation>
<xs:documentation>Общие реквизиты документа</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OrgData" type="OrgData">
<xs:annotation>
<xs:documentation>Данные организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IdCrypto" type="xs:string">
<xs:annotation>
<xs:documentation>Уникальный идентификатор средства подписи, для которого производится отзыв
активного сертификата.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason" type="xs:string">
<xs:annotation>
<xs:documentation>Причина отзыва</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="FirmwareUpdateRequest">
<xs:attribute name="deviceConfig" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Конфигурация токена (IC0_A16P0000L_C1_VT397)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="build" type="xs:int" use="optional">
<xs:annotation>
<xs:documentation>Build прошивки</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="OverdraftRequest">
<xs:sequence>
<xs:element name="Accounts">
<xs:complexType>
<xs:sequence>
<xs:element name="Account" type="Account" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Номер счёта и БИК. По данному счёту АБС предоставит остатки и др.
данные
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CorrAdd">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="Bank" type="CorrBank">
<xs:annotation>
<xs:documentation>Банк контрагента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Purpose" minOccurs="0">
<xs:annotation>
<xs:documentation>Назначение платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="210"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="docId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>
Идентификатор сущности в СББОЛ.
При отсутствии идентификатора - в СББОЛ будет создана новая запись.
При наличии идентификатора - в СББОЛ будет произведено изменение существующей
записи с данным id
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>Наименование организации корреспондента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="350"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="INN" type="InnType" use="optional">
<xs:annotation>
<xs:documentation>ИНН организации корреспондента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="KPP" type="KppType" use="optional">
<xs:annotation>
<xs:documentation>КПП организации корреспондента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="PersonalAcc" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Реквизиты счёта контрагента</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Comment" use="optional">
<xs:annotation>
<xs:documentation>Комментарий</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="210"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="GenSMSSign" use="optional">
<xs:annotation>
<xs:documentation>Сгенерировать SMS-код для подтверждения записи?</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="SubstDocType">
<xs:annotation>
<xs:documentation>Тип обосновывающего документа, заполняется значением из элемента UpgRplDictionary/ConTypeEntry/@code</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="SubstDocAdd">
<xs:sequence>
<xs:element name="BFAttachments" type="BFAttachments" minOccurs="1">
<xs:annotation>
<xs:documentation>Список запросов на ссылки в БФ</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="essenceId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>
Идентификатор документа в СББОЛ. При отсутствии идентификатора - в СББОЛ будет создана новая запись.
При наличии идентификатора - в СББОЛ будет произведено изменение существующей записи с данным id
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="substDocType" type="SubstDocType" use="required"/>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>Пользовательское наименование документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="512"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="accountNumber" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер отдельного счета</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CorrBank">
<xs:sequence>
<xs:element name="Name" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование банка контрагента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="bic" type="BicType">
<xs:annotation>
<xs:documentation>БИК банка контрагента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="correspAcc" type="AccNumType" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер корр. счёта банка контрагента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CorrDel">
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор корреспондента в СББ</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CorrAddVerify">
<xs:attribute name="VerifySMS" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Цифровой код, полученный по SMS (Одноразовый пароль)(до 5 знаков)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="SMSSignReqParams">
<xs:annotation>
<xs:documentation>Параметры запроса на подпись с помощью SMS</xs:documentation>
</xs:annotation>
<xs:attribute name="objId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор подписываемого объекта (документа или записи) в СББОЛ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="objExtId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор подписываемого объекта (документа или записи) во внешней системе
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docType" use="optional">
<xs:annotation>
<xs:documentation>Тип подписываемого документа (при подписывании документа)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="dictName" use="optional">
<xs:annotation>
<xs:documentation>Наименование справочника (при подписывании записи справочника)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="numSt" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation>Номер записи в документе
(для зарплатной ведомости используется атрибут Request/SalaryDoc/TransfInfo/Transf/@numSt)
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VerifySMSSign">
<xs:sequence>
<xs:element name="SMSSignReqParams" type="SMSSignReqParams">
<xs:annotation>
<xs:documentation>Параметры запроса на подпись с помощью SMS</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="smsCode" use="required">
<xs:annotation>
<xs:documentation>Код для подписи, при использовании открытого канала передается хеш по ГОСТ 3411</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="smsId" type="xs:string">
<xs:annotation>
<xs:documentation>Идентификатор смс</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="cryptoProfileID" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>GUID криптопрофиля</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:simpleType name="uipType">
<xs:annotation>
<xs:documentation>Уникальный Идентификатор Платежа (УИП) (25 символов)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="25"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="ClientState">
<xs:sequence>
<xs:element name="ManageCode" type="ManageCode"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ManageCode">
<xs:sequence>
<xs:element name="Code" type="xs:integer" minOccurs="0">
<xs:annotation>
<xs:documentation>Код ошибки безопасности: 0-нет удаленного управления, 1-обнаружено удаленное управление</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Param" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Параметр для дополнительной информации по ошибке безопасности. В случае наличия удаленного управления
заполняется строкой с IP и всеми остальными данными, которые удастся собрать о компьютере, с которого ведется удаленное
управление.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CertifRequestQualified">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="CommonName">
<xs:annotation>
<xs:documentation>ФИО уполномоченного представителя ЮЛ/ИП/сотрудника ИП. Например: «Иванов Иван Иванович».
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FirstName" type="xs:string">
<xs:annotation>
<xs:documentation>Имя уполномоченного представителя Юл/ИП/сотрудника ИП. Например: «Иван».</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SecondName">
<xs:annotation>
<xs:documentation>Фамилия уполномоченного представителя ЮЛ/ИП/сотрудника ИП. Например: «Иванов».</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MiddleName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Отчество уполномоченного представителя ЮЛ/ИП/сотрудника ИП. Например: «Иванович».</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Organization" minOccurs="0">
<xs:annotation>
<xs:documentation>Краткое наименование организации.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Snils">
<xs:annotation>
<xs:documentation>СНИЛС представителя ЮЛ/ИП/сотрудника ИП. Для нерезидента РФ поле заполняется одиннадцатью нулями.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="11"/>
<xs:pattern value="[0-9]{11}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SubUnitName" minOccurs="0">
<xs:annotation>
<xs:documentation>Подразделение (если имеется) уполномоченного представителя юридического лица. Например: «Бухгалтерия».
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OrganizationUnit" type="xs:string">
<xs:annotation>
<xs:documentation>Наименование подразделения банка, где заключен контракт с организацией. Для СБ РФ должно передаваться
значение
Response/OrgsInfo/Branches/Branch/BankName, соответствующее Response/OrgsInfo/Contracts/ContractInfo/BranchId
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country">
<xs:annotation>
<xs:documentation>2-х символьный код страны местонахождения ЮЛ/ИП/сотрудника ИП (согласно ГОСТ 7.67-2003 ISO 3166-1:1997).
Например, для «Российской федерации» - “RU”.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Locality" type="xs:string">
<xs:annotation>
<xs:documentation>Город (населенный пункт) местонахождения ЮЛ/ИП/сотрудника ИП. Например: «г. Воронеж».</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Street" type="xs:string">
<xs:annotation>
<xs:documentation>Название улицы, номер дома местонахождения ЮЛ/ИП/сотрудника ИП. Например: «ул. Января, д. 8, к. 5, пом.
42».
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="INN" type="InnType">
<xs:annotation>
<xs:documentation>ИНН ЮЛ/ИП/сотрудника ИП. Например: «772807592836».</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OGRN" type="OgrnType">
<xs:annotation>
<xs:documentation>ОГРН (ОГРНИП) ЮЛ/ИП. Сотрудником ИП поле не заполняется.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Region">
<xs:annotation>
<xs:documentation>Регион (область) местонахождения ЮЛ/ИП/сотрудника ИП. Например: «Воронежская область».
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Email" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес электронной почты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="64"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Position" minOccurs="0">
<xs:annotation>
<xs:documentation>Должность уполномоченного представителя ЮЛ. Например: «Главный бухгалтер».</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Params" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительные параметры. Для СБ РФ будут передаваться следующие параметры:
tokenId - идентификатор токена,
tokenTlsVersion - версия прошивки токена,
pin- пин, под которым был сделан запрос.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Docs">
<xs:annotation>
<xs:documentation>Содержит данные одного клиентского документа "Запрос на новый сертификат"
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Doc" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Содержит данные одного запроса сертификата, которые создаются по в
рамках одного клиенского запроса (запрос сертификата для подписи/запрос сертификата
TLS и т.д.)
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Attachment">
<xs:annotation>
<xs:documentation>Отдельное вложение</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AttachmentName" minOccurs="0">
<xs:annotation>
<xs:documentation>Имя файла вложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Description" minOccurs="0">
<xs:annotation>
<xs:documentation>Пользовательское описание файла вложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Body" type="xs:base64Binary">
<xs:annotation>
<xs:documentation>В бинарном представлении в сжатом и несжатом виде</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Params" type="Params" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительные параметры. Для СБ РФ будут передаваться следующие параметры:
bicryptId -
идентификатор Бикрипт (cтрока, где первые 4 или 6 символов – код УЦ Клиента владельца ключа
(идентификатор организации в УЦ, передается в персональных данных в теге:
Response/OrgsInfo/OrgsData/OrgData/OtherOrgData/CertAuthId ), следующие символы до 8 - это
порядковый
код ключа (необходимо генерить следующий порядковый номер сертификата в УЦ; последний
порядковый номер
сертификата в УЦ передается в теге:
Response/OrgsInfo/OrgsData/OrgData/OtherOrgData/LastCertifNum). Не
разрешается использовать пробел в начале и в конце текста)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="requestId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Идентификатор запроса на сертификат для идентификации запроса при загрузке
сертификата
из УЦ
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Тип запроса, передается константа:
«sign» - для запроса сертификата для подписи,
«tls» - для запроса сертификата tls.
При необходимости список может быть расширен.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="containerName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Ссылка на закрытый ключ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="idCrypto" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Уникальный идентификатор средства подписи. Соответствует значению атрибута из ответа
Responce/OrgsInfo/SignDevices/SignDevice/SignDeviceId
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="authPersonId" type="xs:string">
<xs:annotation>
<xs:documentation>Идентификатор уполномоченного лица. Соответствует значению
OrgsInfo/AuthPersons/AuthPerson/AuthPersonId
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="BenefAdd">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="Beneficiar_59" type="Beneficiar_59">
<xs:annotation>
<xs:documentation>59: Бенефициар
Beneficiary Customer
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ImediaBank_56" type="ImediaBank_56" minOccurs="0">
<xs:annotation>
<xs:documentation>56: Банк-посредник</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BankBeneficiar_57" type="BankBeneficiar_57" minOccurs="0">
<xs:annotation>
<xs:documentation>Банк бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Options" minOccurs="0">
<xs:complexType>
<xs:attribute name="option56a">
<xs:annotation>
<xs:documentation>Опция "A" или "D" для поля 56а</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="option57a">
<xs:annotation>
<xs:documentation>Опция A или D для поля 57а</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="option59a">
<xs:annotation>
<xs:documentation>Опция "A" для поля 59а</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="PayDocCurUse" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Платежное поручение в иностранной валюте
по умолчанию чек выстален
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherDoc" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Прочие документы</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечание</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PaymentDetails_70" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Назначение платежа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vo" minOccurs="0">
<xs:annotation>
<xs:documentation>Код вида валютной операции</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="OperCodeType">
<xs:pattern value="[0-9]{5}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PaymentDirection" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Направление платежа (Платеж внутри или вне СБРФ):
0-внутри
1-вне
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="BenefDel">
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор корреспондента в СББ</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="State">
<xs:attribute name="code">
<xs:annotation>
<xs:documentation>Код административной единицы</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="name">
<xs:annotation>
<xs:documentation>Наименование административной единицы</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="70"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Beneficiar_59">
<xs:sequence>
<xs:element name="AccBeneficiar" type="AccBeneficiar" minOccurs="0">
<xs:annotation>
<xs:documentation>Счет бенефицира</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurrIsoCode" type="CurrCodeLetterType" minOccurs="0">
<xs:annotation>
<xs:documentation>Iso-код валюты счета</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="Max140Text">
<xs:annotation>
<xs:documentation>Наименование бенефицира</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес бенефицира</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Place" type="Min1Max35Text">
<xs:annotation>
<xs:documentation>Город (месторасположение) бенефицира</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country" type="Country" minOccurs="0">
<xs:annotation>
<xs:documentation>Страна бенефицира</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="State" type="State" minOccurs="0"/>
<xs:element name="Text" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Если потребуется передача наименования и местонахождения перевододателя как 4х35
Customer name
По умолчанию - не используется
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Zip" minOccurs="0">
<xs:annotation>
<xs:documentation>zip-код</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Inn" type="InnType" minOccurs="0">
<xs:annotation>
<xs:documentation>ИНН (заполняется в случае внутрибанковского перевода)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BeiCode" type="BICIdentifier" minOccurs="0"/>
<xs:element name="BankName" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ImediaBank_56">
<xs:sequence>
<xs:element name="BIC" type="BICIdentifier" minOccurs="0">
<xs:annotation>
<xs:documentation>SWIFT-код банка-посредника
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CliringCode" type="CliringCode" minOccurs="0">
<xs:annotation>
<xs:documentation>Клиринговый код банка-посредника
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование банка-посредника</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BranchName" type="Max70Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование филиала банка-посредника</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес банка-посредника</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Place" type="Min1Max35Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Местонахождение банка-посредника</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country" type="Country" minOccurs="0">
<xs:annotation>
<xs:documentation>Код страны банка-посредника</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="State" type="State" minOccurs="0">
<xs:annotation>
<xs:documentation>Штат</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Zip" minOccurs="0">
<xs:annotation>
<xs:documentation>Zip-код</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Text" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Если потребуется передача наименования и местонахождения как 4х35
Name and Address
По умолчанию - не используется
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BankBeneficiar_57">
<xs:sequence>
<xs:element name="BIC" type="BICIdentifier" minOccurs="0">
<xs:annotation>
<xs:documentation>SWIFT-код банка бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CliringCode" type="CliringCode" minOccurs="0"/>
<xs:element name="CorrAcc" type="AccBeneficiar" minOccurs="0">
<xs:annotation>
<xs:documentation>Корреспондентский счёт банка бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование банка бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BranchName" type="Max70Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование филиала банка бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Address" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес банка бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Place" type="Min1Max35Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Местонахождение банка бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country" type="Country" minOccurs="0">
<xs:annotation>
<xs:documentation>Код страны банка бенефициара</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="State" type="State" minOccurs="0">
<xs:annotation>
<xs:documentation>Штат</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Zip" minOccurs="0">
<xs:annotation>
<xs:documentation>Zip-код</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Text" type="Max140Text" minOccurs="0">
<xs:annotation>
<xs:documentation>Если потребуется передача наименования и местонахождения как 4х35
Name and Address
По умолчанию - не используется
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CurrBuy">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Trans" type="CurrBuyTrans">
<xs:annotation>
<xs:documentation>Сделка</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BankAgreement" minOccurs="0">
<xs:annotation>
<xs:documentation>Соглашение с банком</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="3000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AddInfo" type="CurrBuyAddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительная информация</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, платежное поручение или валютный перевод
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CurrBuyTrans">
<xs:sequence>
<xs:element name="Acc">
<xs:annotation>
<xs:documentation>Расчетный счет списания средств на покупку валюты</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="BankName">
<xs:annotation>
<xs:documentation>Наименование подразделения банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="account" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер счёта списания (р/с)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК банка счета списания рублей</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="AmountTransf">
<xs:annotation>
<xs:documentation>Сумма покупки</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SumBuy" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма покупаемой валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SumThrough" type="CurrAmountType" form="qualified" minOccurs="0">
<xs:annotation>
<xs:documentation>за счет средств</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TermBuy" type="TermDeal" minOccurs="0">
<xs:annotation>
<xs:documentation>Условия покупки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AccountNumTransf">
<xs:annotation>
<xs:documentation>Реквизиты счёта зачисления валюты</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AccountCurr">
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>0 - На наш счет в Сбербанке России,
1 - На счет в другом банке/ в других филиалах и отделениях Сбербанка России
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-1]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="PayDocBuy">
<xs:annotation>
<xs:documentation>Средства в продаваемой валюте списать со счета/ средства на покупку перечислены
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="PayDocBuy">
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>0 - Средства в продаваемой валюте списать со счета
1 - Перечислены с нашего счета в Сбербанке Росии
2 - Перечислены со счета в другом банке/ в других филиалах и отделениях Сбербанка России
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-2]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Commis" type="Commision" minOccurs="0">
<xs:annotation>
<xs:documentation>Комиссионное вознаграждение (ComAcc ИЛИ ComOrder)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TermDeal">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:sequence>
<xs:element name="DealType" minOccurs="0">
<xs:annotation>
<xs:documentation>Условия сделки: 2 - по курсу Банка России с взиманием комиссионного вознаграждения, 1 - по курсу Сбербанка
России, 0 - на бирже на торговой сессии
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-2]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="USD_EUR" minOccurs="0">
<xs:annotation>
<xs:documentation>0 - USD-RUB, 1 - EUR-RUB, 2- EUR-USD</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-2]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TOD_TOM" minOccurs="0">
<xs:annotation>
<xs:documentation>0 - TOD, 1 - TOM</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-1]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Rate" minOccurs="0">
<xs:annotation>
<xs:documentation>на бирже на тороговой сессии по курсу</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>0 - по курсу не более,
1 - биржевой
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-1]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rate" type="xs:decimal">
<xs:annotation>
<xs:documentation>курс</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TermDealTypeRequired">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:sequence>
<xs:element name="DealType" minOccurs="1">
<xs:annotation>
<xs:documentation>Условия сделки: 2 - по курсу Банка России с взиманием комиссионного вознаграждения, 1 - по курсу Сбербанка
России, 0 - на бирже на торговой сессии
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-2]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="USD_EUR" minOccurs="0">
<xs:annotation>
<xs:documentation>0 - USD-RUB, 1 - EUR-RUB, 2- EUR-USD</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-2]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TOD_TOM" minOccurs="0">
<xs:annotation>
<xs:documentation>0 - TOD, 1 - TOM</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-1]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Rate" minOccurs="0">
<xs:annotation>
<xs:documentation>на бирже на тороговой сессии по курсу</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>0 - по курсу не более,
1 - биржевой
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
<xs:pattern value="[0-1]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rate" type="xs:decimal">
<xs:annotation>
<xs:documentation>курс</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AccountCurr">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:sequence>
<xs:element name="Bank" type="AccCurrBank">
<xs:annotation>
<xs:documentation>Реквизиты банка зачисления валюты</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="accNum" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер счёта зачисления валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="PayDocBuy">
<xs:sequence>
<xs:choice>
<xs:element name="DocAccount" type="DocAccount" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты счета списания продаваемой валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RecAccount" type="AccountRub" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты счёта перечисления средств на покупку</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Commision">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:choice>
<xs:element name="ComAcc" type="ComAcc">
<xs:annotation>
<xs:documentation>Реквизиты счёта списания комиссионного вознаграждения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ComOrder" type="ComOrder">
<xs:annotation>
<xs:documentation>Реквизиты платёжного поручения, которым будет перечислено комиссионное вознаграждение
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="AccCurrBank">
<xs:sequence>
<xs:element name="Name">
<xs:annotation>
<xs:documentation>Наименование банка зачисления валюты (либо в соответствии с BNKSEEK либо наименование
отделения СБРФ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="140"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BankSWIFT" minOccurs="0">
<xs:annotation>
<xs:documentation>SWIFT банка зачисления валюты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BankInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Иные реквизиты банка зачисления валюты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="bic" type="BicType">
<xs:annotation>
<xs:documentation>БИК банка зачисления валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="correspAcc" type="AccNumType">
<xs:annotation>
<xs:documentation>Коррсчёт банка зачисления валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DocAccount">
<xs:sequence>
<xs:element name="BankName">
<xs:annotation>
<xs:documentation>Наименование банка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="accNum" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер счёта списания рублёвого покрытия</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AccountRub">
<xs:annotation>
<xs:documentation>Реквизиты счёта перечисления средств на покупку</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="Account">
<xs:annotation>
<xs:documentation>Спиcание со счета</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="BankName">
<xs:annotation>
<xs:documentation>Реквизиты банка зачисления рублей</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="accNum" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер счёта списания (р/с)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК банка счета списания рублей</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Doc">
<xs:annotation>
<xs:documentation>Перечисление по платежному поручению</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docType" use="required">
<xs:annotation>
<xs:documentation>Тип документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата документа</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="ComAcc">
<xs:sequence>
<xs:element name="BankName">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="160"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="accNum" type="AccNumType" use="required">
<xs:annotation>
<xs:documentation>Номер счёта списания комисс. вознаграждения</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ComOrder">
<xs:attribute name="numPayDoc" use="required">
<xs:annotation>
<xs:documentation>Номер платёжного поручения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="datePayDoc" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата платёжного поручения по местному времени</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="purposePayDoc">
<xs:annotation>
<xs:documentation>Назначение платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="210"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CurrSell">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="CurrSellComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты платёжного документа ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Trans" type="CurrSellTrans">
<xs:annotation>
<xs:documentation>Сделка</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BankAgreement" minOccurs="0">
<xs:annotation>
<xs:documentation>Соглашение с банком</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="3000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AddInfo" type="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительная информация</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, платежное поручение или валютный перевод
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="CurrSellTrans">
<xs:sequence>
<xs:element name="SumSell" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма продаваемой валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TermSell" type="TermDeal">
<xs:annotation>
<xs:documentation>Условия продажи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AccountSell" type="AccountRubType">
<xs:annotation>
<xs:documentation>Реквизиты счёта списания валюты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AccountCredit" type="OurRubAccountType">
<xs:annotation>
<xs:documentation>Реквизиты счёта зачисления рублей</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Commis" type="Commision" minOccurs="0">
<xs:annotation>
<xs:documentation>Комиссионное вознаграждение (ComAcc ИЛИ ComOrder)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VoInfos">
<xs:annotation>
<xs:documentation>Коды видов валютных операций (Инструкция ЦБ РФ № 138-И от 04.06.2012)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VoInfo" type="VoInfo" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VoInfo">
<xs:sequence>
<xs:element name="Vo">
<xs:annotation>
<xs:documentation>Код вида валютной операции</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="OperCodeType">
<xs:pattern value="[0-9]{5}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sum" type="CurrAmountType">
<xs:annotation>
<xs:documentation>Сумма операции</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PsNum" type="DealPassNumFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер паспорта сделки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Contract" type="Contract" minOccurs="0">
<xs:annotation>
<xs:documentation>Контракт</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContractSum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Валюта и сумма</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExpectedDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Ожидаемый срок</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo" type="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Примечание</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ComData">
<xs:annotation>
<xs:documentation>Общие сведения о контракте/кредитном договоре</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Num" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер контракта/кредитного договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Date" type="xs:date">
<xs:annotation>
<xs:documentation>Дата контракта/кредитного договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Curr" type="DPCurr">
<xs:annotation>
<xs:documentation>Валюта цены контракта/кредитного договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма контракта/кредитного договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата завершения исполнения обязательств</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="checkNum" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Признак наличия номера контракта/кредитного договора: 0- с номером, 1- без номера</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="checkSum" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Признак наличия суммы контракта/кредитного договора: 0- с суммой, 1- без суммы</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="SpecConditions">
<xs:annotation>
<xs:documentation>Особые условия кредитного договора</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SumTransfer" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма, подлежащая зачислению на счета за рубежом</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SumCurr" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма, погашение которой предполагается за счет валютной выручки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Tranche" type="PaymentPeriodCode" minOccurs="0">
<xs:annotation>
<xs:documentation>Код срока привлечения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SuppleInfo">
<xs:annotation>
<xs:documentation>7. Справочная информация</xs:documentation>
</xs:annotation>
<xs:attribute name="provideMethod" use="required">
<xs:annotation>
<xs:documentation>
Способ передачи резидентом документов для оформления (переоформления, принятия на обслуживание и закрытия) ПС.
1 – на бумажном носителе
2 – в электронном виде
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[1-2]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ActivateCert">
<xs:sequence>
<xs:element name="Issuer">
<xs:annotation>
<xs:documentation>Идентификатор поставщика сертификата
Например, " issuer="E=IdleCA, C=RU, S=Idle CA, L=Idle CA, O=Idle CA, OU=Idle CA, CN=Idle CA" "
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SN">
<xs:annotation>
<xs:documentation>Серийный номер сертификата</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="UpdateListOfEmployees">
<xs:sequence>
<xs:element name="ClientState" type="ClientState" minOccurs="0"/>
<xs:element name="LastUpdate" type="xs:dateTime" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CurrControlInfoRequest">
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VBKInfos">
<xs:complexType>
<xs:sequence>
<xs:element name="VBKInfo" type="VBKInfo" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Ведомость банковского контроля</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="CustomsDeclaration" type="Period" minOccurs="0">
<xs:annotation>
<xs:documentation>Запросить поступившую в банк информацию о зарегистрированных таможенными органами декларациях на товары
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ViolationCurrencyLaws" type="Period" minOccurs="0">
<xs:annotation>
<xs:documentation>Запросить информацию о зарегистрированных банком нарушениях валютного законодательства
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="VBKInfo">
<xs:sequence>
<xs:element name="LineNumber" type="xs:int">
<xs:annotation>
<xs:documentation>Номер строки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DealPassNum" type="xs:string">
<xs:annotation>
<xs:documentation>Номер ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Contract" type="Contract">
<xs:annotation>
<xs:documentation>Информация о контракте/кредитном договоре</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VBKInfoReqParam" type="VBKInfoReqParam">
<xs:annotation>
<xs:documentation>Запросить информацию из ВБК</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VBKInfoReqParam">
<xs:sequence>
<xs:element name="FullPart" type="BoolType">
<xs:annotation>
<xs:documentation>Предоставить ВБК полностью или частично. Возможные значения: 1 - полностью, 0 - частично</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContractCredit" type="BoolType">
<xs:annotation>
<xs:documentation>Предоставить ВБК по контракту или кредитному договору. Возможные значения: 1 - по контракту, 0 - по кредитному
договору
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Part2" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Раздел II. Сведения о платежах</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Part3Contract" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Раздел III. Сведения о подтвержающих документах</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Part5Contract" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Раздел V. Итоговые данные расчетов по контракту</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Part3Credit" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Раздел III. Сведения об исполнении обязательств по основному долгу по иным основаниям, отличным от проведения
расчетов в денежной форме
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Part4Credit" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Раздел IV. Расчет задолженности по основному долгу</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Period">
<xs:sequence>
<xs:element name="BeginDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата начала периода</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата завершения периода</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ISKForUL">
<xs:annotation>
<xs:documentation>Информационные сведения юридического лица (филиала)</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="OrgData" type="OrgData"/>
<xs:element name="RegistrationData" type="RegistrationData" minOccurs="0"/>
<xs:element name="AddressInformation" type="RealAdress">
<xs:annotation>
<xs:documentation>Корневой элемент для Адреса местонахождения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EmailOrSite">
<xs:annotation>
<xs:documentation>Адрес электронной почты/сайт</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax">
<xs:annotation>
<xs:documentation>Номера контактных телефонов и факсов (с указанием кода города)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AuthorisedCapitalInfo" type="AuthorisedCapitalInfo"/>
<xs:element name="BranchOfProduction" type="BranchOfProduction">
<xs:annotation>
<xs:documentation>Сфера деятельности/отрасль производства</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LicensesInformation" type="LicensesInformation" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о лицензиях на право осуществления деятельности, подлежащей лицензированию</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NonResidentOperations" type="BoolType">
<xs:annotation>
<xs:documentation>Планируется ли осуществление операции(й) по переводу денежных средств на счета контрагентов –
нерезидентов, не
являющихся резидентами Республики Беларусь или Республики Казахстан, и действующих в своих интересах или по поручению
третьих
лиц, по заключенным с ними внешнеторговым договорам (контрактам), по которым будет осуществляться ввоз товаров,
приобретенных
у резидентов Республики Беларусь или Республики Казахстан соответственно, с территории Республики Беларусь или
Республики
Казахстан, по товарно-транспортным накладным (товарно-сопроводительным документам), оформленным грузоотправителями
Республики
Беларусь или Республики Казахстан
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BusinessStanding" type="BusinessStanding">
<xs:annotation>
<xs:documentation>Сведения о деловой репутации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BusinessRelationsInformation" type="BusinessRelationsInformation">
<xs:annotation>
<xs:documentation>Сведения о целях установления и предполагаемом характере деловых отношений с Банком</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypesOfContracts" type="TypesOfContracts" minOccurs="0">
<xs:annotation>
<xs:documentation>Виды договоров (контрактов), расчеты по которым планируется осуществлять через Банк (нужное отметить)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PlannedOperationsInfo" type="PlannedOperationsInfo">
<xs:annotation>
<xs:documentation>Сведения о планируемых операциях по счету в месяц</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KeyContractors" type="KeyContractors" minOccurs="0"/>
<xs:element name="FinancialSituationInfoAndDocs" type="FinancialSituationInfoAndDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения (документы) о финансовом положении</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProfitAcquirers" type="ProfitAcquirers" minOccurs="0">
<xs:annotation>
<xs:documentation>Выгодоприобретатели
True, если выбрано «Есть», False, если выбрано «Нет»
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OrgManagement" type="OrgManagement"/>
<xs:element name="Beneficiar" type="Beneficiar" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="RegistrationData">
<xs:annotation>
<xs:documentation>Содержит информацию о регистрации</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RegisteredBy" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование регистрирующего органа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RegistrationPlace" minOccurs="0">
<xs:annotation>
<xs:documentation>Место регистрации (город, страна)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AuthorisedCapitalInfo">
<xs:annotation>
<xs:documentation>Сведения о величине уставного (складочного) капитала или величине уставного фонда, имущества</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Registered">
<xs:annotation>
<xs:documentation>Зарегистрировано</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Paid">
<xs:annotation>
<xs:documentation>Оплачено</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BranchOfProduction">
<xs:annotation>
<xs:documentation>Сфера деятельности/отрасль производства</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RenderingOfServices" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Предоставление услуг</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Paid" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Оптовая торговля</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WholesaleTrade" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Розничная торговля</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Development" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Строительство</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Energetics" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Энергетика</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArmamentProduction" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Деятельность, связанная с производством оружия, или посредническая деятельность по реализации оружия
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TouristIndustry" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Туристская деятельность (туроператорская и турагентская деятельность, а также иная деятельность по организации
путешествий)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CommissionBusinessAuto" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Комиссионная деятельность (автотранспорт)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CommissionBusinessArt" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Комиссионная деятельность (предметы искусства)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CommissionBusinessAntiques" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Комиссионная деятельность (антиквариат)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CommissionBusinessFurniture" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Комиссионная деятельность (мебель)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GamblingIndustry" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Деятельность, связанная с содержанием тотализаторов и игорных заведений (казино, букмекерских контор и др.),
по организации и проведению лотерей, тотализаторов (взаимных пари) и иных основанных на риске игр, в том числе в электронной
форме, а также деятельность ломбардов
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="JewelleryBusiness" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Совершение сделок с недвижимым имуществом и оказание посреднических услуг при совершении сделок с недвижимым
имуществом
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RealEstateBusiness" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Совершение сделок с недвижимым имуществом и оказание посреднических услуг при совершении сделок с недвижимым
имуществом
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Charity" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Благотворительная деятельность</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherBranchOfProduction" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Иная (указать)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherBranchOfProductionText" minOccurs="0">
<xs:annotation>
<xs:documentation>Иная (текст)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LicensesInformation">
<xs:annotation>
<xs:documentation>Сведения о лицензиях на право осуществления деятельности, подлежащей лицензированию</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="LicenseInformation" type="LicenseInformation" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="licensesQuantity" type="xs:int">
<xs:annotation>
<xs:documentation>Количество лицензий</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="LicenseInformation">
<xs:annotation>
<xs:documentation>Информация об одной лицензии</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="LicenseType" minOccurs="0">
<xs:annotation>
<xs:documentation>Вид лицензии</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LicenseNumber" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LicenseDateOfIssue" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата выдачи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LicenseIssueOrg" minOccurs="0">
<xs:annotation>
<xs:documentation>Орган, выдавший лицензию</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LicenseExpirationDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Срок действия</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LicenseLinesOfBusinessList" minOccurs="0">
<xs:annotation>
<xs:documentation>Перечень видов деятельности</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BusinessStanding">
<xs:annotation>
<xs:documentation>Сведения о деловой репутации</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="WritingReferencesFromSBRFClients" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Отзыв(ы) в произвольной письменной форме других клиентов ОАО «Сбербанк России»</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WritingReferencesFromCredOrgs" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Отзыв(ы) в произвольной письменной форме от других кредитных организаций</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NoReferencesGiven" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Отзыв(ы) не предоставлены</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BusinessRelationsInformation">
<xs:annotation>
<xs:documentation>Сведения о целях установления и предполагаемом характере деловых отношений с Банком</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BusinessRelationsDuration" type="BusinessRelationsDuration">
<xs:annotation>
<xs:documentation>Планируемая длительность отношений</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ActiveBankRelations" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Наличие действующих отношений с Банком</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentAndCashServices" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Расчетно-кассовое обслуживание</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Crediting" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Кредитование</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocumentaryOperations" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Документарные операции (аккредитивы и гарантии, инкассо)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DepositoryServices" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Депозитарные услуги</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RemoteBanking" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Дистанционное банковское обслуживание</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Deposits" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Размещение свободных денежных средств (депозиты,
облигации, депозитные сертификаты и др.)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherBusinessRelationsInformation" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Иное (флаг)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherBusinessRelationsInformationText" minOccurs="0">
<xs:annotation>
<xs:documentation>Иное (текст)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BusinessRelationsDuration">
<xs:annotation>
<xs:documentation>Планируемая длительность отношений</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="ShortTerm" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Краткосрочная (до 1 года)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LongTerm" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Долгосрочная (1 год и более)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="TypesOfContracts">
<xs:annotation>
<xs:documentation>Виды договоров (контрактов), расчеты по которым планируется осуществлять через Банк (нужное отметить)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="HouseholdContract" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Хозяйственный договор (купли-продажи, на оплату/оказание услуг и т.п.)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SecuritySalesContract" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Договор купли-продажи ценных бумаг</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LoanAgreement" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Договор займа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HiringContract" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation>Договор аренды</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ForeignTradeAgreement" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Внешнеэкономический договор</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BankServiceAgreement" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Договор на оказание банковские услуги (эквайринг, инкассация, кредитование, зарплатные проект и т.п.).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherContract" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Иное (флаг)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherContractText" minOccurs="0">
<xs:annotation>
<xs:documentation>Иное (текст)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PlannedOperationsInfo">
<xs:annotation>
<xs:documentation>Сведения о планируемых операциях по счету в месяц</xs:documentation>
</xs:annotation>
<xs:attribute name="plannedOperationsQuantity" use="required">
<xs:annotation>
<xs:documentation>Количество планируемых операций по счету в месяц
Значение Расшифровка
1 От 10 до 100 включительно
2 Свыше 100 до 1000 включительно
3 Свыше 1000
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="plannedOperationsSum" use="required">
<xs:annotation>
<xs:documentation>Сумма планируемых операций (предполагаемые обороты по счету в месяц) включая операции по снятию денежных средств в
наличной форме и операции, связанные с переводами денежных средств в рамках внешнеторговой деятельности в рублевом эквиваленте
Значение Расшифровка
1 До 600 000 рублей включительно
2 Свыше 600 000 до 10 000 000 рублей включительно
3 Свыше 10 000 000 до 100 000 000 рублей включительно
4 Свыше 100 000 000 рублей
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="KeyContractors">
<xs:annotation>
<xs:documentation>Информация об основных контрагентах, планируемых плательщиках и получателях по операциям с денежными средствами,
находящимися на счете
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="KeyContractorPayer" minOccurs="0">
<xs:annotation>
<xs:documentation>Плательщики (наименование, ФИО, ИНН/КИО)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="KeyContractorPayee" minOccurs="0">
<xs:annotation>
<xs:documentation>Получатели (наименование, ФИО, ИНН/КИО)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FinancialSituationInfoAndDocs">
<xs:annotation>
<xs:documentation>Сведения (документы) о финансовом положении</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FinancialSituationInfo" type="FinancialSituationInfo" minOccurs="0"/>
<xs:element name="FinancialSituationDocuments" type="FinancialSituationDocuments" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FinancialSituationInfo">
<xs:annotation>
<xs:documentation>Сведения о финансовом положении</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FinancialSituationInfoTypeOne" type="FinancialSituationInfoTypeOne" minOccurs="0">
<xs:annotation>
<xs:documentation>Вид сведений 1</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FinancialSituationInfoTypeTwo" type="FinancialSituationInfoTypeTwo" minOccurs="0">
<xs:annotation>
<xs:documentation>Вид сведений 2</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FinancialSituationInfoTypeThree" type="FinancialSituationInfoTypeThree" minOccurs="0">
<xs:annotation>
<xs:documentation>Вид сведений 3</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FinancialSituationInfoTypeOne">
<xs:annotation>
<xs:documentation>Вид сведений 1</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="MatterOfBankruptcy" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Производство по делу о несостоятельности (банкротстве) в отношении юридического лица по состоянию на дату
предоставления документов в Банк
(ведется – true, не ведется – false)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LiquidationProcedure" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Процедура ликвидации в отношении юридического лица по состоянию на дату представления документов в Банк
(проводится – true, не проводится – false)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BankruptcyCourtDecision" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Вступившие в силу решения судебных органов в отношении юридического лица о признании его несостоятельным
(банкротом) по состоянию на дату предоставления документов в Банк
(имеются – true, отсутствуют – false)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FinancialSituationInfoTypeTwo">
<xs:annotation>
<xs:documentation>Вид сведений 2</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DefaultOnAnObligation" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Факты неисполнения юридическим лицом своих денежных обязательств по причине отсутствия денежных средств на
банковских счетах по состоянию на дату предоставления документов в Банк
(имеются – true, отсутствуют – false)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FinancialSituationInfoTypeThree">
<xs:annotation>
<xs:documentation>Вид сведений 3
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AgencyAndRatingIndex" minOccurs="0">
<xs:annotation>
<xs:documentation>Агентство и показатель рейтинга</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FinancialSituationDocuments">
<xs:annotation>
<xs:documentation>Документы о финансовом положении</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BalanceSheet" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Копия бухгалтерского баланса и копия отчета о финансовом результате</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FinancialStatements" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Копия годовой бухгалтерской отчетности (бухгалтерский баланс, отчет о финансовом результате)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TaxReturn" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Копия годовой (либо квартальной) налоговой декларации с отметками налогового органа об их принятии или без такой
отметки с приложением либо копии квитанции об отправке заказного письма с описью вложения (при направлении по почте), либо
копии подтверждения отправки на бумажных носителях (при передаче в электронном виде)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AuditReport" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Аудиторское заключение (копия аудиторского заключения на годовой отчет за прошедший год, в котором
подтверждаются достоверность финансовой (бухгалтерской) отчетности и соответствие порядка ведения бухгалтерского учета
законодательству Российской Федерации/международным стандартам финансовой отчетности (МСФО)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CertificateOfTaxPayment" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Справка об исполнении налогоплательщиком (плательщиком сборов, налоговым агентом) обязанности по уплате налогов,
сборов, пеней, штрафов, выданная налоговым органом
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RealAdress">
<xs:annotation>
<xs:documentation>Адрес местонахождения</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Address">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="presenceConfirmation" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Настоящим подтверждаем присутствие постоянно действующего органа управления/иного органа или лица, которые имеют
право действовать от его имени без доверенности, по указанному выше адресу местонахождения
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ProfitAcquirers">
<xs:annotation>
<xs:documentation>Выгодоприобретатели
True, если выбрано «Есть», False, если выбрано «Нет»
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ProfitAcquirersUL" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ProfitAcquirerUL" type="ProfitAcquirerUL" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ProfitAcquirersIP" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ProfitAcquirerIP" type="ProfitAcquirerIP" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProfitAcquirerUL">
<xs:annotation>
<xs:documentation>Информационные сведения юридического лица (филиала)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgData" type="OrgData">
<xs:annotation>
<xs:documentation>Содержит основные реквизиты организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RegistrationData" type="RegistrationData" minOccurs="0">
<xs:annotation>
<xs:documentation>Содержит информацию о регистрации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddressInformation" type="RealAdress">
<xs:annotation>
<xs:documentation>Адрес местонахождения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EmailOrSite">
<xs:annotation>
<xs:documentation>Адрес электронной почты/сайт</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax">
<xs:annotation>
<xs:documentation>Номера контактных телефонов и факсов (с указанием кода города)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AuthorisedCapitalInfo" type="AuthorisedCapitalInfo">
<xs:annotation>
<xs:documentation>Сведения о величине уставного (складочного) капитала или величине уставного фонда, имущества</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LicensesInformation" type="LicensesInformation" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о лицензиях на право осуществления деятельности, подлежащей лицензированию</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OrgManagement" type="OrgManagement"/>
<xs:element name="ProfitReasonInfo" type="ProfitReasonInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения об основаниях, свидетельствующих о том, что Клиент действует к выгоде другого лица</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProfitAcquirerIP">
<xs:annotation>
<xs:documentation>Информационные сведения юридического лица (филиала)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgData" type="OrgDataIP">
<xs:annotation>
<xs:documentation>Содержит основные реквизиты организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IdentificationDocumentInfo" type="IdentificationDocumentInfo">
<xs:annotation>
<xs:documentation>Реквизиты документа, удостоверяющего личность</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MigrationCardInfo" type="MigrationCardInfo">
<xs:annotation>
<xs:documentation>Данные миграционной карты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RightToStayDocumentInfo" type="RightToStayDocumentInfo"/>
<xs:element name="Addresses" type="AddressesIP">
<xs:annotation>
<xs:documentation>Адрес места жительства (регистрации) или места пребывания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EmailOrSite" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес электронной почты/сайт</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax" minOccurs="0">
<xs:annotation>
<xs:documentation>Номера контактных телефонов и факсов (с указанием кода города)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PostalAddress" minOccurs="0">
<xs:annotation>
<xs:documentation>Почтовый адрес</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Inn" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>ИНН</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IndividualEnterpriseRegInfo" type="IndividualEnterpriseRegInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о регистрации в качестве индивидуального предпринимателя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LicensesInformation" type="LicensesInformation" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о лицензиях на право осуществления деятельности, подлежащей лицензированию</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProfitReasonInfo" type="ProfitReasonInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения об основаниях, свидетельствующих о том, что Клиент действует к выгоде другого лица</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OrgManagement">
<xs:annotation>
<xs:documentation>Орган управления организации в соответствии с учредительными документами
Значение Расшифровка
1 Общее собрание акционеров (участников)
2 Совет директоров
3 Единоличный исполнительный орган (президент, директор, генеральный директор и др.)
4 Коллегиальный орган
(Правление, дирекция и др.)
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AnnualGeneralMeeting" type="AnnualGeneralMeeting" minOccurs="0">
<xs:annotation>
<xs:documentation>Общее собрание акционеров</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BoardOfDirectors" type="BoardOfDirectors" minOccurs="0">
<xs:annotation>
<xs:documentation>Совет директоров</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SoleExecutiveBody" type="SoleExecutiveBody" minOccurs="0">
<xs:annotation>
<xs:documentation>Единоличный исполнительный орган</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CollectiveBody" type="CollectiveBody" minOccurs="0">
<xs:annotation>
<xs:documentation>Коллегиальный орган</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AnnualGeneralMeeting">
<xs:annotation>
<xs:documentation>Общее собрание акционеров</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgManagementMembers" minOccurs="0">
<xs:annotation>
<xs:documentation>Персональный состав (ФИО и должность) для общего собрания акционеров</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BoardOfDirectors">
<xs:annotation>
<xs:documentation>Совет директоров</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgManagementMembers" minOccurs="0">
<xs:annotation>
<xs:documentation>Персональный состав (ФИО и должность) для совета директоров</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SoleExecutiveBody">
<xs:annotation>
<xs:documentation>Единоличный исполнительный орган</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgManagementMembers" minOccurs="0">
<xs:annotation>
<xs:documentation>Персональный состав (ФИО и должность) для единоличного исполнительного органа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CollectiveBody">
<xs:annotation>
<xs:documentation>Коллегиальный орган</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgManagementMembers" minOccurs="0">
<xs:annotation>
<xs:documentation>Персональный состав (ФИО и должность) для коллегиального органа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProfitReasonInfo">
<xs:annotation>
<xs:documentation>Сведения об основаниях, свидетельствующих о том, что Клиент действует к выгоде другого лица</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AgreementName" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование договора</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AgreementNumber" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ConclusionDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата заключения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IdentificationDocumentInfo">
<xs:annotation>
<xs:documentation>Реквизиты документа, удостоверяющего личность</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="IdentificationDocumentName">
<xs:annotation>
<xs:documentation>4.1 Наименование документа, удостоверяющего личность</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IdentificationDocumentSeries">
<xs:annotation>
<xs:documentation>4.2 серия</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IdentificationDocumentNumber">
<xs:annotation>
<xs:documentation>4.3 №</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IdentificationDocumentIssueDate" type="xs:date">
<xs:annotation>
<xs:documentation>4.4 Дата выдачи</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IdentificationDocumentIssueOrgName">
<xs:annotation>
<xs:documentation>4.5 Наименование органа, выдавшего документ</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IdentificationDocumentIssueOrgCode">
<xs:annotation>
<xs:documentation>4.6 Код подразделения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="MigrationCardInfo">
<xs:annotation>
<xs:documentation>Данные миграционной карты</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="MigrationCardNumber" minOccurs="0">
<xs:annotation>
<xs:documentation>5.2 Номер</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DurationOfStayBeginDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>5.3 Дата начала срока пребывания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DurationOfStayEndDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>5.4 Дата окончания срока пребывания</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="migrationCardNotRequired" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>5.1 Миграционная карта не требуется</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="RightToStayDocumentInfo">
<xs:annotation>
<xs:documentation>Данные документа, подтверждающего право иностранного гражданина или лица без гражданства на пребывание (проживание) в
РФ
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RightToStayDocumentType" type="RightToStayDocumentType" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип документа, подтверждающего право иностранного гражданина или лица без гражданства на пребывание (проживание)
в РФ
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="rightToStayDocumentNotRequired" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>Документ Не требуется</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="RightToStayDocumentType">
<xs:annotation>
<xs:documentation>Тип документа, подтверждающего право иностранного гражданина или лица без гражданства на пребывание (проживание) в РФ
</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="Visa" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Виза</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ResidencePermit" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Вид на жительство</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TemporaryResidencePermit" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Разрешение на временное пребывание</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherRightToStayDocument" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="RightToStayDocumentName" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RightToStayDocumentSeriesOrNumber" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер/серия</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DurationOfStayBeginDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата начала срока пребывания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DurationOfStayEndDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата окончания срока пребывания</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="IndividualEnterpriseRegInfo">
<xs:annotation>
<xs:documentation>Сведения о регистрации в качестве индивидуального предпринимателя</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RegNumORGRNIP" type="OgrnType" minOccurs="0">
<xs:annotation>
<xs:documentation>12.1 Регистрационный номер (ОГРНИП)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StateRegDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>12.2 Дата государственной регистрации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RegAuthorityName" minOccurs="0">
<xs:annotation>
<xs:documentation>12.3 Наименование регистрирующего органа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RegPlace" minOccurs="0">
<xs:annotation>
<xs:documentation>12.4 Место регистрации</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Beneficiar">
<xs:annotation>
<xs:documentation>Наличие бенефициарных владельцев</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PublicAuthority" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Органом государственной власти, иным государственным органом, органом местного самоуправления, учреждением,
находящимся в его ведении, государственным внебюджетным фондом
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StateCorporation" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Государственной корпорацией или организацией, в которой Российская Федерация, субъекты РФ либо муниципальные
образования имеют более 50 % акций (долей) в капитале
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InternationalOrganization" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Международной организацией, иностранным государством или административно-территориальной единицей иностранных
государств, обладающей самостоятельной правоспособностью
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IssuerOfSecurities" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Эмитентом ценных бумаг, допущенным к организованным торгам, который раскрывает информацию в соответствии с
законодательством Российской Федерации о ценных бумаг
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Beneficiaryes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Beneficiary" type="Beneficiary" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Beneficiary">
<xs:annotation>
<xs:documentation>Сведения о бенефициарном владельце</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OrgData" type="OrgDataIP">
<xs:annotation>
<xs:documentation>Содержит основные реквизиты организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IdentificationDocumentInfo" type="IdentificationDocumentInfo">
<xs:annotation>
<xs:documentation>Реквизиты документа, удостоверяющего личность</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MigrationCardInfo" type="MigrationCardInfo">
<xs:annotation>
<xs:documentation>Данные миграционной карты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RightToStayDocumentInfo" type="RightToStayDocumentInfo">
<xs:annotation>
<xs:documentation>Данные документа, подтверждающего право иностранного гражданина или лица без гражданства на пребывание
(проживание) в РФ
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Addresses" type="AddressesIP">
<xs:annotation>
<xs:documentation>Адрес места жительства (регистрации) или места пребывания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EmailOrSite">
<xs:annotation>
<xs:documentation>Адрес электронной почты/сайт</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax">
<xs:annotation>
<xs:documentation>Номера контактных телефонов и факсов (с указанием кода города)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Inn" type="InnType">
<xs:annotation>
<xs:documentation>ИНН</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AuthorizedCapitalShareSize">
<xs:annotation>
<xs:documentation>Размер доли участия в уставном капитале организации (%)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BeneficiaryReasonInfo" type="BeneficiaryReasonInfo">
<xs:annotation>
<xs:documentation>Основание для признания физического лица бенефициарным владельцем Клиента (нужное отметить</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BeneficiaryIsNotForeignOfficerConfirmation" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:boolean">
<xs:attribute name="beneficiaryIsForeignOfficerCase" use="optional">
<xs:annotation>
<xs:documentation>Зн. Расшифровка
1 физическое лицо является иностранным публичным должностным лицом;
2 физическое лицо является супругом или близким родственником иностранного публичного должностного лица;
3 физическое лицо является должностным лицом публичной международной организации;
4 физическое лицо замещает (занимает) государственную должность Российской Федерации;
5 физическое лицо замещает (занимает) должность члена Совета директоров Банка России;
физическое лицо замещает (занимает) должность федеральной государственной службы, назначение на которую и
освобождение от которой осуществляются Президентом Российской Федерации или Правительством Российской
Федерации;
физическое лицо замещает (занимает) должность в Банке России;
физическое лицо замещает (занимает) должность в государственной корпорации и иной организации, созданной
Российской Федерацией на основании федеральных законов
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BeneficiaryReasonInfo">
<xs:annotation>
<xs:documentation>Основание для признания физического лица бенефициарным владельцем Клиента (нужное отметить</xs:documentation>
</xs:annotation>
<xs:attribute name="beneficiaryReason" use="required">
<xs:annotation>
<xs:documentation>Основание для признания физического лица бенефициарным владельцем Клиента (нужное отметить)
Зн. Расшифровка
1 физическое лицо имеет преобладающее участие (более 25 процентов) в капитале организации
2 физическое лицо косвенно (через третьих лиц) имеет преобладающее участие (более 25%) в капитале организации
3 физическое лицо владеет более 25% от общего числа акций организации с правом голоса
4 физическое лицо имеет право (возможность), в том числе на основании договора с организацией/индивидуальным
предпринимателем/физическим лицом, занимающимся в установленном законодательством РФ порядке частной практикой
(далее-организация), оказывать прямое или косвенное (через третьих лиц) существенное влияние на решения, принимаемые организацией,
использовать свои полномочия с целью оказания влияния на величину дохода организации
5 физическое лицо имеет возможность воздействовать на принимаемые организацией/ индивидуальным предпринимателем/ физическим лицом,
занимающимся в установленном законодательством РФ порядке частной практикой, решения об осуществлении сделок (в том числе, несущих
кредитный риск (о выдаче кредитов, гарантий и т.д.), а также финансовых операций
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ISKForIP">
<xs:annotation>
<xs:documentation>Информационные сведения индивидуального предпринимателя</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="OrgData" type="OrgDataIP">
<xs:annotation>
<xs:documentation>Содержит основные реквизиты организации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IdentificationDocumentInfo" type="IdentificationDocumentInfo">
<xs:annotation>
<xs:documentation>IdentificationDocumentInfo</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MigrationCardInfo" type="MigrationCardInfo">
<xs:annotation>
<xs:documentation>Данные миграционной карты</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RightToStayDocumentInfo" type="RightToStayDocumentInfo">
<xs:annotation>
<xs:documentation>Данные документа, подтверждающего право иностранного гражданина или лица без гражданства на пребывание
(проживание) в РФ
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Addresses" type="AddressesIP">
<xs:annotation>
<xs:documentation>Адрес места жительства (регистрации) или места пребывания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EmailOrSite">
<xs:annotation>
<xs:documentation>Адрес электронной почты/сайт</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Telfax">
<xs:annotation>
<xs:documentation>Номера контактных телефонов и факсов (с указанием кода города)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PostalAddress">
<xs:annotation>
<xs:documentation>Почтовый адрес</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="INN" type="InnType">
<xs:annotation>
<xs:documentation>ИНН</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IndividualEnterpriseRegInfo" type="IndividualEnterpriseRegInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о регистрации в качестве индивидуального предпринимателя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LicensesInformation" type="LicensesInformation" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения о лицензиях на право осуществления деятельности, подлежащей лицензированию</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BranchOfProduction" type="BranchOfProduction">
<xs:annotation>
<xs:documentation>Сфера деятельности/отрасль производства</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BusinessStanding" type="BusinessStanding">
<xs:annotation>
<xs:documentation>Сведения о деловой репутации</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BusinessRelationsInformation" type="BusinessRelationsInformation">
<xs:annotation>
<xs:documentation>Сведения о целях установления и предполагаемом характере деловых отношений с Банком</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypesOfContracts" type="TypesOfContracts" minOccurs="0">
<xs:annotation>
<xs:documentation>Виды договоров (контрактов), расчеты по которым планируется осуществлять через Банк (нужное отметить)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PlannedOperationsInfo" type="PlannedOperationsInfo">
<xs:annotation>
<xs:documentation>Сведения о планируемых операциях по счету в месяц</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="KeyContractors" type="KeyContractors" minOccurs="0">
<xs:annotation>
<xs:documentation>Информация об основных контрагентах, планируемых плательщиках и получателях по операциям с денежными
средствами,
находящимися на счете
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NonResidentOperations" type="BoolType">
<xs:annotation>
<xs:documentation>Планируется ли осуществление операции(й) по переводу денежных средств на счета контрагентов –
нерезидентов, не
являющихся резидентами Республики Беларусь или Республики Казахстан, и действующих в своих интересах или по поручению
третьих
лиц, по заключенным с ними внешнеторговым договорам (контрактам), по которым будет осуществляться ввоз товаров,
приобретенных
у резидентов Республики Беларусь или Республики Казахстан соответственно, с территории Республики Беларусь или
Республики
Казахстан, по товарно-транспортным накладным (товарно-сопроводительным документам), оформленным грузоотправителями
Республики
Беларусь или Республики Казахстан
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FinancialSituationInfoAndDocs" type="FinancialSituationInfoAndDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения (документы) о финансовом положении</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProfitAcquirers" type="ProfitAcquirers" minOccurs="0">
<xs:annotation>
<xs:documentation>Выгодоприобретатели
True, если выбрано «Есть», False, если выбрано «Нет»
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Beneficiar" type="Beneficiar" minOccurs="0">
<xs:annotation>
<xs:documentation>Наличие бенефициарных владельцев</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AddressesIP">
<xs:annotation>
<xs:documentation>Адрес места жительства (регистрации) или места пребывания</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ResidentialAddress" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес места жительства</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="StayAddress" minOccurs="0">
<xs:annotation>
<xs:documentation>Адрес места пребывания</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DocBase">
<xs:sequence>
<xs:element name="ClientState" type="ClientState" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sentForSign" type="BoolType" use="optional">
<xs:annotation>
<xs:documentation>
0 – обычная передача на выполнение
1 – передано для подписания в ИК
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="IncomingRequestISK">
<xs:annotation>
<xs:documentation>Проверка наличия запроса на получение сведений об организации</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DpRestruct">
<xs:annotation>
<xs:documentation>Сведения о переоформляемых ПС</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DpData" type="DpData" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Сведения о переоформляемом ПС</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DpData">
<xs:annotation>
<xs:documentation>Сведения о переоформляемом ПС</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StrNum" type="xs:int">
<xs:annotation>
<xs:documentation>Номер строки по порядку</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DpNum" type="DealPassNumFullType">
<xs:annotation>
<xs:documentation>Номер ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DpDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата ПС в формате ДД.ММ.ГГГГ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Contract" type="Contract" minOccurs="0">
<xs:annotation>
<xs:documentation>Информация о контракте (кредитном договоре)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GroundInfo" type="GroundInfo">
<xs:annotation>
<xs:documentation>Сведения о документах, на основании которых должны быть внесены изменения ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ChapterInfo" type="ChapterInfo">
<xs:annotation>
<xs:documentation>Сведения о переоформляемых разделах/подразделах</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="GroundInfo">
<xs:annotation>
<xs:documentation>Сведения о документах, на основании которых должны быть внесены изменения ПС</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Ground" type="Ground" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Сведения о документе, на основании которого должны быть внесены изменения ПС</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Ground">
<xs:annotation>
<xs:documentation>Сведения о документе, на основании которого должны быть внесены изменения ПС</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StrNum" type="xs:int">
<xs:annotation>
<xs:documentation>Номер строки по порядку</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocData" type="GroundDocData">
<xs:annotation>
<xs:documentation>Информация о документе-основании</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="GroundDocData">
<xs:attribute name="numCheck" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Документ: 0 - с номером, 1 - без номера</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum">
<xs:annotation>
<xs:documentation>Номер документа, являющегося основанием для переоформления ПС</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docName" type="xs:string">
<xs:annotation>
<xs:documentation>Название документа, на основании которого переоформляется ПС</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ChapterInfo">
<xs:annotation>
<xs:documentation>Сведения о переоформляемых разделах/подразделах</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Chapter" type="Chapter" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Сведения о переоформляемом разделе/подразделе</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Chapter">
<xs:annotation>
<xs:documentation>Сведения о переоформляемом разделе/подразделе</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StrNum" type="xs:int">
<xs:annotation>
<xs:documentation>Номер строки по порядку</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DpChapter">
<xs:annotation>
<xs:documentation>№ раздела</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DpSubchapter" minOccurs="0">
<xs:annotation>
<xs:documentation>№ подраздела</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DpParagraph" minOccurs="0">
<xs:annotation>
<xs:documentation>№ пункта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DpSubparagraph" minOccurs="0">
<xs:annotation>
<xs:documentation>№ подпункта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DpColumns" minOccurs="0">
<xs:annotation>
<xs:documentation>№ графы</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DpString" minOccurs="0">
<xs:annotation>
<xs:documentation>№ строки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DpAddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Новое значение графы раздела ПС</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="AddInfo">
<xs:maxLength value="350"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DpInfos">
<xs:annotation>
<xs:documentation>Информация по ПС</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DpInfo" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Информация по ПС</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="DpNum" type="DealPassNumFullType">
<xs:annotation>
<xs:documentation>Номер ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DpDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reasons">
<xs:complexType>
<xs:sequence>
<xs:element name="Reason7111" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 7.1.1 (перевод)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason7112" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 7.1.1 (закрытие)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason712" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 7.1.2</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason713" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 7.1.3</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason714" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 7.1.4</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason715" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 7.1.5</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason716" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 7.1.6</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason204" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Флаг Пункт инструкции 20.4</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Attach" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SheetsNum" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложения на x листах</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DealPassFromAnotherBank">
<xs:annotation>
<xs:documentation>Паспорт сделки из другого банка</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="DocDataCC">
<xs:annotation>
<xs:documentation>Общие реквизиты ВК (паспортов сделок) ДБО</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="XmlFileNamePs">
<xs:annotation>
<xs:documentation>Наименование XML-файла с паспортом сделки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FileHashPs" minOccurs="0">
<xs:annotation>
<xs:documentation>Хэш файла-вложения с паспортом сделки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="XmlFileNameVbk">
<xs:annotation>
<xs:documentation>Наименование XML-файла с ВБК</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FileHashVbk" minOccurs="0">
<xs:annotation>
<xs:documentation>Хэш файла-вложения с ведомостью банковского контроля</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="32"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DpNum" type="DealPassNumFullType">
<xs:annotation>
<xs:documentation>Номер ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DpDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConCheck" type="BoolType">
<xs:annotation>
<xs:documentation>Тип документа: true-контракт, false-кредитный договор</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Contract" type="Contract"/>
<xs:element name="Unprintable" type="BoolType">
<xs:annotation>
<xs:documentation>Признак того, что документ нельзя распечатать</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HasUnreadMessages" type="BoolType">
<xs:annotation>
<xs:documentation>Признак того, что по этому документу есть непрочитанные сообщения</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LinkedDocs" type="LinkedDocs" minOccurs="0">
<xs:annotation>
<xs:documentation>Связанные документы, например, реестр пополнения корп. карт, зарплатные ведомости и т.п.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="DealPassHeader">
<xs:annotation>
<xs:documentation>Заголовок паспорта сделки</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NumPs" type="DealPassNum">
<xs:annotation>
<xs:documentation>Номер паспорта сделки, разбитый по частям</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DealPassNum">
<xs:annotation>
<xs:documentation>Номер паспорта сделки, разбитый по частям</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FirstPartPS" minOccurs="0">
<xs:annotation>
<xs:documentation>Первая часть номера паспорта сделки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{8}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SecondPartPS" minOccurs="0">
<xs:annotation>
<xs:documentation>Вторая часть номера паспорта сделки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ThirdPartPS" minOccurs="0">
<xs:annotation>
<xs:documentation>Третья часть номера паспорта сделки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FourthPartPS" minOccurs="0">
<xs:annotation>
<xs:documentation>Четвертая часть номера паспорта сделки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FifthPartPS" minOccurs="0">
<xs:annotation>
<xs:documentation>Пятая часть номера паспорта сделки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DatePS" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата паспорта сделки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NumPsFull" type="DealPassNumFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер ПС (полный)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DPSignInfo">
<xs:annotation>
<xs:documentation>ФИО и должность подписантов</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SignInfo" type="SignInfo" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>ФИО и должность подписанта</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SignInfo">
<xs:annotation>
<xs:documentation>ФИО и должность подписанта</xs:documentation>
</xs:annotation>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>ФИО</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="post" use="required">
<xs:annotation>
<xs:documentation>Должность</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DealPassBeneficiarInfo">
<xs:annotation>
<xs:documentation>Реквизиты иностранного контрагента</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Beneficiar" type="DealPassBeneficiar" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Реквизиты иностранного контрагента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DealPassBeneficiar">
<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="Country" type="CountryName">
<xs:annotation>
<xs:documentation>Страна иностранного контрагента</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ComDataCred">
<xs:annotation>
<xs:documentation>Общие сведения о кредитном договоре</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ComData">
<xs:sequence>
<xs:element name="SpecConditions" type="SpecConditions">
<xs:annotation>
<xs:documentation>Особые условия кредитного договора</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="TrancheInfo">
<xs:annotation>
<xs:documentation>Сведения о сумме и сроках привлечения (предоставления) траншей</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Oper" type="TrancheOper" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Сведения о сумме и сроках привлечения (предоставления) транша</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TrancheOper">
<xs:annotation>
<xs:documentation>Сведения о сумме и сроках привлечения (предоставления) транша</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Sum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма транша</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Code" type="TermBorrow" minOccurs="0">
<xs:annotation>
<xs:documentation>Код срока привлечения (предоставления) транша</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Date" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Ожидаемая дата поступления</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TermBorrow">
<xs:annotation>
<xs:documentation>Код срока привлечения (предоставления) транша</xs:documentation>
</xs:annotation>
<xs:attribute name="code">
<xs:annotation>
<xs:documentation>Код срока привлечения (предоставления) транша</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="description">
<xs:annotation>
<xs:documentation>Описание срока привлечения (предоставления) транша</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CredSpecData">
<xs:annotation>
<xs:documentation>Специальные сведения о кредитном договоре</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Percent" type="CredPercentPayments" minOccurs="0">
<xs:annotation>
<xs:documentation>Процентные платежи, предусмотренные кредитным договором (за исключением платежей по возврату основного долга)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherPay" type="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Иные платежи, предусмотренные кредитным договором (за искл. платежей по возврату основного долга и процентных платежей)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DebtSum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма задолженности по основному долгу на дату, предшествующую дате оформления ПС</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CredPercentPayments">
<xs:annotation>
<xs:documentation>Процентные платежи, предусмотренные кредитным договором (за исключением платежей по возврату основного долга)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PercentType" type="xs:string">
<xs:annotation>
<xs:documentation>
Тип процентных платежей:
1 - Фиксированный размер процентной ставки (% годовых)
2 - Код ставки ЛИБОР
3 - Другой метод определения процентной ставки
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FixPercent" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Фиксированный размер процентной ставки (% годовых)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LIBOR" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Код ставки LIBOR например, Л06978</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherMethod" minOccurs="0">
<xs:annotation>
<xs:documentation>Другие методы определения процентной ставки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IncPercent" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Размер процентной надбавки (% годовых)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CredHelpInfo">
<xs:annotation>
<xs:documentation>Справочная информация о кредитном договоре</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BasePay" type="CredBasePayments" minOccurs="0">
<xs:annotation>
<xs:documentation>Основания заполнения графика платежей по возврату основного долга и процентных платежей</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentLoan" type="CredPaymentLoan" minOccurs="0">
<xs:annotation>
<xs:documentation>Описание графика платежей по возврату основного долга и процентных платежей</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DirectInvesting" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Наличие прямого инвестирования (0 – признак не установлен; 1 – признак установлен)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BailSum" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма залогового или другого обеспечения, предусмотренная условиями кредитного договора</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreditInfos" type="CreditInfos" minOccurs="0">
<xs:annotation>
<xs:documentation>Информация о привлечении резидентом кредита (займа), предоставленного нерезидентами на синдицированной (консорциональной) основе</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CredBasePayments">
<xs:annotation>
<xs:documentation>Основания заполнения графика платежей по возврату основного долга и процентных платежей</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0">
<xs:element name="CredData" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сведения из кредитного договора (0 – признак не установлен; 1 – признак установлен)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EvaluationData" type="BoolType" minOccurs="0">
<xs:annotation>
<xs:documentation>Оценочные данные (0 – признак не установлен; 1 – признак установлен)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CredPaymentLoan">
<xs:annotation>
<xs:documentation>Описание графика платежей по возврату основного долга и процентных платежей</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DebtPaymentLoan" type="CredDebtPaymentLoan" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Описание платежа по возврату основного долга и процентов</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CredDebtPaymentLoan">
<xs:annotation>
<xs:documentation>Описание платежа по возврату основного долга и процентов</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0">
<xs:element name="CurrCode" type="CurrCodeLetterType">
<xs:annotation>
<xs:documentation>ISO-код валюты договора (3-х буквенный код валюты)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PrincipalPayment" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма платежа в счет основного долга</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PrincipalDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата платежа в счет основного долга</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SumPay" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма платежа в счет процентных платежей</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatePay" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Дата платежа в счет процентных платежей</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayComments" minOccurs="0">
<xs:annotation>
<xs:documentation>Описание особых условий</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CreditInfos">
<xs:annotation>
<xs:documentation>Информация о привлечении резидентом кредита (займа), предоставленного нерезидентами на синдицированной (консорциональной) основе</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CreditInfo" type="CreditInfo" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Информация о привлечении резидентом кредита (займа), предоставленного нерезидентами на синдицированной (консорциональной) основе</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CreditInfo">
<xs:annotation>
<xs:documentation>Информация о привлечении резидентом кредита (займа), предоставленного нерезидентами на синдицированной (консорциональной) основе</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NonResident" minOccurs="0">
<xs:annotation>
<xs:documentation>Наименование нерезидента</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Country" type="CountryName">
<xs:annotation>
<xs:documentation>Страна нерезидента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Principial" type="CreditInfoPrincipal">
<xs:annotation>
<xs:documentation>Платеж в счет основного долга</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DPEnd">
<xs:annotation>
<xs:documentation>Сведения об оформлении, переводе и закрытии паспортов сделок</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DPEndData" type="DPEndData" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Сведения об оформлении, переводе и закрытии паспорта сделки</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DPEndData">
<xs:annotation>
<xs:documentation>Сведения об оформлении, переводе и закрытии паспорта сделки</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NumBankPS" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Регистрационный номер банка ПС</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ValueDate" type="xs:date" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата принятия ПС при его переводе</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DPEndDate" type="xs:date" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата закрытия ПС</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BaseEndPS" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Код основания закрытия ПС:
7.1.1 - перевод в другой банк, закрытие всех счетов в банке
7.1.2 - исполнение сторонами всех обязательств по контракту (кредитному договору), включая исполнение обязательств третьим лицом - резидентом (другим лицом - резидентом)
7.1.3 - уступка резидентом требования по контракту (кредитному договору) другому лицу - резиденту либо перевод долга резидентом по контракту (кредитному договору) на другое лицо - резидента
7.1.4 - уступка резидентом требования по контракту (кредитному договору) нерезиденту
7.1.5 - исполнение (прекращение) обязательств по контракту (кредитному договору) по иным основаниям
7.1.6 - прекращение оснований, требующих оформления ПС, ошибочное,
20.4 оформление ПС
7.9 - по истечении 180 дней, следующих за датой завершения исполнения обязательств
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DPRe">
<xs:annotation>
<xs:documentation>Сведения о переоформлении паспортов сделок</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DPReissueData" type="DPReissueData" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Сведения о переоформлении паспорта сделки</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DPReissueData">
<xs:annotation>
<xs:documentation>Сведения о переоформлении паспорта сделки</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Num" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Номер переоформления</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="300"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DPReDate" type="xs:date" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата переоформления</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocNum" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Номер документа, на основании которого внесены изменения в ПС</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DocDate" type="xs:date" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата документа, на основании которого внесены изменения в ПС</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CreditInfoPrincipal">
<xs:annotation>
<xs:documentation>Платеж в счет основного долга</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="Payment" type="CurrAmountType" minOccurs="0">
<xs:annotation>
<xs:documentation>Сумма платежа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Share" type="xs:decimal" minOccurs="0">
<xs:annotation>
<xs:documentation>Доля в общей сумме</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="ChatWithBankMsg">
<xs:annotation>
<xs:documentation>Обмен сообщениями с банком (в Банк)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AuthPers" type="AuthPers">
<xs:annotation>
<xs:documentation>Уполномоченный сотрудник организации клиента</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddInfo">
<xs:annotation>
<xs:documentation>Текст сообщения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="AddInfo">
<xs:maxLength value="8000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="chatMsgExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор сообщения чата в УС</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор документа, к которому относится сообщение чата, в СББОЛ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="chatMsgNum" type="xs:integer" use="required">
<xs:annotation>
<xs:documentation>Номер сообщения чата</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="chatMsgDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата создания сообщения чата</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bankName" use="required">
<xs:annotation>
<xs:documentation>Наименование подразделения банка
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="RequestChatFromBankMsgs">
<xs:annotation>
<xs:documentation>Запрос сообщений чата с банком</xs:documentation>
</xs:annotation>
<xs:attribute name="lastIncomingTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время последнего запроса сообщений чата с банком(с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ChatWithBankMsgStatus">
<xs:annotation>
<xs:documentation>Получение статуса сообщения чата с банком (в Банк)</xs:documentation>
</xs:annotation>
<xs:attribute name="chatMsgExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор сообщения чата в УС</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор документа, к которому относится сообщение чата, в СББОЛ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="status" use="required">
<xs:annotation>
<xs:documentation>Статус сообщения чата с банком (в Банк)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="InquiryOrder">
<xs:annotation>
<xs:documentation>Запрос справки</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="DocData" type="ComDocData">
<xs:annotation>
<xs:documentation>Общие реквизиты документа Запрос справки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InquiryInfo" type="InquiryInfo">
<xs:annotation>
<xs:documentation>Тип справки для Запроса справки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Attachments" type="AttachmentsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Приложенные к документу отсканированные образы-вложения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="InquiryInfo">
<xs:annotation>
<xs:documentation>Реквизиты Запроса справки</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="InquiryCode" nillable="false">
<xs:annotation>
<xs:documentation>Код справки</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="350"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="InquiryGet">
<xs:annotation>
<xs:documentation>Способ получения справки: POST - Почта, VSP - ВСП и EI - E-Invoicing</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="350"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SecType" minOccurs="0">
<xs:annotation>
<xs:documentation>Тип ценной бумаги</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="InquiryGetAddress" minOccurs="0" >
<xs:annotation>
<xs:documentation>Почтовый адрес получателя (заполняется только если ./inquiryGet принимает значение: 2)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Amount" minOccurs="0" >
<xs:annotation>
<xs:documentation>Количество экземпляров</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="BeginDate" type="xs:date" minOccurs="0" >
<xs:annotation>
<xs:documentation>Период с</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation>Начало периода</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TypeOfFilling" minOccurs="0">
<xs:annotation>
<xs:documentation>
Параметры запроса:
TOTAL_SUM_TYPE5 - общей суммой;
DETAILS_TYPE5 - с расшифровкой; (Заполняется при указании типа справки Type 5 )
CURRENCY_ACCOUNT_DAILY - в валюте счета посуточно;
CURRENCY_ACCOUNT_PER_MONTH - в валюте счета помесячно;
CURRENCY_ACCOUNT_WITHOUT_LOANS - в валюте счета без учета кредитов;
NATIONAL_DAILY - в нац. покрытии посуточно;
NATIONAL_PER_MONTH - в нац. покрытии помесячно;
NATIONAL_WITHOUT_LOANS - в нац. покрытии без учета кредитов; (Заполняется при указании типа справки Type 6 )
TOTAL_SUM_TYPE7 - общей суммой;
DETAILS_TYPE7 - с расшифровкой; (Заполняется при указании типа справки Type 7 )
TOTAL_SUM_TYPE8 - общей суммой;
DETAILS_TYPE8 - с расшифровкой; (Заполняется при указании типа справки Type 8 )
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="DETAILS_TYPE8" />
<xs:enumeration value="TOTAL_SUM_TYPE8" />
<xs:enumeration value="DETAILS_TYPE7" />
<xs:enumeration value="TOTAL_SUM_TYPE7" />
<xs:enumeration value="DETAILS_TYPE5" />
<xs:enumeration value="TOTAL_SUM_TYPE5" />
<xs:enumeration value="NATIONAL_WITHOUT_LOANS" />
<xs:enumeration value="NATIONAL_PER_MONTH" />
<xs:enumeration value="NATIONAL_DAILY" />
<xs:enumeration value="CURRENCY_ACCOUNT_WITHOUT_LOANS" />
<xs:enumeration value="CURRENCY_ACCOUNT_PER_MONTH" />
<xs:enumeration value="CURRENCY_ACCOUNT_DAILY" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PayDocsInfo" type="PayDocsInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Платежные документы/реестры на зачисление</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RequiredFor" minOccurs="0">
<xs:annotation>
<xs:documentation>Справка необходима для (место предоставления справки)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительная информация</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Accounts" type="Accounts" minOccurs="0">
<xs:annotation>
<xs:documentation>Счета</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PayDocsInfo">
<xs:annotation>
<xs:documentation>Платежные документы/реестры на зачисление</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PayDocInfo" type="PayDocInfo" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Платежный документ/реестр на зачисление</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PayDocInfo">
<xs:annotation>
<xs:documentation>Реквизиты платежного документа/реестра на зачисление</xs:documentation>
</xs:annotation>
<xs:attribute name="docNum">
<xs:annotation>
<xs:documentation>Номер платежного документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="7"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата платежного документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="account" type="AccNumType">
<xs:annotation>
<xs:documentation>Счет платежного документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docSum" type="xs:decimal">
<xs:annotation>
<xs:documentation>Сумма платежного документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="regNum">
<xs:annotation>
<xs:documentation>Номер реестра</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="fileFormat">
<xs:annotation>
<xs:documentation>Формат файла: DBF - 0, XML - 1</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Accounts">
<xs:annotation>
<xs:documentation>Счета</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Account" type="AccNumBicType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Реквизиты счета</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AccountStatement">
<xs:annotation>
<xs:documentation>Запрос сформированных выписок по счетам</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Accounts" type="Accs">
<xs:annotation>
<xs:documentation>Счёта, по которым нужно получить выписки</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="lastRequestTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время последнего запроса выписок(с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Accs">
<xs:annotation>
<xs:documentation>Список счетов</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Account" type="Acc" maxOccurs="1000"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CurrCourseEntry">
<xs:annotation>
<xs:documentation>Запрос обновления справочника курсов валют</xs:documentation>
</xs:annotation>
<xs:attribute name="lastRequestTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время последнего запроса обновления справочника(с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="beginDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата начала периода</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="endDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата конца периода</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="branchSystemName" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Системное наименование подразделения банка</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="RzkPayDocsRu">
<xs:annotation>
<xs:documentation>Запрос рублевых платежных поручений</xs:documentation>
</xs:annotation>
<xs:attribute name="lastRequestTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation>Дата и время последнего запроса рублевых платежных поручений(с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="RzkDictUpdate">
<xs:annotation>
<xs:documentation>Запрос репликации справочников СБК</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Dict">
<xs:attribute name="rzkId" use="required">
<xs:annotation>
<xs:documentation>Идентификатор счета в РЦК (во внешней системе)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]+" />
<xs:maxLength value="160"/>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="AdjustmentNumber">
<xs:annotation>
<xs:documentation>Порядковый номер корректировки</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="SupplyDoc">
<xs:annotation>
<xs:documentation>Досылаемые документы</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="PayDocRuId" type="UuidSeparated" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Внешний идентификатор документы, которому досылаются сущности ГОЗ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SuppDocs" type="SuppDocs"/>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата составления документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docNum" use="required">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="bankName" use="required">
<xs:annotation>
<xs:documentation>Значение Response/OrganizationsInfo/OrganizationsInfo/Branches/Branch/SystemName – системное имя подразделения банка, которое передается в рамках OrganizationsInfo </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="SuppDocs">
<xs:annotation>
<xs:documentation>Перечень сущностей ГОЗ</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SuppDoc" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="essenceId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Внешний идентификатор сущности</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="essenceType" type="BigFilesEssenceType" use="required">
<xs:annotation>
<xs:documentation>Тип сущности</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="BigFilesEssenceType">
<xs:annotation>
<xs:documentation>Тип сущности: SUBST_DOC - подтверждающий документ, ACT - акт, CONTRACT - контракт</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="SUBST_DOC" />
<xs:enumeration value="ACT" />
<xs:enumeration value="CONTRACT" />
</xs:restriction>
</xs:simpleType>
<xs:complexType name="BigFilesUploadLinksRequest">
<xs:annotation>
<xs:documentation>Запрос ссылки на загрузку файла в систему БФ</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BigFilesUploadLinkRequest" maxOccurs="unbounded" minOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="BFAttachments" type="BFAttachments" minOccurs="1">
<xs:annotation>
<xs:documentation>Список запросов на ссылки в БФ</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="essenceId" type="UuidSeparated">
<xs:annotation>
<xs:documentation>Внешний идентификатор сущности</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="essenceType" type="BigFilesEssenceType">
<xs:annotation>
<xs:documentation>Тип сущности: SUBST_DOC - подтверждающий документ, ACT - акт, CONTRACT - контракт </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BFAttachment">
<xs:annotation>
<xs:documentation>Файл в системе БФ</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FileName">
<xs:simpleType>
<xs:annotation>
<xs:documentation>Имя файла вместе с расширением</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FileSize">
<xs:annotation>
<xs:documentation>Размер файла</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Comment" minOccurs="0">
<xs:annotation>
<xs:documentation>Пользовательское описание файла вложения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TransferJobGUID" type="UuidSeparated" minOccurs="0">
<xs:annotation>
<xs:documentation>Уникальный идентификатор задачи на закачку файла в БФ.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="linkUUID" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Уникальный идентификатор запроса, используется клиентским приложением для связывания запроса ссылки и самой ссылки</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="BFAttachments">
<xs:annotation>
<xs:documentation>Список запросов на ссылки в БФ</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="BFAttachment" type="BFAttachment" maxOccurs="unbounded" minOccurs="1"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BigFilesStatusRequest">
<xs:annotation>
<xs:documentation>Запрос статуса загруженных файлов</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TransferJobGUID" type="UuidSeparated" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Уникальный идентификатор задачи на закачку файла в БФ</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IncomingDealConf">
<xs:annotation>
<xs:documentation>Запрос сообщений о подтверждении сделок</xs:documentation>
</xs:annotation>
<xs:attribute name="lastIncomingTime" type="xs:dateTime" use="required">
<xs:annotation>
<xs:documentation>Дата и время последнего запроса (с час. поясами)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="PayCustDoc">
<xs:annotation>
<xs:documentation>Заявка на оплату документа таможни</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocBase">
<xs:sequence>
<xs:element name="AccDoc" type="PayCustDocAccDoc">
<xs:annotation>
<xs:documentation>Реквизиты платёжного документа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PayCustDocParams" type="PayCustDocParams">
<xs:annotation>
<xs:documentation>Параметры таможенного платежа</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DepartmentalInfo" type="DepartmentalInfo">
<xs:annotation>
<xs:documentation>Налоговая информация: поля 101, 104 - 110 платёжного поручения</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="customCardId" use="required">
<xs:annotation>
<xs:documentation>ID таможенной карты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="customOperatorID" use="required">
<xs:annotation>
<xs:documentation>ID ТО (идентификатор Таможенного Оператора) в СББОЛ</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="deadLine" type="xs:dateTime" use="required">
<xs:annotation>
<xs:documentation>Время, в течение которого ИС Банка может отправить в ИС ТО Сообщение об акцепте по конкретной Заявке</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="PayCustDocAccDoc">
<xs:sequence>
<xs:element name="Purpose">
<xs:annotation>
<xs:documentation>Назначение платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="210"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="docDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата создания документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docSum" type="xs:decimal" use="required">
<xs:annotation>
<xs:documentation>Сумма платежа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="transKind" use="required">
<xs:annotation>
<xs:documentation>Вид операции</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="paytKind" use="required">
<xs:annotation>
<xs:documentation>
Вид платежа Возможные значения: «почтой», «электронно», «телеграфом» («срочно» временно недоступно). Если не указано, заполняется: «0»
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="25"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="priority" use="required">
<xs:annotation>
<xs:documentation>
Очерёдность платежа: число от 1 до 6
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="urgentSBRF" use="required">
<xs:annotation>
<xs:documentation>
Дополнительная услуга СБРФ. Срочность: 0 - срочный, 1 - срочный с УВ, 2 - неотложный
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="PayCustDocParams">
<xs:annotation>
<xs:documentation>Параметры таможенного платежа</xs:documentation>
</xs:annotation>
<xs:attribute name="docNo" use="required">
<xs:annotation>
<xs:documentation>Номер документа основания платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата документа основания платежа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="procCode" use="required">
<xs:annotation>
<xs:documentation>Код (идентификатор) таможенной процедуры</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="36"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="depCode" use="required">
<xs:annotation>
<xs:documentation>Код таможенного органа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{5}|[0-9]{8}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="payingType" use="required">
<xs:annotation>
<xs:documentation>Код вида платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,4}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="DealAns">
<xs:annotation>
<xs:documentation>Ответ о подтверждении сделки</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Decision" type="BoolType">
<xs:annotation>
<xs:documentation>Решение о подтверждении сделки</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="SiId" type="xs:string">
<xs:annotation>
<xs:documentation>Идентификатор платежной инструкции для сделки или для первой ноги</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NsiText" type="xs:string">
<xs:annotation>
<xs:documentation>Комментарий к новой платежной инструкции для сделки или для первой ноги</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element name="SiId2" type="xs:string">
<xs:annotation>
<xs:documentation>Идентификатор платежной инструкции для второй ноги</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NsiText2" type="xs:string">
<xs:annotation>
<xs:documentation>Комментарий к новой платежной инструкции для сделки или для первой ноги</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="Sign" type="DigitalSign">
<xs:annotation>
<xs:documentation>Подпись документа "Сообщение о подтверждении сделки"</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор сообщения о подтверждении сделки АС СББОЛ</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:simpleType name="GozContractId">
<xs:annotation>
<xs:documentation>ID гос.контракта</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="GozCustomer">
<xs:annotation>
<xs:documentation>Заказчик</xs:documentation>
</xs:annotation>
<xs:attribute name="custINN" use="optional">
<xs:annotation>
<xs:documentation>ИНН заказчика</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="custKPP" use="optional">
<xs:annotation>
<xs:documentation>КПП заказчика</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="custAcc" use="required">
<xs:annotation>
<xs:documentation>№ отдельного счета заказчика</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="custName" use="required">
<xs:annotation>
<xs:documentation>Наименование заказчика</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="resident" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>1 - резидент, 0 - нерезидент</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="GozExecutor">
<xs:annotation>
<xs:documentation>Исполнитель</xs:documentation>
</xs:annotation>
<xs:attribute name="extINN" use="optional">
<xs:annotation>
<xs:documentation>ИНН исполнителя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="extKPP" use="optional">
<xs:annotation>
<xs:documentation>КПП исполнителя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="extAcc" use="required">
<xs:annotation>
<xs:documentation>№ отдельного счета исполнителя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="extName" use="required">
<xs:annotation>
<xs:documentation>Наименование исполнителя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="resident" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>1 - резидент, 0 - нерезидент</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ContractAdd">
<xs:annotation>
<xs:documentation>Добавление контракта ГОЗ</xs:documentation>
</xs:annotation>
<xs:all minOccurs="1">
<xs:element name="GOZContract">
<xs:complexType>
<xs:attribute name="contractNum" use="required">
<xs:annotation>
<xs:documentation>№ контракта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="createDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата заключения контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sendDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата предоставления контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="changeDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата последнего изменения</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="endDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата завершения обязательств по контракту</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="contractSubjectType" type="xs:int" use="required">
<xs:annotation>
<xs:documentation>Код типа предмета договора, заполняется кодом из справочника Типов предметов договоров UpgRplDictionary/ContractSubjectTypeEntry/@code</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="ContractAmount">
<xs:complexType>
<xs:all minOccurs="1">
<xs:element name="ContractSumm">
<xs:annotation>
<xs:documentation>Сумма контракта</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="summ" type="xs:decimal" use="required">
<xs:annotation>
<xs:documentation>Сумма контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="currIsoCode" type="CurrCodeLetterType" use="required">
<xs:annotation>
<xs:documentation>Трёхбуквенный код валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="AdvanceSumm" type="xs:decimal">
<xs:annotation>
<xs:documentation>Сумма аванса</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProfitSumm" type="xs:decimal">
<xs:annotation>
<xs:documentation>Согласованный размер прибыли по контракту</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExpSumm" type="xs:decimal">
<xs:annotation>
<xs:documentation>Сумма расходов (возмещаемые расходы)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="TermDeliverPay" minOccurs="0">
<xs:annotation>
<xs:documentation>Условия поставки-оплаты</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="512"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AddInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Дополнительная информация</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="512"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Customer" type="GozCustomer"/>
<xs:element name="Executor" type="GozExecutor"/>
<xs:element name="BFAttachments" type="BFAttachments">
<xs:annotation>
<xs:documentation>Ссылки на вложенные файлы</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attribute name="essenceId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>
Идентификатор документа в СББОЛ. При отсутствии идентификатора - в СББОЛ будет создана новая запись.
При наличии идентификатора - в СББОЛ будет произведено изменение существующей записи с данным id
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="id_GC" type="GozContractId" use="required"/>
<xs:attribute name="isCustExec" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Клиент является: 1 - Заказчиком, 2 - Исполнителем</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="ActAdd">
<xs:annotation>
<xs:documentation>Добавление акта ГОЗ</xs:documentation>
</xs:annotation>
<xs:all minOccurs="1">
<xs:element name="GOZAct">
<xs:complexType>
<xs:all minOccurs="1">
<xs:element name="ActSumm">
<xs:annotation>
<xs:documentation>Сумма акта </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="summ" type="xs:decimal" use="required">
<xs:annotation>
<xs:documentation>Сумма акта </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="currIsoCode" type="CurrCodeLetterType" use="required">
<xs:annotation>
<xs:documentation>Трёхбуквенный код валюты</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="actNum" use="required">
<xs:annotation>
<xs:documentation>№ акта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="actDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата акта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="actType" type="SubstDocType" use="required">
<xs:annotation>
<xs:documentation>Тип акта, заполняется кодом из справочника Типов предметов договоров UpgRplDictionary/ConTypeEntry/@code</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sendDate" type="xs:date" use="required">
<xs:annotation>
<xs:documentation>Дата предоставления акта</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="actContent" use="optional">
<xs:annotation>
<xs:documentation>Содержание акта</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="512"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="contractEssenceId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>№ контракта</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Customer" type="GozCustomer"/>
<xs:element name="Executor" type="GozExecutor"/>
<xs:element name="BFAttachments" type="BFAttachments">
<xs:annotation>
<xs:documentation>Ссылки на вложенные файлы</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attribute name="essenceId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>
Идентификатор документа в СББОЛ. При отсутствии идентификатора - в СББОЛ будет создана новая запись.
При наличии идентификатора - в СББОЛ будет произведено изменение существующей записи с данным id
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="IncomingOffers">
<xs:annotation>
<xs:documentation>Запрос предложений</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OfferId" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Идентификатор предложения в СББОЛ</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="38"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OfferResponses">
<xs:annotation>
<xs:documentation>Отклики на персональное предложение</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OfferResponse" type="OfferResponse" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Отклик на персональное предложение</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OfferResponse">
<xs:annotation>
<xs:documentation>Отклик на персональное предложение </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UserID" type="xs:int" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Индентификатор пользователя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UserGuid" type="UuidSeparated" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Глобальный индентификатор пользователя</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExtOfferId" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Глобальный идентификатор предложения в SAS</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ResponseDtTm" type="xs:dateTime" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Дата/время в которое клиент совершил отклик</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ResponseTypeCd" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Тип отклика</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Crms">
<xs:annotation>
<xs:documentation>Заявки в CRM</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Crm" type="Crm" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Заявки в CRM</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Crm">
<xs:annotation>
<xs:documentation>Заявка в CRM</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ExtOfferId" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Глобальный идентификатор предложения в SAS</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserID" type="xs:long" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Идентификатор пользователя в СББОЛ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UserGuid" type="UuidSeparated" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Глобальный идентификатор пользователя в СББОЛ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UserTimeZone" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Часовой пояс пользователя, например GMT+3</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CallBacks">
<xs:annotation>
<xs:documentation>Заявки на обратный звонок</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CallBack" type="CallBack" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Заявки на обратный звонок</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CallBack">
<xs:annotation>
<xs:documentation>Заявка на обратный звонок</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ExtOfferId">
<xs:annotation>
<xs:documentation>Глобальный идентификатор предложения в SAS</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserID" type="xs:long" minOccurs="0">
<xs:annotation>
<xs:documentation>Идентификатор пользователя в СББОЛ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UserGuid" type="UuidSeparated" minOccurs="0">
<xs:annotation>
<xs:documentation>Глобальный идентификатор пользователя в СББОЛ</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CreatedDate" type="xs:date">
<xs:annotation>
<xs:documentation>Дата создания</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Phone" minOccurs="0">
<xs:annotation>
<xs:documentation>Номер телефона для обратного звонка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CallDate" type="xs:date">
<xs:annotation>
<xs:documentation>Предпочтительная дата обратного звонка</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CallTime">
<xs:annotation>
<xs:documentation>Предпочтительное время обратного звонка</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserTimeZone" minOccurs="0">
<xs:annotation>
<xs:documentation>Часовой пояс пользователя, например GMT+3</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UserComment" minOccurs="0">
<xs:annotation>
<xs:documentation>Комментарий пользователя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="1050"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="AdmDeviceType">
<xs:annotation>
<xs:documentation>Устройства самообслуживания: ADM - "Устройства самообслуживания на территории Клиента
(АДМ)", US - "Устройство самообслуживания (УС)"
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ADM"/>
<xs:enumeration value="US"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="AdmPaymentTemplateBlock">
<xs:annotation>
<xs:documentation>Блокировка\разблокировка элемента справочника Шаблоны внесения средств</xs:documentation>
</xs:annotation>
<xs:attribute name="docId" use="required" type="UuidSeparated">
<xs:annotation>
<xs:documentation>Id элемента справочника в СББОЛ</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="blocked" use="required" type="xs:boolean">
<xs:annotation>
<xs:documentation>Признак блокировки шаблона, 1 - установить, 0 - снять</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmPaymentTemplate">
<xs:annotation>
<xs:documentation>Работа со справочником Шаблоны внесения средств</xs:documentation>
</xs:annotation>
<xs:all minOccurs="1">
<xs:element name="TemplateInfo">
<xs:annotation>
<xs:documentation>Информация об устройстве внесения средств</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="deviceType" use="optional" type="AdmDeviceType">
<xs:annotation>
<xs:documentation>Устройства самообслуживания: ADM - "Устройства самообслуживания на территории Клиента (АДМ)", US - "Устройство самообслуживания (УС)"</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name" use="required">
<xs:annotation>
<xs:documentation>Наименование шаблона</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="PayeeInfo">
<xs:complexType>
<xs:all>
<xs:element name="Account">
<xs:annotation>
<xs:documentation>Реквизиты счета</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="Bank">
<xs:annotation>
<xs:documentation>Реквизиты банка, в котором открыт счёт</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="name" type="xs:string">
<xs:annotation>
<xs:documentation>Наименование Банка</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:attribute name="bic" type="BicType" use="required">
<xs:annotation>
<xs:documentation>БИК</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="correspAcc" type="AccNumType2023" use="optional">
<xs:annotation>
<xs:documentation>кор счет</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="accNum" type="AccNumType2023" use="required"/>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="payeeName" use="required">
<xs:annotation>
<xs:documentation>Наименование</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="380"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="payeeInn" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>ИНН</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="payeeKpp" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>КПП</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="enrollmentForBudget" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>признак "Зачисление для бюджетополучателя", 1 - признак установлен, 0 - признак не установлен</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="additionalInfo" use="optional">
<xs:annotation>
<xs:documentation>Дополнительная информация к назначению платежа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Budget" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты бюджетополучателя</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="budgetAccount" use="optional" type="AccNumType2023">
<xs:annotation>
<xs:documentation>Лицевой счет бюджетополучателя</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="budgetInn" use="optional">
<xs:annotation>
<xs:documentation>ИНН бюджетополучателя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="budgetKbk" use="optional">
<xs:annotation>
<xs:documentation>КБК бюджетополучателя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="budgetKpp" use="optional">
<xs:annotation>
<xs:documentation>КПП бюджетополучателя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="budgetName" use="optional">
<xs:annotation>
<xs:documentation>Наименование бюджетополучателя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="165"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="budgetOktmo" use="optional">
<xs:annotation>
<xs:documentation>ОКТМО бюджетополучателя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="CashSymbols" minOccurs="0">
<xs:annotation>
<xs:documentation>Кассовые символы</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CashSymbol" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="CashSymbolId">
<xs:annotation>
<xs:documentation>Заполняется кодом кассового символа. Значение справочника UpgRplDictionary/ADMCashSymbolsDict/@cashSymbols</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>
Идентификатор сущности в УС.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>
Идентификатор сущности в
СББОЛ. При отсутствии
идентификатора - СББОЛ
будет создана новая запись.
При наличии
идентификатора - в СББОЛ
будет произведено
изменение существующей
записи с данным id
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GenSMSSign" use="optional">
<xs:annotation>
<xs:documentation>Сгенерировать SMS-код для подтверждения записи?</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmPaymentTemplateDel">
<xs:annotation>
<xs:documentation>Удаление документа "Шаблон внесения средств"</xs:documentation>
</xs:annotation>
<xs:attribute name="docId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор документа</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>
Идентификатор сущности в УС.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmCashier">
<xs:annotation>
<xs:documentation>Запрос на добавление/редактирование документа Вносители средств</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CashierInfo" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:annotation>
<xs:documentation>Данные вносителя</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DocInfo" minOccurs="0">
<xs:annotation>
<xs:documentation>Реквизиты вносителя для УС</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="docType" use="required">
<xs:annotation>
<xs:documentation>
Вид документа, содержит следующие значения:
PassportOfRussia - Паспорт гражданина РФ
ForeignPassport- Паспорт иностранного гражданина
OtherKindOfDocument - Другой вид документа.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="PassportOfRussia"/>
<xs:enumeration value="ForeignPassport"/>
<xs:enumeration value="OtherKindOfDocument"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="citizenship" use="required">
<xs:annotation>
<xs:documentation>
Цифровой Код в соответствии с Общероссийским классификатором
стран мира OK (MK (ИСО 3166) 004-97) 025-2001 (ОКСМ)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docSeries" use="optional">
<xs:annotation>
<xs:documentation>Серия документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docNumb" use="optional">
<xs:annotation>
<xs:documentation>Номер документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docIssueDt" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата выдачи</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docIssuePlace" use="optional">
<xs:annotation>
<xs:documentation>Кем выдан</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docIssueCode" use="optional">
<xs:annotation>
<xs:documentation>Код подразделения</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="docName" use="optional">
<xs:annotation>
<xs:documentation>Наименование другого документа</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="fullName" use="optional">
<xs:annotation>
<xs:documentation>ФИО вносителя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="dateOfBirth" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата рождения</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="phone" use="required">
<xs:annotation>
<xs:documentation>Номер телефона</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="11"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="blocked" type="BoolType" use="required">
<xs:annotation>
<xs:documentation>Блокировка вносителя, 1 - признак установлен, 0 - признак не установлен.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="PowerOfAttorneyInfo" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Информация по доверенности</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="beginDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата начала действия</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="endDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation>Дата окончания действия</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="currentLimit" type="xs:decimal" use="optional">
<xs:annotation>
<xs:documentation>Суточный лимит вносителя (оставшийся)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="limit" type="xs:decimal" use="optional">
<xs:annotation>
<xs:documentation>Суточный лимит вносителя</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="number" use="optional">
<xs:annotation>
<xs:documentation>Номер доверености </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1000"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="DeviceInfo" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Информация об устройстве внесения средств</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="deviceType" use="required" type="AdmDeviceType">
<xs:annotation>
<xs:documentation>Устройства самообслуживания: ADM - "Устройства самообслуживания на территории Клиента (АДМ)", US - "Устройство самообслуживания (УС)"</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="tradePointName" use="optional">
<xs:annotation>
<xs:documentation>Торговая точка для устройства самообслуживания</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="ADMTemplates" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Шаблоны внесения средств</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Template" maxOccurs="unbounded" minOccurs="1">
<xs:annotation>
<xs:documentation>Шаблоны внесения средств</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="templateId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор шаблона внесения средств</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="docId" type="UuidSeparated" use="optional">
<xs:annotation>
<xs:documentation>
Идентификатор сущности в СББОЛ.
При отсутствии идентификатора - СББОЛ будет создана новая запись.
При наличии идентификатора - в СББОЛ будет произведено изменение существующей записи с данным id
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="docExtId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>
Идентификатор сущности в УС.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmPaymentTemplateList">
<xs:annotation>
<xs:documentation>Запрос списка документов "Шаблоны внесения средств"</xs:documentation>
</xs:annotation>
<xs:attribute name="stepId" type="xs:long" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор последнего обновления справочника или пустой идентификатор, если нужна полная репликация справочника</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmCashierList">
<xs:annotation>
<xs:documentation>Запрос списка документов "Вносители средств"</xs:documentation>
</xs:annotation>
<xs:attribute name="stepId" type="xs:long" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор последнего обновления справочника или пустой идентификатор, если нужна полная репликация справочника</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmGenSMSPass">
<xs:annotation>
<xs:documentation>Запрос на генерацию пароля «Вносителю средств»</xs:documentation>
</xs:annotation>
<xs:attribute name="docId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор сущности «Вноситель средств»</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="login" use="required">
<xs:annotation>
<xs:documentation>Логин вносителя</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmCashierGetLogin">
<xs:annotation>
<xs:documentation>Запрос логина «Вносителя средств»</xs:documentation>
</xs:annotation>
<xs:attribute name="docId" type="UuidSeparated" use="required">
<xs:annotation>
<xs:documentation>Идентификатор сущности «Вноситель средств»</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="AdmOperationList">
<xs:annotation>
<xs:documentation>Запрос списка операций внесения средств</xs:documentation>
</xs:annotation>
<xs:attribute name="stepId" type="xs:long" use="optional">
<xs:annotation>
<xs:documentation>Идентификатор последнего обновления справочника или пустой идентификатор, если нужна полная репликация справочника</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment