ruby_ufebs 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +5 -0
  4. data/Gemfile +2 -0
  5. data/Guardfile +5 -0
  6. data/README.md +103 -0
  7. data/Rakefile +10 -0
  8. data/XMLSchemas/cbr_dsig_env_v1.1.0.xsd +50 -0
  9. data/XMLSchemas/cbr_dsig_v1.1.0.xsd +48 -0
  10. data/XMLSchemas/cbr_ed_kbr_cos_v2017.4.2.xsd +25 -0
  11. data/XMLSchemas/cbr_ed_kbr_kcoi_v2017.4.2.xsd +71 -0
  12. data/XMLSchemas/cbr_ed_kbr_rtgs_v2017.4.2.xsd +51 -0
  13. data/XMLSchemas/cbr_ed_kbr_sed_v2017.4.2.xsd +23 -0
  14. data/XMLSchemas/cbr_ed_kbr_v2017.4.2.xsd +89 -0
  15. data/XMLSchemas/cbr_ed_nspc_v2017.4.2.xsd +14 -0
  16. data/XMLSchemas/cbr_msg_props_v2017.2.0.xsd +371 -0
  17. data/XMLSchemas/ed/cbr_ed101_v2017.4.2.xsd +112 -0
  18. data/XMLSchemas/ed/cbr_ed103_v2017.4.2.xsd +148 -0
  19. data/XMLSchemas/ed/cbr_ed104_v2017.4.2.xsd +130 -0
  20. data/XMLSchemas/ed/cbr_ed105_v2017.4.2.xsd +141 -0
  21. data/XMLSchemas/ed/cbr_ed107_v2017.4.2.xsd +192 -0
  22. data/XMLSchemas/ed/cbr_ed108_v2017.4.2.xsd +223 -0
  23. data/XMLSchemas/ed/cbr_ed109_v2017.4.2.xsd +245 -0
  24. data/XMLSchemas/ed/cbr_ed110_v2017.4.2.xsd +87 -0
  25. data/XMLSchemas/ed/cbr_ed111_v2017.4.2.xsd +72 -0
  26. data/XMLSchemas/ed/cbr_ed113_v2017.4.2.xsd +124 -0
  27. data/XMLSchemas/ed/cbr_ed114_v2017.4.2.xsd +101 -0
  28. data/XMLSchemas/ed/cbr_ed201_v2017.4.2.xsd +65 -0
  29. data/XMLSchemas/ed/cbr_ed202_v2017.4.2.xsd +41 -0
  30. data/XMLSchemas/ed/cbr_ed203_v2017.4.2.xsd +78 -0
  31. data/XMLSchemas/ed/cbr_ed204_v2017.4.2.xsd +86 -0
  32. data/XMLSchemas/ed/cbr_ed205_v2017.4.2.xsd +169 -0
  33. data/XMLSchemas/ed/cbr_ed206_v2017.4.2.xsd +153 -0
  34. data/XMLSchemas/ed/cbr_ed207_v2017.4.2.xsd +82 -0
  35. data/XMLSchemas/ed/cbr_ed208_v2017.4.2.xsd +53 -0
  36. data/XMLSchemas/ed/cbr_ed209_v2017.4.2.xsd +72 -0
  37. data/XMLSchemas/ed/cbr_ed210_v2017.4.2.xsd +74 -0
  38. data/XMLSchemas/ed/cbr_ed211_v2017.4.2.xsd +183 -0
  39. data/XMLSchemas/ed/cbr_ed213_v2017.4.2.xsd +33 -0
  40. data/XMLSchemas/ed/cbr_ed214_v2017.4.2.xsd +59 -0
  41. data/XMLSchemas/ed/cbr_ed215_v2017.4.2.xsd +131 -0
  42. data/XMLSchemas/ed/cbr_ed217_v2017.4.2.xsd +122 -0
  43. data/XMLSchemas/ed/cbr_ed218_v2017.4.2.xsd +40 -0
  44. data/XMLSchemas/ed/cbr_ed219_v2017.4.2.xsd +42 -0
  45. data/XMLSchemas/ed/cbr_ed220_v2017.4.2.xsd +35 -0
  46. data/XMLSchemas/ed/cbr_ed221_v2017.4.2.xsd +198 -0
  47. data/XMLSchemas/ed/cbr_ed222_v2017.4.2.xsd +77 -0
  48. data/XMLSchemas/ed/cbr_ed230_v2017.4.2.xsd +98 -0
  49. data/XMLSchemas/ed/cbr_ed231_v2017.4.2.xsd +132 -0
  50. data/XMLSchemas/ed/cbr_ed234_v2017.4.2.xsd +146 -0
  51. data/XMLSchemas/ed/cbr_ed238_v2017.4.2.xsd +210 -0
  52. data/XMLSchemas/ed/cbr_ed240_v2017.4.2.xsd +83 -0
  53. data/XMLSchemas/ed/cbr_ed241_v2017.4.2.xsd +80 -0
  54. data/XMLSchemas/ed/cbr_ed242_v2017.4.2.xsd +56 -0
  55. data/XMLSchemas/ed/cbr_ed243_v2017.4.2.xsd +119 -0
  56. data/XMLSchemas/ed/cbr_ed244_v2017.4.2.xsd +173 -0
  57. data/XMLSchemas/ed/cbr_ed245_v2017.4.2.xsd +101 -0
  58. data/XMLSchemas/ed/cbr_ed273_v2017.4.2.xsd +40 -0
  59. data/XMLSchemas/ed/cbr_ed274_v2017.4.2.xsd +71 -0
  60. data/XMLSchemas/ed/cbr_ed275_v2017.4.2.xsd +83 -0
  61. data/XMLSchemas/ed/cbr_ed276_v2017.4.2.xsd +47 -0
  62. data/XMLSchemas/ed/cbr_ed280_v2017.4.2.xsd +54 -0
  63. data/XMLSchemas/ed/cbr_ed283_v2017.4.2.xsd +114 -0
  64. data/XMLSchemas/ed/cbr_ed284_v2017.4.2.xsd +69 -0
  65. data/XMLSchemas/ed/cbr_ed285_v2017.4.2.xsd +74 -0
  66. data/XMLSchemas/ed/cbr_ed301_v2017.4.2.xsd +47 -0
  67. data/XMLSchemas/ed/cbr_ed306_v2017.4.2.xsd +47 -0
  68. data/XMLSchemas/ed/cbr_ed318_v2017.4.2.xsd +42 -0
  69. data/XMLSchemas/ed/cbr_ed319_v2017.4.2.xsd +52 -0
  70. data/XMLSchemas/ed/cbr_ed330_v2017.4.2.xsd +47 -0
  71. data/XMLSchemas/ed/cbr_ed331_v2017.4.2.xsd +42 -0
  72. data/XMLSchemas/ed/cbr_ed332_v2017.4.2.xsd +215 -0
  73. data/XMLSchemas/ed/cbr_ed333_v2017.4.2.xsd +42 -0
  74. data/XMLSchemas/ed/cbr_ed373_v2017.4.2.xsd +60 -0
  75. data/XMLSchemas/ed/cbr_ed374_v2017.4.2.xsd +109 -0
  76. data/XMLSchemas/ed/cbr_ed375_v2017.4.2.xsd +63 -0
  77. data/XMLSchemas/ed/cbr_ed378_v2017.4.2.xsd +47 -0
  78. data/XMLSchemas/ed/cbr_ed379_v2017.4.2.xsd +42 -0
  79. data/XMLSchemas/ed/cbr_ed380_v2017.4.2.xsd +40 -0
  80. data/XMLSchemas/ed/cbr_ed381_v2017.4.2.xsd +70 -0
  81. data/XMLSchemas/ed/cbr_ed382_v2017.4.2.xsd +37 -0
  82. data/XMLSchemas/ed/cbr_ed383_v2017.4.2.xsd +32 -0
  83. data/XMLSchemas/ed/cbr_ed385_v2017.4.2.xsd +42 -0
  84. data/XMLSchemas/ed/cbr_ed393_v2017.4.2.xsd +53 -0
  85. data/XMLSchemas/ed/cbr_ed408_v2017.4.2.xsd +84 -0
  86. data/XMLSchemas/ed/cbr_ed421_v2017.4.2.xsd +195 -0
  87. data/XMLSchemas/ed/cbr_ed422_v2017.4.2.xsd +108 -0
  88. data/XMLSchemas/ed/cbr_ed425_v2017.4.2.xsd +126 -0
  89. data/XMLSchemas/ed/cbr_ed428_v2017.4.2.xsd +98 -0
  90. data/XMLSchemas/ed/cbr_ed429_v2017.4.2.xsd +308 -0
  91. data/XMLSchemas/ed/cbr_ed431_v2017.4.2.xsd +116 -0
  92. data/XMLSchemas/ed/cbr_ed432_v2017.4.2.xsd +107 -0
  93. data/XMLSchemas/ed/cbr_ed433_v2017.4.2.xsd +51 -0
  94. data/XMLSchemas/ed/cbr_ed434_v2017.4.2.xsd +61 -0
  95. data/XMLSchemas/ed/cbr_ed435_v2017.4.2.xsd +128 -0
  96. data/XMLSchemas/ed/cbr_ed462_v2017.4.2.xsd +213 -0
  97. data/XMLSchemas/ed/cbr_ed463_v2017.4.2.xsd +73 -0
  98. data/XMLSchemas/ed/cbr_ed464_v2017.4.2.xsd +41 -0
  99. data/XMLSchemas/ed/cbr_ed465_v2017.4.2.xsd +77 -0
  100. data/XMLSchemas/ed/cbr_ed499_v2017.4.2.xsd +25 -0
  101. data/XMLSchemas/ed/cbr_ed501_v2017.4.2.xsd +46 -0
  102. data/XMLSchemas/ed/cbr_ed503_v2017.4.2.xsd +84 -0
  103. data/XMLSchemas/ed/cbr_ed508_v2017.4.2.xsd +91 -0
  104. data/XMLSchemas/ed/cbr_ed510_v2017.4.2.xsd +44 -0
  105. data/XMLSchemas/ed/cbr_ed511_v2017.4.2.xsd +82 -0
  106. data/XMLSchemas/ed/cbr_ed512_v2017.4.2.xsd +108 -0
  107. data/XMLSchemas/ed/cbr_ed530_v2017.4.2.xsd +34 -0
  108. data/XMLSchemas/ed/cbr_ed540_v2017.4.2.xsd +44 -0
  109. data/XMLSchemas/ed/cbr_ed541_v2017.4.2.xsd +71 -0
  110. data/XMLSchemas/ed/cbr_ed542_v2017.4.2.xsd +46 -0
  111. data/XMLSchemas/ed/cbr_ed573_v2017.4.2.xsd +32 -0
  112. data/XMLSchemas/ed/cbr_ed574_v2017.4.2.xsd +158 -0
  113. data/XMLSchemas/ed/cbr_ed599_v2017.4.2.xsd +24 -0
  114. data/XMLSchemas/ed/cbr_ed801_v2017.4.2.xsd +51 -0
  115. data/XMLSchemas/ed/cbr_ed802_v2017.4.2.xsd +380 -0
  116. data/XMLSchemas/ed/cbr_ed804_v2017.4.2.xsd +57 -0
  117. data/XMLSchemas/ed/cbr_ed805_v2017.4.2.xsd +128 -0
  118. data/XMLSchemas/ed/cbr_ed806_v2017.4.2.xsd +65 -0
  119. data/XMLSchemas/ed/cbr_ed807_v2017.4.2.xsd +53 -0
  120. data/XMLSchemas/ed/cbr_ed808_v2017.4.2.xsd +88 -0
  121. data/XMLSchemas/ed/cbr_ed809_v2017.4.2.xsd +64 -0
  122. data/XMLSchemas/ed/cbr_ed810_v2017.4.2.xsd +110 -0
  123. data/XMLSchemas/ed/cbr_ed811_v2017.4.2.xsd +116 -0
  124. data/XMLSchemas/ed/cbr_ed813_v2017.4.2.xsd +47 -0
  125. data/XMLSchemas/ed/cbr_ed814_v2017.4.2.xsd +47 -0
  126. data/XMLSchemas/ed/cbr_ed816_v2017.4.2.xsd +47 -0
  127. data/XMLSchemas/ed/cbr_ed818_v2017.4.2.xsd +53 -0
  128. data/XMLSchemas/ed/cbr_ed819_v2017.4.2.xsd +35 -0
  129. data/XMLSchemas/ed/cbr_ed820_v2017.4.2.xsd +53 -0
  130. data/XMLSchemas/ed/cbr_ed821_v2017.4.2.xsd +53 -0
  131. data/XMLSchemas/ed/cbr_ed823_v2017.4.2.xsd +48 -0
  132. data/XMLSchemas/ed/cbr_ed999_v2017.4.2.xsd +29 -0
  133. data/XMLSchemas/ed/cbr_ed_basetypes_v2016.4.1.xsd +192 -0
  134. data/XMLSchemas/ed/cbr_ed_leaftypes_v2017.4.2.xsd +1806 -0
  135. data/XMLSchemas/ed/cbr_ed_objects_v2017.4.2.xsd +3129 -0
  136. data/XMLSchemas/ed/cbr_packetcash_v2017.4.2.xsd +89 -0
  137. data/XMLSchemas/ed/cbr_packetctrl_v2017.4.2.xsd +82 -0
  138. data/XMLSchemas/ed/cbr_packeteid_v2017.4.2.xsd +130 -0
  139. data/XMLSchemas/ed/cbr_packetepd_v2017.4.2.xsd +121 -0
  140. data/XMLSchemas/ed/cbr_packetesid_v2017.4.2.xsd +311 -0
  141. data/XMLSchemas/soap-envelope.xsd +128 -0
  142. data/XMLSchemas/xml.xsd +81 -0
  143. data/XMLSchemas_2018/cbr_dsig_env_v1.1.0.xsd +50 -0
  144. data/XMLSchemas_2018/cbr_dsig_v1.1.0.xsd +48 -0
  145. data/XMLSchemas_2018/cbr_ed_kbr_cos_v2018.1.1.xsd +25 -0
  146. data/XMLSchemas_2018/cbr_ed_kbr_kcoi_v2018.1.1.xsd +71 -0
  147. data/XMLSchemas_2018/cbr_ed_kbr_rtgs_v2018.1.1.xsd +51 -0
  148. data/XMLSchemas_2018/cbr_ed_kbr_sed_v2018.1.1.xsd +23 -0
  149. data/XMLSchemas_2018/cbr_ed_kbr_v2018.1.1.xsd +89 -0
  150. data/XMLSchemas_2018/cbr_ed_nspc_v2018.1.1.xsd +14 -0
  151. data/XMLSchemas_2018/cbr_msg_props_v2017.2.0.xsd +371 -0
  152. data/XMLSchemas_2018/ed/cbr_ed101_v2018.1.1.xsd +112 -0
  153. data/XMLSchemas_2018/ed/cbr_ed103_v2018.1.1.xsd +148 -0
  154. data/XMLSchemas_2018/ed/cbr_ed104_v2018.1.1.xsd +130 -0
  155. data/XMLSchemas_2018/ed/cbr_ed105_v2018.1.1.xsd +141 -0
  156. data/XMLSchemas_2018/ed/cbr_ed107_v2018.1.1.xsd +192 -0
  157. data/XMLSchemas_2018/ed/cbr_ed108_v2018.1.1.xsd +223 -0
  158. data/XMLSchemas_2018/ed/cbr_ed109_v2018.1.1.xsd +245 -0
  159. data/XMLSchemas_2018/ed/cbr_ed110_v2018.1.1.xsd +87 -0
  160. data/XMLSchemas_2018/ed/cbr_ed111_v2018.1.1.xsd +72 -0
  161. data/XMLSchemas_2018/ed/cbr_ed113_v2018.1.1.xsd +124 -0
  162. data/XMLSchemas_2018/ed/cbr_ed114_v2018.1.1.xsd +101 -0
  163. data/XMLSchemas_2018/ed/cbr_ed201_v2018.1.1.xsd +65 -0
  164. data/XMLSchemas_2018/ed/cbr_ed202_v2018.1.1.xsd +41 -0
  165. data/XMLSchemas_2018/ed/cbr_ed203_v2018.1.1.xsd +78 -0
  166. data/XMLSchemas_2018/ed/cbr_ed204_v2018.1.1.xsd +86 -0
  167. data/XMLSchemas_2018/ed/cbr_ed205_v2018.1.1.xsd +169 -0
  168. data/XMLSchemas_2018/ed/cbr_ed206_v2018.1.1.xsd +153 -0
  169. data/XMLSchemas_2018/ed/cbr_ed207_v2018.1.1.xsd +82 -0
  170. data/XMLSchemas_2018/ed/cbr_ed208_v2018.1.1.xsd +53 -0
  171. data/XMLSchemas_2018/ed/cbr_ed209_v2018.1.1.xsd +72 -0
  172. data/XMLSchemas_2018/ed/cbr_ed210_v2018.1.1.xsd +74 -0
  173. data/XMLSchemas_2018/ed/cbr_ed211_v2018.1.1.xsd +183 -0
  174. data/XMLSchemas_2018/ed/cbr_ed213_v2018.1.1.xsd +33 -0
  175. data/XMLSchemas_2018/ed/cbr_ed214_v2018.1.1.xsd +59 -0
  176. data/XMLSchemas_2018/ed/cbr_ed215_v2018.1.1.xsd +131 -0
  177. data/XMLSchemas_2018/ed/cbr_ed217_v2018.1.1.xsd +122 -0
  178. data/XMLSchemas_2018/ed/cbr_ed218_v2018.1.1.xsd +40 -0
  179. data/XMLSchemas_2018/ed/cbr_ed219_v2018.1.1.xsd +42 -0
  180. data/XMLSchemas_2018/ed/cbr_ed220_v2018.1.1.xsd +35 -0
  181. data/XMLSchemas_2018/ed/cbr_ed221_v2018.1.1.xsd +198 -0
  182. data/XMLSchemas_2018/ed/cbr_ed222_v2018.1.1.xsd +77 -0
  183. data/XMLSchemas_2018/ed/cbr_ed230_v2018.1.1.xsd +98 -0
  184. data/XMLSchemas_2018/ed/cbr_ed231_v2018.1.1.xsd +132 -0
  185. data/XMLSchemas_2018/ed/cbr_ed234_v2018.1.1.xsd +146 -0
  186. data/XMLSchemas_2018/ed/cbr_ed238_v2018.1.1.xsd +210 -0
  187. data/XMLSchemas_2018/ed/cbr_ed240_v2018.1.1.xsd +83 -0
  188. data/XMLSchemas_2018/ed/cbr_ed241_v2018.1.1.xsd +80 -0
  189. data/XMLSchemas_2018/ed/cbr_ed242_v2018.1.1.xsd +56 -0
  190. data/XMLSchemas_2018/ed/cbr_ed243_v2018.1.1.xsd +119 -0
  191. data/XMLSchemas_2018/ed/cbr_ed244_v2018.1.1.xsd +173 -0
  192. data/XMLSchemas_2018/ed/cbr_ed245_v2018.1.1.xsd +96 -0
  193. data/XMLSchemas_2018/ed/cbr_ed274_v2018.1.1.xsd +71 -0
  194. data/XMLSchemas_2018/ed/cbr_ed275_v2018.1.1.xsd +83 -0
  195. data/XMLSchemas_2018/ed/cbr_ed276_v2018.1.1.xsd +47 -0
  196. data/XMLSchemas_2018/ed/cbr_ed277_v2018.1.1.xsd +125 -0
  197. data/XMLSchemas_2018/ed/cbr_ed280_v2018.1.1.xsd +54 -0
  198. data/XMLSchemas_2018/ed/cbr_ed283_v2018.1.1.xsd +114 -0
  199. data/XMLSchemas_2018/ed/cbr_ed284_v2018.1.1.xsd +69 -0
  200. data/XMLSchemas_2018/ed/cbr_ed285_v2018.1.1.xsd +74 -0
  201. data/XMLSchemas_2018/ed/cbr_ed301_v2018.1.1.xsd +47 -0
  202. data/XMLSchemas_2018/ed/cbr_ed306_v2018.1.1.xsd +47 -0
  203. data/XMLSchemas_2018/ed/cbr_ed318_v2018.1.1.xsd +42 -0
  204. data/XMLSchemas_2018/ed/cbr_ed319_v2018.1.1.xsd +52 -0
  205. data/XMLSchemas_2018/ed/cbr_ed330_v2018.1.1.xsd +47 -0
  206. data/XMLSchemas_2018/ed/cbr_ed331_v2018.1.1.xsd +42 -0
  207. data/XMLSchemas_2018/ed/cbr_ed332_v2018.1.1.xsd +215 -0
  208. data/XMLSchemas_2018/ed/cbr_ed333_v2018.1.1.xsd +42 -0
  209. data/XMLSchemas_2018/ed/cbr_ed373_v2018.1.1.xsd +60 -0
  210. data/XMLSchemas_2018/ed/cbr_ed374_v2018.1.1.xsd +109 -0
  211. data/XMLSchemas_2018/ed/cbr_ed375_v2018.1.1.xsd +63 -0
  212. data/XMLSchemas_2018/ed/cbr_ed378_v2018.1.1.xsd +47 -0
  213. data/XMLSchemas_2018/ed/cbr_ed379_v2018.1.1.xsd +42 -0
  214. data/XMLSchemas_2018/ed/cbr_ed380_v2018.1.1.xsd +40 -0
  215. data/XMLSchemas_2018/ed/cbr_ed381_v2018.1.1.xsd +70 -0
  216. data/XMLSchemas_2018/ed/cbr_ed382_v2018.1.1.xsd +37 -0
  217. data/XMLSchemas_2018/ed/cbr_ed383_v2018.1.1.xsd +32 -0
  218. data/XMLSchemas_2018/ed/cbr_ed385_v2018.1.1.xsd +42 -0
  219. data/XMLSchemas_2018/ed/cbr_ed393_v2018.1.1.xsd +53 -0
  220. data/XMLSchemas_2018/ed/cbr_ed408_v2018.1.1.xsd +84 -0
  221. data/XMLSchemas_2018/ed/cbr_ed421_v2018.1.1.xsd +195 -0
  222. data/XMLSchemas_2018/ed/cbr_ed422_v2018.1.1.xsd +108 -0
  223. data/XMLSchemas_2018/ed/cbr_ed425_v2018.1.1.xsd +126 -0
  224. data/XMLSchemas_2018/ed/cbr_ed428_v2018.1.1.xsd +98 -0
  225. data/XMLSchemas_2018/ed/cbr_ed429_v2018.1.1.xsd +308 -0
  226. data/XMLSchemas_2018/ed/cbr_ed431_v2018.1.1.xsd +116 -0
  227. data/XMLSchemas_2018/ed/cbr_ed432_v2018.1.1.xsd +107 -0
  228. data/XMLSchemas_2018/ed/cbr_ed433_v2018.1.1.xsd +51 -0
  229. data/XMLSchemas_2018/ed/cbr_ed434_v2018.1.1.xsd +61 -0
  230. data/XMLSchemas_2018/ed/cbr_ed435_v2018.1.1.xsd +118 -0
  231. data/XMLSchemas_2018/ed/cbr_ed462_v2018.1.1.xsd +213 -0
  232. data/XMLSchemas_2018/ed/cbr_ed463_v2018.1.1.xsd +73 -0
  233. data/XMLSchemas_2018/ed/cbr_ed464_v2018.1.1.xsd +41 -0
  234. data/XMLSchemas_2018/ed/cbr_ed465_v2018.1.1.xsd +77 -0
  235. data/XMLSchemas_2018/ed/cbr_ed499_v2018.1.1.xsd +25 -0
  236. data/XMLSchemas_2018/ed/cbr_ed501_v2018.1.1.xsd +46 -0
  237. data/XMLSchemas_2018/ed/cbr_ed503_v2018.1.1.xsd +84 -0
  238. data/XMLSchemas_2018/ed/cbr_ed508_v2018.1.1.xsd +91 -0
  239. data/XMLSchemas_2018/ed/cbr_ed510_v2018.1.1.xsd +44 -0
  240. data/XMLSchemas_2018/ed/cbr_ed511_v2018.1.1.xsd +82 -0
  241. data/XMLSchemas_2018/ed/cbr_ed512_v2018.1.1.xsd +108 -0
  242. data/XMLSchemas_2018/ed/cbr_ed530_v2018.1.1.xsd +34 -0
  243. data/XMLSchemas_2018/ed/cbr_ed540_v2018.1.1.xsd +44 -0
  244. data/XMLSchemas_2018/ed/cbr_ed541_v2018.1.1.xsd +71 -0
  245. data/XMLSchemas_2018/ed/cbr_ed542_v2018.1.1.xsd +46 -0
  246. data/XMLSchemas_2018/ed/cbr_ed573_v2018.1.1.xsd +32 -0
  247. data/XMLSchemas_2018/ed/cbr_ed574_v2018.1.1.xsd +158 -0
  248. data/XMLSchemas_2018/ed/cbr_ed599_v2018.1.1.xsd +24 -0
  249. data/XMLSchemas_2018/ed/cbr_ed801_v2018.1.1.xsd +51 -0
  250. data/XMLSchemas_2018/ed/cbr_ed802_v2018.1.1.xsd +380 -0
  251. data/XMLSchemas_2018/ed/cbr_ed804_v2018.1.1.xsd +57 -0
  252. data/XMLSchemas_2018/ed/cbr_ed805_v2018.1.1.xsd +128 -0
  253. data/XMLSchemas_2018/ed/cbr_ed806_v2018.1.1.xsd +65 -0
  254. data/XMLSchemas_2018/ed/cbr_ed807_v2018.1.1.xsd +53 -0
  255. data/XMLSchemas_2018/ed/cbr_ed808_v2018.1.1.xsd +88 -0
  256. data/XMLSchemas_2018/ed/cbr_ed809_v2018.1.1.xsd +64 -0
  257. data/XMLSchemas_2018/ed/cbr_ed810_v2018.1.1.xsd +110 -0
  258. data/XMLSchemas_2018/ed/cbr_ed811_v2018.1.1.xsd +116 -0
  259. data/XMLSchemas_2018/ed/cbr_ed813_v2018.1.1.xsd +47 -0
  260. data/XMLSchemas_2018/ed/cbr_ed814_v2018.1.1.xsd +47 -0
  261. data/XMLSchemas_2018/ed/cbr_ed816_v2018.1.1.xsd +47 -0
  262. data/XMLSchemas_2018/ed/cbr_ed818_v2018.1.1.xsd +53 -0
  263. data/XMLSchemas_2018/ed/cbr_ed819_v2018.1.1.xsd +35 -0
  264. data/XMLSchemas_2018/ed/cbr_ed820_v2018.1.1.xsd +53 -0
  265. data/XMLSchemas_2018/ed/cbr_ed821_v2018.1.1.xsd +53 -0
  266. data/XMLSchemas_2018/ed/cbr_ed823_v2018.1.1.xsd +48 -0
  267. data/XMLSchemas_2018/ed/cbr_ed999_v2018.1.1.xsd +29 -0
  268. data/XMLSchemas_2018/ed/cbr_ed_basetypes_v2016.4.1.xsd +192 -0
  269. data/XMLSchemas_2018/ed/cbr_ed_leaftypes_v2018.1.1.xsd +1840 -0
  270. data/XMLSchemas_2018/ed/cbr_ed_objects_v2018.1.1.xsd +3167 -0
  271. data/XMLSchemas_2018/ed/cbr_packetcash_v2018.1.1.xsd +89 -0
  272. data/XMLSchemas_2018/ed/cbr_packetctrl_v2018.1.1.xsd +82 -0
  273. data/XMLSchemas_2018/ed/cbr_packeteid_v2018.1.1.xsd +130 -0
  274. data/XMLSchemas_2018/ed/cbr_packetepd_v2018.1.1.xsd +121 -0
  275. data/XMLSchemas_2018/ed/cbr_packetesid_v2018.1.1.xsd +311 -0
  276. data/XMLSchemas_2018/soap-envelope.xsd +128 -0
  277. data/XMLSchemas_2018/xml.xsd +81 -0
  278. data/bin/console +6 -0
  279. data/bin/setup +8 -0
  280. data/lib/ufebs/configuration.rb +13 -0
  281. data/lib/ufebs/documents/package.rb +37 -0
  282. data/lib/ufebs/documents/payment_order.rb +75 -0
  283. data/lib/ufebs/entities/acc_doc.rb +13 -0
  284. data/lib/ufebs/entities/bank.rb +14 -0
  285. data/lib/ufebs/entities/departmental_info.rb +36 -0
  286. data/lib/ufebs/entities/participant.rb +19 -0
  287. data/lib/ufebs/fields/header.rb +12 -0
  288. data/lib/ufebs/requests/group_request.rb +27 -0
  289. data/lib/ufebs/requests/package_request.rb +40 -0
  290. data/lib/ufebs/requests/test_request.rb +20 -0
  291. data/lib/ufebs/version.rb +3 -0
  292. data/lib/ufebs.rb +111 -0
  293. data/ruby_ufebs.gemspec +31 -0
  294. metadata +461 -0
@@ -0,0 +1,1840 @@
1
+ <?xml version="1.0" encoding="Windows-1251"?>
2
+ <!--����������� ���� ���������� ���������.
3
+ ��������������� ������� ����������� ���������� ���������.
4
+
5
+ ����� � ��������� ���������� �����.
6
+
7
+ -->
8
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:lt="urn:cbr-ru:ed:leaftypes:v2.0" xmlns:bt="urn:cbr-ru:ed:basetypes:v2.0" targetNamespace="urn:cbr-ru:ed:leaftypes:v2.0" elementFormDefault="qualified" version="2018.1.1">
9
+ <xs:import namespace="urn:cbr-ru:ed:basetypes:v2.0" schemaLocation="cbr_ed_basetypes_v2016.4.1.xsd"/>
10
+ <xs:simpleType name="AccNameIDType">
11
+ <xs:annotation>
12
+ <xs:documentation>�������������. ������������ �����. ���������, �� 160 ��������.</xs:documentation>
13
+ <xs:documentation>Identifier. Account name. Text, up to 160 characters.</xs:documentation>
14
+ </xs:annotation>
15
+ <xs:restriction base="bt:IdentifierCategory">
16
+ <xs:pattern value="[^\n\r]*[\S][^\n\r]*"/>
17
+ </xs:restriction>
18
+ </xs:simpleType>
19
+ <xs:simpleType name="AccountDocIDType">
20
+ <xs:annotation>
21
+ <xs:documentation>�������������. ����� ���������� ������������. ��������, �� 1 �� 6 ������.</xs:documentation>
22
+ <xs:documentation>Identifier. Paper Document Number. Numeric, from 1 to 6 digits.</xs:documentation>
23
+ </xs:annotation>
24
+ <xs:restriction base="bt:IdentifierCategory">
25
+ <xs:minLength value="1"/>
26
+ <xs:maxLength value="6"/>
27
+ <xs:pattern value="[0-9]*[1-9][0-9]*">
28
+ <xs:annotation>
29
+ <xs:documentation>���������� �������� 0, 00, 000</xs:documentation>
30
+ </xs:annotation>
31
+ </xs:pattern>
32
+ </xs:restriction>
33
+ </xs:simpleType>
34
+ <xs:simpleType name="AccountDoc3IDType">
35
+ <xs:annotation>
36
+ <xs:documentation>�������������. ����� ���������� ������������. ��������, �� 1 �� 3 ������.</xs:documentation>
37
+ <xs:documentation>Identifier. Paper Document Number. Numeric, from 1 to 3 digits.</xs:documentation>
38
+ </xs:annotation>
39
+ <xs:restriction base="bt:IdentifierCategory">
40
+ <xs:minLength value="1"/>
41
+ <xs:maxLength value="3"/>
42
+ <xs:pattern value="[0-9]*[1-9][0-9]*">
43
+ <xs:annotation>
44
+ <xs:documentation>���������� �������� 0, 00, 000</xs:documentation>
45
+ </xs:annotation>
46
+ </xs:pattern>
47
+ </xs:restriction>
48
+ </xs:simpleType>
49
+ <xs:simpleType name="AccountNumberRUIDBrfType">
50
+ <xs:annotation>
51
+ <xs:documentation>�������������. ����� ����������� ����� ������� �������. ��������, 5 ������.</xs:documentation>
52
+ <xs:documentation>Identifier. Balance account second order number. Numeric, 5 digits.</xs:documentation>
53
+ </xs:annotation>
54
+ <xs:restriction base="bt:IdentifierCategory">
55
+ <xs:pattern value="\d{5}"/>
56
+ </xs:restriction>
57
+ </xs:simpleType>
58
+ <xs:simpleType name="AccountNumberRUIDType">
59
+ <xs:annotation>
60
+ <xs:documentation>�������������. ����� �����. [������� ����]. ���������, 20 ��������.</xs:documentation>
61
+ <xs:documentation>Identifier. Account Number. [Current Account]. Text, 20 characters.</xs:documentation>
62
+ </xs:annotation>
63
+ <xs:restriction base="bt:IdentifierCategory">
64
+ <xs:pattern value="[1-9]\d{4}[0-9ABCEHKMPTX]\d{14}"/>
65
+ </xs:restriction>
66
+ </xs:simpleType>
67
+ <xs:simpleType name="AccountNumberSWIFTIDType">
68
+ <xs:annotation>
69
+ <xs:documentation>�������������. ����� �����. ���������, �� 34 ��������.</xs:documentation>
70
+ <xs:documentation>Identifier. Account Number. Text, up to 34 characters.</xs:documentation>
71
+ </xs:annotation>
72
+ <xs:restriction base="bt:IdentifierXSetTextCategory">
73
+ <xs:minLength value="1"/>
74
+ <xs:maxLength value="34"/>
75
+ </xs:restriction>
76
+ </xs:simpleType>
77
+ <xs:simpleType name="AccountStatusType">
78
+ <xs:annotation>
79
+ <xs:documentation>�������������. ���������, 4 �������.</xs:documentation>
80
+ <xs:documentation>Identifier. Text, 4 characters.</xs:documentation>
81
+ </xs:annotation>
82
+ <xs:restriction base="bt:IdentifierTextCategory">
83
+ <xs:enumeration value="ACWT"/>
84
+ <xs:enumeration value="ACAC"/>
85
+ <xs:enumeration value="ACDL"/>
86
+ </xs:restriction>
87
+ </xs:simpleType>
88
+ <xs:simpleType name="AccountType">
89
+ <xs:annotation>
90
+ <xs:documentation>�������������. ���������, 4 �������.</xs:documentation>
91
+ <xs:documentation>Identifier. Text, 4 characters.</xs:documentation>
92
+ </xs:annotation>
93
+ <xs:restriction base="bt:IdentifierTextCategory">
94
+ <xs:enumeration value="TECA"/>
95
+ <xs:enumeration value="CBRA"/>
96
+ <xs:enumeration value="CLRA"/>
97
+ <xs:enumeration value="GARA"/>
98
+ <xs:enumeration value="BANA"/>
99
+ <xs:enumeration value="TRSA"/>
100
+ <xs:enumeration value="UTRA"/>
101
+ <xs:enumeration value="CRSA"/>
102
+ <xs:enumeration value="TRUA"/>
103
+ <xs:enumeration value="EPSA"/>
104
+ <xs:enumeration value="EPGA"/>
105
+ </xs:restriction>
106
+ </xs:simpleType>
107
+ <xs:simpleType name="ArchiveIDType">
108
+ <xs:annotation>
109
+ <xs:documentation>�������������. ������������� ������. ���������, �� 255 ��������</xs:documentation>
110
+ <xs:documentation>Identifier. Archive identifier. Text, up to 255 characters.</xs:documentation>
111
+ </xs:annotation>
112
+ <xs:restriction base="bt:IdentifierTextCategory">
113
+ <xs:minLength value="1"/>
114
+ <xs:maxLength value="255"/>
115
+ </xs:restriction>
116
+ </xs:simpleType>
117
+ <xs:simpleType name="ASEKRNumberType">
118
+ <xs:annotation>
119
+ <xs:documentation>�����. ��� ��������� �� ���. �����, �� 18 ��������.</xs:documentation>
120
+ </xs:annotation>
121
+ <xs:restriction base="bt:NumberCategory">
122
+ <xs:totalDigits value="18"/>
123
+ <xs:minInclusive value="1"/>
124
+ </xs:restriction>
125
+ </xs:simpleType>
126
+ <xs:simpleType name="AssetIDTextType">
127
+ <xs:annotation>
128
+ <xs:documentation>�������������. ���������� ����� ������. ���������, �� 20 ��������.</xs:documentation>
129
+ <xs:documentation>Identifier. Unique asset number. Text, up to 20 characters.</xs:documentation>
130
+ </xs:annotation>
131
+ <xs:restriction base="bt:IdentifierTextCategory">
132
+ <xs:maxLength value="20"/>
133
+ </xs:restriction>
134
+ </xs:simpleType>
135
+ <xs:simpleType name="BankDKOIDType">
136
+ <xs:annotation>
137
+ <xs:documentation>�������������. ��������������� ����� ��. ���������, �� 20 ��������.</xs:documentation>
138
+ <xs:documentation>Identifier. Bank registration number. Text, up to 20 characters.</xs:documentation>
139
+ </xs:annotation>
140
+ <xs:restriction base="bt:IdentifierTextCategory">
141
+ <xs:minLength value="1"/>
142
+ <xs:maxLength value="20"/>
143
+ </xs:restriction>
144
+ </xs:simpleType>
145
+ <xs:simpleType name="BankIDType">
146
+ <xs:annotation>
147
+ <xs:documentation>�������������. ��������������� ����� �� � ������������ � �����. ���������, �� 9 ��������.</xs:documentation>
148
+ <xs:documentation>Identifier. Bank registration number in accordance with KGRKO. Text, up to 9 characters.</xs:documentation>
149
+ </xs:annotation>
150
+ <xs:restriction base="bt:IdentifierTextCategory">
151
+ <xs:minLength value="1"/>
152
+ <xs:maxLength value="9"/>
153
+ </xs:restriction>
154
+ </xs:simpleType>
155
+ <xs:simpleType name="BICRUIDType">
156
+ <xs:annotation>
157
+ <xs:documentation>�������������. ���������� ����������������� ���; ���. [��� ��]. ��������, 9 �������.</xs:documentation>
158
+ <xs:documentation>Identifier. Banking identifier code; National BIC. [National BIC]. Numeric, 9 digits.</xs:documentation>
159
+ </xs:annotation>
160
+ <xs:restriction base="bt:IdentifierCategory">
161
+ <xs:pattern value="\d{9}"/>
162
+ </xs:restriction>
163
+ </xs:simpleType>
164
+ <xs:simpleType name="BICSWIFTIDType">
165
+ <xs:annotation>
166
+ <xs:documentation>�������������. ���������� ����������������� ���, ����������� SWIFT. ������ �� 11 �������� ������� 4!a2!a2!c[3!c].</xs:documentation>
167
+ <xs:documentation>Identifier. SWIFT BIC. String up to 11 characters in format 4!a2!a2!c[3!c].</xs:documentation>
168
+ </xs:annotation>
169
+ <xs:restriction base="bt:IdentifierCategory">
170
+ <xs:minLength value="8"/>
171
+ <xs:maxLength value="11"/>
172
+ <xs:pattern value="[A-Z]{6}[0-9A-Z]{2}([0-9A-Z]{3})?"/>
173
+ </xs:restriction>
174
+ </xs:simpleType>
175
+ <xs:simpleType name="BICSWIFTRUIDType">
176
+ <xs:annotation>
177
+ <xs:documentation>�������������. ���������� ����������������� ��� SWIFT. ���������, 11 ��������.</xs:documentation>
178
+ <xs:documentation>Identifier. SWIFT BIC. Text, 11 characters.</xs:documentation>
179
+ </xs:annotation>
180
+ <xs:restriction base="bt:IdentifierTextCategory">
181
+ <xs:minLength value="11"/>
182
+ <xs:maxLength value="11"/>
183
+ </xs:restriction>
184
+ </xs:simpleType>
185
+ <xs:simpleType name="BalanceKopeckAmountType">
186
+ <xs:annotation>
187
+ <xs:documentation>�����. � �������� (��� ����������� ������� �� �����). ����� �����, �� 18 ��������.</xs:documentation>
188
+ <xs:documentation>Amount. In Kopecks (for account balance description). Integer numeric, up to 18 digits.</xs:documentation>
189
+ </xs:annotation>
190
+ <xs:restriction base="bt:AmountCategory">
191
+ <xs:totalDigits value="18"/>
192
+ </xs:restriction>
193
+ </xs:simpleType>
194
+ <xs:simpleType name="BusinessScenarioType">
195
+ <xs:annotation>
196
+ <xs:documentation>�������������. ���������, 4 �������.</xs:documentation>
197
+ <xs:documentation>Identifier. Text, 4 characters.</xs:documentation>
198
+ </xs:annotation>
199
+ <xs:restriction base="bt:IdentifierTextCategory">
200
+ <xs:enumeration value="CAPE"/>
201
+ <xs:enumeration value="CLWD"/>
202
+ <xs:enumeration value="LOAN"/>
203
+ <xs:enumeration value="ANNL"/>
204
+ <xs:enumeration value="WCNF"/>
205
+ <xs:enumeration value="SPEC"/>
206
+ <xs:enumeration value="BLSW"/>
207
+ <xs:enumeration value="PART"/>
208
+ <xs:enumeration value="LEVL"/>
209
+ <xs:enumeration value="GFUT"/>
210
+ <xs:enumeration value="LNOV"/>
211
+ <xs:enumeration value="COLE"/>
212
+ </xs:restriction>
213
+ </xs:simpleType>
214
+ <xs:simpleType name="CBCIDTextType">
215
+ <xs:annotation>
216
+ <xs:documentation>�������������. ���� 104. ���������, �� 20 ��������.</xs:documentation>
217
+ <xs:documentation>Identifier. Field 104. Text, up to 20 characters.</xs:documentation>
218
+ </xs:annotation>
219
+ <xs:restriction base="bt:IdentifierTextCategory">
220
+ <xs:minLength value="1"/>
221
+ <xs:maxLength value="20"/>
222
+ </xs:restriction>
223
+ </xs:simpleType>
224
+ <xs:simpleType name="CashAccountingCodeType">
225
+ <xs:annotation>
226
+ <xs:documentation>���. ������ �������� ��������. [������� �������� ����������]. ��������, 2 �������.</xs:documentation>
227
+ <xs:documentation>Code. Cash transactions symbol. [Characters cash reporting]. Numeric, 2 digits.</xs:documentation>
228
+ </xs:annotation>
229
+ <xs:restriction base="bt:CodeCategory">
230
+ <xs:pattern value="\d{2}"/>
231
+ </xs:restriction>
232
+ </xs:simpleType>
233
+ <xs:simpleType name="CashDocIDType">
234
+ <xs:annotation>
235
+ <xs:documentation>�������������. ����� ��������� ���������. ���������, �� 9 ��������.</xs:documentation>
236
+ <xs:documentation>Identifier. Cash Document Number. Text, up to 9 characters.</xs:documentation>
237
+ </xs:annotation>
238
+ <xs:restriction base="bt:IdentifierTextCategory">
239
+ <xs:maxLength value="9"/>
240
+ </xs:restriction>
241
+ </xs:simpleType>
242
+ <xs:simpleType name="ChangeIndicatorCodeType">
243
+ <xs:annotation>
244
+ <xs:documentation>���. ������� ��������� ���������. ��������, 1 �������.</xs:documentation>
245
+ <xs:documentation>Code. Indication changing attribute. Numeric, 1 digit.</xs:documentation>
246
+ </xs:annotation>
247
+ <xs:restriction base="bt:CodeCategory">
248
+ <xs:pattern value="\d{1}"/>
249
+ </xs:restriction>
250
+ </xs:simpleType>
251
+ <xs:simpleType name="ChangeType">
252
+ <xs:annotation>
253
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
254
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
255
+ </xs:annotation>
256
+ <xs:restriction base="bt:IdentifierTextCategory">
257
+ <xs:enumeration value="NCNG"/>
258
+ <xs:enumeration value="ADDD"/>
259
+ <xs:enumeration value="CHGD"/>
260
+ <xs:enumeration value="DLTD"/>
261
+ </xs:restriction>
262
+ </xs:simpleType>
263
+ <xs:simpleType name="ClearingCircuitType">
264
+ <xs:annotation>
265
+ <xs:documentation>�������������. ���������, 4 �������.</xs:documentation>
266
+ <xs:documentation>Identifier. Text, 4 characters.</xs:documentation>
267
+ </xs:annotation>
268
+ <xs:restriction base="bt:IdentifierTextCategory">
269
+ <xs:minLength value="4"/>
270
+ <xs:maxLength value="4"/>
271
+ </xs:restriction>
272
+ </xs:simpleType>
273
+ <xs:simpleType name="ClientIDType">
274
+ <xs:annotation>
275
+ <xs:documentation>�������������. ������������� �������. ��������, 10 ������.</xs:documentation>
276
+ <xs:documentation>Identifier. Client identifier. Numeric, 10 digits</xs:documentation>
277
+ </xs:annotation>
278
+ <xs:restriction base="bt:IdentifierCategory">
279
+ <xs:pattern value="\d{10}"/>
280
+ </xs:restriction>
281
+ </xs:simpleType>
282
+ <xs:simpleType name="CMType">
283
+ <xs:annotation>
284
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
285
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
286
+ </xs:annotation>
287
+ <xs:restriction base="bt:IdentifierTextCategory">
288
+ <xs:enumeration value="ACIN"/>
289
+ <xs:enumeration value="BALC"/>
290
+ </xs:restriction>
291
+ </xs:simpleType>
292
+ <xs:simpleType name="ConditionCodeType">
293
+ <xs:annotation>
294
+ <xs:documentation>���. ��� �������. ���������, 4 �������.</xs:documentation>
295
+ <xs:documentation>Code. Condition Code. Text, 4 character.</xs:documentation>
296
+ </xs:annotation>
297
+ <xs:restriction base="bt:CodeCategory">
298
+ <xs:enumeration value="RSRV"/>
299
+ <xs:enumeration value="ERCP"/>
300
+ <xs:enumeration value="COVR"/>
301
+ </xs:restriction>
302
+ </xs:simpleType>
303
+ <xs:simpleType name="ControlCodeType">
304
+ <xs:annotation>
305
+ <xs:documentation>���. ��� ��������/������ � ��. ��������, 4 �������.</xs:documentation>
306
+ <xs:documentation>Code. EM Control/Error Code. Numeric,4 digits.</xs:documentation>
307
+ </xs:annotation>
308
+ <xs:restriction base="bt:CodeCategory">
309
+ <xs:pattern value="\d{4}"/>
310
+ </xs:restriction>
311
+ </xs:simpleType>
312
+ <xs:simpleType name="CurrencyIDType">
313
+ <xs:annotation>
314
+ <xs:documentation>�������������. ��� ������. [���]. ���������, 3 �������.</xs:documentation>
315
+ <xs:documentation>Identifier. Currency Code. Text, 3 character.</xs:documentation>
316
+ </xs:annotation>
317
+ <xs:restriction base="bt:IdentifierTextCategory">
318
+ <xs:minLength value="3"/>
319
+ <xs:maxLength value="3"/>
320
+ </xs:restriction>
321
+ </xs:simpleType>
322
+ <xs:simpleType name="DateType">
323
+ <xs:annotation>
324
+ <xs:documentation>����. [���� ��� 8601-2001]. ������ YYYY-MM-DD.</xs:documentation>
325
+ <xs:documentation>Date. [GOST ISO 8601-2001]. Format YYYY-MM-DD.</xs:documentation>
326
+ </xs:annotation>
327
+ <xs:restriction base="bt:DateCategory">
328
+ <xs:pattern value="\d{4}-\d{2}-\d{2}"/>
329
+ </xs:restriction>
330
+ </xs:simpleType>
331
+ <xs:simpleType name="DateTimeType">
332
+ <xs:annotation>
333
+ <xs:documentation>���������. [���� ��� 8601-2001]. ������ YYYY-MM-DDThh:mm:ssZ.</xs:documentation>
334
+ <xs:documentation>DateTime. [GOST ISO 8601-2001]. Format YYYY-MM-DDThh:mm:ssZ.</xs:documentation>
335
+ </xs:annotation>
336
+ <xs:restriction base="bt:DateTimeCategory">
337
+ <xs:pattern value="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}Z"/>
338
+ </xs:restriction>
339
+ </xs:simpleType>
340
+ <xs:simpleType name="DepoAccountIDType">
341
+ <xs:annotation>
342
+ <xs:documentation>�������������. ����� ����� ���� � �����������. ���������, �� 20 ��������.</xs:documentation>
343
+ <xs:documentation>Identifier. Depot account number with the depository. Text, up to 20 characters.</xs:documentation>
344
+ </xs:annotation>
345
+ <xs:restriction base="bt:IdentifierTextCategory">
346
+ <xs:minLength value="1"/>
347
+ <xs:maxLength value="20"/>
348
+ </xs:restriction>
349
+ </xs:simpleType>
350
+ <xs:simpleType name="DepoAccount12IDType">
351
+ <xs:annotation>
352
+ <xs:documentation>�������������. ����� ����� ���� � �����������. ���������, �� 12 ��������.</xs:documentation>
353
+ <xs:documentation>Identifier. Depot account number with the depository. Text, up to 12 characters.</xs:documentation>
354
+ </xs:annotation>
355
+ <xs:restriction base="bt:IdentifierTextCategory">
356
+ <xs:minLength value="1"/>
357
+ <xs:maxLength value="12"/>
358
+ </xs:restriction>
359
+ </xs:simpleType>
360
+ <xs:simpleType name="DepoAccount32IDType">
361
+ <xs:annotation>
362
+ <xs:documentation>�������������. ����� ����� ���� � �����������. ���������, �� 32 ��������.</xs:documentation>
363
+ <xs:documentation>Identifier. Depot account number with the depository. Text, up to 32 characters.</xs:documentation>
364
+ </xs:annotation>
365
+ <xs:restriction base="bt:IdentifierTextCategory">
366
+ <xs:minLength value="1"/>
367
+ <xs:maxLength value="32"/>
368
+ </xs:restriction>
369
+ </xs:simpleType>
370
+ <xs:simpleType name="DepoIDType">
371
+ <xs:annotation>
372
+ <xs:documentation>�������������. ��� �����������. ���������, �� 20 ��������.</xs:documentation>
373
+ <xs:documentation>Identifier. Depot Code. Text, up to 20 characters.</xs:documentation>
374
+ </xs:annotation>
375
+ <xs:restriction base="bt:IdentifierTextCategory">
376
+ <xs:minLength value="1"/>
377
+ <xs:maxLength value="20"/>
378
+ </xs:restriction>
379
+ </xs:simpleType>
380
+ <xs:simpleType name="DepoPartitionIDType">
381
+ <xs:annotation>
382
+ <xs:documentation>�������������. ����� ������� ����� ����. ���������, �� 20 ��������.</xs:documentation>
383
+ <xs:documentation>Identifier. Depot section account number. Text, up to 20 characters.</xs:documentation>
384
+ </xs:annotation>
385
+ <xs:restriction base="bt:IdentifierTextCategory">
386
+ <xs:minLength value="1"/>
387
+ <xs:maxLength value="20"/>
388
+ </xs:restriction>
389
+ </xs:simpleType>
390
+ <xs:simpleType name="DepoPartition17IDType">
391
+ <xs:annotation>
392
+ <xs:documentation>�������������. ����� ������� ����� ����. ���������, �� 17 ��������.</xs:documentation>
393
+ <xs:documentation>Identifier. Depot section account number. Text, up to 17 characters.</xs:documentation>
394
+ </xs:annotation>
395
+ <xs:restriction base="bt:IdentifierTextCategory">
396
+ <xs:minLength value="1"/>
397
+ <xs:maxLength value="17"/>
398
+ </xs:restriction>
399
+ </xs:simpleType>
400
+ <xs:simpleType name="DepoPartition32IDType">
401
+ <xs:annotation>
402
+ <xs:documentation>�������������. ����� ������� ����� ����. ���������, �� 32 ��������.</xs:documentation>
403
+ <xs:documentation>Identifier. Depot section account number. Text, up to 32 characters.</xs:documentation>
404
+ </xs:annotation>
405
+ <xs:restriction base="bt:IdentifierTextCategory">
406
+ <xs:minLength value="1"/>
407
+ <xs:maxLength value="32"/>
408
+ </xs:restriction>
409
+ </xs:simpleType>
410
+ <xs:simpleType name="DrawerStatusCodeTextType">
411
+ <xs:annotation>
412
+ <xs:documentation>���. ���� 101. ���������, 1-2 �������.</xs:documentation>
413
+ <xs:documentation>Code. Field 101. Text, 1-2 characters.</xs:documentation>
414
+ </xs:annotation>
415
+ <xs:restriction base="bt:IdentifierTextCategory">
416
+ <xs:minLength value="1"/>
417
+ <xs:maxLength value="2"/>
418
+ </xs:restriction>
419
+ </xs:simpleType>
420
+ <xs:simpleType name="EDDrawerIDType">
421
+ <xs:annotation>
422
+ <xs:documentation>�������������. ���������� ������������� ����������� ��; ���. [���]. ��������, 10 ������.</xs:documentation>
423
+ <xs:documentation>Identifier. EM Author Unique Identifier; UID. [UID]. Numeric, 10 digits.</xs:documentation>
424
+ </xs:annotation>
425
+ <xs:restriction base="bt:IdentifierCategory">
426
+ <xs:pattern value="\d{10}"/>
427
+ </xs:restriction>
428
+ </xs:simpleType>
429
+ <xs:simpleType name="EDNumberType">
430
+ <xs:annotation>
431
+ <xs:documentation>�����. ����� ������������ ���������. �����, �� 9 ��������.</xs:documentation>
432
+ <xs:documentation>Numeric. EM Number. Integer, up to 9 digits.</xs:documentation>
433
+ </xs:annotation>
434
+ <xs:restriction base="bt:NumberCategory">
435
+ <xs:totalDigits value="9"/>
436
+ <xs:minInclusive value="1"/>
437
+ </xs:restriction>
438
+ </xs:simpleType>
439
+ <xs:simpleType name="EDQuantityType">
440
+ <xs:annotation>
441
+ <xs:documentation>����������. ���������� ����������� ��������� � ������ ��� ��� ����. �����, �� 9 ��������.</xs:documentation>
442
+ <xs:documentation>Quantity. EM Quantity in EPM or ESIM package. Integer, up to 9 digits.</xs:documentation>
443
+ </xs:annotation>
444
+ <xs:restriction base="bt:QuantityCategory">
445
+ <xs:totalDigits value="9"/>
446
+ <xs:minInclusive value="1"/>
447
+ </xs:restriction>
448
+ </xs:simpleType>
449
+ <xs:simpleType name="EGRULIDTextType">
450
+ <xs:annotation>
451
+ <xs:documentation>�������������. ��������������� ����� ����������� � ������ ��������������� ������� ����������� ���. [�����]. ���������, �� 20 ��������.</xs:documentation>
452
+ <xs:documentation>Identifier. Registration number of the organization. Text, up to 20 characters.</xs:documentation>
453
+ </xs:annotation>
454
+ <xs:restriction base="bt:IdentifierTextCategory">
455
+ <xs:minLength value="1"/>
456
+ <xs:maxLength value="20"/>
457
+ </xs:restriction>
458
+ </xs:simpleType>
459
+ <xs:simpleType name="Enu45OneDigitCodeType">
460
+ <xs:annotation>
461
+ <xs:documentation>���. ����������� ��� �������� ���������. [������� �������� ����������]. ��������, 1 �������.</xs:documentation>
462
+ <xs:documentation>Code. 1-digit attribute value code. [Attribute value codes]. Numeric, 1 digit.</xs:documentation>
463
+ </xs:annotation>
464
+ <xs:restriction base="bt:CodeCategory">
465
+ <xs:enumeration value="4"/>
466
+ <xs:enumeration value="5"/>
467
+ </xs:restriction>
468
+ </xs:simpleType>
469
+ <xs:simpleType name="EnuTransactionKindCodeType">
470
+ <xs:annotation>
471
+ <xs:documentation>���. ���������� ��� �������� ���������. [������� �������� ����������]. ��������, 2 �������.</xs:documentation>
472
+ <xs:documentation>Code. Two digit code of attribite value. [see Code Attribute Values]. Numeric, 2 digits.</xs:documentation>
473
+ </xs:annotation>
474
+ <xs:restriction base="bt:CodeCategory">
475
+ <xs:enumeration value="02"/>
476
+ <xs:enumeration value="06"/>
477
+ </xs:restriction>
478
+ </xs:simpleType>
479
+ <xs:simpleType name="Eq10IdentifierDigitType">
480
+ <xs:annotation>
481
+ <xs:documentation>�������������. ��������, 10 ������.</xs:documentation>
482
+ <xs:documentation>Identifier. Numeric, 10 digits</xs:documentation>
483
+ </xs:annotation>
484
+ <xs:restriction base="bt:IdentifierCategory">
485
+ <xs:pattern value="\d{10}"/>
486
+ </xs:restriction>
487
+ </xs:simpleType>
488
+ <xs:simpleType name="Eq3TextType">
489
+ <xs:annotation>
490
+ <xs:documentation>�����. ������, 3 �������.</xs:documentation>
491
+ <xs:documentation>Text. String, 3 characters.</xs:documentation>
492
+ </xs:annotation>
493
+ <xs:restriction base="bt:TextCategory">
494
+ <xs:minLength value="3"/>
495
+ <xs:maxLength value="3"/>
496
+ </xs:restriction>
497
+ </xs:simpleType>
498
+ <xs:simpleType name="ErrorEDQuantityType">
499
+ <xs:annotation>
500
+ <xs:documentation>����������. ���������� �� ��������� ����������� ����������/���������� ����������. �����, �� 5 ��������.</xs:documentation>
501
+ <xs:documentation>Quantity. Number of documents (elements of documents) not certified controller. Integer, up to 5 digits.</xs:documentation>
502
+ </xs:annotation>
503
+ <xs:restriction base="bt:QuantityCategory">
504
+ <xs:minInclusive value="0"/>
505
+ <xs:totalDigits value="5"/>
506
+ </xs:restriction>
507
+ </xs:simpleType>
508
+ <xs:simpleType name="EventCodeType">
509
+ <xs:annotation>
510
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
511
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
512
+ </xs:annotation>
513
+ <xs:restriction base="bt:CodeCategory">
514
+ <xs:enumeration value="PRES"/>
515
+ <xs:enumeration value="MDUW"/>
516
+ <xs:enumeration value="LQMW"/>
517
+ <xs:enumeration value="STDW"/>
518
+ <xs:enumeration value="ADJW"/>
519
+ <xs:enumeration value="URGC"/>
520
+ <xs:enumeration value="NURC"/>
521
+ <xs:enumeration value="INCC"/>
522
+ <xs:enumeration value="BALF"/>
523
+ <xs:enumeration value="CNSC"/>
524
+ <xs:enumeration value="REGS"/>
525
+ <xs:enumeration value="CLOS"/>
526
+ <xs:enumeration value="MTCN"/>
527
+ </xs:restriction>
528
+ </xs:simpleType>
529
+ <xs:simpleType name="FNameIDType">
530
+ <xs:annotation>
531
+ <xs:documentation>�������������. ��� �����. ���������.</xs:documentation>
532
+ <xs:documentation>Identifier. File name. Text.</xs:documentation>
533
+ </xs:annotation>
534
+ <xs:restriction base="xs:string"/>
535
+ </xs:simpleType>
536
+ <xs:simpleType name="FourCharactersCodeType">
537
+ <xs:annotation>
538
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
539
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
540
+ </xs:annotation>
541
+ <xs:restriction base="bt:CodeCategory">
542
+ <xs:enumeration value="RSTS"/>
543
+ <xs:enumeration value="RCPY"/>
544
+ <xs:enumeration value="RSPC"/>
545
+ </xs:restriction>
546
+ </xs:simpleType>
547
+ <xs:simpleType name="FourDigitCodeType">
548
+ <xs:annotation>
549
+ <xs:documentation>���. �������������� ��� �������� ���������. [������� �������� ����������]. ��������, 4 �������.</xs:documentation>
550
+ <xs:documentation>Code. Four symbols code of value of Attribute. [Code values of Attributes]. Digital, 4 digits.</xs:documentation>
551
+ </xs:annotation>
552
+ <xs:restriction base="bt:CodeCategory">
553
+ <xs:pattern value="\d{4}"/>
554
+ </xs:restriction>
555
+ </xs:simpleType>
556
+ <xs:simpleType name="FTIGroupCodeType">
557
+ <xs:annotation>
558
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
559
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
560
+ </xs:annotation>
561
+ <xs:restriction base="bt:CodeCategory">
562
+ <xs:enumeration value="INTR"/>
563
+ <xs:enumeration value="CND1"/>
564
+ <xs:enumeration value="CND2"/>
565
+ <xs:enumeration value="NXDY"/>
566
+ <xs:enumeration value="WAIT"/>
567
+ <xs:enumeration value="SPEC"/>
568
+ </xs:restriction>
569
+ </xs:simpleType>
570
+ <xs:simpleType name="GarFundsUsageType">
571
+ <xs:annotation>
572
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
573
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
574
+ </xs:annotation>
575
+ <xs:restriction base="bt:CodeCategory">
576
+ <xs:enumeration value="GFNU"/>
577
+ <xs:enumeration value="GFCA"/>
578
+ <xs:enumeration value="GFCI"/>
579
+ </xs:restriction>
580
+ </xs:simpleType>
581
+ <xs:simpleType name="Indicator1Type">
582
+ <xs:annotation>
583
+ <xs:documentation>���������. ��������� ����� = 1.</xs:documentation>
584
+ <xs:documentation>Indication. Value = 1.</xs:documentation>
585
+ </xs:annotation>
586
+ <xs:restriction base="bt:IndicatorCategory">
587
+ <xs:pattern value="1"/>
588
+ </xs:restriction>
589
+ </xs:simpleType>
590
+ <xs:simpleType name="IndicatorType">
591
+ <xs:annotation>
592
+ <xs:documentation>���������. ��������� �����.</xs:documentation>
593
+ <xs:documentation>Indication.</xs:documentation>
594
+ </xs:annotation>
595
+ <xs:restriction base="bt:IndicatorCategory"/>
596
+ </xs:simpleType>
597
+ <xs:simpleType name="INNIDTextType">
598
+ <xs:annotation>
599
+ <xs:documentation>�������������. �������������� ����� �����������������; ���. [���]. ���������, �� 12 ��������.</xs:documentation>
600
+ <xs:documentation>Identifier. Resident Tax Identification Number; INN. [INN]. Text, up to 12 characters.</xs:documentation>
601
+ </xs:annotation>
602
+ <xs:restriction base="bt:IdentifierTextCategory">
603
+ <xs:maxLength value="12"/>
604
+ </xs:restriction>
605
+ </xs:simpleType>
606
+ <xs:simpleType name="ISINIDType">
607
+ <xs:annotation>
608
+ <xs:documentation>�������������. ����. ���������, 12 ��������.</xs:documentation>
609
+ <xs:documentation>Identifier. ISIN. Text, up to 12 characters.</xs:documentation>
610
+ </xs:annotation>
611
+ <xs:restriction base="bt:IdentifierTextCategory">
612
+ <xs:minLength value="12"/>
613
+ <xs:maxLength value="12"/>
614
+ </xs:restriction>
615
+ </xs:simpleType>
616
+ <xs:simpleType name="KPPIDTextType">
617
+ <xs:annotation>
618
+ <xs:documentation>�������������. ��� ������� ���������� �� ����; ���. [���]. ���������, �� 9 ��������.</xs:documentation>
619
+ <xs:documentation>Identifier. Tax Registration Code; KPP. [KPP]. Text, up to 9 characters.</xs:documentation>
620
+ </xs:annotation>
621
+ <xs:restriction base="bt:IdentifierTextCategory">
622
+ <xs:minLength value="1"/>
623
+ <xs:maxLength value="9"/>
624
+ </xs:restriction>
625
+ </xs:simpleType>
626
+ <xs:simpleType name="KopeckAmountType">
627
+ <xs:annotation>
628
+ <xs:documentation>�����. � ��������. ������������� ����� �����, �� 18 ��������.</xs:documentation>
629
+ <xs:documentation>Amount in kope�ks. Positive integer number up to 18 digits.</xs:documentation>
630
+ </xs:annotation>
631
+ <xs:restriction base="bt:AmountCategory">
632
+ <xs:totalDigits value="18"/>
633
+ <xs:minInclusive value="1"/>
634
+ </xs:restriction>
635
+ </xs:simpleType>
636
+ <xs:simpleType name="LimitChangeType">
637
+ <xs:annotation>
638
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
639
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
640
+ </xs:annotation>
641
+ <xs:restriction base="bt:CodeCategory">
642
+ <xs:enumeration value="SETL"/>
643
+ <xs:enumeration value="DELL"/>
644
+ </xs:restriction>
645
+ </xs:simpleType>
646
+ <xs:simpleType name="LimitType">
647
+ <xs:annotation>
648
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
649
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
650
+ </xs:annotation>
651
+ <xs:restriction base="bt:CodeCategory">
652
+ <xs:enumeration value="URGL"/>
653
+ <xs:enumeration value="NURL"/>
654
+ <xs:enumeration value="IOCL"/>
655
+ <xs:enumeration value="FPML"/>
656
+ <xs:enumeration value="VPML"/>
657
+ <xs:enumeration value="FIPL"/>
658
+ <xs:enumeration value="VIPL"/>
659
+ <xs:enumeration value="IPCL"/>
660
+ <xs:enumeration value="ICLL"/>
661
+ <xs:enumeration value="TCLL"/>
662
+ </xs:restriction>
663
+ </xs:simpleType>
664
+ <xs:simpleType name="MassType">
665
+ <xs:annotation>
666
+ <xs:documentation>�����. � ����� ������. ������������� ����� ����� ��� ����, �� 18 ��������.</xs:documentation>
667
+ <xs:documentation>Weight. In hundredths of a gram. Positive integer number up to 18 digits.</xs:documentation>
668
+ </xs:annotation>
669
+ <xs:restriction base="bt:WeightCategory">
670
+ <xs:totalDigits value="18"/>
671
+ <xs:minInclusive value="0"/>
672
+ <xs:pattern value="[0]|[1-9]\d{0,}"/>
673
+ </xs:restriction>
674
+ </xs:simpleType>
675
+ <xs:simpleType name="Max1TextType">
676
+ <xs:annotation>
677
+ <xs:documentation>�����. ������, 1 ������.</xs:documentation>
678
+ <xs:documentation>Text. String, 1 character.</xs:documentation>
679
+ </xs:annotation>
680
+ <xs:restriction base="bt:TextCategory">
681
+ <xs:minLength value="1"/>
682
+ <xs:maxLength value="1"/>
683
+ </xs:restriction>
684
+ </xs:simpleType>
685
+ <xs:simpleType name="Max10TextType">
686
+ <xs:annotation>
687
+ <xs:documentation>�����. ������, �� 10 ��������.</xs:documentation>
688
+ <xs:documentation>Text. String, up to 10 characters.</xs:documentation>
689
+ </xs:annotation>
690
+ <xs:restriction base="bt:TextCategory">
691
+ <xs:minLength value="1"/>
692
+ <xs:maxLength value="10"/>
693
+ </xs:restriction>
694
+ </xs:simpleType>
695
+ <xs:simpleType name="Max100TextType">
696
+ <xs:annotation>
697
+ <xs:documentation>�����. ������, �� 100 ��������.</xs:documentation>
698
+ <xs:documentation>Text. String, up to 100 characters.</xs:documentation>
699
+ </xs:annotation>
700
+ <xs:restriction base="bt:TextCategory">
701
+ <xs:minLength value="1"/>
702
+ <xs:maxLength value="100"/>
703
+ </xs:restriction>
704
+ </xs:simpleType>
705
+ <xs:simpleType name="Max100XTextType">
706
+ <xs:annotation>
707
+ <xs:documentation>�����. ������, �� 100 ��������.</xs:documentation>
708
+ <xs:documentation>Text. String, up to 100 characters.</xs:documentation>
709
+ </xs:annotation>
710
+ <xs:restriction base="bt:TextCategory">
711
+ <xs:minLength value="1"/>
712
+ <xs:maxLength value="100"/>
713
+ <xs:pattern value="[A-Za-z0-9]*"/>
714
+ </xs:restriction>
715
+ </xs:simpleType>
716
+ <xs:simpleType name="Max1020TextType">
717
+ <xs:annotation>
718
+ <xs:documentation>�����. ������, �� 1020 ��������.</xs:documentation>
719
+ <xs:documentation>Text. String, up to 1020 characters.</xs:documentation>
720
+ </xs:annotation>
721
+ <xs:restriction base="bt:TextCategory">
722
+ <xs:minLength value="1"/>
723
+ <xs:maxLength value="1020"/>
724
+ </xs:restriction>
725
+ </xs:simpleType>
726
+ <xs:simpleType name="Max1024TextContentType">
727
+ <xs:annotation>
728
+ <xs:documentation>�����������������. ������, �� 1024 ��������.</xs:documentation>
729
+ <xs:documentation>FreeText. String, up to 1024 characters.</xs:documentation>
730
+ </xs:annotation>
731
+ <xs:restriction base="bt:TextContentCategory">
732
+ <xs:minLength value="1"/>
733
+ <xs:maxLength value="1024"/>
734
+ </xs:restriction>
735
+ </xs:simpleType>
736
+ <xs:simpleType name="Max11TextType">
737
+ <xs:annotation>
738
+ <xs:documentation>�����. ������, ������, �� 11 ��������.</xs:documentation>
739
+ <xs:documentation>Text. String, up to 11 characters.</xs:documentation>
740
+ </xs:annotation>
741
+ <xs:restriction base="bt:TextCategory">
742
+ <xs:minLength value="1"/>
743
+ <xs:maxLength value="11"/>
744
+ </xs:restriction>
745
+ </xs:simpleType>
746
+ <xs:simpleType name="Max12TextType">
747
+ <xs:annotation>
748
+ <xs:documentation>�����. ������, �� 12 ��������.</xs:documentation>
749
+ <xs:documentation>Text. String, up to 12 characters.</xs:documentation>
750
+ </xs:annotation>
751
+ <xs:restriction base="bt:TextCategory">
752
+ <xs:minLength value="1"/>
753
+ <xs:maxLength value="12"/>
754
+ </xs:restriction>
755
+ </xs:simpleType>
756
+ <xs:simpleType name="Max12IdentifierTextType">
757
+ <xs:annotation>
758
+ <xs:documentation>�������������. ���������, �� 12 ��������.</xs:documentation>
759
+ <xs:documentation>Identifier. Text, up to 12 characters.</xs:documentation>
760
+ </xs:annotation>
761
+ <xs:restriction base="bt:IdentifierTextCategory">
762
+ <xs:minLength value="1"/>
763
+ <xs:maxLength value="12"/>
764
+ </xs:restriction>
765
+ </xs:simpleType>
766
+ <xs:simpleType name="Max12WeightType">
767
+ <xs:annotation>
768
+ <xs:documentation>�����. � ����� ������. ������������� ����� ����� �� 12 ��������.</xs:documentation>
769
+ </xs:annotation>
770
+ <xs:restriction base="xs:decimal">
771
+ <xs:totalDigits value="12"/>
772
+ <xs:minInclusive value="0"/>
773
+ <xs:fractionDigits value="0"/>
774
+ <xs:pattern value="([0]|([1-9]\d{0,}))"/>
775
+ </xs:restriction>
776
+ </xs:simpleType>
777
+ <xs:simpleType name="Max140TextType">
778
+ <xs:annotation>
779
+ <xs:documentation>�����. ������, �� 140 ��������.</xs:documentation>
780
+ <xs:documentation>Text. String, up to 140 characters.</xs:documentation>
781
+ </xs:annotation>
782
+ <xs:restriction base="bt:TextCategory">
783
+ <xs:minLength value="1"/>
784
+ <xs:maxLength value="140"/>
785
+ </xs:restriction>
786
+ </xs:simpleType>
787
+ <xs:simpleType name="Max150TextType">
788
+ <xs:annotation>
789
+ <xs:documentation>�����. ������, �� 150 ��������.</xs:documentation>
790
+ <xs:documentation>Text. String, up to 150 characters.</xs:documentation>
791
+ </xs:annotation>
792
+ <xs:restriction base="bt:TextCategory">
793
+ <xs:minLength value="1"/>
794
+ <xs:maxLength value="150"/>
795
+ </xs:restriction>
796
+ </xs:simpleType>
797
+ <xs:simpleType name="Max16TextType">
798
+ <xs:annotation>
799
+ <xs:documentation>�����. ������, �� 16 ��������.</xs:documentation>
800
+ <xs:documentation>Text. String, up to 16 characters.</xs:documentation>
801
+ </xs:annotation>
802
+ <xs:restriction base="bt:TextCategory">
803
+ <xs:minLength value="1"/>
804
+ <xs:maxLength value="16"/>
805
+ </xs:restriction>
806
+ </xs:simpleType>
807
+ <xs:simpleType name="Max160TextType">
808
+ <xs:annotation>
809
+ <xs:documentation>�����. ������, �� 160 ��������.</xs:documentation>
810
+ <xs:documentation>Text. String, up to 160 characters.</xs:documentation>
811
+ </xs:annotation>
812
+ <xs:restriction base="bt:TextCategory">
813
+ <xs:minLength value="1"/>
814
+ <xs:maxLength value="160"/>
815
+ </xs:restriction>
816
+ </xs:simpleType>
817
+ <xs:simpleType name="Max160TextContentType">
818
+ <xs:annotation>
819
+ <xs:documentation>�����������������. ������, �� 160 ��������.</xs:documentation>
820
+ <xs:documentation>FreeText. String, up to 160 characters.</xs:documentation>
821
+ </xs:annotation>
822
+ <xs:restriction base="bt:TextContentCategory">
823
+ <xs:minLength value="1"/>
824
+ <xs:maxLength value="160"/>
825
+ </xs:restriction>
826
+ </xs:simpleType>
827
+ <xs:simpleType name="Max2TextType">
828
+ <xs:annotation>
829
+ <xs:documentation>�����. ������, �� 2 ��������.</xs:documentation>
830
+ <xs:documentation>Text. String, up to 2 characters.</xs:documentation>
831
+ </xs:annotation>
832
+ <xs:restriction base="bt:TextCategory">
833
+ <xs:minLength value="1"/>
834
+ <xs:maxLength value="2"/>
835
+ </xs:restriction>
836
+ </xs:simpleType>
837
+ <xs:simpleType name="Max20TextType">
838
+ <xs:annotation>
839
+ <xs:documentation>�����. ������, �� 20 ��������.</xs:documentation>
840
+ <xs:documentation>Text. String, up to 20 characters.</xs:documentation>
841
+ </xs:annotation>
842
+ <xs:restriction base="bt:TextCategory">
843
+ <xs:minLength value="1"/>
844
+ <xs:maxLength value="20"/>
845
+ </xs:restriction>
846
+ </xs:simpleType>
847
+ <xs:simpleType name="Max200TextType">
848
+ <xs:annotation>
849
+ <xs:documentation>�����. ������, �� 200 ��������.</xs:documentation>
850
+ <xs:documentation>Text. String, up to 200 characters.</xs:documentation>
851
+ </xs:annotation>
852
+ <xs:restriction base="bt:TextCategory">
853
+ <xs:minLength value="1"/>
854
+ <xs:maxLength value="200"/>
855
+ </xs:restriction>
856
+ </xs:simpleType>
857
+ <xs:simpleType name="Max210TextType">
858
+ <xs:annotation>
859
+ <xs:documentation>�����. ������, �� 210 ��������.</xs:documentation>
860
+ <xs:documentation>Text. String, up to 210 characters.</xs:documentation>
861
+ </xs:annotation>
862
+ <xs:restriction base="bt:TextCategory">
863
+ <xs:minLength value="1"/>
864
+ <xs:maxLength value="210"/>
865
+ </xs:restriction>
866
+ </xs:simpleType>
867
+ <xs:simpleType name="Max24QuantityType">
868
+ <xs:annotation>
869
+ <xs:documentation>����������. ���������� ������ �����. �����, �� 24 ��������.</xs:documentation>
870
+ <xs:documentation>Quantity. Securities Number. Integer, up to 24 digits.</xs:documentation>
871
+ </xs:annotation>
872
+ <xs:restriction base="bt:QuantityCategory">
873
+ <xs:totalDigits value="24"/>
874
+ <xs:minInclusive value="0"/>
875
+ </xs:restriction>
876
+ </xs:simpleType>
877
+ <xs:simpleType name="Max25TextType">
878
+ <xs:annotation>
879
+ <xs:documentation>�����. ������, �� 25 ��������.</xs:documentation>
880
+ <xs:documentation>Text. String, up to 25 characters.</xs:documentation>
881
+ </xs:annotation>
882
+ <xs:restriction base="bt:TextCategory">
883
+ <xs:minLength value="1"/>
884
+ <xs:maxLength value="25"/>
885
+ </xs:restriction>
886
+ </xs:simpleType>
887
+ <xs:simpleType name="Max250TextType">
888
+ <xs:annotation>
889
+ <xs:documentation>�����. ������, �� 250 ��������.</xs:documentation>
890
+ <xs:documentation>Text. String, up to 250 characters.</xs:documentation>
891
+ </xs:annotation>
892
+ <xs:restriction base="bt:TextCategory">
893
+ <xs:minLength value="1"/>
894
+ <xs:maxLength value="250"/>
895
+ </xs:restriction>
896
+ </xs:simpleType>
897
+ <xs:simpleType name="Max250TextContentType">
898
+ <xs:annotation>
899
+ <xs:documentation>�����������������. ������, �� 250 ��������.</xs:documentation>
900
+ <xs:documentation>FreeText. String, up to 250 characters.</xs:documentation>
901
+ </xs:annotation>
902
+ <xs:restriction base="bt:TextContentCategory">
903
+ <xs:minLength value="1"/>
904
+ <xs:maxLength value="250"/>
905
+ </xs:restriction>
906
+ </xs:simpleType>
907
+ <xs:simpleType name="Max254TextType">
908
+ <xs:annotation>
909
+ <xs:documentation>�����. ������, �� 254 ��������.</xs:documentation>
910
+ <xs:documentation>Text. String, up to 254 characters.</xs:documentation>
911
+ </xs:annotation>
912
+ <xs:restriction base="bt:TextCategory">
913
+ <xs:minLength value="1"/>
914
+ <xs:maxLength value="254"/>
915
+ </xs:restriction>
916
+ </xs:simpleType>
917
+ <xs:simpleType name="Max255TextType">
918
+ <xs:annotation>
919
+ <xs:documentation>�����. ������, �� 255 ��������.</xs:documentation>
920
+ <xs:documentation>Text. String, up to 255 characters.</xs:documentation>
921
+ </xs:annotation>
922
+ <xs:restriction base="bt:TextCategory">
923
+ <xs:minLength value="1"/>
924
+ <xs:maxLength value="255"/>
925
+ </xs:restriction>
926
+ </xs:simpleType>
927
+ <xs:simpleType name="Max255TextContentType">
928
+ <xs:annotation>
929
+ <xs:documentation>�����������������. ������, �� 255 ��������.</xs:documentation>
930
+ <xs:documentation>FreeText. String, up to 255 characters.</xs:documentation>
931
+ </xs:annotation>
932
+ <xs:restriction base="bt:TextContentCategory">
933
+ <xs:minLength value="1"/>
934
+ <xs:maxLength value="255"/>
935
+ </xs:restriction>
936
+ </xs:simpleType>
937
+ <xs:simpleType name="Max298TextType">
938
+ <xs:annotation>
939
+ <xs:documentation>�����. ������, �� 298 ��������.</xs:documentation>
940
+ <xs:documentation>Text. String, up to 298 characters.</xs:documentation>
941
+ </xs:annotation>
942
+ <xs:restriction base="bt:TextCategory">
943
+ <xs:minLength value="1"/>
944
+ <xs:maxLength value="298"/>
945
+ </xs:restriction>
946
+ </xs:simpleType>
947
+ <xs:simpleType name="Max2NumberType">
948
+ <xs:annotation>
949
+ <xs:documentation>�����. ����� �����, �� 2 ��������.</xs:documentation>
950
+ <xs:documentation>Numeric. Integer, up to 2 digits.</xs:documentation>
951
+ </xs:annotation>
952
+ <xs:restriction base="bt:NumberCategory">
953
+ <xs:totalDigits value="2"/>
954
+ <xs:minInclusive value="0"/>
955
+ </xs:restriction>
956
+ </xs:simpleType>
957
+ <xs:simpleType name="Max3NumberType">
958
+ <xs:annotation>
959
+ <xs:documentation>�����. ����� �����, �� 3 ��������.</xs:documentation>
960
+ <xs:documentation>Numeric. Integer, up to 3 digits.</xs:documentation>
961
+ </xs:annotation>
962
+ <xs:restriction base="bt:NumberCategory">
963
+ <xs:totalDigits value="3"/>
964
+ <xs:minInclusive value="0"/>
965
+ </xs:restriction>
966
+ </xs:simpleType>
967
+ <xs:simpleType name="Max3TextType">
968
+ <xs:annotation>
969
+ <xs:documentation>�����. ������, �� 3 ��������.</xs:documentation>
970
+ <xs:documentation>Text. String, up to 3 characters.</xs:documentation>
971
+ </xs:annotation>
972
+ <xs:restriction base="bt:TextCategory">
973
+ <xs:minLength value="1"/>
974
+ <xs:maxLength value="3"/>
975
+ </xs:restriction>
976
+ </xs:simpleType>
977
+ <xs:simpleType name="Max30TextType">
978
+ <xs:annotation>
979
+ <xs:documentation>�����. ������, �� 30 ��������.</xs:documentation>
980
+ <xs:documentation>Text. String, up to 30 characters.</xs:documentation>
981
+ </xs:annotation>
982
+ <xs:restriction base="bt:TextCategory">
983
+ <xs:minLength value="1"/>
984
+ <xs:maxLength value="30"/>
985
+ </xs:restriction>
986
+ </xs:simpleType>
987
+ <xs:simpleType name="Max300TextType">
988
+ <xs:annotation>
989
+ <xs:documentation>�����. ������, �� 300 ��������.</xs:documentation>
990
+ <xs:documentation>Text. String, up to 300 characters.</xs:documentation>
991
+ </xs:annotation>
992
+ <xs:restriction base="bt:TextCategory">
993
+ <xs:minLength value="1"/>
994
+ <xs:maxLength value="300"/>
995
+ </xs:restriction>
996
+ </xs:simpleType>
997
+ <xs:simpleType name="Max35TextType">
998
+ <xs:annotation>
999
+ <xs:documentation>�����. ������, �� 35 ��������.</xs:documentation>
1000
+ <xs:documentation>Text. String, up to 35 characters.</xs:documentation>
1001
+ </xs:annotation>
1002
+ <xs:restriction base="bt:TextCategory">
1003
+ <xs:minLength value="1"/>
1004
+ <xs:maxLength value="35"/>
1005
+ </xs:restriction>
1006
+ </xs:simpleType>
1007
+ <xs:simpleType name="Max4TextType">
1008
+ <xs:annotation>
1009
+ <xs:documentation>�����. ������, �� 4 ��������.</xs:documentation>
1010
+ <xs:documentation>Text. String, up to 4 characters.</xs:documentation>
1011
+ </xs:annotation>
1012
+ <xs:restriction base="bt:TextCategory">
1013
+ <xs:minLength value="1"/>
1014
+ <xs:maxLength value="4"/>
1015
+ </xs:restriction>
1016
+ </xs:simpleType>
1017
+ <xs:simpleType name="Max40TextType">
1018
+ <xs:annotation>
1019
+ <xs:documentation>�����. ������, �� 40 ��������.</xs:documentation>
1020
+ <xs:documentation>Text. String, up to 40 characters.</xs:documentation>
1021
+ </xs:annotation>
1022
+ <xs:restriction base="bt:TextCategory">
1023
+ <xs:minLength value="1"/>
1024
+ <xs:maxLength value="40"/>
1025
+ </xs:restriction>
1026
+ </xs:simpleType>
1027
+ <xs:simpleType name="Max45TextType">
1028
+ <xs:annotation>
1029
+ <xs:documentation>�����. ������, �� 45 ��������.</xs:documentation>
1030
+ <xs:documentation>Text. String, up to 45 characters.</xs:documentation>
1031
+ </xs:annotation>
1032
+ <xs:restriction base="bt:TextCategory">
1033
+ <xs:minLength value="1"/>
1034
+ <xs:maxLength value="45"/>
1035
+ </xs:restriction>
1036
+ </xs:simpleType>
1037
+ <xs:simpleType name="Max4NumberType">
1038
+ <xs:annotation>
1039
+ <xs:documentation>�����. ����� �����, �� 4 ��������.</xs:documentation>
1040
+ <xs:documentation>Numeric. Integer, up to 4 digits.</xs:documentation>
1041
+ </xs:annotation>
1042
+ <xs:restriction base="bt:NumberCategory">
1043
+ <xs:totalDigits value="4"/>
1044
+ <xs:minInclusive value="0"/>
1045
+ </xs:restriction>
1046
+ </xs:simpleType>
1047
+ <xs:simpleType name="Max4DayQuantityType">
1048
+ <xs:annotation>
1049
+ <xs:documentation>����������. ���������� ����. �����, �� 4 ��������.</xs:documentation>
1050
+ <xs:documentation>Quantity. Number of days. Integer number, up to 4 digit.</xs:documentation>
1051
+ </xs:annotation>
1052
+ <xs:restriction base="bt:QuantityCategory">
1053
+ <xs:totalDigits value="4"/>
1054
+ <xs:minInclusive value="0"/>
1055
+ </xs:restriction>
1056
+ </xs:simpleType>
1057
+ <xs:simpleType name="Max4000TextType">
1058
+ <xs:annotation>
1059
+ <xs:documentation>�����. ������, �� 4000 ��������.</xs:documentation>
1060
+ <xs:documentation>Text. String, up to 4000 characters.</xs:documentation>
1061
+ </xs:annotation>
1062
+ <xs:restriction base="bt:TextCategory">
1063
+ <xs:minLength value="1"/>
1064
+ <xs:maxLength value="4000"/>
1065
+ </xs:restriction>
1066
+ </xs:simpleType>
1067
+ <xs:simpleType name="Max5NumberType">
1068
+ <xs:annotation>
1069
+ <xs:documentation>�����. ����� ������������� �����, �� 5 ��������.</xs:documentation>
1070
+ <xs:documentation>Numeric. Integer, up to 5 digits.</xs:documentation>
1071
+ </xs:annotation>
1072
+ <xs:restriction base="bt:NumberCategory">
1073
+ <xs:totalDigits value="5"/>
1074
+ <xs:minInclusive value="1"/>
1075
+ </xs:restriction>
1076
+ </xs:simpleType>
1077
+ <xs:simpleType name="Max5TextType">
1078
+ <xs:annotation>
1079
+ <xs:documentation>�����. ������, �� 5 ��������.</xs:documentation>
1080
+ <xs:documentation>Text. String, up to 5 characters.</xs:documentation>
1081
+ </xs:annotation>
1082
+ <xs:restriction base="bt:TextCategory">
1083
+ <xs:minLength value="1"/>
1084
+ <xs:maxLength value="5"/>
1085
+ </xs:restriction>
1086
+ </xs:simpleType>
1087
+ <xs:simpleType name="Max5OrdinalNumberType">
1088
+ <xs:annotation>
1089
+ <xs:documentation>�����. ���������� �����. �����, �� 5 ��������.</xs:documentation>
1090
+ <xs:documentation>Numeric. Sequence Number. Integer number, up to 5 digits.</xs:documentation>
1091
+ </xs:annotation>
1092
+ <xs:restriction base="bt:NumberCategory">
1093
+ <xs:totalDigits value="5"/>
1094
+ <xs:minInclusive value="1"/>
1095
+ </xs:restriction>
1096
+ </xs:simpleType>
1097
+ <xs:simpleType name="Max50TextType">
1098
+ <xs:annotation>
1099
+ <xs:documentation>�����. ������, �� 50 ��������.</xs:documentation>
1100
+ <xs:documentation>Text. String, up to 50 characters.</xs:documentation>
1101
+ </xs:annotation>
1102
+ <xs:restriction base="bt:TextCategory">
1103
+ <xs:minLength value="1"/>
1104
+ <xs:maxLength value="50"/>
1105
+ </xs:restriction>
1106
+ </xs:simpleType>
1107
+ <xs:simpleType name="Max512TextContentType">
1108
+ <xs:annotation>
1109
+ <xs:documentation>�����������������. ������, �� 512 ��������.</xs:documentation>
1110
+ <xs:documentation>FreeText. String, up to 512 characters.</xs:documentation>
1111
+ </xs:annotation>
1112
+ <xs:restriction base="bt:TextContentCategory">
1113
+ <xs:minLength value="1"/>
1114
+ <xs:maxLength value="512"/>
1115
+ </xs:restriction>
1116
+ </xs:simpleType>
1117
+ <xs:simpleType name="Max6DayQuantityType">
1118
+ <xs:annotation>
1119
+ <xs:documentation>����������. ���������� ����. �����, �� 6 ��������.</xs:documentation>
1120
+ <xs:documentation>Quantity. Number of days. Integer number, up to 6 digit.</xs:documentation>
1121
+ </xs:annotation>
1122
+ <xs:restriction base="bt:QuantityCategory">
1123
+ <xs:totalDigits value="6"/>
1124
+ <xs:minInclusive value="0"/>
1125
+ </xs:restriction>
1126
+ </xs:simpleType>
1127
+ <xs:simpleType name="Max6NumberType">
1128
+ <xs:annotation>
1129
+ <xs:documentation>�����. ����� ������������� �����, �� 6 ��������.</xs:documentation>
1130
+ <xs:documentation>Numeric. Integer, up to 6 digits</xs:documentation>
1131
+ </xs:annotation>
1132
+ <xs:restriction base="bt:NumberCategory">
1133
+ <xs:totalDigits value="6"/>
1134
+ <xs:minInclusive value="1"/>
1135
+ </xs:restriction>
1136
+ </xs:simpleType>
1137
+ <xs:simpleType name="Max6QuantityType">
1138
+ <xs:annotation>
1139
+ <xs:documentation>����������. ���������� ����������� ���������. �����, �� 6 ��������.</xs:documentation>
1140
+ <xs:documentation>Quantity. EM Quantity. Integer number, up to 6 digit.</xs:documentation>
1141
+ </xs:annotation>
1142
+ <xs:restriction base="bt:QuantityCategory">
1143
+ <xs:totalDigits value="6"/>
1144
+ <xs:minInclusive value="1"/>
1145
+ </xs:restriction>
1146
+ </xs:simpleType>
1147
+ <xs:simpleType name="Max6OrdinalNumberType">
1148
+ <xs:annotation>
1149
+ <xs:documentation>�����. ���������� �����. �����, �� 6 ��������.</xs:documentation>
1150
+ <xs:documentation>Numeric. Sequence Number. Integer, up to 6 digits</xs:documentation>
1151
+ </xs:annotation>
1152
+ <xs:restriction base="bt:NumberCategory">
1153
+ <xs:totalDigits value="6"/>
1154
+ <xs:minInclusive value="1"/>
1155
+ </xs:restriction>
1156
+ </xs:simpleType>
1157
+ <xs:simpleType name="Max6TextType">
1158
+ <xs:annotation>
1159
+ <xs:documentation>�����. ������, �� 6 ��������.</xs:documentation>
1160
+ <xs:documentation>Text. String, up to 6 characters.</xs:documentation>
1161
+ </xs:annotation>
1162
+ <xs:restriction base="bt:TextCategory">
1163
+ <xs:minLength value="1"/>
1164
+ <xs:maxLength value="6"/>
1165
+ </xs:restriction>
1166
+ </xs:simpleType>
1167
+ <xs:simpleType name="Max60TextType">
1168
+ <xs:annotation>
1169
+ <xs:documentation>�����. ������, �� 60 ��������.</xs:documentation>
1170
+ <xs:documentation>Text. String, up to 60 characters.</xs:documentation>
1171
+ </xs:annotation>
1172
+ <xs:restriction base="bt:TextCategory">
1173
+ <xs:minLength value="1"/>
1174
+ <xs:maxLength value="60"/>
1175
+ </xs:restriction>
1176
+ </xs:simpleType>
1177
+ <xs:simpleType name="Max600TextType">
1178
+ <xs:annotation>
1179
+ <xs:documentation>�����. ������, �� 600 ��������.</xs:documentation>
1180
+ <xs:documentation>Text. String, up to 600 characters.</xs:documentation>
1181
+ </xs:annotation>
1182
+ <xs:restriction base="bt:TextCategory">
1183
+ <xs:minLength value="1"/>
1184
+ <xs:maxLength value="600"/>
1185
+ </xs:restriction>
1186
+ </xs:simpleType>
1187
+ <xs:simpleType name="Max64AmountType">
1188
+ <xs:annotation>
1189
+ <xs:documentation>�����. � ������. ������������� �����, �� 64 �������� �� 62 �������� ����� ���������� �����.</xs:documentation>
1190
+ <xs:documentation>Amount. In rubles. Positive number, up to 64 digits, up to 62 decimals.</xs:documentation>
1191
+ </xs:annotation>
1192
+ <xs:restriction base="xs:decimal">
1193
+ <xs:totalDigits value="64"/>
1194
+ <xs:minInclusive value="0"/>
1195
+ <xs:fractionDigits value="62"/>
1196
+ </xs:restriction>
1197
+ </xs:simpleType>
1198
+ <xs:simpleType name="Max7TextType">
1199
+ <xs:annotation>
1200
+ <xs:documentation>�����. ������, �� 7 ��������.</xs:documentation>
1201
+ <xs:documentation>Text. String, up to 7 characters.</xs:documentation>
1202
+ </xs:annotation>
1203
+ <xs:restriction base="bt:TextCategory">
1204
+ <xs:minLength value="1"/>
1205
+ <xs:maxLength value="7"/>
1206
+ </xs:restriction>
1207
+ </xs:simpleType>
1208
+ <xs:simpleType name="Max70TextType">
1209
+ <xs:annotation>
1210
+ <xs:documentation>�����. ������, �� 70 ��������.</xs:documentation>
1211
+ <xs:documentation>Text. String, up to 70 characters.</xs:documentation>
1212
+ </xs:annotation>
1213
+ <xs:restriction base="bt:TextCategory">
1214
+ <xs:minLength value="1"/>
1215
+ <xs:maxLength value="70"/>
1216
+ </xs:restriction>
1217
+ </xs:simpleType>
1218
+ <xs:simpleType name="Max700TextType">
1219
+ <xs:annotation>
1220
+ <xs:documentation>�����. ������, �� 700 ��������.</xs:documentation>
1221
+ <xs:documentation>Text. String, up to 700 characters.</xs:documentation>
1222
+ </xs:annotation>
1223
+ <xs:restriction base="bt:TextCategory">
1224
+ <xs:minLength value="1"/>
1225
+ <xs:maxLength value="700"/>
1226
+ </xs:restriction>
1227
+ </xs:simpleType>
1228
+ <xs:simpleType name="Max75TextType">
1229
+ <xs:annotation>
1230
+ <xs:documentation>�����. ������, �� 75 ��������.</xs:documentation>
1231
+ <xs:documentation>Text. String, up to 75 characters.</xs:documentation>
1232
+ </xs:annotation>
1233
+ <xs:restriction base="bt:TextCategory">
1234
+ <xs:minLength value="1"/>
1235
+ <xs:maxLength value="75"/>
1236
+ </xs:restriction>
1237
+ </xs:simpleType>
1238
+ <xs:simpleType name="Max8TextType">
1239
+ <xs:annotation>
1240
+ <xs:documentation>�����. ������, �� 8 ��������.</xs:documentation>
1241
+ <xs:documentation>Text. String, up to 8 characters.</xs:documentation>
1242
+ </xs:annotation>
1243
+ <xs:restriction base="bt:TextCategory">
1244
+ <xs:minLength value="1"/>
1245
+ <xs:maxLength value="8"/>
1246
+ </xs:restriction>
1247
+ </xs:simpleType>
1248
+ <xs:simpleType name="Max80TextContentType">
1249
+ <xs:annotation>
1250
+ <xs:documentation>�����������������. ������, �� 80 ��������.</xs:documentation>
1251
+ <xs:documentation>FreeText. String, up to 80 characters.</xs:documentation>
1252
+ </xs:annotation>
1253
+ <xs:restriction base="bt:TextContentCategory">
1254
+ <xs:minLength value="1"/>
1255
+ <xs:maxLength value="80"/>
1256
+ </xs:restriction>
1257
+ </xs:simpleType>
1258
+ <xs:simpleType name="Max9ByteQuantityType">
1259
+ <xs:annotation>
1260
+ <xs:documentation>����������. ���������� ����. �����, �� 9 ��������.</xs:documentation>
1261
+ <xs:documentation>Quantity. Number of bytes. Integer number, up to 9 digit.</xs:documentation>
1262
+ </xs:annotation>
1263
+ <xs:restriction base="bt:QuantityCategory">
1264
+ <xs:totalDigits value="9"/>
1265
+ <xs:minInclusive value="1"/>
1266
+ </xs:restriction>
1267
+ </xs:simpleType>
1268
+ <xs:simpleType name="Max9IdentifierTextType">
1269
+ <xs:annotation>
1270
+ <xs:documentation>�������������. ���������, �� 9 ��������.</xs:documentation>
1271
+ <xs:documentation>Identifier. Text, up to 9 characters.</xs:documentation>
1272
+ </xs:annotation>
1273
+ <xs:restriction base="bt:IdentifierTextCategory">
1274
+ <xs:minLength value="1"/>
1275
+ <xs:maxLength value="9"/>
1276
+ </xs:restriction>
1277
+ </xs:simpleType>
1278
+ <xs:simpleType name="Max9QuantityType">
1279
+ <xs:annotation>
1280
+ <xs:documentation>����������. ���������� ����������� ���������. �����, �� 9 ��������.</xs:documentation>
1281
+ <xs:documentation>Quantity. EM Quantity. Integer, up to 9 digits.</xs:documentation>
1282
+ </xs:annotation>
1283
+ <xs:restriction base="bt:QuantityCategory">
1284
+ <xs:totalDigits value="9"/>
1285
+ <xs:minInclusive value="1"/>
1286
+ </xs:restriction>
1287
+ </xs:simpleType>
1288
+ <xs:simpleType name="Max9NumberType">
1289
+ <xs:annotation>
1290
+ <xs:documentation>�����. ����� ������������� �����, �� 9 ��������.</xs:documentation>
1291
+ <xs:documentation>Numeric. Integer, up to 9 digits</xs:documentation>
1292
+ </xs:annotation>
1293
+ <xs:restriction base="bt:NumberCategory">
1294
+ <xs:totalDigits value="9"/>
1295
+ <xs:minInclusive value="1"/>
1296
+ </xs:restriction>
1297
+ </xs:simpleType>
1298
+ <xs:simpleType name="Max9NotNegativeQuantityType">
1299
+ <xs:annotation>
1300
+ <xs:documentation>����������. ���������� ����������� ���������. ����� ����� ��� ����, �� 9 ��������.</xs:documentation>
1301
+ <xs:documentation>Quantity. EM Quantity. Integer or zero, up to 9 digits.</xs:documentation>
1302
+ </xs:annotation>
1303
+ <xs:restriction base="bt:QuantityCategory">
1304
+ <xs:totalDigits value="9"/>
1305
+ <xs:minInclusive value="0"/>
1306
+ </xs:restriction>
1307
+ </xs:simpleType>
1308
+ <xs:simpleType name="Max9TextType">
1309
+ <xs:annotation>
1310
+ <xs:documentation>�����. ������, �� 9 ��������.</xs:documentation>
1311
+ <xs:documentation>Text. String, up to 9 characters.</xs:documentation>
1312
+ </xs:annotation>
1313
+ <xs:restriction base="bt:TextCategory">
1314
+ <xs:minLength value="1"/>
1315
+ <xs:maxLength value="9"/>
1316
+ </xs:restriction>
1317
+ </xs:simpleType>
1318
+ <xs:simpleType name="MTxxxTextType">
1319
+ <xs:annotation>
1320
+ <xs:documentation>�����. ������ ���� MTxxx, ��� xxx - ����� ��� �����.</xs:documentation>
1321
+ <xs:documentation>Text. String type MTxxx, where xxx - exactly 3 characters.</xs:documentation>
1322
+ </xs:annotation>
1323
+ <xs:restriction base="bt:TextCategory">
1324
+ <xs:pattern value="[M][T]([0-9]{3})"/>
1325
+ </xs:restriction>
1326
+ </xs:simpleType>
1327
+ <xs:simpleType name="NotNegativeKopeckAmountType">
1328
+ <xs:annotation>
1329
+ <xs:documentation>�����. � �������� (��� ����������� ��������������� �����). ������������� ����� ����� ��� ����, �� 18 ��������.</xs:documentation>
1330
+ <xs:documentation>Amount in kope�ks. Positive integer number or zero, up to 18 digits.</xs:documentation>
1331
+ </xs:annotation>
1332
+ <xs:restriction base="bt:AmountCategory">
1333
+ <xs:totalDigits value="18"/>
1334
+ <xs:minInclusive value="0"/>
1335
+ </xs:restriction>
1336
+ </xs:simpleType>
1337
+ <xs:simpleType name="NotNegativeCurrencyAmountType">
1338
+ <xs:annotation>
1339
+ <xs:documentation>�����. � ����� ����� ������ (��� ����������� ��������������� �����). ������������� ����� ����� ��� ����, �� 18 ��������.</xs:documentation>
1340
+ </xs:annotation>
1341
+ <xs:restriction base="bt:AmountCategory">
1342
+ <xs:totalDigits value="18"/>
1343
+ <xs:minInclusive value="0"/>
1344
+ </xs:restriction>
1345
+ </xs:simpleType>
1346
+ <xs:simpleType name="OGRNIDTextType">
1347
+ <xs:annotation>
1348
+ <xs:documentation>�������������. �������� ��������������� ����� �����������. [����]. ���������, �� 13 ��������.</xs:documentation>
1349
+ </xs:annotation>
1350
+ <xs:restriction base="bt:IdentifierTextCategory">
1351
+ <xs:maxLength value="13"/>
1352
+ </xs:restriction>
1353
+ </xs:simpleType>
1354
+ <xs:simpleType name="OKATOIDTextType">
1355
+ <xs:annotation>
1356
+ <xs:documentation>�������������. ���� 105. ���������, �� 1 �� 11 ��������.</xs:documentation>
1357
+ <xs:documentation>Identifier. Field 105. Text, from 1 to 11 characters.</xs:documentation>
1358
+ </xs:annotation>
1359
+ <xs:restriction base="bt:IdentifierTextCategory">
1360
+ <xs:minLength value="1"/>
1361
+ <xs:maxLength value="11"/>
1362
+ </xs:restriction>
1363
+ </xs:simpleType>
1364
+ <xs:simpleType name="OneDayQuantityType">
1365
+ <xs:annotation>
1366
+ <xs:documentation>����������. ���������� ����. �����, 1 ������.</xs:documentation>
1367
+ <xs:documentation>Quantity. Number of days. Integer number, 1 digit.</xs:documentation>
1368
+ </xs:annotation>
1369
+ <xs:restriction base="bt:QuantityCategory">
1370
+ <xs:totalDigits value="1"/>
1371
+ <xs:minInclusive value="1"/>
1372
+ </xs:restriction>
1373
+ </xs:simpleType>
1374
+ <xs:simpleType name="OneDigitCodeType">
1375
+ <xs:annotation>
1376
+ <xs:documentation>���. ����������� ��� �������� ���������. [������� �������� ����������]. ��������, 1 �������.</xs:documentation>
1377
+ <xs:documentation>Code. 1-digit attribute value code. [Attribute value codes]. Numeric, 1 digit.</xs:documentation>
1378
+ </xs:annotation>
1379
+ <xs:restriction base="bt:CodeCategory">
1380
+ <xs:pattern value="\d{1}"/>
1381
+ </xs:restriction>
1382
+ </xs:simpleType>
1383
+ <xs:simpleType name="OperationTextType">
1384
+ <xs:annotation>
1385
+ <xs:documentation>�������������. ���������, 4 �������.</xs:documentation>
1386
+ <xs:documentation>Identifier. Text, 4 characters.</xs:documentation>
1387
+ </xs:annotation>
1388
+ <xs:restriction base="bt:IdentifierTextCategory">
1389
+ <xs:enumeration value="OTAE"/>
1390
+ <xs:enumeration value="OTAP"/>
1391
+ <xs:enumeration value="CWAC"/>
1392
+ </xs:restriction>
1393
+ </xs:simpleType>
1394
+ <xs:simpleType name="OperationIDType">
1395
+ <xs:annotation>
1396
+ <xs:documentation>�������������. ���������� ������������� ����� ��������. ���������, �� 32 ��������.</xs:documentation>
1397
+ <xs:documentation>Identifier. Unique Assigning Operation Number. Text, up to 32 characters.</xs:documentation>
1398
+ </xs:annotation>
1399
+ <xs:restriction base="bt:IdentifierTextCategory">
1400
+ <xs:minLength value="1"/>
1401
+ <xs:maxLength value="32"/>
1402
+ </xs:restriction>
1403
+ </xs:simpleType>
1404
+ <xs:simpleType name="OrdinalNumberType">
1405
+ <xs:annotation>
1406
+ <xs:documentation>�����. ���������� �����. �����, �� 6 ��������.</xs:documentation>
1407
+ <xs:documentation>Numeric. Sequence Number. Integer, up to 6 digits.</xs:documentation>
1408
+ </xs:annotation>
1409
+ <xs:restriction base="bt:NumberCategory">
1410
+ <xs:totalDigits value="6"/>
1411
+ <xs:minInclusive value="1"/>
1412
+ </xs:restriction>
1413
+ </xs:simpleType>
1414
+ <xs:simpleType name="OrdinalDrawerOINumberType">
1415
+ <xs:annotation>
1416
+ <xs:documentation>�����. ����� �� ��� �����������. �����, �� 3 ��������.</xs:documentation>
1417
+ <xs:documentation>Numeric. Executor Number. Integer, up to 3 digits.</xs:documentation>
1418
+ </xs:annotation>
1419
+ <xs:restriction base="bt:NumberCategory">
1420
+ <xs:totalDigits value="3"/>
1421
+ <xs:minInclusive value="1"/>
1422
+ </xs:restriction>
1423
+ </xs:simpleType>
1424
+ <xs:simpleType name="PartAggregateIDType">
1425
+ <xs:annotation>
1426
+ <xs:documentation>�������������. ���������� ������������� ������������ ������. ��������, �� 27 ��������.</xs:documentation>
1427
+ <xs:documentation>Identifier. Unique Identifier of partitions aggregate. Digital, up to 27 digits.</xs:documentation>
1428
+ </xs:annotation>
1429
+ <xs:restriction base="bt:IdentifierCategory">
1430
+ <xs:pattern value="\d{1,27}"/>
1431
+ </xs:restriction>
1432
+ </xs:simpleType>
1433
+ <xs:simpleType name="ParticipantBusinessScenarioType">
1434
+ <xs:annotation>
1435
+ <xs:documentation>�������������. ���������, 4 �������.</xs:documentation>
1436
+ <xs:documentation>Identifier. Text, 4 characters.</xs:documentation>
1437
+ </xs:annotation>
1438
+ <xs:restriction base="bt:IdentifierTextCategory">
1439
+ <xs:enumeration value="LORE"/>
1440
+ <xs:enumeration value="INRE"/>
1441
+ <xs:enumeration value="RCPC"/>
1442
+ <xs:enumeration value="AWCI"/>
1443
+ <xs:enumeration value="COVR"/>
1444
+ <xs:enumeration value="RCPI"/>
1445
+ <xs:enumeration value="SPRP"/>
1446
+ <xs:enumeration value="CAWI"/>
1447
+ <xs:enumeration value="CADE"/>
1448
+ </xs:restriction>
1449
+ </xs:simpleType>
1450
+ <xs:simpleType name="ParticipantStatusType">
1451
+ <xs:annotation>
1452
+ <xs:documentation>�������������. ���������, 4 �������.</xs:documentation>
1453
+ <xs:documentation>Identifier. Text, 4 characters.</xs:documentation>
1454
+ </xs:annotation>
1455
+ <xs:restriction base="bt:IdentifierTextCategory">
1456
+ <xs:enumeration value="PSWT"/>
1457
+ <xs:enumeration value="PSAC"/>
1458
+ <xs:enumeration value="PSDL"/>
1459
+ </xs:restriction>
1460
+ </xs:simpleType>
1461
+ <xs:simpleType name="PaymentIDType">
1462
+ <xs:annotation>
1463
+ <xs:documentation>�������������. ���������� ������������� �������. ���������, �� 25 ��������.</xs:documentation>
1464
+ <xs:documentation>Identifier. Unique Payment Identifier. Text, up to 25 characters.</xs:documentation>
1465
+ </xs:annotation>
1466
+ <xs:restriction base="bt:IdentifierTextCategory">
1467
+ <xs:minLength value="1"/>
1468
+ <xs:maxLength value="25"/>
1469
+ </xs:restriction>
1470
+ </xs:simpleType>
1471
+ <xs:simpleType name="PaytPriorityCodeType">
1472
+ <xs:annotation>
1473
+ <xs:documentation>���. ����������� �������. [����������� �������]. (0 - ����������� �� �������, 1-5).</xs:documentation>
1474
+ <xs:documentation>Code. Payment sequence. [Payment sequence]. (0 - if payment sequence is not indicated, 1-5).</xs:documentation>
1475
+ </xs:annotation>
1476
+ <xs:restriction base="bt:CodeCategory">
1477
+ <xs:enumeration value="0"/>
1478
+ <xs:enumeration value="1"/>
1479
+ <xs:enumeration value="2"/>
1480
+ <xs:enumeration value="3"/>
1481
+ <xs:enumeration value="4"/>
1482
+ <xs:enumeration value="5"/>
1483
+ </xs:restriction>
1484
+ </xs:simpleType>
1485
+ <xs:simpleType name="PercentNumberType">
1486
+ <xs:annotation>
1487
+ <xs:documentation>�����. �������. ������������� �����, �� 7 ��������, �� 4 �������� ����� ���������� �����.</xs:documentation>
1488
+ <xs:documentation>Numeric. Percent. Positive number, up to 7 digits, up to 4 decimals.</xs:documentation>
1489
+ </xs:annotation>
1490
+ <xs:restriction base="xs:decimal">
1491
+ <xs:totalDigits value="7"/>
1492
+ <xs:minInclusive value="0"/>
1493
+ <xs:fractionDigits value="4"/>
1494
+ <xs:pattern value="([0]|([1-9]\d{0,2}))([.]\d{0,4})?">
1495
+ <xs:annotation>
1496
+ <xs:documentation>������ [3.4]</xs:documentation>
1497
+ </xs:annotation>
1498
+ </xs:pattern>
1499
+ </xs:restriction>
1500
+ </xs:simpleType>
1501
+ <xs:simpleType name="PercentRateTextType">
1502
+ <xs:annotation>
1503
+ <xs:documentation>�����. ������, �� 10 ��������.</xs:documentation>
1504
+ <xs:documentation>Text. String, up to 10 characters.</xs:documentation>
1505
+ </xs:annotation>
1506
+ <xs:restriction base="bt:TextCategory">
1507
+ <xs:minLength value="1"/>
1508
+ <xs:maxLength value="10"/>
1509
+ <xs:pattern value="([0-9.]*)|[W][A]">
1510
+ <xs:annotation>
1511
+ <xs:documentation>������ "0123456789 ��� WA"</xs:documentation>
1512
+ </xs:annotation>
1513
+ </xs:pattern>
1514
+ </xs:restriction>
1515
+ </xs:simpleType>
1516
+ <xs:simpleType name="RequestCodeType">
1517
+ <xs:annotation>
1518
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
1519
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
1520
+ </xs:annotation>
1521
+ <xs:restriction base="bt:CodeCategory">
1522
+ <xs:enumeration value="FIRR"/>
1523
+ <xs:enumeration value="SIRR"/>
1524
+ <xs:enumeration value="PROF"/>
1525
+ </xs:restriction>
1526
+ </xs:simpleType>
1527
+ <xs:simpleType name="ReasonCodeType">
1528
+ <xs:annotation>
1529
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
1530
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
1531
+ </xs:annotation>
1532
+ <xs:restriction base="bt:CodeCategory">
1533
+ <xs:enumeration value="ARRD"/>
1534
+ <xs:enumeration value="ARRM"/>
1535
+ <xs:enumeration value="ARRS"/>
1536
+ <xs:enumeration value="ANTC"/>
1537
+ <xs:enumeration value="AICH"/>
1538
+ <xs:enumeration value="ALCH"/>
1539
+ <xs:enumeration value="APPA"/>
1540
+ <xs:enumeration value="EOCC"/>
1541
+ <xs:enumeration value="EOBD"/>
1542
+ <xs:enumeration value="ICLD"/>
1543
+ <xs:enumeration value="ICLM"/>
1544
+ <xs:enumeration value="ICLS"/>
1545
+ <xs:enumeration value="PCHD"/>
1546
+ <xs:enumeration value="RIRA"/>
1547
+ <xs:enumeration value="RIRP"/>
1548
+ <xs:enumeration value="RMAA"/>
1549
+ <xs:enumeration value="RMVA"/>
1550
+ <xs:enumeration value="RQST"/>
1551
+ <xs:enumeration value="SOBD"/>
1552
+ <xs:enumeration value="UIRP"/>
1553
+ <xs:enumeration value="UIRA"/>
1554
+ </xs:restriction>
1555
+ </xs:simpleType>
1556
+ <xs:simpleType name="RegisterItemIDType">
1557
+ <xs:annotation>
1558
+ <xs:documentation>�������������. ����� ������� �������. �����, �� 9 ��������.</xs:documentation>
1559
+ <xs:documentation>Identifier. Registry number position. Integer, up to 9 digits.</xs:documentation>
1560
+ </xs:annotation>
1561
+ <xs:restriction base="bt:IdentifierCategory">
1562
+ <xs:pattern value="\d{1,9}"/>
1563
+ </xs:restriction>
1564
+ </xs:simpleType>
1565
+ <xs:simpleType name="RegisterItemsQuantityType">
1566
+ <xs:annotation>
1567
+ <xs:documentation>����������. ���������� �������. �����, �� 9 ��������.</xs:documentation>
1568
+ <xs:documentation>Quantity. Positions Quantity. Integer, up to 9 digits.</xs:documentation>
1569
+ </xs:annotation>
1570
+ <xs:restriction base="bt:QuantityCategory">
1571
+ <xs:totalDigits value="9"/>
1572
+ <xs:minInclusive value="1"/>
1573
+ </xs:restriction>
1574
+ </xs:simpleType>
1575
+ <xs:simpleType name="ReportIDType">
1576
+ <xs:annotation>
1577
+ <xs:documentation>�������������. ����� �����. ��������, 7 �������.</xs:documentation>
1578
+ <xs:documentation>Identifier. Form number. Numeric, 7 digits.</xs:documentation>
1579
+ </xs:annotation>
1580
+ <xs:restriction base="bt:IdentifierCategory">
1581
+ <xs:pattern value="\d{7}"/>
1582
+ </xs:restriction>
1583
+ </xs:simpleType>
1584
+ <xs:simpleType name="SessionIDType">
1585
+ <xs:annotation>
1586
+ <xs:documentation>�������������. ����� �����/������. ��������, 1 �������.</xs:documentation>
1587
+ <xs:documentation>Identifier. Cycle Number. Numeric, 1 digit.</xs:documentation>
1588
+ </xs:annotation>
1589
+ <xs:restriction base="bt:IdentifierCategory">
1590
+ <xs:pattern value="\d{1}"/>
1591
+ </xs:restriction>
1592
+ </xs:simpleType>
1593
+ <xs:simpleType name="SessionTypeType">
1594
+ <xs:annotation>
1595
+ <xs:documentation>�������������. ��� �����. ���������, 4 �����.</xs:documentation>
1596
+ <xs:documentation>Identifier. Cycle Type. Text, 4 character.</xs:documentation>
1597
+ </xs:annotation>
1598
+ <xs:restriction base="bt:IdentifierTextCategory">
1599
+ <xs:enumeration value="URGN"/>
1600
+ <xs:enumeration value="NURG"/>
1601
+ <xs:enumeration value="CONS"/>
1602
+ <xs:enumeration value="MTCN"/>
1603
+ </xs:restriction>
1604
+ </xs:simpleType>
1605
+ <xs:simpleType name="SecurityAmountType">
1606
+ <xs:annotation>
1607
+ <xs:documentation>����������. ���������� ������ �����. �����, �� 18 ��������.</xs:documentation>
1608
+ <xs:documentation>Quantity. Securities Number. Integer, up to 18 digits.</xs:documentation>
1609
+ </xs:annotation>
1610
+ <xs:restriction base="bt:QuantityCategory">
1611
+ <xs:totalDigits value="18"/>
1612
+ <xs:minInclusive value="1"/>
1613
+ </xs:restriction>
1614
+ </xs:simpleType>
1615
+ <xs:simpleType name="SecurityIssueAmountType">
1616
+ <xs:annotation>
1617
+ <xs:documentation>����������. ���������� �������� ������ �����. �����, �� 3 ��������.</xs:documentation>
1618
+ <xs:documentation>Quantity. Securities issues Number. Integer, up to 3 digits.</xs:documentation>
1619
+ </xs:annotation>
1620
+ <xs:restriction base="bt:QuantityCategory">
1621
+ <xs:totalDigits value="3"/>
1622
+ <xs:minInclusive value="1"/>
1623
+ </xs:restriction>
1624
+ </xs:simpleType>
1625
+ <xs:simpleType name="SystemCodeType">
1626
+ <xs:annotation>
1627
+ <xs:documentation>���. ���������� ��� �������� ���������. [������� �������� ����������]. ��������, 2 �������.</xs:documentation>
1628
+ <xs:documentation>Code. Two digit code of attribite value. [Code Attribute Values]. Numeric, 2 digits.</xs:documentation>
1629
+ </xs:annotation>
1630
+ <xs:restriction base="bt:CodeCategory">
1631
+ <xs:enumeration value="01"/>
1632
+ <xs:enumeration value="02"/>
1633
+ <xs:enumeration value="05"/>
1634
+ </xs:restriction>
1635
+ </xs:simpleType>
1636
+ <xs:simpleType name="TUCodeIDType">
1637
+ <xs:annotation>
1638
+ <xs:documentation>�������������. ��� ���������������� ����������. ��������, 2 �����.</xs:documentation>
1639
+ <xs:documentation>Identifier. Territorial office code. Numeric, 2 digits</xs:documentation>
1640
+ </xs:annotation>
1641
+ <xs:restriction base="bt:IdentifierCategory">
1642
+ <xs:pattern value="\d{2}"/>
1643
+ </xs:restriction>
1644
+ </xs:simpleType>
1645
+ <xs:simpleType name="TaxDocDateCodeTextType">
1646
+ <xs:annotation>
1647
+ <xs:documentation>���. ���� 109. ������, �� 10 ��������.</xs:documentation>
1648
+ <xs:documentation>Code. Field 109. String, up to 10 characters.</xs:documentation>
1649
+ </xs:annotation>
1650
+ <xs:restriction base="bt:IdentifierTextCategory">
1651
+ <xs:minLength value="1"/>
1652
+ <xs:maxLength value="10"/>
1653
+ </xs:restriction>
1654
+ </xs:simpleType>
1655
+ <xs:simpleType name="TaxDocIDTextType">
1656
+ <xs:annotation>
1657
+ <xs:documentation>�������������. ���� 108. ���������, �� 15 ��������.</xs:documentation>
1658
+ <xs:documentation>Identifier. Field 109. String, up to 10 characters.</xs:documentation>
1659
+ </xs:annotation>
1660
+ <xs:restriction base="bt:IdentifierTextCategory">
1661
+ <xs:minLength value="1"/>
1662
+ <xs:maxLength value="15"/>
1663
+ </xs:restriction>
1664
+ </xs:simpleType>
1665
+ <xs:simpleType name="TaxFinOrgAccCodeTextType">
1666
+ <xs:annotation>
1667
+ <xs:documentation>���. ���� 112. ���������, �� 16 ��������.</xs:documentation>
1668
+ <xs:documentation>Code. Field 112. String, up to 16 characters.</xs:documentation>
1669
+ </xs:annotation>
1670
+ <xs:restriction base="bt:IdentifierTextCategory">
1671
+ <xs:minLength value="1"/>
1672
+ <xs:maxLength value="16"/>
1673
+ </xs:restriction>
1674
+ </xs:simpleType>
1675
+ <xs:simpleType name="TaxFKAccCodeTextType">
1676
+ <xs:annotation>
1677
+ <xs:documentation>���. ���� 111. ���������, �� 11 ��������.</xs:documentation>
1678
+ <xs:documentation>Code. Field 111. String, up to 11 characters.</xs:documentation>
1679
+ </xs:annotation>
1680
+ <xs:restriction base="bt:IdentifierTextCategory">
1681
+ <xs:minLength value="1"/>
1682
+ <xs:maxLength value="11"/>
1683
+ </xs:restriction>
1684
+ </xs:simpleType>
1685
+ <xs:simpleType name="TaxPaytKindCodeTextType">
1686
+ <xs:annotation>
1687
+ <xs:documentation>���. ���� 110. ���������, 1-2 �������.</xs:documentation>
1688
+ <xs:documentation>Code. Field 110. String, 1-2 characters.</xs:documentation>
1689
+ </xs:annotation>
1690
+ <xs:restriction base="bt:IdentifierTextCategory">
1691
+ <xs:minLength value="1"/>
1692
+ <xs:maxLength value="2"/>
1693
+ </xs:restriction>
1694
+ </xs:simpleType>
1695
+ <xs:simpleType name="TaxPaytReasonCodeTextType">
1696
+ <xs:annotation>
1697
+ <xs:documentation>���. ���� 106. ���������, 1-2 �������.</xs:documentation>
1698
+ <xs:documentation>Code. Field 106. String, 1-2 characters.</xs:documentation>
1699
+ </xs:annotation>
1700
+ <xs:restriction base="bt:IdentifierTextCategory">
1701
+ <xs:minLength value="1"/>
1702
+ <xs:maxLength value="2"/>
1703
+ </xs:restriction>
1704
+ </xs:simpleType>
1705
+ <xs:simpleType name="TaxPeriodCodeTextType">
1706
+ <xs:annotation>
1707
+ <xs:documentation>���. ���� 107. ������, �� 1 �� 10 ��������.</xs:documentation>
1708
+ <xs:documentation>Code. Field 107. String from 1 to 10 characters.</xs:documentation>
1709
+ </xs:annotation>
1710
+ <xs:restriction base="bt:IdentifierTextCategory">
1711
+ <xs:minLength value="1"/>
1712
+ <xs:maxLength value="10"/>
1713
+ </xs:restriction>
1714
+ </xs:simpleType>
1715
+ <xs:simpleType name="TextType">
1716
+ <xs:annotation>
1717
+ <xs:documentation>�����������������. ������ ��� ����������� �����.</xs:documentation>
1718
+ <xs:documentation>FreeText. String.</xs:documentation>
1719
+ </xs:annotation>
1720
+ <xs:restriction base="bt:TextContentCategory"/>
1721
+ </xs:simpleType>
1722
+ <xs:simpleType name="TimeType">
1723
+ <xs:annotation>
1724
+ <xs:documentation>�����. [���� ��� 8601-2001]. ������ hh:mm:ss.</xs:documentation>
1725
+ <xs:documentation>Time. [GOST ISO 8601-2001]. Format hh:mm:ss.</xs:documentation>
1726
+ </xs:annotation>
1727
+ <xs:restriction base="bt:TimeCategory">
1728
+ <xs:pattern value="\d{2}:\d{2}:\d{2}"/>
1729
+ </xs:restriction>
1730
+ </xs:simpleType>
1731
+ <xs:simpleType name="TotalKopeckAmountType">
1732
+ <xs:annotation>
1733
+ <xs:documentation>�����. � ��������. ������������� ����� �����, �� 22 ��������.</xs:documentation>
1734
+ <xs:documentation>Amount. In kope�ks. Positive integer number up to 22 digits.</xs:documentation>
1735
+ </xs:annotation>
1736
+ <xs:restriction base="bt:AmountCategory">
1737
+ <xs:totalDigits value="22"/>
1738
+ <xs:minInclusive value="1"/>
1739
+ </xs:restriction>
1740
+ </xs:simpleType>
1741
+ <xs:simpleType name="TwoDigitCodeType">
1742
+ <xs:annotation>
1743
+ <xs:documentation>���. ���������� ��� �������� ���������. [������� �������� ����������]. ��������, 2 �������.</xs:documentation>
1744
+ <xs:documentation>Code. Two digit code of attribite value. [Code Attribute Values]. Numeric, 2 digits.</xs:documentation>
1745
+ </xs:annotation>
1746
+ <xs:restriction base="bt:CodeCategory">
1747
+ <xs:pattern value="\d{2}"/>
1748
+ </xs:restriction>
1749
+ </xs:simpleType>
1750
+ <xs:simpleType name="TwoDigitIdentifierType">
1751
+ <xs:annotation>
1752
+ <xs:documentation>�������������. ��������, 2 �������.</xs:documentation>
1753
+ <xs:documentation>Identifier. Digital, 2 digits.</xs:documentation>
1754
+ </xs:annotation>
1755
+ <xs:restriction base="bt:IdentifierCategory">
1756
+ <xs:pattern value="\d{2}"/>
1757
+ </xs:restriction>
1758
+ </xs:simpleType>
1759
+ <xs:simpleType name="UICIDType">
1760
+ <xs:annotation>
1761
+ <xs:documentation>�������������. ����������������� ��� ������������. ������ �� 11 �������� ������� 11!c.</xs:documentation>
1762
+ <xs:documentation>Identifier. User identification code. String up to 11 characters in format 11!c.</xs:documentation>
1763
+ </xs:annotation>
1764
+ <xs:restriction base="bt:IdentifierCategory">
1765
+ <xs:pattern value="[0-9A-Z]{8,11}"/>
1766
+ </xs:restriction>
1767
+ </xs:simpleType>
1768
+ <xs:simpleType name="UniversalIDType">
1769
+ <xs:annotation>
1770
+ <xs:documentation>�������������. ���������, �� 32 ��������.</xs:documentation>
1771
+ <xs:documentation>Identifier. Text, up to 32 characters.</xs:documentation>
1772
+ </xs:annotation>
1773
+ <xs:restriction base="bt:IdentifierTextCategory">
1774
+ <xs:minLength value="1"/>
1775
+ <xs:maxLength value="32"/>
1776
+ </xs:restriction>
1777
+ </xs:simpleType>
1778
+ <xs:simpleType name="UserIDType">
1779
+ <xs:annotation>
1780
+ <xs:documentation>�������������. ����� ������������ ���. ��������, 3 �������.</xs:documentation>
1781
+ <xs:documentation>Identifier. User number. Numeric, 3 digits.</xs:documentation>
1782
+ </xs:annotation>
1783
+ <xs:restriction base="bt:IdentifierCategory">
1784
+ <xs:pattern value="\d{3}"/>
1785
+ </xs:restriction>
1786
+ </xs:simpleType>
1787
+ <xs:simpleType name="QueueType">
1788
+ <xs:annotation>
1789
+ <xs:documentation>���. ���������, 4 �������.</xs:documentation>
1790
+ <xs:documentation>Code. Text, 4 characters.</xs:documentation>
1791
+ </xs:annotation>
1792
+ <xs:restriction base="bt:CodeCategory">
1793
+ <xs:enumeration value="QINT"/>
1794
+ <xs:enumeration value="QWRH"/>
1795
+ <xs:enumeration value="QSPC"/>
1796
+ <xs:enumeration value="QWAP"/>
1797
+ <xs:enumeration value="QWCH"/>
1798
+ <xs:enumeration value="QCND"/>
1799
+ </xs:restriction>
1800
+ </xs:simpleType>
1801
+ <xs:simpleType name="QueuingReasonCodeType">
1802
+ <xs:annotation>
1803
+ <xs:documentation>���. ��� ��������/������ � ��. ���������, 4 �������.</xs:documentation>
1804
+ <xs:documentation>Code. Queuing Reason Code. Text, 4 characters.</xs:documentation>
1805
+ </xs:annotation>
1806
+ <xs:restriction base="bt:CodeCategory">
1807
+ <xs:enumeration value="QLLQ"/>
1808
+ <xs:enumeration value="QWFC"/>
1809
+ <xs:enumeration value="QLSF"/>
1810
+ <xs:enumeration value="QLSV"/>
1811
+ <xs:enumeration value="QLIF"/>
1812
+ <xs:enumeration value="QLIV"/>
1813
+ <xs:enumeration value="QCLI"/>
1814
+ <xs:enumeration value="QICL"/>
1815
+ <xs:enumeration value="QTCL"/>
1816
+ <xs:enumeration value="QCBA"/>
1817
+ <xs:enumeration value="QLRS"/>
1818
+ <xs:enumeration value="QLRW"/>
1819
+ <xs:enumeration value="QIRS"/>
1820
+ <xs:enumeration value="QMIQ"/>
1821
+ <xs:enumeration value="QTAA"/>
1822
+ <xs:enumeration value="QACI"/>
1823
+ <xs:enumeration value="QCES"/>
1824
+ <xs:enumeration value="QARS"/>
1825
+ </xs:restriction>
1826
+ </xs:simpleType>
1827
+ <xs:simpleType name="WithdrawReasonCodeType">
1828
+ <xs:annotation>
1829
+ <xs:documentation>�������������. ��� �����. ���������, 4 �����.</xs:documentation>
1830
+ <xs:documentation>Identifier. Cycle Type. Text, 4 character.</xs:documentation>
1831
+ </xs:annotation>
1832
+ <xs:restriction base="bt:CodeCategory">
1833
+ <xs:enumeration value="PART"/>
1834
+ <xs:enumeration value="EODD"/>
1835
+ <xs:enumeration value="SODD"/>
1836
+ <xs:enumeration value="SNLT"/>
1837
+ <xs:enumeration value="PTRS"/>
1838
+ </xs:restriction>
1839
+ </xs:simpleType>
1840
+ </xs:schema>