Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 196.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.orgregister.company1c.com/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" name="RequisitesWebServiceEndpointImpl6Service" targetNamespace="http://ws.orgregister.company1c.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <xs:schema xmlns:tns="http://company1c.com/orgregister/corporation" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://company1c.com/orgregister/corporation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  5. <xs:element name="FnsWebServiceStatus">
  6. <xs:complexType>
  7. <xs:attribute name="responseCode" type="xs:string" />
  8. <xs:attribute name="responseMessage" type="xs:string" />
  9. </xs:complexType>
  10. </xs:element>
  11. <xs:element name="PersonSearchResult">
  12. <xs:complexType>
  13. <xs:sequence>
  14. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:РеквизитыИП" />
  15. </xs:sequence>
  16. <xs:attribute default="0" name="personsFound" type="xs:int" use="optional">
  17. <xs:annotation>
  18. <xs:documentation>
  19. How much persons was found (including history data). Can be greater than
  20. number of returned РеквизитыИП (as history data will be filtered out).
  21. </xs:documentation>
  22. </xs:annotation>
  23. </xs:attribute>
  24. </xs:complexType>
  25. </xs:element>
  26. <xs:element name="PersonTrustabilityList">
  27. <xs:complexType>
  28. <xs:sequence>
  29. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:PersonTrustability" />
  30. </xs:sequence>
  31. <xs:attribute default="0" name="found" type="xs:int" use="optional">
  32. <xs:annotation>
  33. <xs:documentation>Number of found entries (can be greater than size of returned list)</xs:documentation>
  34. </xs:annotation>
  35. </xs:attribute>
  36. </xs:complexType>
  37. </xs:element>
  38. <xs:element name="CorporationTrustability">
  39. <xs:annotation>
  40. <xs:documentation>Содержит данные, по которым можно судить о благонадежности фирмы</xs:documentation>
  41. </xs:annotation>
  42. <xs:complexType>
  43. <xs:sequence>
  44. <xs:element minOccurs="0" ref="tns:СвНаимЮЛ" />
  45. <xs:element minOccurs="0" ref="tns:СвАдрес" />
  46. <xs:element minOccurs="0" ref="tns:СвОбрЮЛ" />
  47. <xs:element minOccurs="0" ref="tns:СвСтатус_РО" />
  48. <xs:element minOccurs="0" ref="tns:СвУстКап" />
  49. <xs:element minOccurs="0" ref="tns:СвУчетНО" />
  50. <xs:element minOccurs="0" ref="tns:СвРегПФ" />
  51. <xs:element minOccurs="0" ref="tns:СвРегФСС" />
  52. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СвЛицензия" />
  53. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СвОКВЭД" />
  54. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СвПодразд" />
  55. <xs:element minOccurs="0" maxOccurs="unbounded" name="СвЗапДейств" type="tns:СвЗап" />
  56. <xs:element minOccurs="0" maxOccurs="unbounded" name="СвЗапНеДейств" type="tns:СвЗап" />
  57. <xs:element minOccurs="0" ref="tns:СвУправлДеятСвязЮЛ" />
  58. <xs:element minOccurs="0" ref="tns:СвУчредитСвязЮЛ" />
  59. <xs:element minOccurs="0" name="СвязЮЛПоАдресу" type="tns:СвязЮЛSearchResult" />
  60. <xs:element minOccurs="0" name="СвязЮЛПоУчредителю" type="tns:СвязЮЛSearchResult">
  61. <xs:annotation>
  62. <xs:documentation>Компании, в которых проверяемая компания является учредителем</xs:documentation>
  63. </xs:annotation>
  64. </xs:element>
  65. <xs:element minOccurs="0" maxOccurs="unbounded" name="annualStatement">
  66. <xs:annotation>
  67. <xs:documentation>Бухгалтерская отчетность</xs:documentation>
  68. </xs:annotation>
  69. <xs:complexType>
  70. <xs:sequence>
  71. <xs:element minOccurs="0" maxOccurs="unbounded" name="article">
  72. <xs:annotation>
  73. <xs:documentation>Значение показателя</xs:documentation>
  74. </xs:annotation>
  75. <xs:complexType>
  76. <xs:attribute name="code" type="xs:string" />
  77. <xs:attribute name="value" type="xs:int" />
  78. </xs:complexType>
  79. </xs:element>
  80. </xs:sequence>
  81. <xs:attribute name="year" type="xs:short" />
  82. <xs:attribute name="measure" type="xs:string" />
  83. <xs:attribute name="type" type="xs:string" />
  84. </xs:complexType>
  85. </xs:element>
  86. </xs:sequence>
  87. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  88. <xs:annotation>
  89. <xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
  90. </xs:annotation>
  91. </xs:attribute>
  92. <xs:attribute name="ИНН" type="tns:ИННТип" use="optional">
  93. <xs:annotation>
  94. <xs:documentation>ИНН юридического лица</xs:documentation>
  95. </xs:annotation>
  96. </xs:attribute>
  97. <xs:attribute name="КПП" type="tns:КППТип" use="optional">
  98. <xs:annotation>
  99. <xs:documentation>КПП юридического лица</xs:documentation>
  100. </xs:annotation>
  101. </xs:attribute>
  102. <xs:attribute default="false" name="awaitingResponse" type="xs:boolean" use="optional">
  103. <xs:annotation>
  104. <xs:documentation>
  105. If client should make request later again in order to get response.
  106. If true this mean that response is generating asynchronously. In this
  107. case no other sub-elements in this element will be set. If false
  108. then generated response must be returned.
  109. </xs:documentation>
  110. </xs:annotation>
  111. </xs:attribute>
  112. </xs:complexType>
  113. </xs:element>
  114. <xs:element name="CorporationSearchResult">
  115. <xs:complexType>
  116. <xs:sequence>
  117. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:РеквизитыЮрЛица" />
  118. </xs:sequence>
  119. <xs:attribute default="0" name="corporationsFound" type="xs:int" use="optional">
  120. <xs:annotation>
  121. <xs:documentation>
  122. How much corporations was found
  123. (this number can be greater than number returned corporations)
  124. </xs:documentation>
  125. </xs:annotation>
  126. </xs:attribute>
  127. </xs:complexType>
  128. </xs:element>
  129. <xs:element name="РеквизитыЮрЛица">
  130. <xs:annotation>
  131. <xs:documentation>Актуальные реквизиты юридического лица</xs:documentation>
  132. </xs:annotation>
  133. <xs:complexType>
  134. <xs:sequence>
  135. <xs:element minOccurs="0" ref="tns:СвНаимЮЛ" />
  136. <xs:element minOccurs="0" ref="tns:СвАдрес" />
  137. <xs:element minOccurs="0" ref="tns:СвУправлДеят" />
  138. <xs:element minOccurs="0" ref="tns:СвУчетНО" />
  139. <xs:element minOccurs="0" ref="tns:СвСтатус_РО" />
  140. <xs:element minOccurs="0" ref="tns:СвРегПФ" />
  141. <xs:element minOccurs="0" ref="tns:СвРегФСС" />
  142. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СвОКВЭД" />
  143. </xs:sequence>
  144. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  145. <xs:annotation>
  146. <xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
  147. </xs:annotation>
  148. </xs:attribute>
  149. <xs:attribute name="ИНН" type="tns:ИННТип" use="optional">
  150. <xs:annotation>
  151. <xs:documentation>ИНН юридического лица</xs:documentation>
  152. </xs:annotation>
  153. </xs:attribute>
  154. <xs:attribute name="КПП" type="tns:КППТип" use="optional">
  155. <xs:annotation>
  156. <xs:documentation>КПП юридического лица</xs:documentation>
  157. </xs:annotation>
  158. </xs:attribute>
  159. </xs:complexType>
  160. </xs:element>
  161. <xs:complexType name="СвязЮЛ">
  162. <xs:annotation>
  163. <xs:documentation>
  164. Юридические лица связанные с другими объектами
  165. (например связанные по адресу, директору и т.д.)
  166. </xs:documentation>
  167. </xs:annotation>
  168. <xs:sequence>
  169. <xs:element minOccurs="0" ref="tns:СвНаимЮЛ" />
  170. <xs:element minOccurs="0" ref="tns:СвАдрес" />
  171. <xs:element minOccurs="0" ref="tns:СвСтатус_РО" />
  172. <xs:element minOccurs="0" ref="tns:СвУправлДеят" />
  173. <xs:element minOccurs="0" name="ДоляУстКап" type="tns:ДоляУстКапТип">
  174. <xs:annotation>
  175. <xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде)</xs:documentation>
  176. </xs:annotation>
  177. </xs:element>
  178. </xs:sequence>
  179. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  180. <xs:annotation>
  181. <xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
  182. </xs:annotation>
  183. </xs:attribute>
  184. <xs:attribute name="ИНН" type="tns:ИННТип" use="optional">
  185. <xs:annotation>
  186. <xs:documentation>ИНН юридического лица</xs:documentation>
  187. </xs:annotation>
  188. </xs:attribute>
  189. <xs:attribute name="КПП" type="tns:КППТип" use="optional">
  190. <xs:annotation>
  191. <xs:documentation>КПП юридического лица</xs:documentation>
  192. </xs:annotation>
  193. </xs:attribute>
  194. </xs:complexType>
  195. <xs:complexType name="Адрес">
  196. <xs:sequence>
  197. <xs:element minOccurs="0" name="Состав" nillable="true" />
  198. </xs:sequence>
  199. <xs:attribute name="Страна" type="xs:string" />
  200. </xs:complexType>
  201. <xs:complexType name="АдресРФ">
  202. <xs:sequence>
  203. <xs:element minOccurs="0" name="СубъектРФ" nillable="true" type="xs:string" />
  204. <xs:element minOccurs="0" name="Округ" nillable="true" type="xs:string" />
  205. <xs:element minOccurs="0" name="СвРайМО" nillable="true">
  206. <xs:complexType>
  207. <xs:sequence>
  208. <xs:element minOccurs="0" name="Район" nillable="true" type="xs:string" />
  209. <xs:element minOccurs="0" name="СвМО" nillable="true">
  210. <xs:complexType>
  211. <xs:attribute name="МунОбр1" type="xs:string" />
  212. <xs:attribute name="МунОбр2" type="xs:string" />
  213. </xs:complexType>
  214. </xs:element>
  215. </xs:sequence>
  216. </xs:complexType>
  217. </xs:element>
  218. <xs:element minOccurs="0" name="Город" nillable="true" type="xs:string" />
  219. <xs:element minOccurs="0" name="НаселПункт" nillable="true" type="xs:string" />
  220. <xs:element minOccurs="0" name="ВнутригРайон" nillable="true" type="xs:string" />
  221. <xs:element minOccurs="0" name="Улица" nillable="true" type="xs:string" />
  222. <xs:element minOccurs="0" name="ОКТМО" nillable="true" type="xs:integer" />
  223. <xs:element minOccurs="0" name="ОКАТО" nillable="true" type="xs:integer" />
  224. <xs:element minOccurs="0" maxOccurs="unbounded" name="ДопАдрЭл" nillable="true">
  225. <xs:complexType>
  226. <xs:sequence>
  227. <xs:element minOccurs="0" name="Номер" nillable="true">
  228. <xs:complexType>
  229. <xs:attribute name="Тип" type="xs:string" />
  230. <xs:attribute name="Значение" type="xs:string" />
  231. </xs:complexType>
  232. </xs:element>
  233. </xs:sequence>
  234. <xs:attribute name="ТипАдрЭл" type="xs:string" />
  235. <xs:attribute name="Значение" type="xs:string" />
  236. </xs:complexType>
  237. </xs:element>
  238. <xs:element minOccurs="0" name="Адрес_по_документу" nillable="true" type="xs:string" />
  239. <xs:element minOccurs="0" name="Местоположение" nillable="true" type="xs:string" />
  240. </xs:sequence>
  241. </xs:complexType>
  242. <xs:complexType name="ОПФВыпТип">
  243. <xs:annotation>
  244. <xs:documentation>Сведения об организационно-правовой форме</xs:documentation>
  245. </xs:annotation>
  246. <xs:attribute name="СпрОПФ" use="optional">
  247. <xs:annotation>
  248. <xs:documentation>Наименование классификатора по которому введены сведения об организационно-правовой форме: ОКОПФ, КОПФ</xs:documentation>
  249. <xs:documentation>
  250. Отсутствует, если сведения об организационно-правовой форме внесены в ЕГРЮЛ без учета классификаторов</xs:documentation>
  251. </xs:annotation>
  252. <xs:simpleType>
  253. <xs:restriction base="xs:string">
  254. <xs:minLength value="4" />
  255. <xs:maxLength value="5" />
  256. <xs:enumeration value="ОКОПФ" />
  257. <xs:enumeration value="КОПФ" />
  258. </xs:restriction>
  259. </xs:simpleType>
  260. </xs:attribute>
  261. <xs:attribute name="КодОПФ" use="optional">
  262. <xs:annotation>
  263. <xs:documentation>Код по выбранному классификатору</xs:documentation>
  264. <xs:documentation>Является обязательным при наличии реквизита СпрОПФ</xs:documentation>
  265. </xs:annotation>
  266. <xs:simpleType>
  267. <xs:restriction base="xs:string">
  268. <xs:minLength value="2" />
  269. <xs:maxLength value="5" />
  270. </xs:restriction>
  271. </xs:simpleType>
  272. </xs:attribute>
  273. <xs:attribute name="ПолнНаимОПФ" use="optional">
  274. <xs:annotation>
  275. <xs:documentation>Полное наименование организационно-правовой формы</xs:documentation>
  276. </xs:annotation>
  277. <xs:simpleType>
  278. <xs:restriction base="xs:string">
  279. <xs:minLength value="4" />
  280. <xs:maxLength value="255" />
  281. </xs:restriction>
  282. </xs:simpleType>
  283. </xs:attribute>
  284. </xs:complexType>
  285. <xs:complexType name="СвРегИнТип">
  286. <xs:annotation>
  287. <xs:documentation>Сведения о регистрации в стране происхождения</xs:documentation>
  288. </xs:annotation>
  289. <xs:attribute name="ОКСМ" type="tns:ОКСМТип" use="optional">
  290. <xs:annotation>
  291. <xs:documentation>Код страны происхождения</xs:documentation>
  292. <xs:documentation>Принимает значение в соответствии с Общероссийским классификатором стран мира (ОКСМ)</xs:documentation>
  293. </xs:annotation>
  294. </xs:attribute>
  295. <xs:attribute name="НаимСтран" use="optional">
  296. <xs:annotation>
  297. <xs:documentation>Наименование страны происхождения</xs:documentation>
  298. </xs:annotation>
  299. <xs:simpleType>
  300. <xs:restriction base="xs:string">
  301. <xs:minLength value="1" />
  302. <xs:maxLength value="250" />
  303. </xs:restriction>
  304. </xs:simpleType>
  305. </xs:attribute>
  306. <xs:attribute name="ДатаРег" type="xs:date" use="optional">
  307. <xs:annotation>
  308. <xs:documentation>Дата регистрации</xs:documentation>
  309. </xs:annotation>
  310. </xs:attribute>
  311. <xs:attribute name="РегНомер" use="optional">
  312. <xs:annotation>
  313. <xs:documentation>Регистрационный номер</xs:documentation>
  314. </xs:annotation>
  315. <xs:simpleType>
  316. <xs:restriction base="xs:string">
  317. <xs:minLength value="1" />
  318. <xs:maxLength value="50" />
  319. </xs:restriction>
  320. </xs:simpleType>
  321. </xs:attribute>
  322. <xs:attribute name="НаимРегОрг" use="optional">
  323. <xs:annotation>
  324. <xs:documentation>Наименование регистрирующего органа</xs:documentation>
  325. </xs:annotation>
  326. <xs:simpleType>
  327. <xs:restriction base="xs:string">
  328. <xs:minLength value="1" />
  329. <xs:maxLength value="255" />
  330. </xs:restriction>
  331. </xs:simpleType>
  332. </xs:attribute>
  333. <xs:attribute name="АдрСтр" use="optional">
  334. <xs:annotation>
  335. <xs:documentation>Адрес (место нахождения) в стране происхождения</xs:documentation>
  336. </xs:annotation>
  337. <xs:simpleType>
  338. <xs:restriction base="xs:string">
  339. <xs:minLength value="1" />
  340. <xs:maxLength value="255" />
  341. </xs:restriction>
  342. </xs:simpleType>
  343. </xs:attribute>
  344. </xs:complexType>
  345. <xs:complexType name="ФИОТип">
  346. <xs:annotation>
  347. <xs:documentation>Фамилия, имя, отчество</xs:documentation>
  348. </xs:annotation>
  349. <xs:attribute name="Фамилия" use="optional">
  350. <xs:annotation>
  351. <xs:documentation>Фамилия</xs:documentation>
  352. </xs:annotation>
  353. <xs:simpleType>
  354. <xs:restriction base="xs:string">
  355. <xs:minLength value="1" />
  356. <xs:maxLength value="60" />
  357. </xs:restriction>
  358. </xs:simpleType>
  359. </xs:attribute>
  360. <xs:attribute name="Имя" use="optional">
  361. <xs:annotation>
  362. <xs:documentation>Имя</xs:documentation>
  363. </xs:annotation>
  364. <xs:simpleType>
  365. <xs:restriction base="xs:string">
  366. <xs:minLength value="1" />
  367. <xs:maxLength value="60" />
  368. </xs:restriction>
  369. </xs:simpleType>
  370. </xs:attribute>
  371. <xs:attribute name="Отчество" use="optional">
  372. <xs:annotation>
  373. <xs:documentation>Отчество</xs:documentation>
  374. </xs:annotation>
  375. <xs:simpleType>
  376. <xs:restriction base="xs:string">
  377. <xs:minLength value="1" />
  378. <xs:maxLength value="60" />
  379. </xs:restriction>
  380. </xs:simpleType>
  381. </xs:attribute>
  382. </xs:complexType>
  383. <xs:simpleType name="ИННТип">
  384. <xs:annotation>
  385. <xs:documentation>Идентификационный номер налогоплательщика</xs:documentation>
  386. </xs:annotation>
  387. <xs:restriction base="xs:string" />
  388. </xs:simpleType>
  389. <xs:simpleType name="КППТип">
  390. <xs:annotation>
  391. <xs:documentation>Код причины постановки на учет (КПП) </xs:documentation>
  392. </xs:annotation>
  393. <xs:restriction base="xs:string">
  394. <xs:length value="9" />
  395. <xs:pattern value="([0-9]{1}[1-9]{1}|[1-9]{1}[0-9]{1})([0-9]{2})([0-9A-F]{2})([0-9]{3})" />
  396. </xs:restriction>
  397. </xs:simpleType>
  398. <xs:simpleType name="ОГРНТип">
  399. <xs:annotation>
  400. <xs:documentation>Основной государственный регистрационный номер</xs:documentation>
  401. </xs:annotation>
  402. <xs:restriction base="xs:string" />
  403. </xs:simpleType>
  404. <xs:simpleType name="ОКСМТип">
  405. <xs:annotation>
  406. <xs:documentation>Код из Общероссийского классификатора стран мира</xs:documentation>
  407. </xs:annotation>
  408. <xs:restriction base="xs:string">
  409. <xs:length value="3" />
  410. <xs:pattern value="[0-9]{3}" />
  411. </xs:restriction>
  412. </xs:simpleType>
  413. <xs:simpleType name="СОНОТип">
  414. <xs:annotation>
  415. <xs:documentation>Коды из Классификатора системы обозначений налоговых органов</xs:documentation>
  416. </xs:annotation>
  417. <xs:restriction base="xs:string">
  418. <xs:length value="4" />
  419. <xs:pattern value="[0-9]{4}" />
  420. </xs:restriction>
  421. </xs:simpleType>
  422. <xs:simpleType name="СПДУЛТип">
  423. <xs:annotation>
  424. <xs:documentation>Коды Справочника видов документов, удостоверяющих личность налогоплательщика</xs:documentation>
  425. </xs:annotation>
  426. <xs:restriction base="xs:string">
  427. <xs:length value="2" />
  428. <xs:pattern value="[0-9]{2}" />
  429. </xs:restriction>
  430. </xs:simpleType>
  431. <xs:complexType name="СвРегОргТип">
  432. <xs:annotation>
  433. <xs:documentation>Сведения о регистрирующем органе</xs:documentation>
  434. </xs:annotation>
  435. <xs:attribute name="КодНО" type="tns:СОНОТип" use="optional">
  436. <xs:annotation>
  437. <xs:documentation>Код органа по справочнику СОНО</xs:documentation>
  438. </xs:annotation>
  439. </xs:attribute>
  440. <xs:attribute name="НаимНО" use="optional">
  441. <xs:annotation>
  442. <xs:documentation>Наименование регистрирующего (налогового) органа</xs:documentation>
  443. </xs:annotation>
  444. <xs:simpleType>
  445. <xs:restriction base="xs:string">
  446. <xs:minLength value="10" />
  447. <xs:maxLength value="250" />
  448. </xs:restriction>
  449. </xs:simpleType>
  450. </xs:attribute>
  451. </xs:complexType>
  452. <xs:simpleType name="ОКВЭДТип">
  453. <xs:annotation>
  454. <xs:documentation>Код из Общероссийского классификатора видов экономической деятельности</xs:documentation>
  455. </xs:annotation>
  456. <xs:restriction base="xs:string">
  457. <xs:maxLength value="8" />
  458. <xs:minLength value="1" />
  459. </xs:restriction>
  460. </xs:simpleType>
  461. <xs:element name="СвНаимЮЛ">
  462. <xs:annotation>
  463. <xs:documentation>Сведения об организационно-правовой форме и наименовании юридического лица</xs:documentation>
  464. </xs:annotation>
  465. <xs:complexType>
  466. <xs:sequence>
  467. <xs:element minOccurs="0" name="ОПФ" type="tns:ОПФВыпТип">
  468. <xs:annotation>
  469. <xs:documentation>Сведения об организационно-правовой форме</xs:documentation>
  470. </xs:annotation>
  471. </xs:element>
  472. </xs:sequence>
  473. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  474. <xs:annotation>
  475. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  476. </xs:annotation>
  477. </xs:attribute>
  478. <xs:attribute name="ДатаОбрЮЛ" type="xs:date" use="optional">
  479. <xs:annotation>
  480. <xs:documentation>Дата регистрации юридического лица при образовании</xs:documentation>
  481. </xs:annotation>
  482. </xs:attribute>
  483. <xs:attribute name="ДатаПрекрЮЛ" type="xs:date" use="optional">
  484. <xs:annotation>
  485. <xs:documentation>Дата прекращения юридического лица</xs:documentation>
  486. </xs:annotation>
  487. </xs:attribute>
  488. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  489. <xs:annotation>
  490. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  491. </xs:annotation>
  492. </xs:attribute>
  493. <xs:attribute name="НаимЮЛПолн" use="optional">
  494. <xs:annotation>
  495. <xs:documentation>Полное наименование юридического лица на русском языке</xs:documentation>
  496. </xs:annotation>
  497. <xs:simpleType>
  498. <xs:restriction base="xs:string">
  499. <xs:minLength value="1" />
  500. <xs:maxLength value="1000" />
  501. </xs:restriction>
  502. </xs:simpleType>
  503. </xs:attribute>
  504. <xs:attribute name="НаимЮЛСокр" use="optional">
  505. <xs:annotation>
  506. <xs:documentation>Сокращенное наименование юридического лица на русском языке</xs:documentation>
  507. </xs:annotation>
  508. <xs:simpleType>
  509. <xs:restriction base="xs:string">
  510. <xs:minLength value="1" />
  511. <xs:maxLength value="500" />
  512. </xs:restriction>
  513. </xs:simpleType>
  514. </xs:attribute>
  515. <xs:attribute name="НаимЮЛФирм" use="optional">
  516. <xs:annotation>
  517. <xs:documentation>Фирменное наименование юридического лица</xs:documentation>
  518. <xs:documentation>Передается только в отношении коммерческих организаций в случае, если сведения о фирменном наименовании введены отдельным реквизитом. При отсутствии значения указанного реквизита фирменным наименованием коммерческой организации является ее полное наименование</xs:documentation>
  519. </xs:annotation>
  520. <xs:simpleType>
  521. <xs:restriction base="xs:string">
  522. <xs:minLength value="1" />
  523. <xs:maxLength value="1000" />
  524. </xs:restriction>
  525. </xs:simpleType>
  526. </xs:attribute>
  527. </xs:complexType>
  528. </xs:element>
  529. <xs:element name="СвАдрес">
  530. <xs:annotation>
  531. <xs:documentation>Сведения об адресе (месте нахождения) постоянно действующего исполнительного органа юридического лица (в случае отсутствия постоянно действующего исполнительного органа юридического лица - иного органа или лица, имеющего право действовать от имени юридического лица без доверенности), по которому осуществляется связь с юридическим лицом</xs:documentation>
  532. </xs:annotation>
  533. <xs:complexType>
  534. <xs:sequence>
  535. <xs:element minOccurs="0" name="Адрес" type="tns:Адрес">
  536. <xs:annotation>
  537. <xs:documentation>Адрес юридического лица</xs:documentation>
  538. </xs:annotation>
  539. </xs:element>
  540. </xs:sequence>
  541. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  542. <xs:annotation>
  543. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  544. </xs:annotation>
  545. </xs:attribute>
  546. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  547. <xs:annotation>
  548. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  549. </xs:annotation>
  550. </xs:attribute>
  551. <xs:attribute name="ПризнОтсутАдресЮЛ" use="optional">
  552. <xs:annotation>
  553. <xs:documentation>Признак невозможности взаимодействия с юридическим лицом по содержащемуся в ЕГРЮЛ адресу</xs:documentation>
  554. <xs:documentation>1 – если юридическое лицо не располагается по адресу, указанному при государственной регистрации;
  555. 2 - если адрес, указанный юридическим лицом при государственной регистрации, не существует
  556. </xs:documentation>
  557. </xs:annotation>
  558. <xs:simpleType>
  559. <xs:restriction base="xs:string">
  560. <xs:length value="1" />
  561. <xs:enumeration value="1" />
  562. <xs:enumeration value="2" />
  563. </xs:restriction>
  564. </xs:simpleType>
  565. </xs:attribute>
  566. </xs:complexType>
  567. </xs:element>
  568. <xs:element name="СвУправлДеят">
  569. <xs:complexType>
  570. <xs:annotation>
  571. <xs:documentation>Сведения о лице, имеющем право без доверенности действовать от имени юридического лица</xs:documentation>
  572. </xs:annotation>
  573. <xs:sequence>
  574. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СведДолжнФЛ" />
  575. <xs:choice>
  576. <xs:element minOccurs="0" ref="tns:УпрОргРос" />
  577. <xs:element minOccurs="0" ref="tns:УпрОргИн" />
  578. </xs:choice>
  579. </xs:sequence>
  580. </xs:complexType>
  581. </xs:element>
  582. <xs:element name="СвУправлДеятСвязЮЛ">
  583. <xs:complexType>
  584. <xs:annotation>
  585. <xs:documentation>
  586. Сведения о лице, имеющем право без доверенности действовать от имени юридического лица.
  587. Тип включает в себя связи к юридическим лицам, в которых это лицо является директором.
  588. А так же включает в себя связи к юридическим лицам, в которых это лицо является учредителем.
  589. </xs:documentation>
  590. </xs:annotation>
  591. <xs:sequence>
  592. <xs:element minOccurs="1" maxOccurs="unbounded" ref="tns:СведДолжнФЛСвязЮЛ" />
  593. <xs:choice>
  594. <xs:element minOccurs="0" ref="tns:УпрОргРос" />
  595. <xs:element minOccurs="0" ref="tns:УпрОргИн" />
  596. </xs:choice>
  597. </xs:sequence>
  598. </xs:complexType>
  599. </xs:element>
  600. <xs:element name="СвУчетНО">
  601. <xs:annotation>
  602. <xs:documentation>Сведения об учете в налоговом органе</xs:documentation>
  603. </xs:annotation>
  604. <xs:complexType>
  605. <xs:sequence>
  606. <xs:annotation>
  607. <xs:documentation />
  608. </xs:annotation>
  609. <xs:element minOccurs="0" name="СвНО">
  610. <xs:annotation>
  611. <xs:documentation>Сведения о налоговом органе, осуществившем постановку на учет</xs:documentation>
  612. </xs:annotation>
  613. <xs:complexType>
  614. <xs:attribute name="КодНО" type="tns:СОНОТип" use="optional">
  615. <xs:annotation>
  616. <xs:documentation>Код органа по справочнику СОНО</xs:documentation>
  617. </xs:annotation>
  618. </xs:attribute>
  619. <xs:attribute name="НаимНО" use="optional">
  620. <xs:annotation>
  621. <xs:documentation>Наименование налогового органа</xs:documentation>
  622. </xs:annotation>
  623. <xs:simpleType>
  624. <xs:restriction base="xs:string">
  625. <xs:minLength value="10" />
  626. <xs:maxLength value="250" />
  627. </xs:restriction>
  628. </xs:simpleType>
  629. </xs:attribute>
  630. </xs:complexType>
  631. </xs:element>
  632. </xs:sequence>
  633. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  634. <xs:annotation>
  635. <xs:documentation>Дата внесения сведений в ЕГРЮЛ или ЕГРИП</xs:documentation>
  636. </xs:annotation>
  637. </xs:attribute>
  638. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  639. <xs:annotation>
  640. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ или ЕГРИП</xs:documentation>
  641. </xs:annotation>
  642. </xs:attribute>
  643. <xs:attribute name="ИНН" type="tns:ИННТип" use="optional">
  644. <xs:annotation>
  645. <xs:documentation>ИНН</xs:documentation>
  646. </xs:annotation>
  647. </xs:attribute>
  648. <xs:attribute name="КПП" type="tns:КППТип" use="optional">
  649. <xs:annotation>
  650. <xs:documentation>КПП юридического лица</xs:documentation>
  651. </xs:annotation>
  652. </xs:attribute>
  653. <xs:attribute name="ДатаПостУч" type="xs:date" use="optional">
  654. <xs:annotation>
  655. <xs:documentation>Дата постановки на учет в налоговом органе</xs:documentation>
  656. </xs:annotation>
  657. </xs:attribute>
  658. </xs:complexType>
  659. </xs:element>
  660. <xs:element name="СвСтатус_РО">
  661. <xs:annotation>
  662. <xs:documentation>Сведения о правоспособности (статусе) и регистрирующем органе по месту нахождения</xs:documentation>
  663. </xs:annotation>
  664. <xs:complexType>
  665. <xs:sequence>
  666. <xs:element minOccurs="0" name="СвСтатус">
  667. <xs:annotation>
  668. <xs:documentation>Сведения о правоспособности (статусе)</xs:documentation>
  669. </xs:annotation>
  670. <xs:complexType>
  671. <xs:attribute name="КодСтатус" use="optional">
  672. <xs:annotation>
  673. <xs:documentation>Код статуса по справочнику СЮЛСТ или СИПСТ</xs:documentation>
  674. </xs:annotation>
  675. <xs:simpleType>
  676. <xs:restriction base="xs:string">
  677. <xs:length value="3" />
  678. </xs:restriction>
  679. </xs:simpleType>
  680. </xs:attribute>
  681. <xs:attribute name="НаимСтатус" use="optional">
  682. <xs:annotation>
  683. <xs:documentation>Наименование статуса по справочнику СЮЛСТ или СИПСТ</xs:documentation>
  684. </xs:annotation>
  685. <xs:simpleType>
  686. <xs:restriction base="xs:string">
  687. <xs:minLength value="5" />
  688. <xs:maxLength value="500" />
  689. </xs:restriction>
  690. </xs:simpleType>
  691. </xs:attribute>
  692. <xs:attribute name="ДатаПрекр" type="xs:date" use="optional">
  693. <xs:annotation>
  694. <xs:documentation>Дата прекращения деятельности в качестве индивидуального предпринимателя</xs:documentation>
  695. <xs:documentation>Формируется в случае, если передается статус, соответствующий прекращению деятельности в качестве индивидуального предпринимателя</xs:documentation>
  696. </xs:annotation>
  697. </xs:attribute>
  698. </xs:complexType>
  699. </xs:element>
  700. <xs:element minOccurs="0" name="СвРегОрг" type="tns:СвРегОргТип">
  701. <xs:annotation>
  702. <xs:documentation>Сведения о регистрирующем (налоговом) органе по месту нахождения</xs:documentation>
  703. </xs:annotation>
  704. </xs:element>
  705. </xs:sequence>
  706. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  707. <xs:annotation>
  708. <xs:documentation>Дата внесения сведений в ЕГРЮЛ или ЕГРИП</xs:documentation>
  709. </xs:annotation>
  710. </xs:attribute>
  711. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  712. <xs:annotation>
  713. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ или ЕГРИП</xs:documentation>
  714. </xs:annotation>
  715. </xs:attribute>
  716. </xs:complexType>
  717. </xs:element>
  718. <xs:element name="СвРегПФ">
  719. <xs:annotation>
  720. <xs:documentation>Сведения о регистрации в качестве страхователя в территориальном органе Пенсионного фонда Российской Федерации</xs:documentation>
  721. </xs:annotation>
  722. <xs:complexType>
  723. <xs:sequence>
  724. <xs:element minOccurs="0" name="СвОргПФ">
  725. <xs:annotation>
  726. <xs:documentation>Сведения о территориальном органе Пенсионного фонда Российской Федерации</xs:documentation>
  727. </xs:annotation>
  728. <xs:complexType>
  729. <xs:attribute name="КодПФ" use="optional">
  730. <xs:annotation>
  731. <xs:documentation>Код по справочнику СТОПФ</xs:documentation>
  732. </xs:annotation>
  733. <xs:simpleType>
  734. <xs:restriction base="xs:string">
  735. <xs:minLength value="3" />
  736. <xs:maxLength value="6" />
  737. </xs:restriction>
  738. </xs:simpleType>
  739. </xs:attribute>
  740. <xs:attribute name="НаимПФ" use="optional">
  741. <xs:annotation>
  742. <xs:documentation>Наименование</xs:documentation>
  743. </xs:annotation>
  744. <xs:simpleType>
  745. <xs:restriction base="xs:string">
  746. <xs:minLength value="10" />
  747. <xs:maxLength value="255" />
  748. </xs:restriction>
  749. </xs:simpleType>
  750. </xs:attribute>
  751. </xs:complexType>
  752. </xs:element>
  753. </xs:sequence>
  754. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  755. <xs:annotation>
  756. <xs:documentation>Дата внесения сведений в ЕГРЮЛ или ЕГРИП</xs:documentation>
  757. </xs:annotation>
  758. </xs:attribute>
  759. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  760. <xs:annotation>
  761. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ или ЕГРИП</xs:documentation>
  762. </xs:annotation>
  763. </xs:attribute>
  764. <xs:attribute name="РегНомПФ" use="optional">
  765. <xs:annotation>
  766. <xs:documentation>Регистрационный номер в территориальном органе Пенсионного фонда Российской Федерации</xs:documentation>
  767. </xs:annotation>
  768. <xs:simpleType>
  769. <xs:restriction base="xs:string">
  770. <xs:minLength value="1" />
  771. <xs:maxLength value="15" />
  772. </xs:restriction>
  773. </xs:simpleType>
  774. </xs:attribute>
  775. <xs:attribute name="ДатаРег" type="xs:date" use="optional">
  776. <xs:annotation>
  777. <xs:documentation>Дата регистрации в качестве страхователя</xs:documentation>
  778. </xs:annotation>
  779. </xs:attribute>
  780. </xs:complexType>
  781. </xs:element>
  782. <xs:element name="СвРегФСС">
  783. <xs:annotation>
  784. <xs:documentation>Сведения о регистрации в качестве страхователя в исполнительном органе Фонда социального страхования Российской Федерации</xs:documentation>
  785. </xs:annotation>
  786. <xs:complexType>
  787. <xs:sequence>
  788. <xs:element minOccurs="0" name="СвОргФСС">
  789. <xs:annotation>
  790. <xs:documentation>Сведения об исполнительном органе Фонда социального страхования Российской Федерации</xs:documentation>
  791. </xs:annotation>
  792. <xs:complexType>
  793. <xs:attribute name="КодФСС" use="optional">
  794. <xs:annotation>
  795. <xs:documentation>Код по справочнику СТОФСС</xs:documentation>
  796. </xs:annotation>
  797. <xs:simpleType>
  798. <xs:restriction base="xs:string">
  799. <xs:length value="4" />
  800. </xs:restriction>
  801. </xs:simpleType>
  802. </xs:attribute>
  803. <xs:attribute name="НаимФСС" use="optional">
  804. <xs:annotation>
  805. <xs:documentation>Наименование</xs:documentation>
  806. </xs:annotation>
  807. <xs:simpleType>
  808. <xs:restriction base="xs:string">
  809. <xs:minLength value="10" />
  810. <xs:maxLength value="255" />
  811. </xs:restriction>
  812. </xs:simpleType>
  813. </xs:attribute>
  814. </xs:complexType>
  815. </xs:element>
  816. </xs:sequence>
  817. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  818. <xs:annotation>
  819. <xs:documentation>Дата внесения сведений в ЕГРЮЛ или ЕГРИП</xs:documentation>
  820. </xs:annotation>
  821. </xs:attribute>
  822. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  823. <xs:annotation>
  824. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ или ЕГРИП</xs:documentation>
  825. </xs:annotation>
  826. </xs:attribute>
  827. <xs:attribute name="РегНомФСС" use="optional">
  828. <xs:annotation>
  829. <xs:documentation>Регистрационный номер в исполнительном органе Фонда социального страхования Российской Федерации</xs:documentation>
  830. </xs:annotation>
  831. <xs:simpleType>
  832. <xs:restriction base="xs:string">
  833. <xs:minLength value="1" />
  834. <xs:maxLength value="15" />
  835. </xs:restriction>
  836. </xs:simpleType>
  837. </xs:attribute>
  838. <xs:attribute name="ДатаРег" type="xs:date" use="optional">
  839. <xs:annotation>
  840. <xs:documentation>Дата регистрации в качестве страхователя</xs:documentation>
  841. </xs:annotation>
  842. </xs:attribute>
  843. </xs:complexType>
  844. </xs:element>
  845. <xs:element name="СвОКВЭД">
  846. <xs:annotation>
  847. <xs:documentation>Сведения о кодах по Общероссийскому классификатору видов экономической деятельности</xs:documentation>
  848. </xs:annotation>
  849. <xs:complexType>
  850. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  851. <xs:annotation>
  852. <xs:documentation>Дата внесения сведений в ЕГРЮЛ или ЕГРИП</xs:documentation>
  853. </xs:annotation>
  854. </xs:attribute>
  855. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  856. <xs:annotation>
  857. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ или ЕГРИП</xs:documentation>
  858. </xs:annotation>
  859. </xs:attribute>
  860. <xs:attribute name="ПрОснДоп" use="optional">
  861. <xs:annotation>
  862. <xs:documentation>Признак: основной или дополнительный вид деятельности</xs:documentation>
  863. <xs:documentation>
  864. Указывается:
  865. 1 - при передаче кода основного вида деятельности;
  866. 2 - при передаче кода дополнительного вида деятельности</xs:documentation>
  867. </xs:annotation>
  868. <xs:simpleType>
  869. <xs:restriction base="xs:string">
  870. <xs:length value="1" />
  871. <xs:enumeration value="1" />
  872. <xs:enumeration value="2" />
  873. </xs:restriction>
  874. </xs:simpleType>
  875. </xs:attribute>
  876. <xs:attribute name="КодОКВЭД" type="tns:ОКВЭДТип" use="optional">
  877. <xs:annotation>
  878. <xs:documentation>Код по Общероссийскому классификатору видов экономической деятельности</xs:documentation>
  879. </xs:annotation>
  880. </xs:attribute>
  881. </xs:complexType>
  882. </xs:element>
  883. <xs:element name="СвОбрЮЛ">
  884. <xs:annotation>
  885. <xs:documentation>Сведения об образовании юридического лица</xs:documentation>
  886. </xs:annotation>
  887. <xs:complexType>
  888. <xs:sequence>
  889. <xs:element name="СпОбрЮЛ">
  890. <xs:annotation>
  891. <xs:documentation>Способ образования юридического лица</xs:documentation>
  892. </xs:annotation>
  893. <xs:complexType>
  894. <xs:attribute name="КодСпОбрЮЛ" use="required">
  895. <xs:annotation>
  896. <xs:documentation>Код способа образования по справочнику СЮЛНД</xs:documentation>
  897. </xs:annotation>
  898. <xs:simpleType>
  899. <xs:restriction base="xs:string">
  900. <xs:length value="2" />
  901. </xs:restriction>
  902. </xs:simpleType>
  903. </xs:attribute>
  904. <xs:attribute name="НаимСпОбрЮЛ" use="required">
  905. <xs:annotation>
  906. <xs:documentation>Наименование способа образования юридического лица</xs:documentation>
  907. </xs:annotation>
  908. <xs:simpleType>
  909. <xs:restriction base="xs:string">
  910. <xs:minLength value="5" />
  911. <xs:maxLength value="255" />
  912. </xs:restriction>
  913. </xs:simpleType>
  914. </xs:attribute>
  915. </xs:complexType>
  916. </xs:element>
  917. </xs:sequence>
  918. <xs:attribute name="ДатаНачДейств" use="required">
  919. <xs:annotation>
  920. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  921. </xs:annotation>
  922. <xs:simpleType>
  923. <xs:restriction base="xs:date" />
  924. </xs:simpleType>
  925. </xs:attribute>
  926. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  927. <xs:annotation>
  928. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  929. </xs:annotation>
  930. </xs:attribute>
  931. <xs:attribute name="ДатаОбрЮЛ" use="required">
  932. <xs:annotation>
  933. <xs:documentation>Дата регистрации юридического лица при образовании</xs:documentation>
  934. </xs:annotation>
  935. <xs:simpleType>
  936. <xs:restriction base="xs:date" />
  937. </xs:simpleType>
  938. </xs:attribute>
  939. <xs:attribute name="РегНом" use="optional">
  940. <xs:annotation>
  941. <xs:documentation>Регистрационный номер, присвоенный юридическому лицу при образовании</xs:documentation>
  942. <xs:documentation>Для юридических лиц, образованных после 01.07.2002 г., указывается ОГРН</xs:documentation>
  943. </xs:annotation>
  944. <xs:simpleType>
  945. <xs:restriction base="xs:string">
  946. <xs:minLength value="1" />
  947. <xs:maxLength value="255" />
  948. </xs:restriction>
  949. </xs:simpleType>
  950. </xs:attribute>
  951. <xs:attribute name="НаимРО" use="optional">
  952. <xs:annotation>
  953. <xs:documentation>Наименование органа, зарегистрировавшего создание ЮЛ</xs:documentation>
  954. </xs:annotation>
  955. <xs:simpleType>
  956. <xs:restriction base="xs:string">
  957. <xs:minLength value="5" />
  958. <xs:maxLength value="255" />
  959. </xs:restriction>
  960. </xs:simpleType>
  961. </xs:attribute>
  962. </xs:complexType>
  963. </xs:element>
  964. <xs:element name="СвЛицензия">
  965. <xs:annotation>
  966. <xs:documentation>Сведения о лицензиях, выданных юридическому лицу</xs:documentation>
  967. <xs:documentation>Передаются сведения только о действующих лицензиях или лицензиях, действие которых приостановлено. При передаче сведений о юридическом лице, прекратившем деятельность, сведения о лицензиях не передаются</xs:documentation>
  968. </xs:annotation>
  969. <xs:complexType>
  970. <xs:sequence>
  971. <xs:element maxOccurs="unbounded" name="НаимЛицВидДеят">
  972. <xs:annotation>
  973. <xs:documentation>Наименование лицензируемого вида деятельности, на который выдана лицензия</xs:documentation>
  974. </xs:annotation>
  975. <xs:simpleType>
  976. <xs:restriction base="xs:string">
  977. <xs:minLength value="1" />
  978. <xs:maxLength value="1000" />
  979. </xs:restriction>
  980. </xs:simpleType>
  981. </xs:element>
  982. <xs:element minOccurs="0" maxOccurs="unbounded" name="МестоДейстЛиц">
  983. <xs:annotation>
  984. <xs:documentation>Сведения об адресе места осуществления лицензируемого вида деятельности</xs:documentation>
  985. <xs:documentation>Элемент не формируется, если конкретное место осуществления лицензируемого вида деятельности в лицензии не указано или указано в географических координатах.
  986. При наличии - сведения указываются в отношении каждого адреса места осуществления лицензируемого вида деятельности</xs:documentation>
  987. </xs:annotation>
  988. <xs:simpleType>
  989. <xs:restriction base="xs:string">
  990. <xs:minLength value="5" />
  991. <xs:maxLength value="500" />
  992. </xs:restriction>
  993. </xs:simpleType>
  994. </xs:element>
  995. <xs:element minOccurs="0" name="ЛицОргВыдЛиц">
  996. <xs:annotation>
  997. <xs:documentation>Наименование лицензирующего органа, выдавшего или переоформившего лицензию</xs:documentation>
  998. <xs:documentation>Формируется в случае наличия указанных сведений в ЕГРЮЛ</xs:documentation>
  999. </xs:annotation>
  1000. <xs:simpleType>
  1001. <xs:restriction base="xs:string">
  1002. <xs:minLength value="10" />
  1003. <xs:maxLength value="500" />
  1004. </xs:restriction>
  1005. </xs:simpleType>
  1006. </xs:element>
  1007. <xs:element minOccurs="0" name="СвПриостЛиц">
  1008. <xs:annotation>
  1009. <xs:documentation>Сведения о приостановлении действия лицензии</xs:documentation>
  1010. <xs:documentation>Формируется в случае, если на момент выдачи сведений в ЕГРЮЛ имеются сведения о том, что лицензия приостановлена</xs:documentation>
  1011. </xs:annotation>
  1012. <xs:complexType>
  1013. <xs:attribute name="ДатаПриостЛиц" use="required">
  1014. <xs:annotation>
  1015. <xs:documentation>Дата приостановления действия лицензии</xs:documentation>
  1016. </xs:annotation>
  1017. <xs:simpleType>
  1018. <xs:restriction base="xs:date" />
  1019. </xs:simpleType>
  1020. </xs:attribute>
  1021. <xs:attribute name="ЛицОргПриостЛиц" use="required">
  1022. <xs:annotation>
  1023. <xs:documentation>Наименование лицензирующего органа, приостановившего действие лицензии</xs:documentation>
  1024. </xs:annotation>
  1025. <xs:simpleType>
  1026. <xs:restriction base="xs:string">
  1027. <xs:minLength value="10" />
  1028. <xs:maxLength value="500" />
  1029. </xs:restriction>
  1030. </xs:simpleType>
  1031. </xs:attribute>
  1032. </xs:complexType>
  1033. </xs:element>
  1034. </xs:sequence>
  1035. <xs:attribute name="ДатаНачДейств" use="required">
  1036. <xs:annotation>
  1037. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1038. </xs:annotation>
  1039. <xs:simpleType>
  1040. <xs:restriction base="xs:date" />
  1041. </xs:simpleType>
  1042. </xs:attribute>
  1043. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1044. <xs:annotation>
  1045. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1046. </xs:annotation>
  1047. </xs:attribute>
  1048. <xs:attribute name="СерЛиц" use="optional">
  1049. <xs:annotation>
  1050. <xs:documentation>Серия лицензии</xs:documentation>
  1051. <xs:documentation>
  1052. Является обязательным, если выданная лицензия имеет такой реквизит </xs:documentation>
  1053. </xs:annotation>
  1054. <xs:simpleType>
  1055. <xs:restriction base="xs:string">
  1056. <xs:maxLength value="10" />
  1057. <xs:minLength value="1" />
  1058. </xs:restriction>
  1059. </xs:simpleType>
  1060. </xs:attribute>
  1061. <xs:attribute name="НомЛиц" use="required">
  1062. <xs:annotation>
  1063. <xs:documentation>Номер лицензии</xs:documentation>
  1064. </xs:annotation>
  1065. <xs:simpleType>
  1066. <xs:restriction base="xs:string">
  1067. <xs:minLength value="1" />
  1068. <xs:maxLength value="50" />
  1069. </xs:restriction>
  1070. </xs:simpleType>
  1071. </xs:attribute>
  1072. <xs:attribute name="ВидЛиц" use="optional">
  1073. <xs:annotation>
  1074. <xs:documentation>Вид лицензии</xs:documentation>
  1075. <xs:documentation>
  1076. Является обязательным, если выданная лицензия имеет такой реквизит </xs:documentation>
  1077. </xs:annotation>
  1078. <xs:simpleType>
  1079. <xs:restriction base="xs:string">
  1080. <xs:maxLength value="10" />
  1081. <xs:minLength value="1" />
  1082. </xs:restriction>
  1083. </xs:simpleType>
  1084. </xs:attribute>
  1085. <xs:attribute name="ДатаЛиц" type="xs:date" use="required">
  1086. <xs:annotation>
  1087. <xs:documentation>Дата лицензии</xs:documentation>
  1088. </xs:annotation>
  1089. </xs:attribute>
  1090. <xs:attribute name="ДатаНачЛиц" type="xs:date" use="required">
  1091. <xs:annotation>
  1092. <xs:documentation>Дата начала действия лицензии</xs:documentation>
  1093. </xs:annotation>
  1094. </xs:attribute>
  1095. <xs:attribute name="ДатаОкончЛиц" type="xs:date" use="optional">
  1096. <xs:annotation>
  1097. <xs:documentation>Дата окончания действия лицензии</xs:documentation>
  1098. <xs:documentation>
  1099. Является обязательным, если выданная лицензия имеет такой реквизит </xs:documentation>
  1100. </xs:annotation>
  1101. </xs:attribute>
  1102. </xs:complexType>
  1103. </xs:element>
  1104. <xs:element name="СвУчредит">
  1105. <xs:annotation>
  1106. <xs:documentation>Сведения об учредителях (участниках) юридического лица</xs:documentation>
  1107. </xs:annotation>
  1108. <xs:complexType>
  1109. <xs:sequence>
  1110. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрЮЛРос" />
  1111. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрЮЛИн" />
  1112. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрФЛ" />
  1113. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрРФСубМО" />
  1114. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрВлПИФ" />
  1115. </xs:sequence>
  1116. </xs:complexType>
  1117. </xs:element>
  1118. <xs:element name="УчрЮЛРос">
  1119. <xs:complexType>
  1120. <xs:annotation>
  1121. <xs:documentation>Сведения об учредителе (участнике) - российском юридическом лице</xs:documentation>
  1122. </xs:annotation>
  1123. <xs:sequence>
  1124. <xs:element minOccurs="0" name="ДоляУстКап" type="tns:ДоляУстКапТип">
  1125. <xs:annotation>
  1126. <xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде)</xs:documentation>
  1127. </xs:annotation>
  1128. </xs:element>
  1129. </xs:sequence>
  1130. <xs:attribute name="ДатаНачДейств" use="required">
  1131. <xs:annotation>
  1132. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1133. </xs:annotation>
  1134. <xs:simpleType>
  1135. <xs:restriction base="xs:date" />
  1136. </xs:simpleType>
  1137. </xs:attribute>
  1138. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1139. <xs:annotation>
  1140. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1141. </xs:annotation>
  1142. </xs:attribute>
  1143. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  1144. <xs:annotation>
  1145. <xs:documentation>Основной государственный регистрационный номер (ОГРН) юридического лица - учредителя (участника)</xs:documentation>
  1146. </xs:annotation>
  1147. </xs:attribute>
  1148. <xs:attribute name="ИННЮЛ" type="tns:ИННТип" use="optional">
  1149. <xs:annotation>
  1150. <xs:documentation>ИНН юридического лица - учредителя (участника)</xs:documentation>
  1151. </xs:annotation>
  1152. </xs:attribute>
  1153. <xs:attribute name="НаимЮЛПолн" use="required">
  1154. <xs:annotation>
  1155. <xs:documentation>Полное наименование на русском языке юридического лица - учредителя (участника)</xs:documentation>
  1156. </xs:annotation>
  1157. <xs:simpleType>
  1158. <xs:restriction base="xs:string">
  1159. <xs:minLength value="1" />
  1160. <xs:maxLength value="1000" />
  1161. </xs:restriction>
  1162. </xs:simpleType>
  1163. </xs:attribute>
  1164. </xs:complexType>
  1165. </xs:element>
  1166. <xs:element name="УчрЮЛИн">
  1167. <xs:annotation>
  1168. <xs:documentation>Сведения об учредителе (участнике) - иностранном юридическом лице</xs:documentation>
  1169. </xs:annotation>
  1170. <xs:complexType>
  1171. <xs:sequence>
  1172. <xs:element name="СвРегИн" type="tns:СвРегИнТип">
  1173. <xs:annotation>
  1174. <xs:documentation>Сведения о регистрации в стране происхождения</xs:documentation>
  1175. </xs:annotation>
  1176. </xs:element>
  1177. <xs:element minOccurs="0" name="ДоляУстКап" type="tns:ДоляУстКапТип">
  1178. <xs:annotation>
  1179. <xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде)</xs:documentation>
  1180. </xs:annotation>
  1181. </xs:element>
  1182. </xs:sequence>
  1183. <xs:attribute name="ДатаНачДейств" use="required">
  1184. <xs:annotation>
  1185. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1186. </xs:annotation>
  1187. <xs:simpleType>
  1188. <xs:restriction base="xs:date" />
  1189. </xs:simpleType>
  1190. </xs:attribute>
  1191. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1192. <xs:annotation>
  1193. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1194. </xs:annotation>
  1195. </xs:attribute>
  1196. <xs:attribute name="НаимЮЛПолн" use="required">
  1197. <xs:annotation>
  1198. <xs:documentation>Полное наименование юридического лица</xs:documentation>
  1199. </xs:annotation>
  1200. <xs:simpleType>
  1201. <xs:restriction base="xs:string">
  1202. <xs:minLength value="1" />
  1203. <xs:maxLength value="1000" />
  1204. </xs:restriction>
  1205. </xs:simpleType>
  1206. </xs:attribute>
  1207. <xs:attribute name="ИННЮЛ" type="tns:ИННТип" use="optional">
  1208. <xs:annotation>
  1209. <xs:documentation>ИНН юридического лица</xs:documentation>
  1210. </xs:annotation>
  1211. </xs:attribute>
  1212. </xs:complexType>
  1213. </xs:element>
  1214. <xs:element name="УчрФЛ">
  1215. <xs:complexType>
  1216. <xs:annotation>
  1217. <xs:documentation>Сведения об учредителе (участнике) - физическом лице</xs:documentation>
  1218. </xs:annotation>
  1219. <xs:sequence>
  1220. <xs:element name="ФИО" type="tns:ФИОТип">
  1221. <xs:annotation>
  1222. <xs:documentation>Фамилия, имя, отчество</xs:documentation>
  1223. </xs:annotation>
  1224. </xs:element>
  1225. <xs:element minOccurs="0" name="УдЛичнФЛ" type="tns:УдЛичнТипР">
  1226. <xs:annotation>
  1227. <xs:documentation>Данные документа, удостоверяющего личность</xs:documentation>
  1228. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1229. </xs:annotation>
  1230. </xs:element>
  1231. <xs:element minOccurs="0" name="АдрМЖРФ" type="tns:Адрес">
  1232. <xs:annotation>
  1233. <xs:documentation>Адрес места жительства (места пребывания) в Российской Федерации</xs:documentation>
  1234. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1235. </xs:annotation>
  1236. </xs:element>
  1237. <xs:element minOccurs="0" name="АдрМЖИн" type="tns:АдрИнТип">
  1238. <xs:annotation>
  1239. <xs:documentation>Адрес места жительства (места пребывания) за пределами территории Российской Федерации</xs:documentation>
  1240. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1241. </xs:annotation>
  1242. </xs:element>
  1243. <xs:element minOccurs="0" name="ДоляУстКап" type="tns:ДоляУстКапТип">
  1244. <xs:annotation>
  1245. <xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде)</xs:documentation>
  1246. </xs:annotation>
  1247. </xs:element>
  1248. <xs:element minOccurs="0" name="ЛицоУпрНасл">
  1249. <xs:annotation>
  1250. <xs:documentation>Сведения о лице, осуществляющем управление долей, переходящей в порядке наследования</xs:documentation>
  1251. </xs:annotation>
  1252. <xs:complexType>
  1253. <xs:sequence>
  1254. <xs:element name="ФИО" type="tns:ФИОТип">
  1255. <xs:annotation>
  1256. <xs:documentation>Фамилия, имя, отчество</xs:documentation>
  1257. </xs:annotation>
  1258. </xs:element>
  1259. <xs:element minOccurs="0" name="УдЛичнФЛ" type="tns:УдЛичнТипР">
  1260. <xs:annotation>
  1261. <xs:documentation>Данные документа, удостоверяющего личность</xs:documentation>
  1262. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1263. </xs:annotation>
  1264. </xs:element>
  1265. <xs:element minOccurs="0" name="АдресМЖРФ" type="tns:Адрес">
  1266. <xs:annotation>
  1267. <xs:documentation>Сведения об адресе (месте жительства) </xs:documentation>
  1268. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1269. </xs:annotation>
  1270. </xs:element>
  1271. <xs:element minOccurs="0" name="АдрМЖИн" type="tns:АдрИнТип">
  1272. <xs:annotation>
  1273. <xs:documentation>Адрес места жительства (места пребывания) за пределами территории Российской Федерации</xs:documentation>
  1274. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1275. </xs:annotation>
  1276. </xs:element>
  1277. </xs:sequence>
  1278. <xs:attribute name="ДатаНачДейств" use="required">
  1279. <xs:annotation>
  1280. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1281. </xs:annotation>
  1282. <xs:simpleType>
  1283. <xs:restriction base="xs:date" />
  1284. </xs:simpleType>
  1285. </xs:attribute>
  1286. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1287. <xs:annotation>
  1288. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1289. </xs:annotation>
  1290. </xs:attribute>
  1291. <xs:attribute name="ДатаОткрНасл" type="xs:date" use="required">
  1292. <xs:annotation>
  1293. <xs:documentation>Дата открытия наследства (дата смерти участника)</xs:documentation>
  1294. </xs:annotation>
  1295. </xs:attribute>
  1296. <xs:attribute name="ИННФЛ" type="tns:ИННТип" use="optional">
  1297. <xs:annotation>
  1298. <xs:documentation>ИНН лица, осуществляющем управление долей, переходящей в порядке наследования</xs:documentation>
  1299. </xs:annotation>
  1300. </xs:attribute>
  1301. </xs:complexType>
  1302. </xs:element>
  1303. </xs:sequence>
  1304. <xs:attribute name="ДатаНачДейств" use="required">
  1305. <xs:annotation>
  1306. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1307. </xs:annotation>
  1308. <xs:simpleType>
  1309. <xs:restriction base="xs:date" />
  1310. </xs:simpleType>
  1311. </xs:attribute>
  1312. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1313. <xs:annotation>
  1314. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1315. </xs:annotation>
  1316. </xs:attribute>
  1317. <xs:attribute name="ИННФЛ" type="tns:ИННТип" use="optional">
  1318. <xs:annotation>
  1319. <xs:documentation>ИНН физического лица</xs:documentation>
  1320. </xs:annotation>
  1321. </xs:attribute>
  1322. </xs:complexType>
  1323. </xs:element>
  1324. <xs:element name="УчрРФСубМО">
  1325. <xs:annotation>
  1326. <xs:documentation>Сведения об учредителе (участнике) - Российской Федерации, субъекте Российской Федерации, муниципальном образовании</xs:documentation>
  1327. </xs:annotation>
  1328. <xs:complexType>
  1329. <xs:sequence>
  1330. <xs:element name="СвОсущПр">
  1331. <xs:annotation>
  1332. <xs:documentation>Сведения о лице, осуществляющем права учредителя</xs:documentation>
  1333. </xs:annotation>
  1334. <xs:complexType>
  1335. <xs:choice>
  1336. <xs:element name="СвОргОсущПр">
  1337. <xs:annotation>
  1338. <xs:documentation>Сведения об органе государственной власти, органе местного самоуправления или о юридическом лице, осуществляющем права учредителя</xs:documentation>
  1339. </xs:annotation>
  1340. <xs:complexType>
  1341. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  1342. <xs:annotation>
  1343. <xs:documentation>Основной государственный регистрационный номер (ОГРН)</xs:documentation>
  1344. </xs:annotation>
  1345. </xs:attribute>
  1346. <xs:attribute name="ИННЮЛ" type="tns:ИННТип" use="optional">
  1347. <xs:annotation>
  1348. <xs:documentation>ИНН юридического лица</xs:documentation>
  1349. </xs:annotation>
  1350. </xs:attribute>
  1351. <xs:attribute name="НаимЮЛПолн" use="required">
  1352. <xs:annotation>
  1353. <xs:documentation>Полное наименование органа государственной власти, органа местного самоуправления, юридического лица </xs:documentation>
  1354. </xs:annotation>
  1355. <xs:simpleType>
  1356. <xs:restriction base="xs:string">
  1357. <xs:minLength value="1" />
  1358. <xs:maxLength value="1000" />
  1359. </xs:restriction>
  1360. </xs:simpleType>
  1361. </xs:attribute>
  1362. </xs:complexType>
  1363. </xs:element>
  1364. <xs:element name="СвФЛОсущПр">
  1365. <xs:annotation>
  1366. <xs:documentation>Сведения о физическом лице, осуществляющем права учредителя</xs:documentation>
  1367. </xs:annotation>
  1368. <xs:complexType>
  1369. <xs:sequence>
  1370. <xs:element name="ФИО" type="tns:ФИОТип">
  1371. <xs:annotation>
  1372. <xs:documentation>Фамилия, имя, отчество</xs:documentation>
  1373. </xs:annotation>
  1374. </xs:element>
  1375. <xs:element minOccurs="0" name="УдЛичнФЛ" type="tns:УдЛичнТипР">
  1376. <xs:annotation>
  1377. <xs:documentation>Данные документа, удостоверяющего личность</xs:documentation>
  1378. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1379. </xs:annotation>
  1380. </xs:element>
  1381. <xs:element minOccurs="0" name="АдресМЖРФ" type="tns:Адрес">
  1382. <xs:annotation>
  1383. <xs:documentation>Сведения об адресе (месте жительства) </xs:documentation>
  1384. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1385. </xs:annotation>
  1386. </xs:element>
  1387. <xs:element minOccurs="0" name="АдрМЖИн" type="tns:АдрИнТип">
  1388. <xs:annotation>
  1389. <xs:documentation>Адрес места жительства (места пребывания) за пределами территории Российской Федерации</xs:documentation>
  1390. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  1391. </xs:annotation>
  1392. </xs:element>
  1393. </xs:sequence>
  1394. <xs:attribute name="ИННФЛ" type="tns:ИННТип" use="optional">
  1395. <xs:annotation>
  1396. <xs:documentation>ИНН физического лица</xs:documentation>
  1397. </xs:annotation>
  1398. </xs:attribute>
  1399. </xs:complexType>
  1400. </xs:element>
  1401. </xs:choice>
  1402. </xs:complexType>
  1403. </xs:element>
  1404. <xs:element minOccurs="0" name="ДоляУстКап" type="tns:ДоляУстКапТип">
  1405. <xs:annotation>
  1406. <xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде)</xs:documentation>
  1407. </xs:annotation>
  1408. </xs:element>
  1409. </xs:sequence>
  1410. <xs:attribute name="ДатаНачДейств" use="required">
  1411. <xs:annotation>
  1412. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1413. </xs:annotation>
  1414. <xs:simpleType>
  1415. <xs:restriction base="xs:date" />
  1416. </xs:simpleType>
  1417. </xs:attribute>
  1418. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1419. <xs:annotation>
  1420. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1421. </xs:annotation>
  1422. </xs:attribute>
  1423. <xs:attribute name="КодУчрРФСубМО" use="required">
  1424. <xs:annotation>
  1425. <xs:documentation>Код вида учредителя</xs:documentation>
  1426. <xs:documentation>1 - если доля принадлежит Российской Федерации;
  1427. 2 - если доля принадлежит субъекту Российской организации;
  1428. 3 - если доля принадлежит муниципальному образованию</xs:documentation>
  1429. </xs:annotation>
  1430. <xs:simpleType>
  1431. <xs:restriction base="xs:string">
  1432. <xs:length value="1" />
  1433. <xs:enumeration value="1" />
  1434. <xs:enumeration value="2" />
  1435. <xs:enumeration value="3" />
  1436. </xs:restriction>
  1437. </xs:simpleType>
  1438. </xs:attribute>
  1439. <xs:attribute name="КодРегион" type="tns:CCРФТип" use="optional">
  1440. <xs:annotation>
  1441. <xs:documentation>Код субъекта Российской Федерации которому принадлежит доля или на территории которого находится муниципальное образование, которому принадлежит доля</xs:documentation>
  1442. <xs:documentation>Является обязательным, если значение атрибута КодУчрРФСубМО=2 или 3</xs:documentation>
  1443. </xs:annotation>
  1444. </xs:attribute>
  1445. <xs:attribute name="НаимРегион" use="optional">
  1446. <xs:annotation>
  1447. <xs:documentation>Наименование субъекта Российской Федерации</xs:documentation>
  1448. <xs:documentation>Является обязательным, если значение атрибута КодУчрРФСубМО=2 или 3</xs:documentation>
  1449. </xs:annotation>
  1450. <xs:simpleType>
  1451. <xs:restriction base="xs:string">
  1452. <xs:minLength value="1" />
  1453. <xs:maxLength value="100" />
  1454. </xs:restriction>
  1455. </xs:simpleType>
  1456. </xs:attribute>
  1457. <xs:attribute name="НаимМО" use="optional">
  1458. <xs:annotation>
  1459. <xs:documentation>Наименование муниципального образования</xs:documentation>
  1460. <xs:documentation>Является обязательным, если значение атрибута КодУчрРФСубМО=3</xs:documentation>
  1461. </xs:annotation>
  1462. <xs:simpleType>
  1463. <xs:restriction base="xs:string">
  1464. <xs:minLength value="1" />
  1465. <xs:maxLength value="255" />
  1466. </xs:restriction>
  1467. </xs:simpleType>
  1468. </xs:attribute>
  1469. </xs:complexType>
  1470. </xs:element>
  1471. <xs:element name="УчрВлПИФ">
  1472. <xs:annotation>
  1473. <xs:documentation>Сведения об инвестиционном паевом фонде, владельцы которого являются учредителями (участниками)</xs:documentation>
  1474. </xs:annotation>
  1475. <xs:complexType>
  1476. <xs:sequence>
  1477. <xs:element name="СвУпрКомпДовер">
  1478. <xs:annotation>
  1479. <xs:documentation>Сведения об управляющей компании, осуществляющей доверительное управление</xs:documentation>
  1480. </xs:annotation>
  1481. <xs:complexType>
  1482. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  1483. <xs:annotation>
  1484. <xs:documentation>Основной государственный регистрационный номер (ОГРН)</xs:documentation>
  1485. </xs:annotation>
  1486. </xs:attribute>
  1487. <xs:attribute name="ИННЮЛ" type="tns:ИННТип" use="optional">
  1488. <xs:annotation>
  1489. <xs:documentation>ИНН юридического лица</xs:documentation>
  1490. </xs:annotation>
  1491. </xs:attribute>
  1492. <xs:attribute name="НаимЮЛПолн" use="required">
  1493. <xs:annotation>
  1494. <xs:documentation>Полное наименование на русском языке</xs:documentation>
  1495. </xs:annotation>
  1496. <xs:simpleType>
  1497. <xs:restriction base="xs:string">
  1498. <xs:minLength value="1" />
  1499. <xs:maxLength value="1000" />
  1500. </xs:restriction>
  1501. </xs:simpleType>
  1502. </xs:attribute>
  1503. </xs:complexType>
  1504. </xs:element>
  1505. <xs:element minOccurs="0" name="ДоляУстКап" type="tns:ДоляУстКапТип">
  1506. <xs:annotation>
  1507. <xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде)</xs:documentation>
  1508. </xs:annotation>
  1509. </xs:element>
  1510. </xs:sequence>
  1511. <xs:attribute name="ДатаНачДейств" use="required">
  1512. <xs:annotation>
  1513. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1514. </xs:annotation>
  1515. <xs:simpleType>
  1516. <xs:restriction base="xs:date" />
  1517. </xs:simpleType>
  1518. </xs:attribute>
  1519. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1520. <xs:annotation>
  1521. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1522. </xs:annotation>
  1523. </xs:attribute>
  1524. <xs:attribute name="НаимПИФ" use="required">
  1525. <xs:annotation>
  1526. <xs:documentation>Полное наименование паевого инвестиционного фонда на русском языке, владельцы инвестиционных паев которого являются учредителями (участниками)</xs:documentation>
  1527. </xs:annotation>
  1528. <xs:simpleType>
  1529. <xs:restriction base="xs:string">
  1530. <xs:minLength value="1" />
  1531. <xs:maxLength value="1000" />
  1532. </xs:restriction>
  1533. </xs:simpleType>
  1534. </xs:attribute>
  1535. </xs:complexType>
  1536. </xs:element>
  1537. <xs:complexType name="ДоляУстКапТип">
  1538. <xs:annotation>
  1539. <xs:documentation>Доля в уставном капитале (складочном капитале, уставном фонде, паевом фонде)</xs:documentation>
  1540. </xs:annotation>
  1541. <xs:choice>
  1542. <xs:element minOccurs="0" name="Процент">
  1543. <xs:annotation>
  1544. <xs:documentation>Размер доли в процентах</xs:documentation>
  1545. </xs:annotation>
  1546. <xs:simpleType>
  1547. <xs:restriction base="xs:decimal">
  1548. <xs:totalDigits value="18" />
  1549. <xs:fractionDigits value="15" />
  1550. <xs:minInclusive value="0" />
  1551. </xs:restriction>
  1552. </xs:simpleType>
  1553. </xs:element>
  1554. <xs:element minOccurs="0" name="ДробДесят">
  1555. <xs:annotation>
  1556. <xs:documentation>Размер доли в десятичных дробях</xs:documentation>
  1557. </xs:annotation>
  1558. <xs:simpleType>
  1559. <xs:restriction base="xs:decimal">
  1560. <xs:totalDigits value="16" />
  1561. <xs:fractionDigits value="15" />
  1562. <xs:minInclusive value="0" />
  1563. </xs:restriction>
  1564. </xs:simpleType>
  1565. </xs:element>
  1566. <xs:element minOccurs="0" name="ДробПрост" type="tns:ДробьТип">
  1567. <xs:annotation>
  1568. <xs:documentation>Размер доли в простых дробях</xs:documentation>
  1569. </xs:annotation>
  1570. </xs:element>
  1571. </xs:choice>
  1572. <xs:attribute name="НоминСтоим" use="required">
  1573. <xs:annotation>
  1574. <xs:documentation>Номинальная стоимость доли в рублях</xs:documentation>
  1575. </xs:annotation>
  1576. <xs:simpleType>
  1577. <xs:restriction base="xs:decimal">
  1578. <xs:totalDigits value="19" />
  1579. <xs:fractionDigits value="4" />
  1580. <xs:minInclusive value="0" />
  1581. </xs:restriction>
  1582. </xs:simpleType>
  1583. </xs:attribute>
  1584. <xs:attribute name="ПрЗалог" use="optional">
  1585. <xs:annotation>
  1586. <xs:documentation>Признак нахождения доли в залоге или о нахождении в ином обременении</xs:documentation>
  1587. <xs:documentation>Передается в случае, если доля участника находится в залоге или в ином обременении</xs:documentation>
  1588. </xs:annotation>
  1589. <xs:simpleType>
  1590. <xs:restriction base="xs:string">
  1591. <xs:length value="1" />
  1592. <xs:enumeration value="1" />
  1593. </xs:restriction>
  1594. </xs:simpleType>
  1595. </xs:attribute>
  1596. </xs:complexType>
  1597. <xs:complexType name="УдЛичнТипР">
  1598. <xs:annotation>
  1599. <xs:documentation>Сведения о документе, удостоверяющем личность </xs:documentation>
  1600. </xs:annotation>
  1601. <xs:attribute name="КодВидДок" type="tns:СПДУЛТип" use="required">
  1602. <xs:annotation>
  1603. <xs:documentation>Код вида документа по справочнику СПДУЛ </xs:documentation>
  1604. </xs:annotation>
  1605. </xs:attribute>
  1606. <xs:attribute name="НаимДок" use="required">
  1607. <xs:annotation>
  1608. <xs:documentation>Наименование вида документа</xs:documentation>
  1609. </xs:annotation>
  1610. <xs:simpleType>
  1611. <xs:restriction base="xs:string">
  1612. <xs:minLength value="1" />
  1613. <xs:maxLength value="100" />
  1614. </xs:restriction>
  1615. </xs:simpleType>
  1616. </xs:attribute>
  1617. <xs:attribute name="СерНомДок" use="required">
  1618. <xs:annotation>
  1619. <xs:documentation>Серия и номер документа</xs:documentation>
  1620. </xs:annotation>
  1621. <xs:simpleType>
  1622. <xs:restriction base="xs:string">
  1623. <xs:minLength value="1" />
  1624. <xs:maxLength value="25" />
  1625. </xs:restriction>
  1626. </xs:simpleType>
  1627. </xs:attribute>
  1628. <xs:attribute name="ДатаДок" type="xs:date" use="optional">
  1629. <xs:annotation>
  1630. <xs:documentation>Дата выдачи</xs:documentation>
  1631. </xs:annotation>
  1632. </xs:attribute>
  1633. <xs:attribute name="ВыдДок" use="optional">
  1634. <xs:annotation>
  1635. <xs:documentation>Кем выдан</xs:documentation>
  1636. </xs:annotation>
  1637. <xs:simpleType>
  1638. <xs:restriction base="xs:string">
  1639. <xs:minLength value="1" />
  1640. <xs:maxLength value="255" />
  1641. </xs:restriction>
  1642. </xs:simpleType>
  1643. </xs:attribute>
  1644. <xs:attribute name="КодВыдДок" use="optional">
  1645. <xs:annotation>
  1646. <xs:documentation>Код подразделения</xs:documentation>
  1647. </xs:annotation>
  1648. <xs:simpleType>
  1649. <xs:restriction base="xs:string">
  1650. <xs:length value="7" />
  1651. </xs:restriction>
  1652. </xs:simpleType>
  1653. </xs:attribute>
  1654. </xs:complexType>
  1655. <xs:complexType name="АдрИнТип">
  1656. <xs:annotation>
  1657. <xs:documentation>Адрес за пределами территории Российской Федерации</xs:documentation>
  1658. </xs:annotation>
  1659. <xs:attribute name="ОКСМ" use="required">
  1660. <xs:annotation>
  1661. <xs:documentation>Код страны</xs:documentation>
  1662. <xs:documentation>Принимает значение в соответствии с Общероссийским классификатором стран мира (ОКСМ)</xs:documentation>
  1663. </xs:annotation>
  1664. <xs:simpleType>
  1665. <xs:restriction base="tns:ОКСМТип" />
  1666. </xs:simpleType>
  1667. </xs:attribute>
  1668. <xs:attribute name="НаимСтран" use="required">
  1669. <xs:annotation>
  1670. <xs:documentation>Наименование страны</xs:documentation>
  1671. </xs:annotation>
  1672. <xs:simpleType>
  1673. <xs:restriction base="xs:string">
  1674. <xs:minLength value="1" />
  1675. <xs:maxLength value="250" />
  1676. </xs:restriction>
  1677. </xs:simpleType>
  1678. </xs:attribute>
  1679. <xs:attribute name="АдрИн" use="optional">
  1680. <xs:annotation>
  1681. <xs:documentation>Адрес</xs:documentation>
  1682. </xs:annotation>
  1683. <xs:simpleType>
  1684. <xs:restriction base="xs:string">
  1685. <xs:minLength value="1" />
  1686. <xs:maxLength value="255" />
  1687. </xs:restriction>
  1688. </xs:simpleType>
  1689. </xs:attribute>
  1690. </xs:complexType>
  1691. <xs:simpleType name="CCРФТип">
  1692. <xs:annotation>
  1693. <xs:documentation>Код из Справочника субъектов Российской Федерации </xs:documentation>
  1694. </xs:annotation>
  1695. <xs:restriction base="xs:string">
  1696. <xs:length value="2" />
  1697. <xs:pattern value="[0-9]{2}" />
  1698. </xs:restriction>
  1699. </xs:simpleType>
  1700. <xs:complexType name="ДробьТип">
  1701. <xs:annotation>
  1702. <xs:documentation>Представление простой дроби</xs:documentation>
  1703. </xs:annotation>
  1704. <xs:attribute name="Числит" use="required">
  1705. <xs:annotation>
  1706. <xs:documentation>Числитель простой дроби</xs:documentation>
  1707. </xs:annotation>
  1708. <xs:simpleType>
  1709. <xs:restriction base="xs:integer">
  1710. <xs:minInclusive value="1" />
  1711. <xs:totalDigits value="15" />
  1712. </xs:restriction>
  1713. </xs:simpleType>
  1714. </xs:attribute>
  1715. <xs:attribute name="Знаменат" use="required">
  1716. <xs:annotation>
  1717. <xs:documentation>Знаменатель простой дроби</xs:documentation>
  1718. </xs:annotation>
  1719. <xs:simpleType>
  1720. <xs:restriction base="xs:integer">
  1721. <xs:minInclusive value="2" />
  1722. <xs:totalDigits value="15" />
  1723. </xs:restriction>
  1724. </xs:simpleType>
  1725. </xs:attribute>
  1726. </xs:complexType>
  1727. <xs:element name="УчрФЛСвязЮЛ">
  1728. <xs:complexType>
  1729. <xs:annotation>
  1730. <xs:documentation>
  1731. Сведения об учредителе (участнике) - физическом лице.
  1732. Содержит фирмы, в которых учредитель является директором.
  1733. Содержит фирмы, в которых учредитель является учредителем.
  1734. </xs:documentation>
  1735. </xs:annotation>
  1736. <xs:sequence>
  1737. <xs:element minOccurs="1" ref="tns:УчрФЛ" />
  1738. <xs:element minOccurs="1" ref="tns:СвязЮЛПоПарам" />
  1739. </xs:sequence>
  1740. </xs:complexType>
  1741. </xs:element>
  1742. <xs:element name="СвУчредитСвязЮЛ">
  1743. <xs:annotation>
  1744. <xs:documentation>
  1745. Сведения об учредителях (участниках) юридического лица.
  1746. Некоторые учредители содержат связанные с ним юридические лица.
  1747. </xs:documentation>
  1748. </xs:annotation>
  1749. <xs:complexType>
  1750. <xs:sequence>
  1751. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрЮЛРосСвязЮЛ" />
  1752. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрЮЛИнСвязЮЛ" />
  1753. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрФЛСвязЮЛ" />
  1754. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрРФСубМО" />
  1755. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:УчрВлПИФ" />
  1756. </xs:sequence>
  1757. </xs:complexType>
  1758. </xs:element>
  1759. <xs:element name="УчрЮЛРосСвязЮЛ">
  1760. <xs:complexType>
  1761. <xs:annotation>
  1762. <xs:documentation>
  1763. Сведения об учредителе (участнике) - российском юридическом лице.
  1764. Содержит фирмы, в которых учредитель является учредителем.
  1765. </xs:documentation>
  1766. </xs:annotation>
  1767. <xs:sequence>
  1768. <xs:element ref="tns:УчрЮЛРос" />
  1769. <xs:element minOccurs="1" name="связЮЛПоУчредителю" type="tns:СвязЮЛSearchResult">
  1770. <xs:annotation>
  1771. <xs:documentation>
  1772. Юридические лица, учредителем которых является этот учредитель
  1773. (найденые по ИНН учредителя).
  1774. </xs:documentation>
  1775. </xs:annotation>
  1776. </xs:element>
  1777. </xs:sequence>
  1778. </xs:complexType>
  1779. </xs:element>
  1780. <xs:element name="УчрЮЛИнСвязЮЛ">
  1781. <xs:complexType>
  1782. <xs:annotation>
  1783. <xs:documentation>
  1784. Сведения об учредителе (участнике) - иностранном юридическом лице.
  1785. Содержит фирмы, в которых учредитель является учредителем.
  1786. </xs:documentation>
  1787. </xs:annotation>
  1788. <xs:sequence>
  1789. <xs:element ref="tns:УчрЮЛИн" />
  1790. <xs:element minOccurs="1" name="связЮЛПоУчредителю" type="tns:СвязЮЛSearchResult">
  1791. <xs:annotation>
  1792. <xs:documentation>
  1793. Юридические лица, учредителем которых является этот учредитель
  1794. (найденые по ИНН учредителя).
  1795. </xs:documentation>
  1796. </xs:annotation>
  1797. </xs:element>
  1798. </xs:sequence>
  1799. </xs:complexType>
  1800. </xs:element>
  1801. <xs:complexType name="СвязЮЛSearchResult">
  1802. <xs:sequence>
  1803. <xs:element minOccurs="0" maxOccurs="unbounded" name="СвязЮЛ" type="tns:СвязЮЛ" />
  1804. </xs:sequence>
  1805. <xs:attribute default="0" name="corporationsFound" type="xs:int" use="optional">
  1806. <xs:annotation>
  1807. <xs:documentation>
  1808. How much corporations was found
  1809. (this number can be greater than number returned corporations)
  1810. </xs:documentation>
  1811. </xs:annotation>
  1812. </xs:attribute>
  1813. </xs:complexType>
  1814. <xs:element name="СвязЮЛПоПарам">
  1815. <xs:complexType>
  1816. <xs:sequence>
  1817. <xs:element minOccurs="0" name="связЮЛПоДиректоруПоИНН" type="tns:СвязЮЛSearchResult">
  1818. <xs:annotation>
  1819. <xs:documentation>
  1820. Юридические лица, директором которых является данное физическое лицо (ФЛ),
  1821. найденые по ИНН ФЛ.
  1822. </xs:documentation>
  1823. </xs:annotation>
  1824. </xs:element>
  1825. <xs:element minOccurs="0" name="связЮЛПоДиректоруПоФИО" type="tns:СвязЮЛSearchResult">
  1826. <xs:annotation>
  1827. <xs:documentation>
  1828. Юридические лица, директором которых является данное физическое лицо (ФЛ),
  1829. найденые по ФИО ФЛ.
  1830. </xs:documentation>
  1831. </xs:annotation>
  1832. </xs:element>
  1833. <xs:element minOccurs="0" name="связЮЛПоУчредителюПоИНН" type="tns:СвязЮЛSearchResult">
  1834. <xs:annotation>
  1835. <xs:documentation>
  1836. Юридические лица, учредителем которых является данное физическое лицо (ФЛ),
  1837. найденые по ИНН ФЛ.
  1838. </xs:documentation>
  1839. </xs:annotation>
  1840. </xs:element>
  1841. <xs:element minOccurs="0" name="связЮЛПоУчредителюПоФИО" type="tns:СвязЮЛSearchResult">
  1842. <xs:annotation>
  1843. <xs:documentation>
  1844. Юридические лица, учредителем которых является данное физическое лицо (ФЛ),
  1845. найденые по ФИО ФЛ.
  1846. </xs:documentation>
  1847. </xs:annotation>
  1848. </xs:element>
  1849. </xs:sequence>
  1850. </xs:complexType>
  1851. </xs:element>
  1852. <xs:element name="СведДолжнФЛ">
  1853. <xs:annotation>
  1854. <xs:documentation>Сведения о физическом лице, имеющем право без доверенности действовать от имени юридического лица, или управляющем - индивидуальном предпринимателе</xs:documentation>
  1855. </xs:annotation>
  1856. <xs:complexType>
  1857. <xs:sequence>
  1858. <xs:element name="ФИО" type="tns:ФИОТип">
  1859. <xs:annotation>
  1860. <xs:documentation>Фамилия, имя, отчество</xs:documentation>
  1861. </xs:annotation>
  1862. </xs:element>
  1863. <xs:element minOccurs="0" maxOccurs="unbounded" name="СвДискв">
  1864. <xs:annotation>
  1865. <xs:documentation>Сведения о дисквалификации</xs:documentation>
  1866. </xs:annotation>
  1867. <xs:complexType>
  1868. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  1869. <xs:annotation>
  1870. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1871. </xs:annotation>
  1872. </xs:attribute>
  1873. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1874. <xs:annotation>
  1875. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1876. </xs:annotation>
  1877. </xs:attribute>
  1878. <xs:attribute name="СрокДискв" use="optional">
  1879. <xs:annotation>
  1880. <xs:documentation>Срок дисквалификации (в месяцах)</xs:documentation>
  1881. </xs:annotation>
  1882. <xs:simpleType>
  1883. <xs:restriction base="xs:integer">
  1884. <xs:maxInclusive value="60" />
  1885. <xs:totalDigits value="2" />
  1886. <xs:minInclusive value="1" />
  1887. </xs:restriction>
  1888. </xs:simpleType>
  1889. </xs:attribute>
  1890. <xs:attribute name="ДатаНачДискв" type="xs:date" use="optional">
  1891. <xs:annotation>
  1892. <xs:documentation>Дата начала дисквалификации</xs:documentation>
  1893. </xs:annotation>
  1894. </xs:attribute>
  1895. <xs:attribute name="ДатаОкончДискв" type="xs:date" use="optional">
  1896. <xs:annotation>
  1897. <xs:documentation>Дата окончания дисквалификации</xs:documentation>
  1898. </xs:annotation>
  1899. </xs:attribute>
  1900. </xs:complexType>
  1901. </xs:element>
  1902. </xs:sequence>
  1903. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  1904. <xs:annotation>
  1905. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1906. </xs:annotation>
  1907. </xs:attribute>
  1908. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1909. <xs:annotation>
  1910. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1911. </xs:annotation>
  1912. </xs:attribute>
  1913. <xs:attribute name="ВидДолжн" use="optional">
  1914. <xs:annotation>
  1915. <xs:documentation>Вид должностного лица по справочнику СКФЛЮЛ (указывается код по справочнику)</xs:documentation>
  1916. </xs:annotation>
  1917. <xs:simpleType>
  1918. <xs:restriction base="xs:string">
  1919. <xs:length value="2" />
  1920. </xs:restriction>
  1921. </xs:simpleType>
  1922. </xs:attribute>
  1923. <xs:attribute name="НаимВидДолжн" use="optional">
  1924. <xs:annotation>
  1925. <xs:documentation>Наименование вида должностного лица по справочнику СКФЛЮЛ</xs:documentation>
  1926. </xs:annotation>
  1927. <xs:simpleType>
  1928. <xs:restriction base="xs:string">
  1929. <xs:minLength value="5" />
  1930. <xs:maxLength value="100" />
  1931. </xs:restriction>
  1932. </xs:simpleType>
  1933. </xs:attribute>
  1934. <xs:attribute name="НаимДолжн" use="optional">
  1935. <xs:annotation>
  1936. <xs:documentation>Наименование должности</xs:documentation>
  1937. </xs:annotation>
  1938. <xs:simpleType>
  1939. <xs:restriction base="xs:string">
  1940. <xs:maxLength value="255" />
  1941. <xs:minLength value="1" />
  1942. </xs:restriction>
  1943. </xs:simpleType>
  1944. </xs:attribute>
  1945. <xs:attribute name="ИННФЛ" type="tns:ИННТип" use="optional">
  1946. <xs:annotation>
  1947. <xs:documentation>ИНН физического лица</xs:documentation>
  1948. </xs:annotation>
  1949. </xs:attribute>
  1950. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  1951. <xs:annotation>
  1952. <xs:documentation>Основной государственный регистрационный номер индивидуального предпринимателя - управляющего юридическим лицом</xs:documentation>
  1953. </xs:annotation>
  1954. </xs:attribute>
  1955. <xs:attribute name="НомТел" use="optional">
  1956. <xs:annotation>
  1957. <xs:documentation>Контактный телефон</xs:documentation>
  1958. </xs:annotation>
  1959. <xs:simpleType>
  1960. <xs:restriction base="xs:string">
  1961. <xs:minLength value="1" />
  1962. <xs:maxLength value="20" />
  1963. </xs:restriction>
  1964. </xs:simpleType>
  1965. </xs:attribute>
  1966. </xs:complexType>
  1967. </xs:element>
  1968. <xs:element name="СведДолжнФЛСвязЮЛ">
  1969. <xs:complexType>
  1970. <xs:sequence>
  1971. <xs:element minOccurs="1" ref="tns:СведДолжнФЛ" />
  1972. <xs:element minOccurs="1" ref="tns:СвязЮЛПоПарам" />
  1973. </xs:sequence>
  1974. </xs:complexType>
  1975. </xs:element>
  1976. <xs:element name="УпрОргРос">
  1977. <xs:annotation>
  1978. <xs:documentation>Сведения об управляющей организации - российском юридическом лице</xs:documentation>
  1979. </xs:annotation>
  1980. <xs:complexType>
  1981. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  1982. <xs:annotation>
  1983. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  1984. </xs:annotation>
  1985. </xs:attribute>
  1986. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  1987. <xs:annotation>
  1988. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  1989. </xs:annotation>
  1990. </xs:attribute>
  1991. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  1992. <xs:annotation>
  1993. <xs:documentation>Основной государственный регистрационный номер юридического лица</xs:documentation>
  1994. </xs:annotation>
  1995. </xs:attribute>
  1996. <xs:attribute name="ИНН" type="tns:ИННТип" use="optional">
  1997. <xs:annotation>
  1998. <xs:documentation>ИНН юридического лица</xs:documentation>
  1999. </xs:annotation>
  2000. </xs:attribute>
  2001. <xs:attribute name="НаимЮЛПолн" use="optional">
  2002. <xs:annotation>
  2003. <xs:documentation>Полное наименование юридического лица</xs:documentation>
  2004. </xs:annotation>
  2005. <xs:simpleType>
  2006. <xs:restriction base="xs:string">
  2007. <xs:minLength value="1" />
  2008. <xs:maxLength value="1000" />
  2009. </xs:restriction>
  2010. </xs:simpleType>
  2011. </xs:attribute>
  2012. </xs:complexType>
  2013. </xs:element>
  2014. <xs:element name="УпрОргИн">
  2015. <xs:annotation>
  2016. <xs:documentation>Сведения об управляющей организации - иностранном юридическом лице</xs:documentation>
  2017. </xs:annotation>
  2018. <xs:complexType>
  2019. <xs:sequence>
  2020. <xs:element minOccurs="0" name="СвРегИн" type="tns:СвРегИнТип">
  2021. <xs:annotation>
  2022. <xs:documentation>Сведения о регистрации управляющей организации - иностранного юридического лица в стране происхождения</xs:documentation>
  2023. </xs:annotation>
  2024. </xs:element>
  2025. <xs:element minOccurs="0" name="АдрМНРФ" type="tns:Адрес">
  2026. <xs:annotation>
  2027. <xs:documentation>Адрес (место нахождения) представительства или филиала в Российской Федерации управляющей организации - иностранного юридического лица на момент внесения в ЕГРЮЛ</xs:documentation>
  2028. </xs:annotation>
  2029. </xs:element>
  2030. <xs:element minOccurs="0" name="ПредИнЮЛ">
  2031. <xs:annotation>
  2032. <xs:documentation>Данные представителя управляющей организации - иностранного юридического лица, уполномоченного на осуществление текущего управления юридическим лицом</xs:documentation>
  2033. </xs:annotation>
  2034. <xs:complexType>
  2035. <xs:sequence>
  2036. <xs:element name="ФИО" type="tns:ФИОТип">
  2037. <xs:annotation>
  2038. <xs:documentation>Фамилия, имя, отчество</xs:documentation>
  2039. </xs:annotation>
  2040. </xs:element>
  2041. </xs:sequence>
  2042. <xs:attribute name="ИННФЛ" type="tns:ИННТип" use="optional">
  2043. <xs:annotation>
  2044. <xs:documentation>ИНН физического лица</xs:documentation>
  2045. </xs:annotation>
  2046. </xs:attribute>
  2047. <xs:attribute name="НомТел" use="optional">
  2048. <xs:annotation>
  2049. <xs:documentation>Контактный телефон</xs:documentation>
  2050. </xs:annotation>
  2051. <xs:simpleType>
  2052. <xs:restriction base="xs:string">
  2053. <xs:minLength value="1" />
  2054. <xs:maxLength value="20" />
  2055. </xs:restriction>
  2056. </xs:simpleType>
  2057. </xs:attribute>
  2058. </xs:complexType>
  2059. </xs:element>
  2060. </xs:sequence>
  2061. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  2062. <xs:annotation>
  2063. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  2064. </xs:annotation>
  2065. </xs:attribute>
  2066. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2067. <xs:annotation>
  2068. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  2069. </xs:annotation>
  2070. </xs:attribute>
  2071. <xs:attribute name="ИНН" type="tns:ИННТип" use="optional">
  2072. <xs:annotation>
  2073. <xs:documentation>ИНН юридического лица</xs:documentation>
  2074. </xs:annotation>
  2075. </xs:attribute>
  2076. <xs:attribute name="НаимЮЛПолн" use="optional">
  2077. <xs:annotation>
  2078. <xs:documentation>Полное наименование</xs:documentation>
  2079. </xs:annotation>
  2080. <xs:simpleType>
  2081. <xs:restriction base="xs:string">
  2082. <xs:minLength value="1" />
  2083. <xs:maxLength value="1000" />
  2084. </xs:restriction>
  2085. </xs:simpleType>
  2086. </xs:attribute>
  2087. <xs:attribute name="НаимПредЮЛ" use="optional">
  2088. <xs:annotation>
  2089. <xs:documentation>Полное наименование представительства или филиала в Российской Федерации управляющей организации - иностранного юридического лица</xs:documentation>
  2090. </xs:annotation>
  2091. <xs:simpleType>
  2092. <xs:restriction base="xs:string">
  2093. <xs:minLength value="1" />
  2094. <xs:maxLength value="1000" />
  2095. </xs:restriction>
  2096. </xs:simpleType>
  2097. </xs:attribute>
  2098. <xs:attribute name="НомТел" use="optional">
  2099. <xs:annotation>
  2100. <xs:documentation>Контактный телефон</xs:documentation>
  2101. </xs:annotation>
  2102. <xs:simpleType>
  2103. <xs:restriction base="xs:string">
  2104. <xs:minLength value="1" />
  2105. <xs:maxLength value="20" />
  2106. </xs:restriction>
  2107. </xs:simpleType>
  2108. </xs:attribute>
  2109. </xs:complexType>
  2110. </xs:element>
  2111. <xs:element name="СвУстКап">
  2112. <xs:annotation>
  2113. <xs:documentation>Сведения о размере указанного в учредительных документах коммерческой организации уставного капитала (складочного капитала, уставного фонда, паевого фонда)</xs:documentation>
  2114. </xs:annotation>
  2115. <xs:complexType>
  2116. <xs:attribute name="ДатаНачДейств" use="required">
  2117. <xs:annotation>
  2118. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  2119. </xs:annotation>
  2120. <xs:simpleType>
  2121. <xs:restriction base="xs:date" />
  2122. </xs:simpleType>
  2123. </xs:attribute>
  2124. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2125. <xs:annotation>
  2126. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  2127. </xs:annotation>
  2128. </xs:attribute>
  2129. <xs:attribute name="НаимВидКап" use="required">
  2130. <xs:annotation>
  2131. <xs:documentation>Наименование вида капитала</xs:documentation>
  2132. </xs:annotation>
  2133. <xs:simpleType>
  2134. <xs:restriction base="xs:string">
  2135. <xs:minLength value="10" />
  2136. <xs:maxLength value="20" />
  2137. <xs:enumeration value="Уставный капитал" />
  2138. <xs:enumeration value="Складочный капитал" />
  2139. <xs:enumeration value="Уставный фонд" />
  2140. <xs:enumeration value="Паевые взносы" />
  2141. <xs:enumeration value="Паевой фонд" />
  2142. </xs:restriction>
  2143. </xs:simpleType>
  2144. </xs:attribute>
  2145. <xs:attribute name="СумКап" use="required">
  2146. <xs:annotation>
  2147. <xs:documentation>Размер в рублях</xs:documentation>
  2148. </xs:annotation>
  2149. <xs:simpleType>
  2150. <xs:restriction base="xs:decimal">
  2151. <xs:totalDigits value="19" />
  2152. <xs:fractionDigits value="4" />
  2153. </xs:restriction>
  2154. </xs:simpleType>
  2155. </xs:attribute>
  2156. </xs:complexType>
  2157. </xs:element>
  2158. <xs:element name="PersonTrustability">
  2159. <xs:annotation>
  2160. <xs:documentation>Содержит данные, по которым можно судить о благонадежности ИП (индивидуального предпринимателя)</xs:documentation>
  2161. </xs:annotation>
  2162. <xs:complexType>
  2163. <xs:sequence>
  2164. <xs:element minOccurs="0" ref="tns:СвФЛ" />
  2165. <xs:element minOccurs="0" ref="tns:СвУчетНО" />
  2166. <xs:element minOccurs="0" ref="tns:СвГражд" />
  2167. <xs:element minOccurs="0" ref="tns:СвСтатус_РО" />
  2168. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СвЛицензия" />
  2169. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СвОКВЭД" />
  2170. <xs:element minOccurs="0" ref="tns:СвРегИП" />
  2171. <xs:element minOccurs="0" ref="tns:СвРегПФ" />
  2172. <xs:element minOccurs="0" ref="tns:СвРегФСС" />
  2173. <xs:element minOccurs="0" maxOccurs="unbounded" name="СвЗапДейств" type="tns:СвЗап" />
  2174. <xs:element minOccurs="1" ref="tns:СвязЮЛПоПарам" />
  2175. </xs:sequence>
  2176. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="required">
  2177. <xs:annotation>
  2178. <xs:documentation>Основной государственный регистрационный номер индивидуального предпринимателя</xs:documentation>
  2179. </xs:annotation>
  2180. </xs:attribute>
  2181. <xs:attribute name="ИННФЛ" type="tns:ИННТип" use="optional">
  2182. <xs:annotation>
  2183. <xs:documentation>ИНН физического лица (нужно для метода checkPersonTrustabilityByName)</xs:documentation>
  2184. </xs:annotation>
  2185. </xs:attribute>
  2186. </xs:complexType>
  2187. </xs:element>
  2188. <xs:element name="РеквизитыИП">
  2189. <xs:annotation>
  2190. <xs:documentation>Актуальные реквизиты индивидуального предпринимателя</xs:documentation>
  2191. </xs:annotation>
  2192. <xs:complexType>
  2193. <xs:sequence>
  2194. <xs:element minOccurs="0" ref="tns:СвФЛ" />
  2195. <xs:element minOccurs="0" ref="tns:СвГражд" />
  2196. <xs:element minOccurs="0" ref="tns:СвРегПФ" />
  2197. <xs:element minOccurs="0" ref="tns:СвРегФСС" />
  2198. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:СвОКВЭД" />
  2199. <xs:element minOccurs="0" ref="tns:СвСтатус_РО" />
  2200. <xs:element minOccurs="0" ref="tns:СвУчетНО" />
  2201. <xs:element minOccurs="0" maxOccurs="unbounded" name="СвЗапДейств" type="tns:СвЗап" />
  2202. <xs:element minOccurs="0" ref="tns:СвРегИП" />
  2203. </xs:sequence>
  2204. <xs:attribute name="ОГРН" type="tns:ОГРНТип" use="optional">
  2205. <xs:annotation>
  2206. <xs:documentation>Основной государственный регистрационный номер индивидуального предпринимателя</xs:documentation>
  2207. </xs:annotation>
  2208. </xs:attribute>
  2209. <xs:attribute name="ДатаОГРНИП" type="xs:date" use="optional">
  2210. <xs:annotation>
  2211. <xs:documentation>Дата присвоения ОГРНИП</xs:documentation>
  2212. </xs:annotation>
  2213. </xs:attribute>
  2214. <xs:attribute name="ИННФЛ" type="tns:ИННТип" use="optional">
  2215. <xs:annotation>
  2216. <xs:documentation>ИНН физического лица</xs:documentation>
  2217. </xs:annotation>
  2218. </xs:attribute>
  2219. <xs:attribute name="КодВидИП" use="optional">
  2220. <xs:annotation>
  2221. <xs:documentation>Код вида предпринимательства: индивидуальный предприниматель/глава крестьянского (фермерского) хозяйства</xs:documentation>
  2222. <xs:documentation>
  2223. 1 – индивидуальный предприниматель;
  2224. 2 – глава крестьянского фермерского хозяйства.
  2225. </xs:documentation>
  2226. </xs:annotation>
  2227. <xs:simpleType>
  2228. <xs:restriction base="xs:string">
  2229. <xs:length value="1" />
  2230. <xs:enumeration value="1" />
  2231. <xs:enumeration value="2" />
  2232. </xs:restriction>
  2233. </xs:simpleType>
  2234. </xs:attribute>
  2235. <xs:attribute name="НаимВидИП" use="optional">
  2236. <xs:annotation>
  2237. <xs:documentation>Наименование вида предпринимательства: индивидуальный предприниматель/глава крестьянского (фермерского) хозяйства</xs:documentation>
  2238. </xs:annotation>
  2239. <xs:simpleType>
  2240. <xs:restriction base="xs:string">
  2241. <xs:minLength value="10" />
  2242. <xs:maxLength value="50" />
  2243. </xs:restriction>
  2244. </xs:simpleType>
  2245. </xs:attribute>
  2246. </xs:complexType>
  2247. </xs:element>
  2248. <xs:element name="СвФЛ">
  2249. <xs:annotation>
  2250. <xs:documentation>Сведения, идентифицирующие физическое лицо - индивидуального предпринимателя (главу крестьянского (фермерского) хозяйства)</xs:documentation>
  2251. </xs:annotation>
  2252. <xs:complexType>
  2253. <xs:sequence>
  2254. <xs:element minOccurs="0" name="ФИОРус" type="tns:ФИОТип">
  2255. <xs:annotation>
  2256. <xs:documentation>Фамилия, имя, отчество физического лица на русском языке</xs:documentation>
  2257. </xs:annotation>
  2258. </xs:element>
  2259. <xs:element minOccurs="0" name="ФИОЛат" type="tns:ФИОТип">
  2260. <xs:annotation>
  2261. <xs:documentation>Фамилия, имя, отчество физического лица с использованием букв латинского алфавита</xs:documentation>
  2262. </xs:annotation>
  2263. </xs:element>
  2264. <xs:element minOccurs="0" name="СвРожд" type="tns:СведРождТип">
  2265. <xs:annotation>
  2266. <xs:documentation>Сведения о рождении</xs:documentation>
  2267. <xs:documentation>Ограниченный доступ. Выгружаются только органам, которым по действующему законодательству предоставляются указанные сведения</xs:documentation>
  2268. </xs:annotation>
  2269. </xs:element>
  2270. </xs:sequence>
  2271. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  2272. <xs:annotation>
  2273. <xs:documentation>Дата внесения сведений в ЕГРИП</xs:documentation>
  2274. </xs:annotation>
  2275. </xs:attribute>
  2276. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2277. <xs:annotation>
  2278. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРИП</xs:documentation>
  2279. </xs:annotation>
  2280. </xs:attribute>
  2281. <xs:attribute name="Пол" use="optional">
  2282. <xs:annotation>
  2283. <xs:documentation>Пол</xs:documentation>
  2284. <xs:documentation>
  2285. 1 - мужской;
  2286. 2 - женский</xs:documentation>
  2287. </xs:annotation>
  2288. <xs:simpleType>
  2289. <xs:restriction base="xs:string">
  2290. <xs:length value="1" />
  2291. <xs:enumeration value="1" />
  2292. <xs:enumeration value="2" />
  2293. </xs:restriction>
  2294. </xs:simpleType>
  2295. </xs:attribute>
  2296. </xs:complexType>
  2297. </xs:element>
  2298. <xs:element name="СвГражд">
  2299. <xs:annotation>
  2300. <xs:documentation>Сведения о гражданстве</xs:documentation>
  2301. </xs:annotation>
  2302. <xs:complexType>
  2303. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  2304. <xs:annotation>
  2305. <xs:documentation>Дата внесения сведений в ЕГРИП</xs:documentation>
  2306. </xs:annotation>
  2307. </xs:attribute>
  2308. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2309. <xs:annotation>
  2310. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРИП</xs:documentation>
  2311. </xs:annotation>
  2312. </xs:attribute>
  2313. <xs:attribute name="ВидГражд" use="optional">
  2314. <xs:annotation>
  2315. <xs:documentation>Вид гражданства</xs:documentation>
  2316. <xs:documentation>
  2317. 1 - для гражданина Российской Федерации;
  2318. 2 - для иностранного гражданина;
  2319. 3 - для лица без гражданства</xs:documentation>
  2320. </xs:annotation>
  2321. <xs:simpleType>
  2322. <xs:restriction base="xs:string">
  2323. <xs:length value="1" />
  2324. <xs:enumeration value="1" />
  2325. <xs:enumeration value="2" />
  2326. <xs:enumeration value="3" />
  2327. </xs:restriction>
  2328. </xs:simpleType>
  2329. </xs:attribute>
  2330. <xs:attribute name="ОКСМ" type="tns:ОКСМТип" use="optional">
  2331. <xs:annotation>
  2332. <xs:documentation>Код страны, гражданином которой является физическое лицо</xs:documentation>
  2333. <xs:documentation>
  2334. Реквизит формируется только в отношении иностранного гражданина. При этом указывается 3-х значный цифровой код по общероссийскому классификатору стран мира (ОКСМ)</xs:documentation>
  2335. </xs:annotation>
  2336. </xs:attribute>
  2337. <xs:attribute name="НаимСтран" use="optional">
  2338. <xs:annotation>
  2339. <xs:documentation>Наименование страны по справочнику ОКСМ, гражданином которой является физическое лицо</xs:documentation>
  2340. </xs:annotation>
  2341. <xs:simpleType>
  2342. <xs:restriction base="xs:string">
  2343. <xs:minLength value="1" />
  2344. <xs:maxLength value="250" />
  2345. </xs:restriction>
  2346. </xs:simpleType>
  2347. </xs:attribute>
  2348. </xs:complexType>
  2349. </xs:element>
  2350. <xs:complexType name="ВидЗапТип">
  2351. <xs:annotation>
  2352. <xs:documentation>Сведения о виде записи, внесенной в ЕГРИП</xs:documentation>
  2353. </xs:annotation>
  2354. <xs:attribute name="КодСПВЗ" use="optional">
  2355. <xs:annotation>
  2356. <xs:documentation>Код вида записи (причины внесения записи в ЕГРИП) по справочнику СПВЗ</xs:documentation>
  2357. </xs:annotation>
  2358. <xs:simpleType>
  2359. <xs:restriction base="xs:string">
  2360. <xs:length value="5" />
  2361. <xs:pattern value="[0-9]{5}" />
  2362. </xs:restriction>
  2363. </xs:simpleType>
  2364. </xs:attribute>
  2365. <xs:attribute name="НаимВидЗап" use="optional">
  2366. <xs:annotation>
  2367. <xs:documentation>Наименование вида записи (причины внесения записи в ЕГРИП) </xs:documentation>
  2368. </xs:annotation>
  2369. <xs:simpleType>
  2370. <xs:restriction base="xs:string">
  2371. <xs:minLength value="5" />
  2372. <xs:maxLength value="500" />
  2373. </xs:restriction>
  2374. </xs:simpleType>
  2375. </xs:attribute>
  2376. </xs:complexType>
  2377. <xs:element name="СвПодразд">
  2378. <xs:annotation>
  2379. <xs:documentation>Сведения о филиалах и представительствах юридического лица</xs:documentation>
  2380. </xs:annotation>
  2381. <xs:complexType>
  2382. <xs:choice>
  2383. <xs:element name="АдрМНРФ" type="tns:Адрес">
  2384. <xs:annotation>
  2385. <xs:documentation>Адрес (место расположения) на территории Российской Федерации</xs:documentation>
  2386. </xs:annotation>
  2387. </xs:element>
  2388. <xs:element name="АдрМНИн" type="tns:АдрИнТип">
  2389. <xs:annotation>
  2390. <xs:documentation>Адрес (место расположения) за пределами территории Российской Федерации</xs:documentation>
  2391. </xs:annotation>
  2392. </xs:element>
  2393. </xs:choice>
  2394. <xs:attribute name="ДатаНачДейств" use="required">
  2395. <xs:annotation>
  2396. <xs:documentation>Дата внесения сведений в ЕГРЮЛ</xs:documentation>
  2397. </xs:annotation>
  2398. <xs:simpleType>
  2399. <xs:restriction base="xs:date" />
  2400. </xs:simpleType>
  2401. </xs:attribute>
  2402. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2403. <xs:annotation>
  2404. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРЮЛ</xs:documentation>
  2405. </xs:annotation>
  2406. </xs:attribute>
  2407. <xs:attribute name="ВидПодр" use="required">
  2408. <xs:annotation>
  2409. <xs:documentation>Вид подразделения: филиал или представительство</xs:documentation>
  2410. <xs:documentation>
  2411. Указывается:
  2412. 1 - при передаче сведений о филиале;
  2413. 2 - при передаче сведений о представительстве</xs:documentation>
  2414. </xs:annotation>
  2415. <xs:simpleType>
  2416. <xs:restriction base="xs:string">
  2417. <xs:length value="1" />
  2418. <xs:enumeration value="1" />
  2419. <xs:enumeration value="2" />
  2420. </xs:restriction>
  2421. </xs:simpleType>
  2422. </xs:attribute>
  2423. <xs:attribute name="НаимПолн" use="optional">
  2424. <xs:annotation>
  2425. <xs:documentation>Наименование филиала или представительства</xs:documentation>
  2426. </xs:annotation>
  2427. <xs:simpleType>
  2428. <xs:restriction base="xs:string">
  2429. <xs:minLength value="1" />
  2430. <xs:maxLength value="1000" />
  2431. </xs:restriction>
  2432. </xs:simpleType>
  2433. </xs:attribute>
  2434. </xs:complexType>
  2435. </xs:element>
  2436. <xs:complexType name="СвЗап">
  2437. <xs:annotation>
  2438. <xs:documentation>Сведения о действующих записях, внесенных в ЕГРИП или ЕГРЮЛ</xs:documentation>
  2439. </xs:annotation>
  2440. <xs:sequence>
  2441. <xs:element minOccurs="0" name="ВидЗап" type="tns:ВидЗапТип">
  2442. <xs:annotation>
  2443. <xs:documentation>
  2444. Сведения о виде записи, внесенной в (или вынесенной из) ЕГРИП или ЕГРЮЛ
  2445. </xs:documentation>
  2446. </xs:annotation>
  2447. </xs:element>
  2448. <xs:element minOccurs="0" name="СвРегОрг" type="tns:СвРегОргТип">
  2449. <xs:annotation>
  2450. <xs:documentation>Сведения о регистрирующем (налоговом) органе, внесшем запись в (или вынесшем из) ЕГРИП или ЕГРЮЛ</xs:documentation>
  2451. </xs:annotation>
  2452. </xs:element>
  2453. <xs:element minOccurs="0" maxOccurs="unbounded" name="СвСвид">
  2454. <xs:annotation>
  2455. <xs:documentation>Сведения о свидетельствах, подтверждающих факт внесения (или вынесения) данной записи</xs:documentation>
  2456. </xs:annotation>
  2457. <xs:complexType>
  2458. <xs:attribute name="ДатаЗап" type="xs:date" use="optional">
  2459. <xs:annotation>
  2460. <xs:documentation>Дата внесения сведений о выданном свидетельстве в ЕГРИП или ЕГРЮЛ</xs:documentation>
  2461. </xs:annotation>
  2462. </xs:attribute>
  2463. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2464. <xs:annotation>
  2465. <xs:documentation>Государственный регистрационный номер записи, на основании которой внесены/вынесены сведения о выданном свидетельстве</xs:documentation>
  2466. <xs:documentation>Может отсутствовать, если запись в ЕГРИП или ЕГРЮЛ внесена без присвоения государственного регистрационного номера</xs:documentation>
  2467. </xs:annotation>
  2468. </xs:attribute>
  2469. <xs:attribute name="ИдЗап" use="optional">
  2470. <xs:annotation>
  2471. <xs:documentation>Системный идентификатор записи</xs:documentation>
  2472. <xs:documentation>При наличии государственного регистрационного номера записи может совпадать с этим номером</xs:documentation>
  2473. </xs:annotation>
  2474. <xs:simpleType>
  2475. <xs:restriction base="xs:integer">
  2476. <xs:totalDigits value="17" />
  2477. </xs:restriction>
  2478. </xs:simpleType>
  2479. </xs:attribute>
  2480. <xs:attribute name="Серия" use="optional">
  2481. <xs:annotation>
  2482. <xs:documentation>Серия бланка свидетельства (при внесении записи)</xs:documentation>
  2483. </xs:annotation>
  2484. <xs:simpleType>
  2485. <xs:restriction base="xs:string">
  2486. <xs:minLength value="1" />
  2487. <xs:maxLength value="2" />
  2488. </xs:restriction>
  2489. </xs:simpleType>
  2490. </xs:attribute>
  2491. <xs:attribute name="Номер" use="optional">
  2492. <xs:annotation>
  2493. <xs:documentation>Номер бланка свидетельства (при внесении записи)</xs:documentation>
  2494. </xs:annotation>
  2495. <xs:simpleType>
  2496. <xs:restriction base="xs:string">
  2497. <xs:minLength value="1" />
  2498. <xs:maxLength value="9" />
  2499. </xs:restriction>
  2500. </xs:simpleType>
  2501. </xs:attribute>
  2502. </xs:complexType>
  2503. </xs:element>
  2504. </xs:sequence>
  2505. <xs:attribute name="ДатаЗап" type="xs:date" use="optional">
  2506. <xs:annotation>
  2507. <xs:documentation>Дата внесения записи в ЕГРИП или ЕГРЮЛ</xs:documentation>
  2508. </xs:annotation>
  2509. </xs:attribute>
  2510. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2511. <xs:annotation>
  2512. <xs:documentation>Государственный регистрационный номер записи</xs:documentation>
  2513. <xs:documentation>Может отсутствовать, если запись в ЕГРИП или ЕГРЮЛ внесена без присвоения государственного регистрационного номера</xs:documentation>
  2514. </xs:annotation>
  2515. </xs:attribute>
  2516. <xs:attribute name="ИдЗап" use="optional">
  2517. <xs:annotation>
  2518. <xs:documentation>Системный идентификатор записи</xs:documentation>
  2519. <xs:documentation>При наличии государственного регистрационного номера записи может совпадать с этим номером</xs:documentation>
  2520. </xs:annotation>
  2521. <xs:simpleType>
  2522. <xs:restriction base="xs:integer">
  2523. <xs:totalDigits value="17" />
  2524. </xs:restriction>
  2525. </xs:simpleType>
  2526. </xs:attribute>
  2527. </xs:complexType>
  2528. <xs:element name="СвРегИП">
  2529. <xs:annotation>
  2530. <xs:documentation>Сведения о регистрации в качестве индивидуального предпринимателя</xs:documentation>
  2531. </xs:annotation>
  2532. <xs:complexType>
  2533. <xs:attribute name="ДатаНачДейств" type="xs:date" use="optional">
  2534. <xs:annotation>
  2535. <xs:documentation>Дата внесения сведений в ЕГРИП</xs:documentation>
  2536. </xs:annotation>
  2537. </xs:attribute>
  2538. <xs:attribute name="ГРН" type="tns:ОГРНТип" use="optional">
  2539. <xs:annotation>
  2540. <xs:documentation>Государственный регистрационный номер записи, на основании которой сведения внесены в ЕГРИП</xs:documentation>
  2541. </xs:annotation>
  2542. </xs:attribute>
  2543. <xs:attribute name="ДатаРег" type="xs:date" use="optional">
  2544. <xs:annotation>
  2545. <xs:documentation>Дата регистрации в качестве индивидуального предпринимателя</xs:documentation>
  2546. </xs:annotation>
  2547. </xs:attribute>
  2548. <xs:attribute name="РегНом" use="optional">
  2549. <xs:annotation>
  2550. <xs:documentation>Регистрационный номер, присвоенный при регистрации</xs:documentation>
  2551. <xs:documentation>Для индивидуальных предпринимателей, зарегистрированных после 01.01.2004 г., указывается ОГРНИП</xs:documentation>
  2552. </xs:annotation>
  2553. <xs:simpleType>
  2554. <xs:restriction base="xs:string">
  2555. <xs:minLength value="1" />
  2556. <xs:maxLength value="255" />
  2557. </xs:restriction>
  2558. </xs:simpleType>
  2559. </xs:attribute>
  2560. <xs:attribute name="НаимРО" use="optional">
  2561. <xs:annotation>
  2562. <xs:documentation>Наименование органа, зарегистрировавшего ФЛ в качестве ИП</xs:documentation>
  2563. </xs:annotation>
  2564. <xs:simpleType>
  2565. <xs:restriction base="xs:string">
  2566. <xs:minLength value="5" />
  2567. <xs:maxLength value="255" />
  2568. </xs:restriction>
  2569. </xs:simpleType>
  2570. </xs:attribute>
  2571. </xs:complexType>
  2572. </xs:element>
  2573. <xs:complexType name="СведРождТип">
  2574. <xs:annotation>
  2575. <xs:documentation>Сведения о рождении</xs:documentation>
  2576. </xs:annotation>
  2577. <xs:attribute name="ДатаРожд" type="xs:date" use="required">
  2578. <xs:annotation>
  2579. <xs:documentation>Дата рождения</xs:documentation>
  2580. </xs:annotation>
  2581. </xs:attribute>
  2582. <xs:attribute name="МестоРожд" type="xs:string" use="optional">
  2583. <xs:annotation>
  2584. <xs:documentation>Место рождения</xs:documentation>
  2585. </xs:annotation>
  2586. </xs:attribute>
  2587. </xs:complexType>
  2588. <xs:complexType name="InspectionRegular294Type">
  2589. <xs:annotation>
  2590. <xs:documentation>Комплексный тип - Плановая проверка 294 ФЗ</xs:documentation>
  2591. </xs:annotation>
  2592. <xs:sequence>
  2593. <xs:element minOccurs="0" name="InspectionResult294" type="tns:InspectionResult294Type" />
  2594. </xs:sequence>
  2595. <xs:attribute name="ERPID" type="xs:integer" use="required">
  2596. <xs:annotation>
  2597. <xs:documentation>Учетный номер проверки в Едином Реестре Проверок</xs:documentation>
  2598. </xs:annotation>
  2599. </xs:attribute>
  2600. <xs:attribute name="KO_NAME" type="xs:string" use="required">
  2601. <xs:annotation>
  2602. <xs:documentation>Наименование контролирующего органа подающего план проведения проверок
  2603. </xs:documentation>
  2604. </xs:annotation>
  2605. </xs:attribute>
  2606. <xs:attribute name="ORG_NAME" type="xs:string" use="required">
  2607. <xs:annotation>
  2608. <xs:documentation>Наименование юридического лица (филиала, представительства, обособленного структурного
  2609. подразделения) (ЮЛ) (ф.и.о. индивидуального предпринимателя (ИП)), деятельность которого подлежит
  2610. проверке
  2611. </xs:documentation>
  2612. </xs:annotation>
  2613. </xs:attribute>
  2614. <xs:attribute name="ADR_SEC_I" type="xs:string" use="optional">
  2615. <xs:annotation>
  2616. <xs:documentation>места нахождения ЮЛ</xs:documentation>
  2617. </xs:annotation>
  2618. </xs:attribute>
  2619. <xs:attribute name="ADR_SEC_III" type="xs:string" use="optional">
  2620. <xs:annotation>
  2621. <xs:documentation>мест фактического осуществления деятельности ЮЛ, ИП</xs:documentation>
  2622. </xs:annotation>
  2623. </xs:attribute>
  2624. <xs:attribute name="ADR_SEC_IV" type="xs:string" use="optional">
  2625. <xs:annotation>
  2626. <xs:documentation>места нахождения объектов (Если планируется проведение мероприятий по контролю в
  2627. отношении объектов защиты, объектов использования атомной энергии, опасных производственных
  2628. объектов, гидротехнических сооружений, дополнительно указывается их место нахождения)
  2629. </xs:documentation>
  2630. </xs:annotation>
  2631. </xs:attribute>
  2632. <xs:attribute name="OGRN" type="xs:string" use="required">
  2633. <xs:annotation>
  2634. <xs:documentation>Основоной государственный регистрационный номер проверяемого лица</xs:documentation>
  2635. </xs:annotation>
  2636. </xs:attribute>
  2637. <xs:attribute name="INN" type="xs:string" use="required">
  2638. <xs:annotation>
  2639. <xs:documentation>Индивидуальный номер налогоплательщика - проверяемого лица</xs:documentation>
  2640. </xs:annotation>
  2641. </xs:attribute>
  2642. <xs:attribute name="INSP_TARGET" type="xs:string" use="optional">
  2643. <xs:annotation>
  2644. <xs:documentation>Цель проведения проверки</xs:documentation>
  2645. </xs:annotation>
  2646. </xs:attribute>
  2647. <xs:attribute name="REASON_SEC_I" type="xs:date" use="optional">
  2648. <xs:annotation>
  2649. <xs:documentation>Основание проведения проверки:дата государственной регистрации ЮЛ, ИП
  2650. </xs:documentation>
  2651. </xs:annotation>
  2652. </xs:attribute>
  2653. <xs:attribute name="REASON_SEC_II" type="xs:date" use="optional">
  2654. <xs:annotation>
  2655. <xs:documentation>Основание проведения проверки: дата окончания последней проверки</xs:documentation>
  2656. </xs:annotation>
  2657. </xs:attribute>
  2658. <xs:attribute name="REASON_SEC_III" type="xs:date" use="optional">
  2659. <xs:annotation>
  2660. <xs:documentation>Основание проведения проверки:дата начала осуществления ЮЛ, ИП деятельности в
  2661. соответствии с представленным уведомлением о ее начале деятельности
  2662. </xs:documentation>
  2663. </xs:annotation>
  2664. </xs:attribute>
  2665. <xs:attribute name="REASON_SEC_IV" type="xs:string" use="optional">
  2666. <xs:annotation>
  2667. <xs:documentation>Основание прове дения проверки: иные основания в соответствии с федеральным законом
  2668. </xs:documentation>
  2669. </xs:annotation>
  2670. </xs:attribute>
  2671. <xs:attribute name="START_DATE" type="xs:date" use="required">
  2672. <xs:annotation>
  2673. <xs:documentation>Дата начала проведения проверки</xs:documentation>
  2674. </xs:annotation>
  2675. </xs:attribute>
  2676. <xs:attribute name="DURATION_SEC_I" type="xs:integer" use="optional">
  2677. <xs:annotation>
  2678. <xs:documentation>Срок проведения плановой проверки: рабочих дней</xs:documentation>
  2679. </xs:annotation>
  2680. </xs:attribute>
  2681. <xs:attribute name="DURATION_SEC_II" type="xs:integer" use="optional">
  2682. <xs:annotation>
  2683. <xs:documentation>Срок проведения плановой проверки: рабочих часов (для МСП и МКП)</xs:documentation>
  2684. </xs:annotation>
  2685. </xs:attribute>
  2686. <xs:attribute name="KIND_OF_INSP" type="xs:string" use="optional">
  2687. <xs:annotation>
  2688. <xs:documentation>Форма проведения (документарная, выездная, документарная и выездная)
  2689. </xs:documentation>
  2690. </xs:annotation>
  2691. </xs:attribute>
  2692. <xs:attribute name="KO_JOINTLY" type="xs:string" use="optional">
  2693. <xs:annotation>
  2694. <xs:documentation>Список контролирующих органов с которыми проверка проводится совместно
  2695. </xs:documentation>
  2696. </xs:annotation>
  2697. </xs:attribute>
  2698. <xs:attribute name="USER_NOTE" type="xs:string" use="optional">
  2699. <xs:annotation>
  2700. <xs:documentation>Коментарий контролирующего органа</xs:documentation>
  2701. </xs:annotation>
  2702. </xs:attribute>
  2703. <xs:attribute name="FRGU_NUM" type="xs:string" use="optional">
  2704. <xs:annotation>
  2705. <xs:documentation>Реестровый номер функции ФРГУ</xs:documentation>
  2706. </xs:annotation>
  2707. </xs:attribute>
  2708. <xs:attribute name="NOTICE_DATE" type="xs:date" use="optional">
  2709. <xs:annotation>
  2710. <xs:documentation>Дата уведомления о проведении проверки</xs:documentation>
  2711. </xs:annotation>
  2712. </xs:attribute>
  2713. <xs:attribute name="NOTICE_WAY" type="xs:string" use="optional">
  2714. <xs:annotation>
  2715. <xs:documentation>Способа уведомления о проведении проверки</xs:documentation>
  2716. </xs:annotation>
  2717. </xs:attribute>
  2718. <xs:attribute name="ORDER_DATE" type="xs:date" use="optional" />
  2719. <xs:attribute name="ORDER_NUM" type="xs:string" use="optional" />
  2720. </xs:complexType>
  2721. <xs:complexType name="InspectionViolation294Type">
  2722. <xs:annotation>
  2723. <xs:documentation>Комплексный тип - Выявленные нарушения по результатам проведения проверки 294 ФЗ (плановой
  2724. или внеплановой)
  2725. </xs:documentation>
  2726. </xs:annotation>
  2727. <xs:attribute name="VIOLATION_ID" type="xs:integer" use="required">
  2728. <xs:annotation>
  2729. <xs:documentation>Порядковый номер выявленного нарушения</xs:documentation>
  2730. </xs:annotation>
  2731. </xs:attribute>
  2732. <xs:attribute name="VIOLATION_NOTE" type="xs:string" use="required">
  2733. <xs:annotation>
  2734. <xs:documentation>Характер выявленного нарушения</xs:documentation>
  2735. </xs:annotation>
  2736. </xs:attribute>
  2737. <xs:attribute name="VIOLATION_ACT" type="xs:string" use="optional">
  2738. <xs:annotation>
  2739. <xs:documentation>Положение нарушенного провового акта</xs:documentation>
  2740. </xs:annotation>
  2741. </xs:attribute>
  2742. <xs:attribute name="VIOLATION_ACTORS_NAME" type="xs:string" use="optional">
  2743. <xs:annotation>
  2744. <xs:documentation>Список лиц допустивших нарушение</xs:documentation>
  2745. </xs:annotation>
  2746. </xs:attribute>
  2747. <xs:attribute name="INJUNCTION_CODES" type="xs:string" use="optional">
  2748. <xs:annotation>
  2749. <xs:documentation>Реквизиты выданного предписания</xs:documentation>
  2750. </xs:annotation>
  2751. </xs:attribute>
  2752. <xs:attribute name="INJUNCTION_NOTE" type="xs:string" use="optional">
  2753. <xs:annotation>
  2754. <xs:documentation>Cодержание предписания</xs:documentation>
  2755. </xs:annotation>
  2756. </xs:attribute>
  2757. <xs:attribute name="INJUNCTION_DATE_CREATE" type="xs:date" use="optional">
  2758. <xs:annotation>
  2759. <xs:documentation>Дата вынесения предписания</xs:documentation>
  2760. </xs:annotation>
  2761. </xs:attribute>
  2762. <xs:attribute name="INJUNCTION_DEADLINE" type="xs:date" use="optional">
  2763. <xs:annotation>
  2764. <xs:documentation>Дата предльного срока исполнения вынесенного предписания</xs:documentation>
  2765. </xs:annotation>
  2766. </xs:attribute>
  2767. <xs:attribute name="INJUNCTION_IS_REFUSED" type="xs:boolean" use="optional">
  2768. <xs:annotation>
  2769. <xs:documentation>Отметка о невыполнении выданного предписания</xs:documentation>
  2770. </xs:annotation>
  2771. </xs:attribute>
  2772. <xs:attribute name="INJUNCTION_EXECUTION" type="xs:string" use="optional">
  2773. <xs:annotation>
  2774. <xs:documentation>Информация о выполнении предписания об устранении выявленных нарушений
  2775. </xs:documentation>
  2776. </xs:annotation>
  2777. </xs:attribute>
  2778. <xs:attribute name="LAWSUIT_SEC_I" type="xs:string" use="optional">
  2779. <xs:annotation>
  2780. <xs:documentation>Информация о направлении материалов о выявленных нарушениях в компетентные органы
  2781. </xs:documentation>
  2782. </xs:annotation>
  2783. </xs:attribute>
  2784. <xs:attribute name="LAWSUIT_SEC_II" type="xs:string" use="optional">
  2785. <xs:annotation>
  2786. <xs:documentation>Примененные меры обеспечения производства по делу об административном
  2787. правонарушении;
  2788. </xs:documentation>
  2789. </xs:annotation>
  2790. </xs:attribute>
  2791. <xs:attribute name="LAWSUIT_SEC_III" type="xs:string" use="optional">
  2792. <xs:annotation>
  2793. <xs:documentation>Привлеченые к административной ответственности виновные лица</xs:documentation>
  2794. </xs:annotation>
  2795. </xs:attribute>
  2796. <xs:attribute name="LAWSUIT_SEC_IV" type="xs:string" use="optional">
  2797. <xs:annotation>
  2798. <xs:documentation>Приостановление или аннулирование ранее выданных разрешений, имеющих разрешительный
  2799. характер
  2800. </xs:documentation>
  2801. </xs:annotation>
  2802. </xs:attribute>
  2803. <xs:attribute name="LAWSUIT_SEC_V" type="xs:string" use="optional">
  2804. <xs:annotation>
  2805. <xs:documentation>Информация об исполнении постановления по делу об административном правонарушении;
  2806. </xs:documentation>
  2807. </xs:annotation>
  2808. </xs:attribute>
  2809. <xs:attribute name="LAWSUIT_SEC_VI" type="xs:string" use="optional">
  2810. <xs:annotation>
  2811. <xs:documentation>Информация об обжаловании в вышестоящем органе суде решений контроля
  2812. </xs:documentation>
  2813. </xs:annotation>
  2814. </xs:attribute>
  2815. <xs:attribute name="LAWSUIT_SEC_VII" type="xs:string" use="optional">
  2816. <xs:annotation>
  2817. <xs:documentation>информация об отзыве продукции;</xs:documentation>
  2818. </xs:annotation>
  2819. </xs:attribute>
  2820. </xs:complexType>
  2821. <xs:complexType name="InspectionResult294Type">
  2822. <xs:annotation>
  2823. <xs:documentation>Комплексный тип - Результат проведения проверки 294 ФЗ (плановой или внеплановой)
  2824. </xs:documentation>
  2825. </xs:annotation>
  2826. <xs:sequence>
  2827. <xs:element minOccurs="0" maxOccurs="30" name="InspectionViolations294" type="tns:InspectionViolation294Type" />
  2828. </xs:sequence>
  2829. <xs:attribute name="ACT_DATE_CREATE" type="xs:date" use="required">
  2830. <xs:annotation>
  2831. <xs:documentation>Дата составления акта проведения проверки</xs:documentation>
  2832. </xs:annotation>
  2833. </xs:attribute>
  2834. <xs:attribute name="ACT_TIME_CREATE" type="xs:time" use="optional">
  2835. <xs:annotation>
  2836. <xs:documentation>Время составления акта проведения проверки</xs:documentation>
  2837. </xs:annotation>
  2838. </xs:attribute>
  2839. <xs:attribute name="ACT_PLACE_CREATE" type="xs:string" use="required">
  2840. <xs:annotation>
  2841. <xs:documentation>Место составления акта проведения проверки</xs:documentation>
  2842. </xs:annotation>
  2843. </xs:attribute>
  2844. <xs:attribute name="ACT_WAS_READ" type="xs:boolean" use="optional">
  2845. <xs:annotation>
  2846. <xs:documentation>Отметка об отказе в ознакомлении с актом проверки (заполнять в случае отказа)
  2847. </xs:documentation>
  2848. </xs:annotation>
  2849. </xs:attribute>
  2850. <xs:attribute name="WRONG_DATA_REASON_SEC_I" type="xs:string" use="optional">
  2851. <xs:annotation>
  2852. <xs:documentation>Несоответствие поданных сведений о начале осущ. предп.-льской деятельности (список
  2853. положений правовых актов)
  2854. </xs:documentation>
  2855. </xs:annotation>
  2856. </xs:attribute>
  2857. <xs:attribute name="WRONG_DATA_ANOTHER" type="xs:string" use="optional">
  2858. <xs:annotation>
  2859. <xs:documentation>Другие несоответствия поданных сведений (список положений правовых актов)
  2860. </xs:documentation>
  2861. </xs:annotation>
  2862. </xs:attribute>
  2863. <xs:attribute name="NAME_OF_OWNER" type="xs:string" use="optional">
  2864. <xs:annotation>
  2865. <xs:documentation>ФИО уполномоченного представителя проверяемого лица, присутствовавших при проведении
  2866. проверки
  2867. </xs:documentation>
  2868. </xs:annotation>
  2869. </xs:attribute>
  2870. <xs:attribute name="UNIMPOSSIBLE_REASON_I" type="xs:string" use="optional">
  2871. <xs:annotation>
  2872. <xs:documentation>Информация о причинах невозможности проведения проверки</xs:documentation>
  2873. </xs:annotation>
  2874. </xs:attribute>
  2875. <xs:attribute name="START_DATE" type="xs:dateTime" use="optional">
  2876. <xs:annotation>
  2877. <xs:documentation>Дата-время проведения проверки</xs:documentation>
  2878. </xs:annotation>
  2879. </xs:attribute>
  2880. <xs:attribute name="DURATION" type="xs:integer" use="optional">
  2881. <xs:annotation>
  2882. <xs:documentation>Продолжительность проведения проверки</xs:documentation>
  2883. </xs:annotation>
  2884. </xs:attribute>
  2885. <xs:attribute name="ADR_INSPECTION" type="xs:string" use="optional">
  2886. <xs:annotation>
  2887. <xs:documentation>Место проведения проверки</xs:documentation>
  2888. </xs:annotation>
  2889. </xs:attribute>
  2890. <xs:attribute name="INSPECTORS" type="xs:string" use="optional">
  2891. <xs:annotation>
  2892. <xs:documentation>ФИО и должности должностного лица или должностных лиц, проводивших проверку
  2893. </xs:documentation>
  2894. </xs:annotation>
  2895. </xs:attribute>
  2896. <xs:attribute name="UNDOING_SEC_I" type="xs:string" use="optional">
  2897. <xs:annotation>
  2898. <xs:documentation>Информация об отмене результатов проверки в случае, если такая отмена была
  2899. произведена
  2900. </xs:documentation>
  2901. </xs:annotation>
  2902. </xs:attribute>
  2903. </xs:complexType>
  2904. <xs:complexType name="UplanUnregular294Type">
  2905. <xs:annotation>
  2906. <xs:documentation>Комплексный тип - Внеплановая проверка 294 ФЗ (Базовый тип)</xs:documentation>
  2907. </xs:annotation>
  2908. <xs:sequence>
  2909. <xs:element minOccurs="0" name="InspectionResult294" type="tns:InspectionResult294Type" />
  2910. </xs:sequence>
  2911. <xs:attribute name="ERPID" type="xs:integer" use="required">
  2912. <xs:annotation>
  2913. <xs:documentation>ИД внеплановой проверки</xs:documentation>
  2914. </xs:annotation>
  2915. </xs:attribute>
  2916. <xs:attribute name="KO_NAME" type="xs:string" use="required">
  2917. <xs:annotation>
  2918. <xs:documentation>Наименование контролирующего органа, проводящего или проводившего проверку
  2919. </xs:documentation>
  2920. </xs:annotation>
  2921. </xs:attribute>
  2922. <xs:attribute name="ORG_NAME" type="xs:string" use="required">
  2923. <xs:annotation>
  2924. <xs:documentation>Наименование проверяемой организации</xs:documentation>
  2925. </xs:annotation>
  2926. </xs:attribute>
  2927. <xs:attribute name="OGRN" type="xs:string" use="required">
  2928. <xs:annotation>
  2929. <xs:documentation>ОГРН проверяемой организации</xs:documentation>
  2930. </xs:annotation>
  2931. </xs:attribute>
  2932. <xs:attribute name="INN" type="xs:string" use="required">
  2933. <xs:annotation>
  2934. <xs:documentation>ИНН проверяемой организации</xs:documentation>
  2935. </xs:annotation>
  2936. </xs:attribute>
  2937. <xs:attribute name="ADR_SEC_I" type="xs:string" use="optional">
  2938. <xs:annotation>
  2939. <xs:documentation>Место нахождения проверяемой организации</xs:documentation>
  2940. </xs:annotation>
  2941. </xs:attribute>
  2942. <xs:attribute name="ADR_SEC_II" type="xs:string" use="optional">
  2943. <xs:annotation>
  2944. <xs:documentation>Фактический адрес проведения проверки</xs:documentation>
  2945. </xs:annotation>
  2946. </xs:attribute>
  2947. <xs:attribute name="REQUEST_NUM" type="xs:string" use="optional">
  2948. <xs:annotation>
  2949. <xs:documentation>Номер заявления</xs:documentation>
  2950. </xs:annotation>
  2951. </xs:attribute>
  2952. <xs:attribute name="REQUEST_DATE" type="xs:date" use="optional">
  2953. <xs:annotation>
  2954. <xs:documentation>Дата заявления</xs:documentation>
  2955. </xs:annotation>
  2956. </xs:attribute>
  2957. <xs:attribute name="START_DATE" type="xs:date" use="required">
  2958. <xs:annotation>
  2959. <xs:documentation>Согласованная дата начала проведения</xs:documentation>
  2960. </xs:annotation>
  2961. </xs:attribute>
  2962. <xs:attribute name="END_DATE" type="xs:date" use="optional">
  2963. <xs:annotation>
  2964. <xs:documentation>Согласованная дата окончания проведения</xs:documentation>
  2965. </xs:annotation>
  2966. </xs:attribute>
  2967. <xs:attribute name="DECISION_DATE" type="xs:date" use="optional">
  2968. <xs:annotation>
  2969. <xs:documentation>Дата вынесения решения о согласовании/отказе</xs:documentation>
  2970. </xs:annotation>
  2971. </xs:attribute>
  2972. <xs:attribute name="ORDER_NUM" type="xs:string" use="optional">
  2973. <xs:annotation>
  2974. <xs:documentation>Номер приказа о согласовании/отказе в проведении</xs:documentation>
  2975. </xs:annotation>
  2976. </xs:attribute>
  2977. <xs:attribute name="ORDER_DATE" type="xs:date" use="optional">
  2978. <xs:annotation>
  2979. <xs:documentation>Дата приказа о согласовании/отказе в проведении</xs:documentation>
  2980. </xs:annotation>
  2981. </xs:attribute>
  2982. <xs:attribute name="INSP_TARGET" type="xs:string" use="optional">
  2983. <xs:annotation>
  2984. <xs:documentation>Предмет проверки</xs:documentation>
  2985. </xs:annotation>
  2986. </xs:attribute>
  2987. <xs:attribute name="REASON_SEC_I" type="xs:string" use="optional">
  2988. <xs:annotation>
  2989. <xs:documentation>Правовое основание проведения проверки</xs:documentation>
  2990. </xs:annotation>
  2991. </xs:attribute>
  2992. <xs:attribute name="KIND_OF_INSP" type="xs:string" use="optional">
  2993. <xs:annotation>
  2994. <xs:documentation>Тип проверки ( -- выездная, документарная, выездная/документарная)</xs:documentation>
  2995. </xs:annotation>
  2996. </xs:attribute>
  2997. <xs:attribute name="SIGNER_TITLE" type="xs:string" use="optional">
  2998. <xs:annotation>
  2999. <xs:documentation>Должность подписанта</xs:documentation>
  3000. </xs:annotation>
  3001. </xs:attribute>
  3002. <xs:attribute name="SIGNER_NAME" type="xs:string" use="optional">
  3003. <xs:annotation>
  3004. <xs:documentation>ФИО подписанта</xs:documentation>
  3005. </xs:annotation>
  3006. </xs:attribute>
  3007. <xs:attribute name="KO_ADDRESS" type="xs:string" use="optional">
  3008. <xs:annotation>
  3009. <xs:documentation>Адрес контролирующего органа</xs:documentation>
  3010. </xs:annotation>
  3011. </xs:attribute>
  3012. <xs:attribute name="DECISION_PLACE" type="xs:string" use="optional">
  3013. <xs:annotation>
  3014. <xs:documentation>Место вынесения решения</xs:documentation>
  3015. </xs:annotation>
  3016. </xs:attribute>
  3017. <xs:attribute name="YEAR" type="xs:integer" use="required">
  3018. <xs:annotation>
  3019. <xs:documentation>Год проведения проверки</xs:documentation>
  3020. </xs:annotation>
  3021. </xs:attribute>
  3022. <xs:attribute name="INSPECTORS" type="xs:string" use="optional">
  3023. <xs:annotation>
  3024. <xs:documentation>ФИО и должности должностного лица или должностных лиц, уполномоченных на проведение
  3025. проверки, а также привлекаемых к проведению проверки экспертов, представителей экспертных
  3026. организаций
  3027. </xs:documentation>
  3028. </xs:annotation>
  3029. </xs:attribute>
  3030. <xs:attribute name="FRGU_NUM" type="xs:string" use="optional">
  3031. <xs:annotation>
  3032. <xs:documentation>Реестровый номер функции ФРГУ</xs:documentation>
  3033. </xs:annotation>
  3034. </xs:attribute>
  3035. <xs:attribute name="NOTICE_DATE" type="xs:date" use="optional">
  3036. <xs:annotation>
  3037. <xs:documentation>Дата уведомления о проведении проверки</xs:documentation>
  3038. </xs:annotation>
  3039. </xs:attribute>
  3040. <xs:attribute name="NOTICE_WAY" type="xs:string" use="optional">
  3041. <xs:annotation>
  3042. <xs:documentation>Способа уведомления о проведении проверки</xs:documentation>
  3043. </xs:annotation>
  3044. </xs:attribute>
  3045. <xs:attribute name="IS_NOTIFICATION" type="xs:boolean" use="optional">
  3046. <xs:annotation>
  3047. <xs:documentation>Отметка о уведомительном характере для прокуратуры данной внеплановой проверки
  3048. </xs:documentation>
  3049. </xs:annotation>
  3050. </xs:attribute>
  3051. </xs:complexType>
  3052. <xs:element name="InspectionsUnregular294">
  3053. <xs:annotation>
  3054. <xs:documentation>Корень набора данных "Внелановые проверки проведением на месяц года по 294 ФЗ"
  3055. </xs:documentation>
  3056. </xs:annotation>
  3057. <xs:complexType>
  3058. <xs:sequence>
  3059. <xs:element maxOccurs="unbounded" name="InspectionUnregular294" type="tns:UplanUnregular294Type" />
  3060. </xs:sequence>
  3061. <xs:attribute name="YEAR" type="xs:integer" use="required">
  3062. <xs:annotation>
  3063. <xs:documentation>Год сводного плана проведения проверок</xs:documentation>
  3064. </xs:annotation>
  3065. </xs:attribute>
  3066. <xs:attribute name="MONTH" type="xs:integer" use="required">
  3067. <xs:annotation>
  3068. <xs:documentation>Месяц года сводного плана проведения проверок</xs:documentation>
  3069. </xs:annotation>
  3070. </xs:attribute>
  3071. </xs:complexType>
  3072. </xs:element>
  3073. <xs:element name="InspectionsRegular294">
  3074. <xs:annotation>
  3075. <xs:documentation>Корень набора данных "Плановые проверки на месяц года сводного плана по 294 ФЗ"
  3076. </xs:documentation>
  3077. </xs:annotation>
  3078. <xs:complexType>
  3079. <xs:sequence>
  3080. <xs:element minOccurs="0" maxOccurs="unbounded" name="InspectionRegular294" type="tns:InspectionRegular294Type" />
  3081. </xs:sequence>
  3082. <xs:attribute name="YEAR" type="xs:integer" use="required">
  3083. <xs:annotation>
  3084. <xs:documentation>Год сводного плана проведения проверок</xs:documentation>
  3085. </xs:annotation>
  3086. </xs:attribute>
  3087. <xs:attribute name="MONTH" type="xs:integer" use="required">
  3088. <xs:annotation>
  3089. <xs:documentation>Месяц года сводного плана проведения проверок</xs:documentation>
  3090. </xs:annotation>
  3091. </xs:attribute>
  3092. </xs:complexType>
  3093. </xs:element>
  3094. <xs:element name="Inspections">
  3095. <xs:annotation>
  3096. <xs:documentation>Содержит в себе все виды проверок</xs:documentation>
  3097. </xs:annotation>
  3098. <xs:complexType>
  3099. <xs:sequence>
  3100. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:InspectionsRegular294" />
  3101. <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:InspectionsUnregular294" />
  3102. </xs:sequence>
  3103. <xs:attribute default="false" name="awaitingResponse" type="xs:boolean" use="optional">
  3104. <xs:annotation>
  3105. <xs:documentation>
  3106. If client should make request later again in order to get response.
  3107. If true this mean that response is generating asynchronously. In this
  3108. case no other sub-elements in this element will be set. If false
  3109. then generated response must be returned.
  3110. </xs:documentation>
  3111. </xs:annotation>
  3112. </xs:attribute>
  3113. </xs:complexType>
  3114. </xs:element>
  3115. </xs:schema>
  3116. <xsd:schema xmlns:ns0="http://company1c.com/orgregister/corporation" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.orgregister.company1c.com/">
  3117. <xsd:import namespace="http://company1c.com/orgregister/corporation" />
  3118. <xsd:element name="getCorporationRequisitesByNameAndAddress" type="tns:getCorporationRequisitesByNameAndAddress" />
  3119. <xsd:complexType name="getCorporationRequisitesByNameAndAddress">
  3120. <xsd:sequence>
  3121. <xsd:element form="qualified" name="name" type="xsd:string" />
  3122. <xsd:element minOccurs="0" form="qualified" name="regionCode" type="xsd:string" />
  3123. <xsd:element minOccurs="0" form="qualified" name="address" type="xsd:string" />
  3124. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3125. </xsd:sequence>
  3126. </xsd:complexType>
  3127. <xsd:element name="getCorporationRequisitesByNameAndAddressResponse" type="tns:getCorporationRequisitesByNameAndAddressResponse" />
  3128. <xsd:complexType name="getCorporationRequisitesByNameAndAddressResponse">
  3129. <xsd:sequence>
  3130. <xsd:element minOccurs="0" ref="ns0:CorporationSearchResult" />
  3131. </xsd:sequence>
  3132. </xsd:complexType>
  3133. <xsd:element name="getCorporationRequisitesByINN" type="tns:getCorporationRequisitesByINN" />
  3134. <xsd:complexType name="getCorporationRequisitesByINN">
  3135. <xsd:sequence>
  3136. <xsd:element minOccurs="0" form="qualified" name="INN" type="xsd:string" />
  3137. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3138. </xsd:sequence>
  3139. </xsd:complexType>
  3140. <xsd:element name="getCorporationRequisitesByINNResponse" type="tns:getCorporationRequisitesByINNResponse" />
  3141. <xsd:complexType name="getCorporationRequisitesByINNResponse">
  3142. <xsd:sequence>
  3143. <xsd:element minOccurs="0" ref="ns0:РеквизитыЮрЛица" />
  3144. </xsd:sequence>
  3145. </xsd:complexType>
  3146. <xsd:element name="updateEntrepreneurByInn" type="tns:updateEntrepreneurByInn" />
  3147. <xsd:complexType name="updateEntrepreneurByInn">
  3148. <xsd:sequence>
  3149. <xsd:element form="qualified" name="INN" type="xsd:string" />
  3150. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3151. </xsd:sequence>
  3152. </xsd:complexType>
  3153. <xsd:element name="updateEntrepreneurByInnResponse" type="tns:updateEntrepreneurByInnResponse" />
  3154. <xsd:complexType name="updateEntrepreneurByInnResponse">
  3155. <xsd:sequence>
  3156. <xsd:element minOccurs="0" ref="ns0:FnsWebServiceStatus" />
  3157. </xsd:sequence>
  3158. </xsd:complexType>
  3159. <xsd:element name="getCorporationRequisitesByNameAndAddressAndDirector" type="tns:getCorporationRequisitesByNameAndAddressAndDirector" />
  3160. <xsd:complexType name="getCorporationRequisitesByNameAndAddressAndDirector">
  3161. <xsd:sequence>
  3162. <xsd:element form="qualified" name="name" type="xsd:string" />
  3163. <xsd:element minOccurs="0" form="qualified" name="regionCode" type="xsd:string" />
  3164. <xsd:element minOccurs="0" form="qualified" name="address" type="xsd:string" />
  3165. <xsd:element minOccurs="0" form="qualified" name="directorName" type="ns0:ФИОТип" />
  3166. <xsd:element minOccurs="0" form="qualified" name="registeredAfter" type="xsd:dateTime" />
  3167. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3168. </xsd:sequence>
  3169. </xsd:complexType>
  3170. <xsd:element name="getCorporationRequisitesByNameAndAddressAndDirectorResponse" type="tns:getCorporationRequisitesByNameAndAddressAndDirectorResponse" />
  3171. <xsd:complexType name="getCorporationRequisitesByNameAndAddressAndDirectorResponse">
  3172. <xsd:sequence>
  3173. <xsd:element minOccurs="0" ref="ns0:CorporationSearchResult" />
  3174. </xsd:sequence>
  3175. </xsd:complexType>
  3176. <xsd:element name="updateCorporationByInn" type="tns:updateCorporationByInn" />
  3177. <xsd:complexType name="updateCorporationByInn">
  3178. <xsd:sequence>
  3179. <xsd:element form="qualified" name="INN" type="xsd:string" />
  3180. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3181. </xsd:sequence>
  3182. </xsd:complexType>
  3183. <xsd:element name="updateCorporationByInnResponse" type="tns:updateCorporationByInnResponse" />
  3184. <xsd:complexType name="updateCorporationByInnResponse">
  3185. <xsd:sequence>
  3186. <xsd:element minOccurs="0" ref="ns0:FnsWebServiceStatus" />
  3187. </xsd:sequence>
  3188. </xsd:complexType>
  3189. <xsd:element name="getInspectionsByInn" type="tns:getInspectionsByInn" />
  3190. <xsd:complexType name="getInspectionsByInn">
  3191. <xsd:sequence>
  3192. <xsd:element minOccurs="0" form="qualified" name="INN" type="xsd:string" />
  3193. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3194. </xsd:sequence>
  3195. </xsd:complexType>
  3196. <xsd:element name="getInspectionsByInnResponse" type="tns:getInspectionsByInnResponse" />
  3197. <xsd:complexType name="getInspectionsByInnResponse">
  3198. <xsd:sequence>
  3199. <xsd:element minOccurs="0" ref="ns0:Inspections" />
  3200. </xsd:sequence>
  3201. </xsd:complexType>
  3202. <xsd:element name="checkCorporationTrustability" type="tns:checkCorporationTrustability" />
  3203. <xsd:complexType name="checkCorporationTrustability">
  3204. <xsd:sequence>
  3205. <xsd:element form="qualified" name="INN" type="xsd:string" />
  3206. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3207. </xsd:sequence>
  3208. </xsd:complexType>
  3209. <xsd:element name="checkCorporationTrustabilityResponse" type="tns:checkCorporationTrustabilityResponse" />
  3210. <xsd:complexType name="checkCorporationTrustabilityResponse">
  3211. <xsd:sequence>
  3212. <xsd:element minOccurs="0" ref="ns0:CorporationTrustability" />
  3213. </xsd:sequence>
  3214. </xsd:complexType>
  3215. <xsd:element name="getEntrepreneursByName" type="tns:getEntrepreneursByName" />
  3216. <xsd:complexType name="getEntrepreneursByName">
  3217. <xsd:sequence>
  3218. <xsd:element form="qualified" name="фио" type="ns0:ФИОТип" />
  3219. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3220. </xsd:sequence>
  3221. </xsd:complexType>
  3222. <xsd:element name="getEntrepreneursByNameResponse" type="tns:getEntrepreneursByNameResponse" />
  3223. <xsd:complexType name="getEntrepreneursByNameResponse">
  3224. <xsd:sequence>
  3225. <xsd:element minOccurs="0" ref="ns0:PersonSearchResult" />
  3226. </xsd:sequence>
  3227. </xsd:complexType>
  3228. <xsd:element name="checkPersonTrustabilityByInn" type="tns:checkPersonTrustabilityByInn" />
  3229. <xsd:complexType name="checkPersonTrustabilityByInn">
  3230. <xsd:sequence>
  3231. <xsd:element form="qualified" name="INN" type="xsd:string" />
  3232. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3233. </xsd:sequence>
  3234. </xsd:complexType>
  3235. <xsd:element name="checkPersonTrustabilityByInnResponse" type="tns:checkPersonTrustabilityByInnResponse" />
  3236. <xsd:complexType name="checkPersonTrustabilityByInnResponse">
  3237. <xsd:sequence>
  3238. <xsd:element minOccurs="0" ref="ns0:PersonTrustability" />
  3239. </xsd:sequence>
  3240. </xsd:complexType>
  3241. <xsd:element name="getEntrepreneurRequisitesByINN" type="tns:getEntrepreneurRequisitesByINN" />
  3242. <xsd:complexType name="getEntrepreneurRequisitesByINN">
  3243. <xsd:sequence>
  3244. <xsd:element minOccurs="0" form="qualified" name="INN" type="xsd:string" />
  3245. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3246. </xsd:sequence>
  3247. </xsd:complexType>
  3248. <xsd:element name="getEntrepreneurRequisitesByINNResponse" type="tns:getEntrepreneurRequisitesByINNResponse" />
  3249. <xsd:complexType name="getEntrepreneurRequisitesByINNResponse">
  3250. <xsd:sequence>
  3251. <xsd:element minOccurs="0" ref="ns0:РеквизитыИП" />
  3252. </xsd:sequence>
  3253. </xsd:complexType>
  3254. <xsd:element name="checkPersonTrustabilityByName" type="tns:checkPersonTrustabilityByName" />
  3255. <xsd:complexType name="checkPersonTrustabilityByName">
  3256. <xsd:sequence>
  3257. <xsd:element form="qualified" name="фио" type="ns0:ФИОТип" />
  3258. <xsd:element minOccurs="0" form="qualified" name="configurationName" type="xsd:string" />
  3259. </xsd:sequence>
  3260. </xsd:complexType>
  3261. <xsd:element name="checkPersonTrustabilityByNameResponse" type="tns:checkPersonTrustabilityByNameResponse" />
  3262. <xsd:complexType name="checkPersonTrustabilityByNameResponse">
  3263. <xsd:sequence>
  3264. <xsd:element minOccurs="0" ref="ns0:PersonTrustabilityList" />
  3265. </xsd:sequence>
  3266. </xsd:complexType>
  3267. </xsd:schema>
  3268. </wsdl:types>
  3269. <wsdl:message name="updateEntrepreneurByInn">
  3270. <wsdl:part name="parameters" element="tns:updateEntrepreneurByInn" />
  3271. </wsdl:message>
  3272. <wsdl:message name="getCorporationRequisitesByNameAndAddressAndDirectorResponse">
  3273. <wsdl:part name="parameters" element="tns:getCorporationRequisitesByNameAndAddressAndDirectorResponse" />
  3274. </wsdl:message>
  3275. <wsdl:message name="getCorporationRequisitesByNameAndAddressResponse">
  3276. <wsdl:part name="parameters" element="tns:getCorporationRequisitesByNameAndAddressResponse" />
  3277. </wsdl:message>
  3278. <wsdl:message name="updateCorporationByInnResponse">
  3279. <wsdl:part name="parameters" element="tns:updateCorporationByInnResponse" />
  3280. </wsdl:message>
  3281. <wsdl:message name="checkCorporationTrustabilityResponse">
  3282. <wsdl:part name="parameters" element="tns:checkCorporationTrustabilityResponse" />
  3283. </wsdl:message>
  3284. <wsdl:message name="getCorporationRequisitesByINNResponse">
  3285. <wsdl:part name="parameters" element="tns:getCorporationRequisitesByINNResponse" />
  3286. </wsdl:message>
  3287. <wsdl:message name="getInspectionsByInnResponse">
  3288. <wsdl:part name="parameters" element="tns:getInspectionsByInnResponse" />
  3289. </wsdl:message>
  3290. <wsdl:message name="getEntrepreneurRequisitesByINN">
  3291. <wsdl:part name="parameters" element="tns:getEntrepreneurRequisitesByINN" />
  3292. </wsdl:message>
  3293. <wsdl:message name="getCorporationRequisitesByNameAndAddress">
  3294. <wsdl:part name="parameters" element="tns:getCorporationRequisitesByNameAndAddress" />
  3295. </wsdl:message>
  3296. <wsdl:message name="updateEntrepreneurByInnResponse">
  3297. <wsdl:part name="parameters" element="tns:updateEntrepreneurByInnResponse" />
  3298. </wsdl:message>
  3299. <wsdl:message name="getCorporationRequisitesByINN">
  3300. <wsdl:part name="parameters" element="tns:getCorporationRequisitesByINN" />
  3301. </wsdl:message>
  3302. <wsdl:message name="getCorporationRequisitesByNameAndAddressAndDirector">
  3303. <wsdl:part name="parameters" element="tns:getCorporationRequisitesByNameAndAddressAndDirector" />
  3304. </wsdl:message>
  3305. <wsdl:message name="updateCorporationByInn">
  3306. <wsdl:part name="parameters" element="tns:updateCorporationByInn" />
  3307. </wsdl:message>
  3308. <wsdl:message name="getInspectionsByInn">
  3309. <wsdl:part name="parameters" element="tns:getInspectionsByInn" />
  3310. </wsdl:message>
  3311. <wsdl:message name="checkPersonTrustabilityByNameResponse">
  3312. <wsdl:part name="parameters" element="tns:checkPersonTrustabilityByNameResponse" />
  3313. </wsdl:message>
  3314. <wsdl:message name="getEntrepreneurRequisitesByINNResponse">
  3315. <wsdl:part name="parameters" element="tns:getEntrepreneurRequisitesByINNResponse" />
  3316. </wsdl:message>
  3317. <wsdl:message name="checkCorporationTrustability">
  3318. <wsdl:part name="parameters" element="tns:checkCorporationTrustability" />
  3319. </wsdl:message>
  3320. <wsdl:message name="getEntrepreneursByName">
  3321. <wsdl:part name="parameters" element="tns:getEntrepreneursByName" />
  3322. </wsdl:message>
  3323. <wsdl:message name="checkPersonTrustabilityByInn">
  3324. <wsdl:part name="parameters" element="tns:checkPersonTrustabilityByInn" />
  3325. </wsdl:message>
  3326. <wsdl:message name="checkPersonTrustabilityByInnResponse">
  3327. <wsdl:part name="parameters" element="tns:checkPersonTrustabilityByInnResponse" />
  3328. </wsdl:message>
  3329. <wsdl:message name="getEntrepreneursByNameResponse">
  3330. <wsdl:part name="parameters" element="tns:getEntrepreneursByNameResponse" />
  3331. </wsdl:message>
  3332. <wsdl:message name="checkPersonTrustabilityByName">
  3333. <wsdl:part name="parameters" element="tns:checkPersonTrustabilityByName" />
  3334. </wsdl:message>
  3335. <wsdl:portType name="RequisitesWebServiceEndpoint6">
  3336. <wsdl:operation name="getCorporationRequisitesByNameAndAddress">
  3337. <wsdl:input name="getCorporationRequisitesByNameAndAddress" message="tns:getCorporationRequisitesByNameAndAddress" />
  3338. <wsdl:output name="getCorporationRequisitesByNameAndAddressResponse" message="tns:getCorporationRequisitesByNameAndAddressResponse" />
  3339. </wsdl:operation>
  3340. <wsdl:operation name="getCorporationRequisitesByINN">
  3341. <wsdl:input name="getCorporationRequisitesByINN" message="tns:getCorporationRequisitesByINN" />
  3342. <wsdl:output name="getCorporationRequisitesByINNResponse" message="tns:getCorporationRequisitesByINNResponse" />
  3343. </wsdl:operation>
  3344. <wsdl:operation name="updateEntrepreneurByInn">
  3345. <wsdl:input name="updateEntrepreneurByInn" message="tns:updateEntrepreneurByInn" />
  3346. <wsdl:output name="updateEntrepreneurByInnResponse" message="tns:updateEntrepreneurByInnResponse" />
  3347. </wsdl:operation>
  3348. <wsdl:operation name="getCorporationRequisitesByNameAndAddressAndDirector">
  3349. <wsdl:input name="getCorporationRequisitesByNameAndAddressAndDirector" message="tns:getCorporationRequisitesByNameAndAddressAndDirector" />
  3350. <wsdl:output name="getCorporationRequisitesByNameAndAddressAndDirectorResponse" message="tns:getCorporationRequisitesByNameAndAddressAndDirectorResponse" />
  3351. </wsdl:operation>
  3352. <wsdl:operation name="updateCorporationByInn">
  3353. <wsdl:input name="updateCorporationByInn" message="tns:updateCorporationByInn" />
  3354. <wsdl:output name="updateCorporationByInnResponse" message="tns:updateCorporationByInnResponse" />
  3355. </wsdl:operation>
  3356. <wsdl:operation name="getInspectionsByInn">
  3357. <wsdl:input name="getInspectionsByInn" message="tns:getInspectionsByInn" />
  3358. <wsdl:output name="getInspectionsByInnResponse" message="tns:getInspectionsByInnResponse" />
  3359. </wsdl:operation>
  3360. <wsdl:operation name="checkCorporationTrustability">
  3361. <wsdl:input name="checkCorporationTrustability" message="tns:checkCorporationTrustability" />
  3362. <wsdl:output name="checkCorporationTrustabilityResponse" message="tns:checkCorporationTrustabilityResponse" />
  3363. </wsdl:operation>
  3364. <wsdl:operation name="getEntrepreneursByName">
  3365. <wsdl:input name="getEntrepreneursByName" message="tns:getEntrepreneursByName" />
  3366. <wsdl:output name="getEntrepreneursByNameResponse" message="tns:getEntrepreneursByNameResponse" />
  3367. </wsdl:operation>
  3368. <wsdl:operation name="checkPersonTrustabilityByInn">
  3369. <wsdl:input name="checkPersonTrustabilityByInn" message="tns:checkPersonTrustabilityByInn" />
  3370. <wsdl:output name="checkPersonTrustabilityByInnResponse" message="tns:checkPersonTrustabilityByInnResponse" />
  3371. </wsdl:operation>
  3372. <wsdl:operation name="getEntrepreneurRequisitesByINN">
  3373. <wsdl:input name="getEntrepreneurRequisitesByINN" message="tns:getEntrepreneurRequisitesByINN" />
  3374. <wsdl:output name="getEntrepreneurRequisitesByINNResponse" message="tns:getEntrepreneurRequisitesByINNResponse" />
  3375. </wsdl:operation>
  3376. <wsdl:operation name="checkPersonTrustabilityByName">
  3377. <wsdl:input name="checkPersonTrustabilityByName" message="tns:checkPersonTrustabilityByName" />
  3378. <wsdl:output name="checkPersonTrustabilityByNameResponse" message="tns:checkPersonTrustabilityByNameResponse" />
  3379. </wsdl:operation>
  3380. </wsdl:portType>
  3381. <wsdl:binding name="RequisitesWebServiceEndpointImpl6ServiceSoapBinding" type="tns:RequisitesWebServiceEndpoint6">
  3382. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  3383. <wsdl:operation name="getCorporationRequisitesByNameAndAddress">
  3384. <soap:operation soapAction="" style="document" />
  3385. <wsdl:input name="getCorporationRequisitesByNameAndAddress">
  3386. <soap:body use="literal" />
  3387. </wsdl:input>
  3388. <wsdl:output name="getCorporationRequisitesByNameAndAddressResponse">
  3389. <soap:body use="literal" />
  3390. </wsdl:output>
  3391. </wsdl:operation>
  3392. <wsdl:operation name="getCorporationRequisitesByINN">
  3393. <soap:operation soapAction="" style="document" />
  3394. <wsdl:input name="getCorporationRequisitesByINN">
  3395. <soap:body use="literal" />
  3396. </wsdl:input>
  3397. <wsdl:output name="getCorporationRequisitesByINNResponse">
  3398. <soap:body use="literal" />
  3399. </wsdl:output>
  3400. </wsdl:operation>
  3401. <wsdl:operation name="updateEntrepreneurByInn">
  3402. <soap:operation soapAction="" style="document" />
  3403. <wsdl:input name="updateEntrepreneurByInn">
  3404. <soap:body use="literal" />
  3405. </wsdl:input>
  3406. <wsdl:output name="updateEntrepreneurByInnResponse">
  3407. <soap:body use="literal" />
  3408. </wsdl:output>
  3409. </wsdl:operation>
  3410. <wsdl:operation name="getCorporationRequisitesByNameAndAddressAndDirector">
  3411. <soap:operation soapAction="" style="document" />
  3412. <wsdl:input name="getCorporationRequisitesByNameAndAddressAndDirector">
  3413. <soap:body use="literal" />
  3414. </wsdl:input>
  3415. <wsdl:output name="getCorporationRequisitesByNameAndAddressAndDirectorResponse">
  3416. <soap:body use="literal" />
  3417. </wsdl:output>
  3418. </wsdl:operation>
  3419. <wsdl:operation name="updateCorporationByInn">
  3420. <soap:operation soapAction="" style="document" />
  3421. <wsdl:input name="updateCorporationByInn">
  3422. <soap:body use="literal" />
  3423. </wsdl:input>
  3424. <wsdl:output name="updateCorporationByInnResponse">
  3425. <soap:body use="literal" />
  3426. </wsdl:output>
  3427. </wsdl:operation>
  3428. <wsdl:operation name="getInspectionsByInn">
  3429. <soap:operation soapAction="" style="document" />
  3430. <wsdl:input name="getInspectionsByInn">
  3431. <soap:body use="literal" />
  3432. </wsdl:input>
  3433. <wsdl:output name="getInspectionsByInnResponse">
  3434. <soap:body use="literal" />
  3435. </wsdl:output>
  3436. </wsdl:operation>
  3437. <wsdl:operation name="checkCorporationTrustability">
  3438. <soap:operation soapAction="" style="document" />
  3439. <wsdl:input name="checkCorporationTrustability">
  3440. <soap:body use="literal" />
  3441. </wsdl:input>
  3442. <wsdl:output name="checkCorporationTrustabilityResponse">
  3443. <soap:body use="literal" />
  3444. </wsdl:output>
  3445. </wsdl:operation>
  3446. <wsdl:operation name="getEntrepreneursByName">
  3447. <soap:operation soapAction="" style="document" />
  3448. <wsdl:input name="getEntrepreneursByName">
  3449. <soap:body use="literal" />
  3450. </wsdl:input>
  3451. <wsdl:output name="getEntrepreneursByNameResponse">
  3452. <soap:body use="literal" />
  3453. </wsdl:output>
  3454. </wsdl:operation>
  3455. <wsdl:operation name="checkPersonTrustabilityByInn">
  3456. <soap:operation soapAction="" style="document" />
  3457. <wsdl:input name="checkPersonTrustabilityByInn">
  3458. <soap:body use="literal" />
  3459. </wsdl:input>
  3460. <wsdl:output name="checkPersonTrustabilityByInnResponse">
  3461. <soap:body use="literal" />
  3462. </wsdl:output>
  3463. </wsdl:operation>
  3464. <wsdl:operation name="getEntrepreneurRequisitesByINN">
  3465. <soap:operation soapAction="" style="document" />
  3466. <wsdl:input name="getEntrepreneurRequisitesByINN">
  3467. <soap:body use="literal" />
  3468. </wsdl:input>
  3469. <wsdl:output name="getEntrepreneurRequisitesByINNResponse">
  3470. <soap:body use="literal" />
  3471. </wsdl:output>
  3472. </wsdl:operation>
  3473. <wsdl:operation name="checkPersonTrustabilityByName">
  3474. <soap:operation soapAction="" style="document" />
  3475. <wsdl:input name="checkPersonTrustabilityByName">
  3476. <soap:body use="literal" />
  3477. </wsdl:input>
  3478. <wsdl:output name="checkPersonTrustabilityByNameResponse">
  3479. <soap:body use="literal" />
  3480. </wsdl:output>
  3481. </wsdl:operation>
  3482. </wsdl:binding>
  3483. <wsdl:service name="RequisitesWebServiceEndpointImpl6Service">
  3484. <wsdl:port name="RequisitesWebServiceEndpointImpl6Port" binding="tns:RequisitesWebServiceEndpointImpl6ServiceSoapBinding">
  3485. <soap:address location="https://api.orgregister.1c.ru/orgregister/v6" />
  3486. </wsdl:port>
  3487. </wsdl:service>
  3488. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement