flowchart.xml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  1. <shapes name="mxGraph.flowchart">
  2. <shape name="Annotation 1" h="98" w="50" aspect="variable" strokewidth="inherit">
  3. <connections>
  4. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  5. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  6. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  7. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  8. <constraint x="0" y="0" perimeter="0" name="NW"/>
  9. <constraint x="0" y="1" perimeter="0" name="SW"/>
  10. <constraint x="1" y="0" perimeter="0" name="NE"/>
  11. <constraint x="1" y="1" perimeter="0" name="SE"/>
  12. </connections>
  13. <background>
  14. <path>
  15. <move x="50" y="0"/>
  16. <line x="0" y="0"/>
  17. <line x="0" y="98"/>
  18. <line x="50" y="98"/>
  19. </path>
  20. </background>
  21. <foreground>
  22. <stroke/>
  23. </foreground>
  24. </shape>
  25. <shape name="Annotation 2" h="98" w="100" aspect="variable" strokewidth="inherit">
  26. <connections>
  27. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  28. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  29. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  30. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  31. <constraint x="1" y="0" perimeter="0" name="NE"/>
  32. <constraint x="1" y="1" perimeter="0" name="SE"/>
  33. </connections>
  34. <background>
  35. <path>
  36. <move x="100" y="0"/>
  37. <line x="50" y="0"/>
  38. <line x="50" y="98"/>
  39. <line x="100" y="98"/>
  40. </path>
  41. </background>
  42. <foreground>
  43. <stroke/>
  44. <path>
  45. <move x="0" y="49"/>
  46. <line x="50" y="49"/>
  47. </path>
  48. <stroke/>
  49. </foreground>
  50. </shape>
  51. <shape name="Card" h="60" w="98" aspect="variable" strokewidth="inherit">
  52. <connections>
  53. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  54. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  55. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  56. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  57. <constraint x="0.1" y="0.16" perimeter="0" name="NW"/>
  58. <constraint x="0.015" y="0.98" perimeter="0" name="SW"/>
  59. <constraint x="0.985" y="0.02" perimeter="0" name="NE"/>
  60. <constraint x="0.985" y="0.98" perimeter="0" name="SE"/>
  61. </connections>
  62. <background>
  63. <path>
  64. <move x="19" y="0"/>
  65. <line x="93" y="0"/>
  66. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="98" y="5"/>
  67. <line x="98" y="55"/>
  68. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="93" y="60"/>
  69. <line x="5" y="60"/>
  70. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="55"/>
  71. <line x="0" y="20"/>
  72. <line x="19" y="0"/>
  73. <close/>
  74. </path>
  75. </background>
  76. <foreground>
  77. <fillstroke/>
  78. </foreground>
  79. </shape>
  80. <shape name="Collate" h="98" w="96.82" aspect="variable" strokewidth="inherit">
  81. <connections>
  82. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  83. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  84. <constraint x="0" y="0.02" perimeter="0" name="NW"/>
  85. <constraint x="0" y="0.98" perimeter="0" name="SW"/>
  86. <constraint x="1" y="0.02" perimeter="0" name="NE"/>
  87. <constraint x="1" y="0.98" perimeter="0" name="SE"/>
  88. </connections>
  89. <background>
  90. <path>
  91. <move x="92.41" y="0"/>
  92. <arc rx="6" ry="3.5" x-axis-rotation="-15" large-arc-flag="0" sweep-flag="1" x="95.41" y="5"/>
  93. <line x="1.41" y="93"/>
  94. <arc rx="6" ry="3.5" x-axis-rotation="-15" large-arc-flag="0" sweep-flag="0" x="4.41" y="98"/>
  95. <line x="92.41" y="98"/>
  96. <arc rx="6" ry="3.5" x-axis-rotation="15" large-arc-flag="0" sweep-flag="0" x="95.41" y="93"/>
  97. <line x="1.41" y="5"/>
  98. <arc rx="6" ry="3.5" x-axis-rotation="15" large-arc-flag="0" sweep-flag="1" x="4.41" y="0"/>
  99. <line x="92.41" y="0"/>
  100. <close/>
  101. </path>
  102. </background>
  103. <foreground>
  104. <fillstroke/>
  105. </foreground>
  106. </shape>
  107. <shape name="Data" h="60.24" w="98.77" aspect="variable" strokewidth="inherit">
  108. <connections>
  109. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  110. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  111. <constraint x="0.095" y="0.5" perimeter="0" name="W"/>
  112. <constraint x="0.905" y="0.5" perimeter="0" name="E"/>
  113. <constraint x="0.23" y="0.02" perimeter="0" name="NW"/>
  114. <constraint x="0.015" y="0.98" perimeter="0" name="SW"/>
  115. <constraint x="0.985" y="0.02" perimeter="0" name="NE"/>
  116. <constraint x="0.77" y="0.98" perimeter="0" name="SE"/>
  117. </connections>
  118. <background>
  119. <path>
  120. <move x="19.37" y="5.12"/>
  121. <arc rx="6" ry="12" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="24.37" y="0.12"/>
  122. <line x="93.37" y="0.12"/>
  123. <arc rx="5" ry="4" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="98.37" y="5.12"/>
  124. <line x="79.37" y="55.12"/>
  125. <arc rx="6" ry="12" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="74.37" y="60.12"/>
  126. <line x="4.37" y="60.12"/>
  127. <arc rx="5" ry="4" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0.37" y="55.12"/>
  128. <close/>
  129. </path>
  130. </background>
  131. <foreground>
  132. <fillstroke/>
  133. </foreground>
  134. </shape>
  135. <shape name="Database" h="60" w="60" aspect="variable" strokewidth="inherit">
  136. <connections>
  137. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  138. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  139. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  140. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  141. <constraint x="0" y="0.15" perimeter="0" name="NW"/>
  142. <constraint x="0" y="0.85" perimeter="0" name="SW"/>
  143. <constraint x="1" y="0.15" perimeter="0" name="NE"/>
  144. <constraint x="1" y="0.85" perimeter="0" name="SE"/>
  145. </connections>
  146. <background>
  147. <path>
  148. <move x="0" y="50"/>
  149. <line x="0" y="10"/>
  150. <arc rx="30" ry="10" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="60" y="10"/>
  151. <line x="60" y="50"/>
  152. <arc rx="30" ry="10" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="50"/>
  153. <close/>
  154. </path>
  155. </background>
  156. <foreground>
  157. <fillstroke/>
  158. <path>
  159. <move x="0" y="10"/>
  160. <arc rx="30" ry="10" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="60" y="10"/>
  161. </path>
  162. <stroke/>
  163. </foreground>
  164. </shape>
  165. <shape name="Decision" aspect="variable" strokewidth="inherit">
  166. <connections>
  167. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  168. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  169. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  170. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  171. </connections>
  172. <background>
  173. <path>
  174. <move x="50" y="0"/>
  175. <line x="100" y="50"/>
  176. <line x="50" y="100"/>
  177. <line x="0" y="50"/>
  178. <close/>
  179. </path>
  180. </background>
  181. <foreground>
  182. <fillstroke/>
  183. </foreground>
  184. </shape>
  185. <shape name="Delay" h="60" w="98.25" aspect="variable" strokewidth="inherit">
  186. <connections>
  187. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  188. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  189. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  190. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  191. <constraint x="0.02" y="0.015" perimeter="0" name="NW"/>
  192. <constraint x="0.02" y="0.985" perimeter="0" name="SW"/>
  193. <constraint x="0.81" y="0" perimeter="0" name="NE"/>
  194. <constraint x="0.81" y="1" perimeter="0" name="SE"/>
  195. </connections>
  196. <background>
  197. <path>
  198. <move x="0" y="5"/>
  199. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="5" y="0"/>
  200. <line x="79" y="0"/>
  201. <arc rx="33" ry="33" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="79" y="60"/>
  202. <line x="5" y="60"/>
  203. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="55"/>
  204. <line x="0" y="5"/>
  205. <close/>
  206. </path>
  207. </background>
  208. <foreground>
  209. <fillstroke/>
  210. </foreground>
  211. </shape>
  212. <shape name="Direct Data" h="60" w="98" aspect="variable" strokewidth="inherit">
  213. <connections>
  214. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  215. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  216. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  217. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  218. <constraint x="0.08" y="0" perimeter="0" name="NW"/>
  219. <constraint x="0.08" y="1" perimeter="0" name="SW"/>
  220. <constraint x="0.91" y="0" perimeter="0" name="NE"/>
  221. <constraint x="0.91" y="1" perimeter="0" name="SE"/>
  222. </connections>
  223. <background>
  224. <path>
  225. <move x="9" y="0"/>
  226. <line x="89" y="0"/>
  227. <arc rx="9" ry="30" x-axis-rotation="0" large-arc-flag="1" sweep-flag="1" x="89" y="60"/>
  228. <line x="9" y="60"/>
  229. <arc rx="9" ry="30" x-axis-rotation="0" large-arc-flag="1" sweep-flag="1" x="9" y="0"/>
  230. <close/>
  231. </path>
  232. </background>
  233. <foreground>
  234. <fillstroke/>
  235. <path>
  236. <move x="89" y="0"/>
  237. <arc rx="9" ry="30" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0" x="89" y="60"/>
  238. </path>
  239. <stroke/>
  240. </foreground>
  241. </shape>
  242. <shape name="Display" h="60" w="98.25" aspect="variable" strokewidth="inherit">
  243. <connections>
  244. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  245. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  246. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  247. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  248. <constraint x="0.2" y="0.14" perimeter="0" name="NW"/>
  249. <constraint x="0.2" y="0.86" perimeter="0" name="SW"/>
  250. <constraint x="0.92" y="0.14" perimeter="0" name="NE"/>
  251. <constraint x="0.92" y="0.86" perimeter="0" name="SE"/>
  252. </connections>
  253. <background>
  254. <path>
  255. <move x="0" y="30"/>
  256. <arc rx="60" ry="60" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="39" y="0"/>
  257. <line x="79" y="0"/>
  258. <arc rx="33" ry="33" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="79" y="60"/>
  259. <line x="39" y="60"/>
  260. <arc rx="60" ry="60" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="30"/>
  261. <close/>
  262. </path>
  263. </background>
  264. <foreground>
  265. <fillstroke/>
  266. </foreground>
  267. </shape>
  268. <shape name="Document" h="60.9" w="98" aspect="variable" strokewidth="inherit">
  269. <connections>
  270. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  271. <constraint x="0.5" y="0.9" perimeter="0" name="S"/>
  272. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  273. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  274. <constraint x="0.02" y="0.015" perimeter="0" name="NW"/>
  275. <constraint x="0" y="0.9" perimeter="0" name="SW"/>
  276. <constraint x="0.98" y="0.015" perimeter="0" name="NE"/>
  277. <constraint x="1" y="0.9" perimeter="0" name="SE"/>
  278. </connections>
  279. <background>
  280. <path>
  281. <move x="0" y="5"/>
  282. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="5" y="0"/>
  283. <line x="93" y="0"/>
  284. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="98" y="5"/>
  285. <line x="98" y="55"/>
  286. <arc rx="70" ry="70" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="49" y="55"/>
  287. <arc rx="70" ry="70" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="55"/>
  288. <close/>
  289. </path>
  290. </background>
  291. <foreground>
  292. <fillstroke/>
  293. </foreground>
  294. </shape>
  295. <shape aspect="variable" h="60.84" name="Extract or Measurement" strokewidth="inherit" w="95.01">
  296. <connections>
  297. <constraint name="N" perimeter="0" x="0.5" y="0"/>
  298. <constraint name="S" perimeter="0" x="0.5" y="1"/>
  299. <constraint name="W" perimeter="0" x="0.22" y="0.5"/>
  300. <constraint name="E" perimeter="0" x="0.78" y="0.5"/>
  301. <constraint name="SW" perimeter="0" x="0.01" y="0.97"/>
  302. <constraint name="SE" perimeter="0" x="0.99" y="0.97"/>
  303. </connections>
  304. <background>
  305. <path>
  306. <move x="3.5" y="60.84"/>
  307. <line x="91.5" y="60.84"/>
  308. <arc large-arc-flag="0" rx="3.5" ry="3.5" sweep-flag="0" x="94.5" x-axis-rotation="0" y="55.84"/>
  309. <line x="49.5" y="0.84"/>
  310. <arc large-arc-flag="0" rx="3.5" ry="3.5" sweep-flag="0" x="45.5" x-axis-rotation="0" y="0.84"/>
  311. <line x="0.5" y="55.84"/>
  312. <arc large-arc-flag="0" rx="3.5" ry="3.5" sweep-flag="0" x="3.5" x-axis-rotation="0" y="60.84"/>
  313. <close/>
  314. </path>
  315. </background>
  316. <foreground>
  317. <fillstroke/>
  318. </foreground>
  319. </shape>
  320. <shape name="Internal Storage" h="70" w="70" aspect="variable" strokewidth="inherit">
  321. <connections>
  322. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  323. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  324. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  325. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  326. <constraint x="0.02" y="0.015" perimeter="0" name="NW"/>
  327. <constraint x="0.02" y="0.985" perimeter="0" name="SW"/>
  328. <constraint x="0.98" y="0.015" perimeter="0" name="NE"/>
  329. <constraint x="0.98" y="0.985" perimeter="0" name="SE"/>
  330. </connections>
  331. <background>
  332. <roundrect x="0" y="0" w="70" h="70" arcsize="7.143"/>
  333. </background>
  334. <foreground>
  335. <fillstroke/>
  336. <path>
  337. <move x="0" y="15"/>
  338. <line x="70" y="15"/>
  339. </path>
  340. <stroke/>
  341. <path>
  342. <move x="15" y="0"/>
  343. <line x="15" y="70"/>
  344. </path>
  345. <stroke/>
  346. </foreground>
  347. </shape>
  348. <shape name="Loop Limit" h="60" w="98" aspect="variable" strokewidth="inherit">
  349. <connections>
  350. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  351. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  352. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  353. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  354. <constraint x="0.1" y="0.15" perimeter="0" name="NW"/>
  355. <constraint x="0.02" y="0.985" perimeter="0" name="SW"/>
  356. <constraint x="0.9" y="0.15" perimeter="0" name="NE"/>
  357. <constraint x="0.98" y="0.985" perimeter="0" name="SE"/>
  358. </connections>
  359. <background>
  360. <path>
  361. <move x="19" y="0"/>
  362. <line x="79" y="0"/>
  363. <line x="98" y="20"/>
  364. <line x="98" y="55"/>
  365. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="93" y="60"/>
  366. <line x="5" y="60"/>
  367. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="55"/>
  368. <line x="0" y="20"/>
  369. <line x="19" y="0"/>
  370. <close/>
  371. </path>
  372. </background>
  373. <foreground>
  374. <fillstroke/>
  375. </foreground>
  376. </shape>
  377. <shape name="Manual Input" h="60" w="98.05" aspect="variable" strokewidth="inherit">
  378. <connections>
  379. <constraint x="0.5" y="0.195" perimeter="0" name="N"/>
  380. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  381. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  382. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  383. <constraint x="0.02" y="0.985" perimeter="0" name="SW"/>
  384. <constraint x="0.98" y="0.015" perimeter="0" name="NE"/>
  385. <constraint x="0.98" y="0.985" perimeter="0" name="SE"/>
  386. </connections>
  387. <background>
  388. <path>
  389. <move x="0" y="28.73"/>
  390. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="3.7" y="24"/>
  391. <line x="91.7" y="0.17"/>
  392. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="98" y="5"/>
  393. <line x="98" y="55"/>
  394. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="94" y="60"/>
  395. <line x="5" y="60"/>
  396. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="55"/>
  397. <line x="0" y="28.73"/>
  398. <close/>
  399. </path>
  400. </background>
  401. <foreground>
  402. <fillstroke/>
  403. </foreground>
  404. </shape>
  405. <shape name="Manual Operation" h="60.04" w="98.79" aspect="variable" strokewidth="inherit">
  406. <connections>
  407. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  408. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  409. <constraint x="0.1" y="0.5" perimeter="0" name="W"/>
  410. <constraint x="0.9" y="0.5" perimeter="0" name="E"/>
  411. <constraint x="0.02" y="0.015" perimeter="0" name="NW"/>
  412. <constraint x="0.22" y="0.985" perimeter="0" name="SW"/>
  413. <constraint x="0.98" y="0.015" perimeter="0" name="NE"/>
  414. <constraint x="0.78" y="0.985" perimeter="0" name="SE"/>
  415. </connections>
  416. <background>
  417. <path>
  418. <move x="0.39" y="5.04"/>
  419. <arc rx="5" ry="4" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="5.39" y="0.04"/>
  420. <line x="93.39" y="0.04"/>
  421. <arc rx="5" ry="4" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="98.39" y="5.04"/>
  422. <line x="79.39" y="55.04"/>
  423. <arc rx="6.5" ry="6.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="74.39" y="60.04"/>
  424. <line x="24.39" y="60.04"/>
  425. <arc rx="6.5" ry="6.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="19.39" y="55.04"/>
  426. <line x="0.39" y="5.04"/>
  427. <close/>
  428. </path>
  429. </background>
  430. <foreground>
  431. <fillstroke/>
  432. </foreground>
  433. </shape>
  434. <shape aspect="variable" h="60.84" name="Merge or Storage" strokewidth="inherit" w="95.01">
  435. <connections>
  436. <constraint name="N" perimeter="0" x="0.5" y="0"/>
  437. <constraint name="S" perimeter="0" x="0.5" y="1"/>
  438. <constraint name="W" perimeter="0" x="0" y="0.5"/>
  439. <constraint name="E" perimeter="0" x="1" y="0.5"/>
  440. <constraint name="NW" perimeter="0" x="0" y="0"/>
  441. <constraint name="SW" perimeter="0" x="0" y="1"/>
  442. <constraint name="NE" perimeter="0" x="1" y="0"/>
  443. <constraint name="SE" perimeter="0" x="1" y="1"/>
  444. </connections>
  445. <background>
  446. <path>
  447. <move x="3.5" y="0"/>
  448. <line x="91.5" y="0"/>
  449. <arc large-arc-flag="0" rx="3.5" ry="3.5" sweep-flag="1" x="94.5" x-axis-rotation="0" y="5"/>
  450. <line x="49.5" y="60"/>
  451. <arc large-arc-flag="0" rx="3.5" ry="3.5" sweep-flag="1" x="45.5" x-axis-rotation="0" y="60"/>
  452. <line x="0.5" y="5"/>
  453. <arc large-arc-flag="0" rx="3.5" ry="3.5" sweep-flag="1" x="3.5" x-axis-rotation="0" y="0"/>
  454. <close/>
  455. </path>
  456. </background>
  457. <foreground>
  458. <fillstroke/>
  459. </foreground>
  460. </shape>
  461. <shape name="Multi-Document" h="60.28" w="88" aspect="variable" strokewidth="inherit">
  462. <connections>
  463. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  464. <constraint x="0.5" y="0.88" perimeter="0" name="S"/>
  465. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  466. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  467. <constraint x="0.08" y="0.1" perimeter="0" name="NW"/>
  468. <constraint x="0" y="0.91" perimeter="0" name="SW"/>
  469. <constraint x="0.98" y="0.02" perimeter="0" name="NE"/>
  470. <constraint x="0.885" y="0.91" perimeter="0" name="SE"/>
  471. </connections>
  472. <background>
  473. <path>
  474. <move x="10" y="5"/>
  475. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="15" y="0"/>
  476. <line x="83" y="0"/>
  477. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="88" y="5"/>
  478. <line x="88" y="45"/>
  479. <arc rx="50" ry="50" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="49" y="45"/>
  480. <arc rx="50" ry="50" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="10" y="45"/>
  481. <close/>
  482. </path>
  483. </background>
  484. <foreground>
  485. <fillstroke/>
  486. <path>
  487. <move x="5" y="10"/>
  488. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="10" y="5"/>
  489. <line x="78" y="5"/>
  490. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="83" y="10"/>
  491. <line x="83" y="50"/>
  492. <arc rx="50" ry="50" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="44" y="50"/>
  493. <arc rx="50" ry="50" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="5" y="50"/>
  494. <close/>
  495. </path>
  496. <fillstroke/>
  497. <path>
  498. <move x="0" y="15"/>
  499. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="5" y="10"/>
  500. <line x="73" y="10"/>
  501. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="78" y="15"/>
  502. <line x="78" y="55"/>
  503. <arc rx="50" ry="50" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="39" y="55"/>
  504. <arc rx="50" ry="50" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="55"/>
  505. <close/>
  506. </path>
  507. <fillstroke/>
  508. </foreground>
  509. </shape>
  510. <shape name="Off-page Reference" h="60" w="60" aspect="variable" strokewidth="inherit">
  511. <connections>
  512. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  513. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  514. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  515. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  516. <constraint x="0" y="0" perimeter="0" name="NW"/>
  517. <constraint x="1" y="0" perimeter="0" name="NE"/>
  518. </connections>
  519. <background>
  520. <path>
  521. <move x="0" y="0"/>
  522. <line x="60" y="0"/>
  523. <line x="60" y="30"/>
  524. <line x="30" y="60"/>
  525. <line x="0" y="30"/>
  526. <close/>
  527. </path>
  528. </background>
  529. <foreground>
  530. <fillstroke/>
  531. </foreground>
  532. </shape>
  533. <shape name="On-page Reference" h="60" w="60" aspect="variable" strokewidth="inherit">
  534. <connections>
  535. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  536. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  537. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  538. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  539. <constraint x="0.145" y="0.145" perimeter="0" name="NW"/>
  540. <constraint x="0.145" y="0.855" perimeter="0" name="SW"/>
  541. <constraint x="0.855" y="0.145" perimeter="0" name="NE"/>
  542. <constraint x="0.855" y="0.855" perimeter="0" name="SE"/>
  543. </connections>
  544. <background>
  545. <ellipse x="0" y="0" w="60" h="60"/>
  546. </background>
  547. <foreground>
  548. <fillstroke/>
  549. </foreground>
  550. </shape>
  551. <shape name="Or" h="70" w="70" aspect="variable" strokewidth="inherit">
  552. <connections>
  553. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  554. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  555. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  556. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  557. <constraint x="0.145" y="0.145" perimeter="0" name="NW"/>
  558. <constraint x="0.145" y="0.855" perimeter="0" name="SW"/>
  559. <constraint x="0.855" y="0.145" perimeter="0" name="NE"/>
  560. <constraint x="0.855" y="0.855" perimeter="0" name="SE"/>
  561. </connections>
  562. <background>
  563. <ellipse x="0" y="0" w="70" h="70"/>
  564. </background>
  565. <foreground>
  566. <fillstroke/>
  567. <path>
  568. <move x="10" y="60"/>
  569. <line x="60" y="10"/>
  570. </path>
  571. <stroke/>
  572. <path>
  573. <move x="10" y="10"/>
  574. <line x="60" y="60"/>
  575. </path>
  576. <stroke/>
  577. </foreground>
  578. </shape>
  579. <shape name="Paper Tape" h="61.81" w="98" aspect="variable" strokewidth="inherit">
  580. <connections>
  581. <constraint x="0.5" y="0.09" perimeter="0" name="N"/>
  582. <constraint x="0.5" y="0.91" perimeter="0" name="S"/>
  583. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  584. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  585. <constraint x="0" y="0.09" perimeter="0" name="NW"/>
  586. <constraint x="0" y="0.91" perimeter="0" name="SW"/>
  587. <constraint x="1" y="0.09" perimeter="0" name="NE"/>
  588. <constraint x="1" y="0.91" perimeter="0" name="SE"/>
  589. </connections>
  590. <background>
  591. <path>
  592. <move x="0" y="5.9"/>
  593. <arc rx="70" ry="70" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="49" y="5.9"/>
  594. <arc rx="70" ry="70" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="98" y="5.9"/>
  595. <line x="98" y="55.9"/>
  596. <arc rx="70" ry="70" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="49" y="55.9"/>
  597. <arc rx="70" ry="70" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0" y="55.9"/>
  598. <line x="0" y="5.9"/>
  599. <close/>
  600. </path>
  601. </background>
  602. <foreground>
  603. <fillstroke/>
  604. </foreground>
  605. </shape>
  606. <shape name="Parallel Mode" h="40" w="94" aspect="variable" strokewidth="inherit">
  607. <connections>
  608. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  609. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  610. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  611. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  612. <constraint x="0" y="0" perimeter="0" name="NW"/>
  613. <constraint x="0" y="1" perimeter="0" name="SW"/>
  614. <constraint x="1" y="0" perimeter="0" name="NE"/>
  615. <constraint x="1" y="1" perimeter="0" name="SE"/>
  616. </connections>
  617. <background>
  618. <save/>
  619. <fillcolor color="#ffff00"/>
  620. <path>
  621. <move x="47" y="15"/>
  622. <line x="52" y="20"/>
  623. <line x="47" y="25"/>
  624. <line x="42" y="20"/>
  625. <line x="47" y="15"/>
  626. <close/>
  627. <move x="27" y="15"/>
  628. <line x="32" y="20"/>
  629. <line x="27" y="25"/>
  630. <line x="22" y="20"/>
  631. <line x="27" y="15"/>
  632. <close/>
  633. <move x="67" y="15"/>
  634. <line x="72" y="20"/>
  635. <line x="67" y="25"/>
  636. <line x="62" y="20"/>
  637. <line x="67" y="15"/>
  638. <close/>
  639. </path>
  640. </background>
  641. <foreground>
  642. <fillstroke/>
  643. <restore/>
  644. <path>
  645. <move x="0" y="0"/>
  646. <line x="94" y="0"/>
  647. </path>
  648. <stroke/>
  649. <path>
  650. <move x="0" y="40"/>
  651. <line x="94" y="40"/>
  652. </path>
  653. <stroke/>
  654. </foreground>
  655. </shape>
  656. <shape name="Predefined Process" h="60" w="98" aspect="variable" strokewidth="inherit">
  657. <connections>
  658. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  659. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  660. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  661. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  662. <constraint x="0.02" y="0.015" perimeter="0" name="NW"/>
  663. <constraint x="0.02" y="0.985" perimeter="0" name="SW"/>
  664. <constraint x="0.98" y="0.015" perimeter="0" name="NE"/>
  665. <constraint x="0.98" y="0.985" perimeter="0" name="SE"/>
  666. </connections>
  667. <background>
  668. <roundrect x="0" y="0" w="98" h="60" arcsize="6.718"/>
  669. </background>
  670. <foreground>
  671. <fillstroke/>
  672. <path>
  673. <move x="14" y="0"/>
  674. <line x="14" y="60"/>
  675. </path>
  676. <stroke/>
  677. <path>
  678. <move x="84" y="0"/>
  679. <line x="84" y="60"/>
  680. </path>
  681. <stroke/>
  682. </foreground>
  683. </shape>
  684. <shape name="Preparation" h="60" w="97.11" aspect="variable" strokewidth="inherit">
  685. <connections>
  686. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  687. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  688. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  689. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  690. <constraint x="0.26" y="0.02" perimeter="0" name="NW"/>
  691. <constraint x="0.26" y="0.98" perimeter="0" name="SW"/>
  692. <constraint x="0.74" y="0.02" perimeter="0" name="NE"/>
  693. <constraint x="0.74" y="0.98" perimeter="0" name="SE"/>
  694. </connections>
  695. <background>
  696. <path>
  697. <move x="20.56" y="5"/>
  698. <arc rx="15" ry="15" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="31.56" y="0"/>
  699. <line x="65.56" y="0"/>
  700. <arc rx="15" ry="15" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="76.56" y="5"/>
  701. <line x="96.56" y="28"/>
  702. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="96.56" y="32"/>
  703. <line x="76.56" y="55"/>
  704. <arc rx="15" ry="15" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="65.56" y="60"/>
  705. <line x="31.56" y="60"/>
  706. <arc rx="15" ry="15" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="20.56" y="55"/>
  707. <line x="0.56" y="32"/>
  708. <arc rx="5" ry="5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="0.56" y="28"/>
  709. <line x="20.56" y="5"/>
  710. <close/>
  711. </path>
  712. </background>
  713. <foreground>
  714. <fillstroke/>
  715. </foreground>
  716. </shape>
  717. <shape name="Process" aspect="variable" strokewidth="inherit">
  718. <connections>
  719. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  720. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  721. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  722. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  723. </connections>
  724. <background>
  725. <roundrect x="0" y="0" w="100" h="100" arcsize="6"/>
  726. </background>
  727. <foreground>
  728. <fillstroke/>
  729. </foreground>
  730. </shape>
  731. <shape name="Sequential Data" h="99" w="99" aspect="variable" strokewidth="inherit">
  732. <connections>
  733. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  734. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  735. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  736. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  737. <constraint x="0.145" y="0.145" perimeter="0" name="NW"/>
  738. <constraint x="0.145" y="0.855" perimeter="0" name="SW"/>
  739. <constraint x="0.855" y="0.145" perimeter="0" name="NE"/>
  740. <constraint x="1" y="1" perimeter="0" name="SE"/>
  741. </connections>
  742. <background>
  743. <ellipse x="0" y="0" w="99" h="99"/>
  744. </background>
  745. <foreground>
  746. <fillstroke/>
  747. <path>
  748. <move x="49.5" y="99"/>
  749. <line x="99" y="99"/>
  750. </path>
  751. <stroke/>
  752. </foreground>
  753. </shape>
  754. <shape name="Sort" h="98" w="98" aspect="variable" strokewidth="inherit">
  755. <connections>
  756. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  757. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  758. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  759. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  760. </connections>
  761. <background>
  762. <path>
  763. <move x="51" y="1"/>
  764. <line x="97" y="47"/>
  765. <arc rx="2.5" ry="2.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="97" y="51"/>
  766. <line x="51" y="97"/>
  767. <arc rx="2.5" ry="2.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="47" y="97"/>
  768. <line x="1" y="51"/>
  769. <arc rx="2.5" ry="2.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="1" y="47"/>
  770. <line x="47" y="1"/>
  771. <arc rx="2.5" ry="2.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="51" y="1"/>
  772. <close/>
  773. </path>
  774. </background>
  775. <foreground>
  776. <fillstroke/>
  777. <path>
  778. <move x="0" y="49"/>
  779. <line x="98" y="49"/>
  780. </path>
  781. <stroke/>
  782. </foreground>
  783. </shape>
  784. <shape name="Start 1" h="60" w="99" aspect="variable" strokewidth="inherit">
  785. <connections>
  786. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  787. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  788. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  789. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  790. <constraint x="0.145" y="0.145" perimeter="0" name="NW"/>
  791. <constraint x="0.145" y="0.855" perimeter="0" name="SW"/>
  792. <constraint x="0.855" y="0.145" perimeter="0" name="NE"/>
  793. <constraint x="0.855" y="0.855" perimeter="0" name="SE"/>
  794. </connections>
  795. <background>
  796. <ellipse x="0" y="0" w="99" h="60"/>
  797. </background>
  798. <foreground>
  799. <fillstroke/>
  800. </foreground>
  801. </shape>
  802. <shape name="Start 2" h="99" w="99" aspect="variable" strokewidth="inherit">
  803. <connections>
  804. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  805. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  806. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  807. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  808. <constraint x="0.145" y="0.145" perimeter="0" name="NW"/>
  809. <constraint x="0.145" y="0.855" perimeter="0" name="SW"/>
  810. <constraint x="0.855" y="0.145" perimeter="0" name="NE"/>
  811. <constraint x="0.855" y="0.855" perimeter="0" name="SE"/>
  812. </connections>
  813. <background>
  814. <ellipse x="0" y="0" w="99" h="99"/>
  815. </background>
  816. <foreground>
  817. <fillstroke/>
  818. </foreground>
  819. </shape>
  820. <shape name="Stored Data" h="60" w="96.51" aspect="variable" strokewidth="inherit">
  821. <connections>
  822. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  823. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  824. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  825. <constraint x="0.93" y="0.5" perimeter="0" name="E"/>
  826. <constraint x="0.1" y="0" perimeter="0" name="NW"/>
  827. <constraint x="0.1" y="1" perimeter="0" name="SW"/>
  828. <constraint x="0.995" y="0.01" perimeter="0" name="NE"/>
  829. <constraint x="0.995" y="0.99" perimeter="0" name="SE"/>
  830. </connections>
  831. <background>
  832. <path>
  833. <move x="10" y="0"/>
  834. <line x="96" y="0"/>
  835. <arc rx="1.5" ry="1.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="96" y="2"/>
  836. <arc rx="10" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="0" x="96" y="58"/>
  837. <arc rx="1.5" ry="1.5" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="96" y="60"/>
  838. <line x="10" y="60"/>
  839. <arc rx="10" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="10" y="0"/>
  840. <close/>
  841. </path>
  842. </background>
  843. <foreground>
  844. <fillstroke/>
  845. </foreground>
  846. </shape>
  847. <shape name="Summing Function" h="70" w="70" aspect="variable" strokewidth="inherit">
  848. <connections>
  849. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  850. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  851. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  852. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  853. <constraint x="0.145" y="0.145" perimeter="0" name="NW"/>
  854. <constraint x="0.145" y="0.855" perimeter="0" name="SW"/>
  855. <constraint x="0.855" y="0.145" perimeter="0" name="NE"/>
  856. <constraint x="0.855" y="0.855" perimeter="0" name="SE"/>
  857. </connections>
  858. <background>
  859. <ellipse x="0" y="0" w="70" h="70"/>
  860. </background>
  861. <foreground>
  862. <fillstroke/>
  863. <path>
  864. <move x="0" y="35"/>
  865. <line x="70" y="35"/>
  866. </path>
  867. <stroke/>
  868. <path>
  869. <move x="35" y="0"/>
  870. <line x="35" y="70"/>
  871. </path>
  872. <stroke/>
  873. </foreground>
  874. </shape>
  875. <shape name="Terminator" h="60" w="98" aspect="variable" strokewidth="inherit">
  876. <connections>
  877. <constraint x="0.5" y="0" perimeter="0" name="N"/>
  878. <constraint x="0.5" y="1" perimeter="0" name="S"/>
  879. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  880. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  881. <constraint x="0.11" y="0.11" perimeter="0" name="NW"/>
  882. <constraint x="0.11" y="0.89" perimeter="0" name="SW"/>
  883. <constraint x="0.89" y="0.11" perimeter="0" name="NE"/>
  884. <constraint x="0.89" y="0.89" perimeter="0" name="SE"/>
  885. </connections>
  886. <background>
  887. <path>
  888. <move x="30" y="0"/>
  889. <line x="68" y="0"/>
  890. <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="68" y="60"/>
  891. <line x="30" y="60"/>
  892. <arc rx="30" ry="30" x-axis-rotation="0" large-arc-flag="0" sweep-flag="1" x="30" y="0"/>
  893. <close/>
  894. </path>
  895. </background>
  896. <foreground>
  897. <fillstroke/>
  898. </foreground>
  899. </shape>
  900. <shape name="Transfer" h="70" w="97.5" aspect="variable" strokewidth="inherit">
  901. <connections>
  902. <constraint x="0" y="0.5" perimeter="0" name="W"/>
  903. <constraint x="1" y="0.5" perimeter="0" name="E"/>
  904. </connections>
  905. <background>
  906. <path>
  907. <move x="0" y="20"/>
  908. <line x="59" y="20"/>
  909. <line x="59" y="0"/>
  910. <line x="97.5" y="35"/>
  911. <line x="59" y="70"/>
  912. <line x="59" y="50"/>
  913. <line x="0" y="50"/>
  914. <close/>
  915. </path>
  916. </background>
  917. <foreground>
  918. <fillstroke/>
  919. </foreground>
  920. </shape>
  921. </shapes>