ontomde-demos 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (313) hide show
  1. data/History.txt +2 -0
  2. data/Manifest.txt +312 -0
  3. data/README.txt +48 -0
  4. data/Rakefile +22 -0
  5. data/bin/ontomde-demos-install +10 -0
  6. data/demo/adobe-flex/1-unpack.bat +6 -0
  7. data/demo/adobe-flex/1-unpack.sh +5 -0
  8. data/demo/adobe-flex/2-generate.bat +4 -0
  9. data/demo/adobe-flex/2-generate.sh +5 -0
  10. data/demo/adobe-flex/3-flex.bat +4 -0
  11. data/demo/adobe-flex/3-flex.sh +4 -0
  12. data/demo/adobe-flex/4-start-webapp.bat +7 -0
  13. data/demo/adobe-flex/4-start-webapp.sh +4 -0
  14. data/demo/adobe-flex/9-eclipse.bat +5 -0
  15. data/demo/adobe-flex/9-eclipse.sh +6 -0
  16. data/demo/adobe-flex/README.txt +79 -0
  17. data/demo/adobe-flex/domain/pom.xml +61 -0
  18. data/demo/adobe-flex/ear/pom.xml +160 -0
  19. data/demo/adobe-flex/flex2_sdk/README.txt +7 -0
  20. data/demo/adobe-flex/flex2_sdk/flex2_sdk_hf1_download.URL +2 -0
  21. data/demo/adobe-flex/mda/.ontomde-java +75 -0
  22. data/demo/adobe-flex/mda/clean-generated.sh +24 -0
  23. data/demo/adobe-flex/mda/pom.xml +110 -0
  24. data/demo/adobe-flex/mda/src/main/mda/customDataTypes.rb +5 -0
  25. data/demo/adobe-flex/mda/src/main/mda/dbDiscriminatorCache.rb +74 -0
  26. data/demo/adobe-flex/mda/src/main/mda/javaMapping.rb-notused +302 -0
  27. data/demo/adobe-flex/mda/src/main/mda/mda.rb +0 -0
  28. data/demo/adobe-flex/mda/src/main/model/.project +11 -0
  29. data/demo/adobe-flex/mda/src/main/model/model.emx +1779 -0
  30. data/demo/adobe-flex/mda/src/main/model/model.emx.nt +3575 -0
  31. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.pprj +1496 -0
  32. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.rdf +25 -0
  33. data/demo/adobe-flex/mda/src/main/model/model.emx.nt_kb.rdfs +2242 -0
  34. data/demo/adobe-flex/mda/src/main/resources/formatter.properties +260 -0
  35. data/demo/adobe-flex/pom.xml +97 -0
  36. data/demo/adobe-flex/projectbase/pom.xml +132 -0
  37. data/demo/adobe-flex/webapp/pom.xml +126 -0
  38. data/demo/apache-struts-mesContacts/1-base.bat +6 -0
  39. data/demo/apache-struts-mesContacts/1-base.sh +6 -0
  40. data/demo/apache-struts-mesContacts/2-unpack.bat +6 -0
  41. data/demo/apache-struts-mesContacts/2-unpack.sh +6 -0
  42. data/demo/apache-struts-mesContacts/3-generate.bat +4 -0
  43. data/demo/apache-struts-mesContacts/3-generate.sh +7 -0
  44. data/demo/apache-struts-mesContacts/4-start-webapp-nosecurity.bat +4 -0
  45. data/demo/apache-struts-mesContacts/4-start-webapp-nosecurity.sh +6 -0
  46. data/demo/apache-struts-mesContacts/5-start-webapp.bat +7 -0
  47. data/demo/apache-struts-mesContacts/5-start-webapp.sh +6 -0
  48. data/demo/apache-struts-mesContacts/9-eclipse.bat +5 -0
  49. data/demo/apache-struts-mesContacts/9-eclipse.sh +8 -0
  50. data/demo/apache-struts-mesContacts/domain/pom.xml +77 -0
  51. data/demo/apache-struts-mesContacts/domain/src/main/java/gUI/ContactList.java +400 -0
  52. data/demo/apache-struts-mesContacts/domain/src/main/java/service/ContactManager.java +162 -0
  53. data/demo/apache-struts-mesContacts/domain/src/main/java/service/ContactManagerImpl.java +68 -0
  54. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/GlobalComputedAccessControlCriteria.java +29 -0
  55. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/GlobalComputedAccessControlCriteria.java.mda +37 -0
  56. data/demo/apache-struts-mesContacts/domain/src/main/java/xmda/security/ProviderImpl.java +303 -0
  57. data/demo/apache-struts-mesContacts/mda/.ontomde-java +71 -0
  58. data/demo/apache-struts-mesContacts/mda/clean-generated.sh +24 -0
  59. data/demo/apache-struts-mesContacts/mda/pom.xml +75 -0
  60. data/demo/apache-struts-mesContacts/mda/src/main/mda/customDataTypes.rb +6 -0
  61. data/demo/apache-struts-mesContacts/mda/src/main/mda/dbDiscriminatorCache.rb +88 -0
  62. data/demo/apache-struts-mesContacts/mda/src/main/mda/mda.rb +0 -0
  63. data/demo/apache-struts-mesContacts/mda/src/main/model/.project +12 -0
  64. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx +2106 -0
  65. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt +4449 -0
  66. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.pprj +1509 -0
  67. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.rdf +173 -0
  68. data/demo/apache-struts-mesContacts/mda/src/main/model/model.emx.nt.rdfs +2501 -0
  69. data/demo/apache-struts-mesContacts/mda/src/main/resources/formatter.properties +260 -0
  70. data/demo/apache-struts-mesContacts/pom.xml +20 -0
  71. data/demo/apache-struts-mesContacts/projectbase/pom.xml +123 -0
  72. data/demo/apache-struts-mesContacts/webapp/pom.xml +304 -0
  73. data/demo/apache-struts-mesContacts/webapp/src/main/java/gUI/methods/struts/ContactListnewContactMPCStrutsAction.java +392 -0
  74. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/all.jsp +1 -0
  75. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/index.jsp +15 -0
  76. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/index.jsp.mda +930 -0
  77. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/domain/form/Contactall.jsp +211 -0
  78. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/domain/form/Contactall.jsp.mda +1247 -0
  79. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/form/ContactListall.jsp +235 -0
  80. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/form/ContactListall.jsp.mda +1086 -0
  81. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/methods/form/ContactListnewContactMPCall.jsp +143 -0
  82. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/gUI/methods/form/ContactListnewContactMPCall.jsp.mda +1041 -0
  83. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/pages/menu.inc +229 -0
  84. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/add_photo.gif +0 -0
  85. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/attention.gif +0 -0
  86. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/back.gif +0 -0
  87. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bck_table.gif +0 -0
  88. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bkg_maligne_gauche_new.gif +0 -0
  89. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bkg_maligne_new.gif +0 -0
  90. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bottom.gif +0 -0
  91. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_center.gif +0 -0
  92. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_center_off.gif +0 -0
  93. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_left.gif +0 -0
  94. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_left_off.gif +0 -0
  95. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_right.gif +0 -0
  96. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/bt_right_off.gif +0 -0
  97. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/contact.css +609 -0
  98. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_bottom_left.gif +0 -0
  99. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_bottom_right.gif +0 -0
  100. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/corner_left.gif +0 -0
  101. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/dispo_off.gif +0 -0
  102. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/dispo_on.gif +0 -0
  103. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/export1.gif +0 -0
  104. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/export2.gif +0 -0
  105. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/extraire.gif +0 -0
  106. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/favicon.ico +0 -0
  107. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/fleche.gif +0 -0
  108. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/flecheon.gif +0 -0
  109. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import1.gif +0 -0
  110. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import2.gif +0 -0
  111. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/import3.gif +0 -0
  112. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/imprimer.gif +0 -0
  113. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.css +611 -0
  114. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.dat +7 -0
  115. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/index.html +587 -0
  116. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/left_table.gif +0 -0
  117. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/line.gif +0 -0
  118. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/lineverti.gif +0 -0
  119. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/menu.css +88 -0
  120. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/modifier.gif +0 -0
  121. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/nav.gif +0 -0
  122. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/new.css +470 -0
  123. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/on_mobile.gif +0 -0
  124. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/on_sim_card.gif +0 -0
  125. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_1_2_on.gif +0 -0
  126. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_1_3_off.gif +0 -0
  127. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/onglet_2_1_on.gif +0 -0
  128. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/order_up.gif +0 -0
  129. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_ecarte.gif +0 -0
  130. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_email.gif +0 -0
  131. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_fax.gif +0 -0
  132. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_fax2.gif +0 -0
  133. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_home.gif +0 -0
  134. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_home2.gif +0 -0
  135. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_messagerie.gif +0 -0
  136. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_mobile.gif +0 -0
  137. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_mobile2.gif +0 -0
  138. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_secondaire.gif +0 -0
  139. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_sms.gif +0 -0
  140. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_supprimer.gif +0 -0
  141. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_visio.gif +0 -0
  142. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_work.gif +0 -0
  143. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/picto_work2.gif +0 -0
  144. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/point.gif +0 -0
  145. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/print.gif +0 -0
  146. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/profile_homme.gif +0 -0
  147. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/right_table.gif +0 -0
  148. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/right_table_fiche.gif +0 -0
  149. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/tt_encart_infos1.gif +0 -0
  150. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/tt_encart_infos2.gif +0 -0
  151. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/unlimited.gif +0 -0
  152. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/verifier.gif +0 -0
  153. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/vide.gif +0 -0
  154. data/demo/apache-struts-mesContacts/webapp/src/main/webapp/res/voir.gif +0 -0
  155. data/demo/core/README.txt +43 -0
  156. data/demo/core/demo-dsl/bpm.pprj +1745 -0
  157. data/demo/core/demo-dsl/bpm.rdf +140 -0
  158. data/demo/core/demo-dsl/bpm.rdfs +231 -0
  159. data/demo/core/demo-dsl/main_demo_dsl_structured.rb +60 -0
  160. data/demo/core/demo-dumpUMLMetaModel/demo_dump_uml2.rb +144 -0
  161. data/demo/core/demo-generateXML/README.txt +30 -0
  162. data/demo/core/demo-generateXML/main_demo_flatcode.rb +51 -0
  163. data/demo/core/demo-generateXML/main_demo_structured.rb +65 -0
  164. data/demo/core/demo-generateXML/main_demo_template.rb +62 -0
  165. data/demo/core/demo-uml-browsing/main_demo_uml_browsing.rb +49 -0
  166. data/demo/core/demo-umlStateMachine/demo_umlStateMachine.rb +169 -0
  167. data/demo/core/demo-umlStateMachine/model/.project +11 -0
  168. data/demo/core/demo-umlStateMachine/model/StateMachine.PNG +0 -0
  169. data/demo/core/demo-umlStateMachine/model/stateMachine.emx +594 -0
  170. data/demo/core/demo-umlStateMachine/model/stateMachine.emx.nt +2527 -0
  171. data/demo/core/model/README.txt +1 -0
  172. data/demo/core/model/model.emx +1779 -0
  173. data/demo/core/model/model.emx.nt +3575 -0
  174. data/demo/core/model/model.emx.nt_kb.pprj +1438 -0
  175. data/demo/core/model/model.emx.nt_kb.rdf +25 -0
  176. data/demo/java5/EnterpriseArchitect7.1/.classpath +6 -0
  177. data/demo/java5/EnterpriseArchitect7.1/.ontomde-java +17 -0
  178. data/demo/java5/EnterpriseArchitect7.1/.project +17 -0
  179. data/demo/java5/EnterpriseArchitect7.1/.xmda +2 -0
  180. data/demo/java5/EnterpriseArchitect7.1/1-generate.bat +3 -0
  181. data/demo/java5/EnterpriseArchitect7.1/1-generate.sh +3 -0
  182. data/demo/java5/EnterpriseArchitect7.1/2-generateJavadoc.bat +3 -0
  183. data/demo/java5/EnterpriseArchitect7.1/2-generateJavadoc.sh +3 -0
  184. data/demo/java5/EnterpriseArchitect7.1/pom.xml +160 -0
  185. data/demo/java5/EnterpriseArchitect7.1/src/main/mda/customDatatypes.rb +9 -0
  186. data/demo/java5/EnterpriseArchitect7.1/src/main/model/java5_demo.ea71.ea.xmi +4115 -0
  187. data/demo/java5/EnterpriseArchitect7.1/src/main/model/java5_demo.eap +0 -0
  188. data/demo/java5/README.txt +74 -0
  189. data/demo/java5/copyShared.sh +35 -0
  190. data/demo/java5/objecteering6/.classpath +6 -0
  191. data/demo/java5/objecteering6/.ontomde-java +17 -0
  192. data/demo/java5/objecteering6/.project +17 -0
  193. data/demo/java5/objecteering6/.xmda +2 -0
  194. data/demo/java5/objecteering6/1-generate.bat +3 -0
  195. data/demo/java5/objecteering6/1-generate.sh +3 -0
  196. data/demo/java5/objecteering6/2-generateJavadoc.bat +3 -0
  197. data/demo/java5/objecteering6/2-generateJavadoc.sh +3 -0
  198. data/demo/java5/objecteering6/pom.xml +160 -0
  199. data/demo/java5/objecteering6/src/main/mda/customDatatypes.rb +9 -0
  200. data/demo/java5/objecteering6/src/main/model/README.txt +4 -0
  201. data/demo/java5/objecteering6/src/main/model/README_OE.txt +5 -0
  202. data/demo/java5/objecteering6/src/main/model/java5_demo.oe600.nt +18 -0
  203. data/demo/java5/objecteering6/src/main/model/java5_demo.oe600.ofp +0 -0
  204. data/demo/java5/rationalSoftwareModeler6/.classpath +6 -0
  205. data/demo/java5/rationalSoftwareModeler6/.ontomde-java +17 -0
  206. data/demo/java5/rationalSoftwareModeler6/.project +17 -0
  207. data/demo/java5/rationalSoftwareModeler6/.xmda +2 -0
  208. data/demo/java5/rationalSoftwareModeler6/1-generate.bat +3 -0
  209. data/demo/java5/rationalSoftwareModeler6/1-generate.sh +3 -0
  210. data/demo/java5/rationalSoftwareModeler6/2-generateJavadoc.bat +3 -0
  211. data/demo/java5/rationalSoftwareModeler6/2-generateJavadoc.sh +3 -0
  212. data/demo/java5/rationalSoftwareModeler6/model.pdf +0 -0
  213. data/demo/java5/rationalSoftwareModeler6/pom.xml +167 -0
  214. data/demo/java5/rationalSoftwareModeler6/src/main/mda/customDatatypes.rb +9 -0
  215. data/demo/java5/rationalSoftwareModeler6/src/main/model/.project +11 -0
  216. data/demo/java5/rationalSoftwareModeler6/src/main/model/java5_demo.emx +3412 -0
  217. data/demo/java5/rationalSoftwareModeler6/src/main/model/java5_demo.emx.nt +4489 -0
  218. data/demo/java5/rationalSoftwareModeler6/src/main/model/rsm-shortcuts.emx +57 -0
  219. data/demo/jboss-jbpm/1-unpack.sh +5 -0
  220. data/demo/jboss-jbpm/2-generate.sh +5 -0
  221. data/demo/jboss-jbpm/3-start-app.sh +10 -0
  222. data/demo/jboss-jbpm/4-stop-app.sh +7 -0
  223. data/demo/jboss-jbpm/5-debug.sh +18 -0
  224. data/demo/jboss-jbpm/6-nodebug.sh +2 -0
  225. data/demo/jboss-jbpm/9-eclipse.bat +5 -0
  226. data/demo/jboss-jbpm/9-eclipse.sh +6 -0
  227. data/demo/jboss-jbpm/debug.sh +18 -0
  228. data/demo/jboss-jbpm/domain/pom.xml +110 -0
  229. data/demo/jboss-jbpm/domain/src/main/java/cas1/Magasinier.java +233 -0
  230. data/demo/jboss-jbpm/domain/src/main/java/cas2/Banquier.java +172 -0
  231. data/demo/jboss-jbpm/domain/src/main/java/cas2/Client.java +140 -0
  232. data/demo/jboss-jbpm/domain/src/main/java/cas2/Personne.java +225 -0
  233. data/demo/jboss-jbpm/domain/src/main/java/cas3/Commande.java +221 -0
  234. data/demo/jboss-jbpm/domain/src/main/java/cas3/ProcessusPreparation.java +382 -0
  235. data/demo/jboss-jbpm/domain/src/main/java/cas4/CommandeLivraison.java +325 -0
  236. data/demo/jboss-jbpm/domain/src/main/java/cas4/ProcessusLivraison.java +366 -0
  237. data/demo/jboss-jbpm/domain/src/main/java/cas4/TacheHumaine.java +225 -0
  238. data/demo/jboss-jbpm/domain/src/main/java/cas4/TacheSuiteErreurLivraison.java +201 -0
  239. data/demo/jboss-jbpm/domain/src/main/resources/META-INF/persistence.xml +25 -0
  240. data/demo/jboss-jbpm/ear/pom.xml +175 -0
  241. data/demo/jboss-jbpm/mda/clean-generated.sh +24 -0
  242. data/demo/jboss-jbpm/mda/pom.xml +227 -0
  243. data/demo/jboss-jbpm/mda/src/main/mda/customDataTypes.rb +1 -0
  244. data/demo/jboss-jbpm/mda/src/main/mda/dbDiscriminatorCache.rb +72 -0
  245. data/demo/jboss-jbpm/mda/src/main/model/.project +12 -0
  246. data/demo/jboss-jbpm/mda/src/main/model/model.emx +606 -0
  247. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt +2904 -0
  248. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.pprj +1432 -0
  249. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.rdf +73 -0
  250. data/demo/jboss-jbpm/mda/src/main/model/model.emx.nt_kb.rdfs +709 -0
  251. data/demo/jboss-jbpm/mda/src/main/process/.classpath +10 -0
  252. data/demo/jboss-jbpm/mda/src/main/process/.project +17 -0
  253. data/demo/jboss-jbpm/mda/src/main/process/processList.txt +2 -0
  254. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/gpd.xml +43 -0
  255. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/processdefinition.xml +40 -0
  256. data/demo/jboss-jbpm/mda/src/main/process/src/cas3.ProcessusPreparation/processimage.jpg +0 -0
  257. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/gpd.xml +30 -0
  258. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/processdefinition.xml +28 -0
  259. data/demo/jboss-jbpm/mda/src/main/process/src/cas4.ProcessusLivraison/processimage.jpg +0 -0
  260. data/demo/jboss-jbpm/mda/src/main/resources/formatter.properties +260 -0
  261. data/demo/jboss-jbpm/ontomde-bpm-ear-copy/pom.xml +128 -0
  262. data/demo/jboss-jbpm/pom.xml +127 -0
  263. data/demo/jboss-jbpm/projectbase/pom.xml +116 -0
  264. data/demo/jboss-jbpm/readme.txt +15 -0
  265. data/demo/jboss-jbpm/runMyApp.sh +22 -0
  266. data/demo/jboss-jbpm/setenv.sh-sample +7 -0
  267. data/demo/jboss-jbpm/stopMyApp.sh +15 -0
  268. data/demo/jboss-jbpm/stopdebug.sh +2 -0
  269. data/demo/jboss-jbpm/webapp/pom.xml +102 -0
  270. data/demo/spring-acegi/1-base.bat +6 -0
  271. data/demo/spring-acegi/1-base.sh +6 -0
  272. data/demo/spring-acegi/2-unpack.bat +6 -0
  273. data/demo/spring-acegi/2-unpack.sh +6 -0
  274. data/demo/spring-acegi/3-generate.bat +4 -0
  275. data/demo/spring-acegi/3-generate.sh +7 -0
  276. data/demo/spring-acegi/4-start-webapp-nosecurity.bat +4 -0
  277. data/demo/spring-acegi/4-start-webapp-nosecurity.sh +6 -0
  278. data/demo/spring-acegi/5-start-webapp.bat +7 -0
  279. data/demo/spring-acegi/5-start-webapp.sh +6 -0
  280. data/demo/spring-acegi/9-eclipse.bat +5 -0
  281. data/demo/spring-acegi/9-eclipse.sh +8 -0
  282. data/demo/spring-acegi/README.txt +79 -0
  283. data/demo/spring-acegi/doc/images/_Ea8UYu6FEdyp6cGW4pi6rw.GIF +0 -0
  284. data/demo/spring-acegi/doc/images/_XH8XYjuOEdyltIorAFYEcg.GIF +0 -0
  285. data/demo/spring-acegi/doc/images/_o7gEAsg1Edy3YZbvY96G9w.GIF +0 -0
  286. data/demo/spring-acegi/doc/images/_s1Mq8O6sEdyp6cGW4pi6rw.GIF +0 -0
  287. data/demo/spring-acegi/doc/ontomde-demo-acegi-run.wnk +0 -0
  288. data/demo/spring-acegi/domain/pom.xml +68 -0
  289. data/demo/spring-acegi/domain/src/main/java/administration/ApplicationUser.java +503 -0
  290. data/demo/spring-acegi/domain/src/main/java/administration/SecurityPanel.java +1177 -0
  291. data/demo/spring-acegi/domain/src/main/java/demo1GSMNetwork/BaseTransceiverStation.java +434 -0
  292. data/demo/spring-acegi/domain/src/main/java/demo2testModel/Client.java +839 -0
  293. data/demo/spring-acegi/domain/src/main/java/xmda/security/ProviderImpl.java +320 -0
  294. data/demo/spring-acegi/mda/.ontomde-java +71 -0
  295. data/demo/spring-acegi/mda/clean-generated.sh +24 -0
  296. data/demo/spring-acegi/mda/pom.xml +75 -0
  297. data/demo/spring-acegi/mda/src/main/mda/customDataTypes.rb +5 -0
  298. data/demo/spring-acegi/mda/src/main/mda/dbDiscriminatorCache.rb +94 -0
  299. data/demo/spring-acegi/mda/src/main/mda/mda.rb +0 -0
  300. data/demo/spring-acegi/mda/src/main/model/.project +12 -0
  301. data/demo/spring-acegi/mda/src/main/model/model.emx +3137 -0
  302. data/demo/spring-acegi/mda/src/main/model/model.emx.nt +5301 -0
  303. data/demo/spring-acegi/mda/src/main/model/model.emx.nt.pprj +1848 -0
  304. data/demo/spring-acegi/mda/src/main/model/model.emx.nt.rdf +271 -0
  305. data/demo/spring-acegi/mda/src/main/resources/formatter.properties +260 -0
  306. data/demo/spring-acegi/pom.xml +20 -0
  307. data/demo/spring-acegi/projectbase/pom.xml +117 -0
  308. data/demo/spring-acegi/webapp/pom.xml +167 -0
  309. data/demo/uml-profil-for-ibm-rsm6/.project +12 -0
  310. data/demo/uml-profil-for-ibm-rsm6/OntoMDE-profil.epx +1748 -0
  311. data/demo/uml-profil-for-ibm-rsm6/README.txt +4 -0
  312. data/lib/ontomde-demos.rb +3 -0
  313. metadata +379 -0
@@ -0,0 +1,5 @@
1
+
2
+ # create a custom datatype mapping based on Text datatype.
3
+ # A valid CodeAlliance is 4 alphabetical character followed by 4 digits.
4
+
5
+ addDataTypeMapping("CodeAlliance",DatatypeMappingText,/[a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9]/)
@@ -0,0 +1,94 @@
1
+ # saved discriminator numbers
2
+ # This file is read and rewritten by generator
3
+ def declarePredefinedDiscrimators()
4
+ # first parameter is java qualified class name
5
+ # second parameter is the identifier used in database
6
+ # when different java type are stored in a
7
+ # single table and need to be differenciated.
8
+ db_disc("demo2testModel.AdresseType2",0)
9
+ db_disc("demo2testModel.Contrat",1)
10
+ db_disc("xmda.test.methods.UserDatagetsession_1MPC",2)
11
+ db_disc("demo2testModel.Session",3)
12
+ db_disc("xmda.test.methods.UserDatagetDUPONT1MPC",4)
13
+ db_disc("xmda.test.methods.UserDatagetDUPONT2MPC",5)
14
+ db_disc("demo2testModel.AdresseType1",6)
15
+ db_disc("demo2testModel.Client",7)
16
+ db_disc("xmda.test.UserData",9)
17
+ db_disc("demo2testModel.Adresse",10)
18
+ db_disc("xmda.test.methods.UserDatainit__ns_8_strutsAndTest_emx_nt_kb_Instance_10002MPC",14)
19
+ db_disc("demo2testModel.Femme",15)
20
+ db_disc("demo2testModel.Homme",16)
21
+ db_disc("xmda.test.methods.UserDatainitDUPONT2MPC",17)
22
+ db_disc("xmda.test.methods.UserDatainitsession_1MPC",18)
23
+ db_disc("xmda.test.methods.UserDatainitDUPONT1MPC",19)
24
+ db_disc("package1.methods.ClientajoutRapideContratMPC",20)
25
+ db_disc("java.lang.Class",21)
26
+ db_disc("com.jbpm.wrapper.process.Process",22)
27
+ db_disc("package1.Deliver",25)
28
+ db_disc("xmda.bpm.client.Process<>",30)
29
+ db_disc("package1.DeliverBis",31)
30
+ db_disc("xmda.bpm.client.Process<String>",32)
31
+ db_disc("administration.BusinessGroup",33)
32
+ db_disc("administration.SecureMethod",34)
33
+ db_disc("administration.SecurityPanel",35)
34
+ db_disc("administration.SecureWebFilter",36)
35
+ db_disc("administration.SecurityRole",37)
36
+ db_disc("administration.SecureField",38)
37
+ db_disc("demo2testModel.BinaryFile",39)
38
+ db_disc("administration.ApplicationUser",40)
39
+ db_disc("demo1GSMNetwork.BTSStatus",41)
40
+ db_disc("demo1GSMNetwork.BaseTransceiverStation",42)
41
+ db_disc("demo1GSMNetwork.BaseStationController",43)
42
+ db_disc("demo1GSMNetwork.GSMNetworkApplicationInstance",44)
43
+ end
44
+ # ###########################
45
+ # END OF USER MODIFIABLE ZONE
46
+ # ###########################
47
+
48
+
49
+
50
+ # Conversion to model URI
51
+ def db_disc(k,v)
52
+ ::Muml_Class::DB_DISCRIMINATOR[::Muml_Class::DB_URI_ALIAS[k]]=v
53
+ end
54
+ ::Muml_Class::DB_URI_ALIAS.merge!({
55
+ %{com.jbpm.wrapper.process.Process} => %{com.jbpm.wrapper.process.Process} ,
56
+ %{java.lang.Class} => %{java.lang.Class} ,
57
+ %{package1.Deliver} => %{ukb__BZ1m8Ja5Edy8MdcZyeb5Kw_proc} ,
58
+ %{demo2testModel.Femme} => %{ukb__DmkocIC5Edykv_1FYm8uuQ} ,
59
+ %{administration.SecureField} => %{ukb__IQm8YMn8Edys-J9AYbnEpg} ,
60
+ %{demo2testModel.AdresseType1} => %{ukb__OwYN4EDQEdyns9CNPlmfXw} ,
61
+ %{demo2testModel.Adresse} => %{ukb__RHhQkDuPEdyltIorAFYEcg} ,
62
+ %{demo1GSMNetwork.BaseStationController} => %{ukb__RWbogO6HEdyp6cGW4pi6rw} ,
63
+ %{demo1GSMNetwork.BTSStatus} => %{ukb__UpYdoO6gEdyp6cGW4pi6rw} ,
64
+ %{demo1GSMNetwork.GSMNetworkApplicationInstance} => %{ukb__V954AO6JEdyp6cGW4pi6rw} ,
65
+ %{demo2testModel.AdresseType2} => %{ukb__VQg6EEDQEdyns9CNPlmfXw} ,
66
+ %{package1.DeliverBis} => %{ukb__XwnHEIu1EdyxkaPAgImFEg} ,
67
+ %{demo2testModel.Homme} => %{ukb___gYPIIC4Edykv_1FYm8uuQ} ,
68
+ %{demo2testModel.BinaryFile} => %{ukb__gLWKwKKKEdy9rpjqfOC8lg} ,
69
+ %{demo2testModel.Session} => %{ukb__jQ4fIDuOEdyltIorAFYEcg} ,
70
+ %{demo1GSMNetwork.BaseTransceiverStation} => %{ukb__mqcOIO6GEdyp6cGW4pi6rw} ,
71
+ %{administration.ApplicationUser} => %{ukb__o7p2Xsg1Edy3YZbvY96G9w} ,
72
+ %{administration.SecurityRole} => %{ukb__o7p2Zsg1Edy3YZbvY96G9w} ,
73
+ %{administration.SecurityPanel} => %{ukb__o7p2d8g1Edy3YZbvY96G9w} ,
74
+ %{administration.SecureWebFilter} => %{ukb__o7p2i8g1Edy3YZbvY96G9w} ,
75
+ %{administration.SecureMethod} => %{ukb__o7p2lMg1Edy3YZbvY96G9w} ,
76
+ %{administration.BusinessGroup} => %{ukb__o7p2mMg1Edy3YZbvY96G9w} ,
77
+ %{demo2testModel.Contrat} => %{ukb__p4-NcDuOEdyltIorAFYEcg} ,
78
+ %{demo2testModel.Client} => %{ukb__rtzBEDuOEdyltIorAFYEcg} ,
79
+ %{package1.methods.ClientajoutRapideContratMPC} => %{ukb__rtzBEDuOEdyltIorAFYEcgukb__ozRUMDuPEdyltIorAFYEcg_mpc} ,
80
+ %{xmda.bpm.client.Process<>} => %{xmda.bpm.client.Process<>} ,
81
+ %{xmda.bpm.client.Process<String>} => %{xmda.bpm.client.Process<String>} ,
82
+ %{xmda.test.UserData} => %{xmda.test.UserData} ,
83
+ %{xmda.test.methods.UserDatagetDUPONT1MPC} => %{xmda.test.UserDatagetDUPONT1_mpc} ,
84
+ %{xmda.test.methods.UserDatagetDUPONT2MPC} => %{xmda.test.UserDatagetDUPONT2_mpc} ,
85
+ %{xmda.test.methods.UserDatagetsession_1MPC} => %{xmda.test.UserDatagetsession_1_mpc} ,
86
+ %{xmda.test.methods.UserDatainit__ns_8_strutsAndTest_emx_nt_kb_Instance_10002MPC} => %{xmda.test.UserDatainit__ns_8_strutsAndTest_emx_nt_kb_Instance_10002_mpc} ,
87
+ %{xmda.test.methods.UserDatainitDUPONT1MPC} => %{xmda.test.UserDataxmda.test.UserDatainitDUPONT1_mpc} ,
88
+ %{xmda.test.methods.UserDatainitDUPONT2MPC} => %{xmda.test.UserDataxmda.test.UserDatainitDUPONT2_mpc} ,
89
+ %{xmda.test.methods.UserDatainitsession_1MPC} => %{xmda.test.UserDataxmda.test.UserDatainitsession_1_mpc} ,
90
+ })
91
+ declarePredefinedDiscrimators();
92
+ #free ressources
93
+ def declarePredefinedDiscrimators()
94
+ end
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>ontomde-demo-acegi-model</name>
4
+ <comment></comment>
5
+ <projects>
6
+ <project>ontomde-profil</project>
7
+ </projects>
8
+ <buildSpec>
9
+ </buildSpec>
10
+ <natures>
11
+ </natures>
12
+ </projectDescription>
@@ -0,0 +1,3137 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--xtools2_universal_type_manager-->
3
+ <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Default_0="http:///Default_0.profile.uml2" xmlns:OntoMDEprofil_31="http:///_s2Hn8EzmEd2oUJs9MVMUCA.profile.uml2" xmlns:notation="http://www.ibm.com/xtools/1.5.0/Notation" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xmlns:umlnotation="http://www.ibm.com/xtools/1.5.0/Umlnotation" xsi:schemaLocation="http:///Default_0.profile.uml2 pathmap://UML2_MSL_PROFILES/Default.epx#_bA7Pc9WLEdiy4IqP8whjFA?Default/%3CEPackage%3E http:///_s2Hn8EzmEd2oUJs9MVMUCA.profile.uml2 platform:/resource/ontomde-profil/OntoMDE-profil.epx#_s2Hn8UzmEd2oUJs9MVMUCA?OntoMDE-profil/%3CEPackage%3E" xmi:id="_XH8XYDuOEdyltIorAFYEcg" name="ontomde-demo-acegi" appliedProfile="_XH8XZDuOEdyltIorAFYEcg _XH8XZzuOEdyltIorAFYEcg _XH8XajuOEdyltIorAFYEcg _XH8XbTuOEdyltIorAFYEcg _XH8XcDuOEdyltIorAFYEcg _C0bTsNCjEdyOrtFlUlhrQg">
4
+ <eAnnotations xmi:id="_XH8XYTuOEdyltIorAFYEcg" source="uml2.diagrams">
5
+ <contents xmi:type="notation:Diagram" xmi:id="_s1Mq8O6sEdyp6cGW4pi6rw" type="Freeform" name="Welcome-page : ontomde-demo-acegi">
6
+ <children xmi:id="_vwYCoO6sEdyp6cGW4pi6rw" type="Note" element="_o7gEAsg1Edy3YZbvY96G9w">
7
+ <eAnnotations xmi:id="_vwYCpe6sEdyp6cGW4pi6rw" source="DiagramLink"/>
8
+ <children xmi:id="_vwYCo-6sEdyp6cGW4pi6rw" type="DiagramName" element="_o7gEAsg1Edy3YZbvY96G9w"/>
9
+ <children xmi:id="_vwYCpO6sEdyp6cGW4pi6rw" type="Description" element="_o7gEAsg1Edy3YZbvY96G9w"/>
10
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_vwYCoe6sEdyp6cGW4pi6rw"/>
11
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vwYCou6sEdyp6cGW4pi6rw" x="22" y="3899"/>
12
+ </children>
13
+ <children xmi:id="_4CTckO6sEdyp6cGW4pi6rw" type="Note" element="_Ea8UYu6FEdyp6cGW4pi6rw">
14
+ <eAnnotations xmi:id="_4CdNku6sEdyp6cGW4pi6rw" source="DiagramLink"/>
15
+ <children xmi:id="_4CdNkO6sEdyp6cGW4pi6rw" type="DiagramName" element="_Ea8UYu6FEdyp6cGW4pi6rw"/>
16
+ <children xmi:id="_4CdNke6sEdyp6cGW4pi6rw" type="Description" element="_Ea8UYu6FEdyp6cGW4pi6rw"/>
17
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_4CTcke6sEdyp6cGW4pi6rw"/>
18
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4CTcku6sEdyp6cGW4pi6rw" x="22" y="4451"/>
19
+ </children>
20
+ <children xmi:id="_6bxOUO6sEdyp6cGW4pi6rw" type="Note" element="_XH8XYjuOEdyltIorAFYEcg">
21
+ <eAnnotations xmi:id="_6bxOVe6sEdyp6cGW4pi6rw" source="DiagramLink"/>
22
+ <children xmi:id="_6bxOU-6sEdyp6cGW4pi6rw" type="DiagramName" element="_XH8XYjuOEdyltIorAFYEcg"/>
23
+ <children xmi:id="_6bxOVO6sEdyp6cGW4pi6rw" type="Description" element="_XH8XYjuOEdyltIorAFYEcg"/>
24
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_6bxOUe6sEdyp6cGW4pi6rw"/>
25
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_6bxOUu6sEdyp6cGW4pi6rw" y="5088"/>
26
+ </children>
27
+ <children xmi:id="__2ejgO6sEdyp6cGW4pi6rw" element="__2UygO6sEdyp6cGW4pi6rw">
28
+ <children xmi:id="__2ejg-6sEdyp6cGW4pi6rw" type="CommentBody" element="__2UygO6sEdyp6cGW4pi6rw"/>
29
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="__2ejge6sEdyp6cGW4pi6rw" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
30
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="__2ejgu6sEdyp6cGW4pi6rw" y="-2226"/>
31
+ </children>
32
+ <children xmi:id="_6V0lEO6xEdyp6cGW4pi6rw" type="Note">
33
+ <eAnnotations xmi:id="_6V0lFe6xEdyp6cGW4pi6rw" source="DiagramLink"/>
34
+ <children xmi:id="_6V0lE-6xEdyp6cGW4pi6rw" type="DiagramName"/>
35
+ <children xmi:id="_6V0lFO6xEdyp6cGW4pi6rw" type="Description"/>
36
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_6V0lEe6xEdyp6cGW4pi6rw"/>
37
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_6V0lEu6xEdyp6cGW4pi6rw" x="21" y="5757"/>
38
+ </children>
39
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_s1Mq8e6sEdyp6cGW4pi6rw"/>
40
+ </contents>
41
+ </eAnnotations>
42
+ <eAnnotations xmi:id="_dzwIEDuOEdyltIorAFYEcg" source="http://www.eclipse.org/emf/2002/Ecore"/>
43
+ <ownedComment xmi:id="__2UygO6sEdyp6cGW4pi6rw" body="Acegi is a framework for delivering authentification and authrosiation to your application.&#xD;&#xA;&#xD;&#xA;OntoMDE for ACEGI fills the gap between Acegi framework and your application logic and&#xD;&#xA;information model. With OntoMDE for Acegi, you annotate your model and OntoMDE &#xD;&#xA;generates your application. Developping with OntoMDE generated code should be simple,&#xD;&#xA;as ontoMDE generate enums and proper method signature &#xD;&#xA;(No more error prone generic string return)&#xD;&#xA;&#xD;&#xA;OntoMDE is meant to be extended to fit your very specific requirerements. &#xD;&#xA;&#xD;&#xA;Current version of OntoMDE for Acegi provides:&#xD;&#xA;* User/Group/Role/Capability structure&#xD;&#xA;* Capability type: URL, Method call, Field visibility&#xD;&#xA;* Computed access rights capability.&#xD;&#xA;* Fully customisable access right on running application."/>
44
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XZDuOEdyltIorAFYEcg">
45
+ <eAnnotations xmi:id="_XH8XZTuOEdyltIorAFYEcg" source="attributes">
46
+ <details xmi:id="_XH8XZjuOEdyltIorAFYEcg" key="version" value="0"/>
47
+ </eAnnotations>
48
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
49
+ <importedProfile href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
50
+ </packageImport>
51
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XZzuOEdyltIorAFYEcg">
52
+ <eAnnotations xmi:id="_XH8XaDuOEdyltIorAFYEcg" source="attributes">
53
+ <details xmi:id="_XH8XaTuOEdyltIorAFYEcg" key="version" value="0"/>
54
+ </eAnnotations>
55
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
56
+ <importedProfile href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
57
+ </packageImport>
58
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XajuOEdyltIorAFYEcg">
59
+ <eAnnotations xmi:id="_XH8XazuOEdyltIorAFYEcg" source="attributes">
60
+ <details xmi:id="_XH8XbDuOEdyltIorAFYEcg" key="version" value="0"/>
61
+ </eAnnotations>
62
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
63
+ <importedProfile href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
64
+ </packageImport>
65
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XbTuOEdyltIorAFYEcg">
66
+ <eAnnotations xmi:id="_XH8XbjuOEdyltIorAFYEcg" source="attributes">
67
+ <details xmi:id="_XH8XbzuOEdyltIorAFYEcg" key="version" value="0"/>
68
+ </eAnnotations>
69
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
70
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
71
+ </packageImport>
72
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_XH8XcDuOEdyltIorAFYEcg">
73
+ <eAnnotations xmi:id="_XH8XcTuOEdyltIorAFYEcg" source="attributes">
74
+ <details xmi:id="_XH8XcjuOEdyltIorAFYEcg" key="version" value="0"/>
75
+ </eAnnotations>
76
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
77
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
78
+ </packageImport>
79
+ <packageImport xmi:id="_XH8XczuOEdyltIorAFYEcg">
80
+ <importedPackage xmi:type="uml:Model" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_EfRZoK86EdieaYgxtVWN8Q"/>
81
+ </packageImport>
82
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_C0bTsNCjEdyOrtFlUlhrQg">
83
+ <eAnnotations xmi:id="_C0bTsdCjEdyOrtFlUlhrQg" source="attributes">
84
+ <details xmi:id="_C0bTstCjEdyOrtFlUlhrQg" key="version" value="31"/>
85
+ </eAnnotations>
86
+ <importedPackage xmi:type="uml:Profile" href="platform:/resource/ontomde-profil/OntoMDE-profil.epx#_-xY2QT6NEdyDqtBcWiARwA?OntoMDE-profil"/>
87
+ <importedProfile href="platform:/resource/ontomde-profil/OntoMDE-profil.epx#_-xY2QT6NEdyDqtBcWiARwA?OntoMDE-profil"/>
88
+ </packageImport>
89
+ <ownedMember xmi:type="uml:Package" xmi:id="_gSJdIDuOEdyltIorAFYEcg" name="demo2 testModel">
90
+ <eAnnotations xmi:id="_gSJdITuOEdyltIorAFYEcg" source="uml2.diagrams">
91
+ <contents xmi:type="notation:Diagram" xmi:id="_XH8XYjuOEdyltIorAFYEcg" type="Freeform" name="demo2: test model">
92
+ <children xmi:id="_kVIxcDuOEdyltIorAFYEcg" sourceEdges="_txORYDuOEdyltIorAFYEcg _I3BOYIC5Edykv_1FYm8uuQ _JsSpgIC5Edykv_1FYm8uuQ" element="_jQ4fIDuOEdyltIorAFYEcg">
93
+ <children xmi:id="_kVIxczuOEdyltIorAFYEcg" type="ImageCompartment" element="_jQ4fIDuOEdyltIorAFYEcg">
94
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_kVIxdDuOEdyltIorAFYEcg" width="1320" height="1320"/>
95
+ </children>
96
+ <children xmi:id="_kVIxdTuOEdyltIorAFYEcg" type="Stereotype" element="_jQ4fIDuOEdyltIorAFYEcg"/>
97
+ <children xmi:id="_kVIxdjuOEdyltIorAFYEcg" type="Name" element="_jQ4fIDuOEdyltIorAFYEcg"/>
98
+ <children xmi:id="_kVIxdzuOEdyltIorAFYEcg" type="AttributeCompartment" element="_jQ4fIDuOEdyltIorAFYEcg">
99
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kVIxeDuOEdyltIorAFYEcg"/>
100
+ </children>
101
+ <children xmi:id="_kVIxeTuOEdyltIorAFYEcg" type="OperationCompartment" element="_jQ4fIDuOEdyltIorAFYEcg">
102
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kVIxejuOEdyltIorAFYEcg"/>
103
+ </children>
104
+ <children xmi:id="_kVR7YDuOEdyltIorAFYEcg" visible="false" type="SignalCompartment" element="_jQ4fIDuOEdyltIorAFYEcg">
105
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kVR7YTuOEdyltIorAFYEcg"/>
106
+ </children>
107
+ <children xmi:id="_kWn_MDuOEdyltIorAFYEcg" visible="false" type="StructureCompartment" element="_jQ4fIDuOEdyltIorAFYEcg">
108
+ <children xmi:id="_Hx5FdO6uEdyp6cGW4pi6rw" element="_twobgTuOEdyltIorAFYEcg">
109
+ <children xmi:id="_Hx5Fd-6uEdyp6cGW4pi6rw" type="Name" element="_twobgTuOEdyltIorAFYEcg"/>
110
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Hx5Fde6uEdyp6cGW4pi6rw" showStereotype="Label"/>
111
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Hx5Fdu6uEdyp6cGW4pi6rw"/>
112
+ </children>
113
+ <children xmi:id="_Hx5FeO6uEdyp6cGW4pi6rw" element="_I1FUsYC5Edykv_1FYm8uuQ">
114
+ <children xmi:id="_Hx5Fe-6uEdyp6cGW4pi6rw" type="Name" element="_I1FUsYC5Edykv_1FYm8uuQ"/>
115
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Hx5Fee6uEdyp6cGW4pi6rw" showStereotype="Label"/>
116
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Hx5Feu6uEdyp6cGW4pi6rw" x="10" y="10"/>
117
+ </children>
118
+ <children xmi:id="_Hx5FfO6uEdyp6cGW4pi6rw" element="_JrjCoYC5Edykv_1FYm8uuQ">
119
+ <children xmi:id="_Hx5Ff-6uEdyp6cGW4pi6rw" type="Name" element="_JrjCoYC5Edykv_1FYm8uuQ"/>
120
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Hx5Ffe6uEdyp6cGW4pi6rw" showStereotype="Label"/>
121
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Hx5Ffu6uEdyp6cGW4pi6rw" x="20" y="20"/>
122
+ </children>
123
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_kWn_MTuOEdyltIorAFYEcg"/>
124
+ </children>
125
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_kVIxcTuOEdyltIorAFYEcg" showStereotype="Label"/>
126
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kVIxcjuOEdyltIorAFYEcg" x="318" y="636"/>
127
+ </children>
128
+ <children xmi:id="_p5RIYDuOEdyltIorAFYEcg" sourceEdges="_a0aGkGYWEdy11s29jB8uIQ _cSSZ0mYWEdy11s29jB8uIQ _dKdX8GYWEdy11s29jB8uIQ _eAaIgGYWEdy11s29jB8uIQ _e9NH8GYWEdy11s29jB8uIQ _fdZD4GYWEdy11s29jB8uIQ _gh7qEGYWEdy11s29jB8uIQ _hc8g0GYWEdy11s29jB8uIQ _iqbnoGYWEdy11s29jB8uIQ _jhRJAGYWEdy11s29jB8uIQ _kN928GYWEdy11s29jB8uIQ _lI08sGYWEdy11s29jB8uIQ _l-63MGYWEdy11s29jB8uIQ" targetEdges="_zq0iADuOEdyltIorAFYEcg _h8Tm8DuQEdyltIorAFYEcg _mTtFADuQEdyltIorAFYEcg _w7loUEAzEdyRL-p4eup8jQ" element="_p4-NcDuOEdyltIorAFYEcg">
129
+ <children xmi:id="_p5RIYzuOEdyltIorAFYEcg" type="ImageCompartment" element="_p4-NcDuOEdyltIorAFYEcg">
130
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_p5RIZDuOEdyltIorAFYEcg" width="1320" height="1320"/>
131
+ </children>
132
+ <children xmi:id="_p5RIZTuOEdyltIorAFYEcg" type="Stereotype" element="_p4-NcDuOEdyltIorAFYEcg"/>
133
+ <children xmi:id="_p5RIZjuOEdyltIorAFYEcg" type="Name" element="_p4-NcDuOEdyltIorAFYEcg"/>
134
+ <children xmi:id="_p5RIZzuOEdyltIorAFYEcg" type="AttributeCompartment" element="_p4-NcDuOEdyltIorAFYEcg">
135
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_p5RIaDuOEdyltIorAFYEcg"/>
136
+ </children>
137
+ <children xmi:id="_p5RIaTuOEdyltIorAFYEcg" type="OperationCompartment" element="_p4-NcDuOEdyltIorAFYEcg">
138
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_p5RIajuOEdyltIorAFYEcg"/>
139
+ </children>
140
+ <children xmi:id="_p5RIazuOEdyltIorAFYEcg" visible="false" type="SignalCompartment" element="_p4-NcDuOEdyltIorAFYEcg">
141
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_p5RIbDuOEdyltIorAFYEcg"/>
142
+ </children>
143
+ <children xmi:id="_p5RIbTuOEdyltIorAFYEcg" visible="false" type="StructureCompartment" element="_p4-NcDuOEdyltIorAFYEcg">
144
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_p5RIbjuOEdyltIorAFYEcg"/>
145
+ </children>
146
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_p5RIYTuOEdyltIorAFYEcg" showStereotype="Label"/>
147
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_p5RIYjuOEdyltIorAFYEcg" x="6042" y="4452" width="4847"/>
148
+ </children>
149
+ <children xmi:id="_ruF8ADuOEdyltIorAFYEcg" sourceEdges="_zq0iADuOEdyltIorAFYEcg _Txim0DuPEdyltIorAFYEcg _h8Tm8DuQEdyltIorAFYEcg _mTtFADuQEdyltIorAFYEcg _w7loUEAzEdyRL-p4eup8jQ __hXLYKKKEdy9rpjqfOC8lg" targetEdges="_txORYDuOEdyltIorAFYEcg" element="_rtzBEDuOEdyltIorAFYEcg">
150
+ <children xmi:id="_ruF8AzuOEdyltIorAFYEcg" type="ImageCompartment" element="_rtzBEDuOEdyltIorAFYEcg">
151
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_ruF8BDuOEdyltIorAFYEcg" width="1320" height="1320"/>
152
+ </children>
153
+ <children xmi:id="_ruF8BTuOEdyltIorAFYEcg" type="Stereotype" element="_rtzBEDuOEdyltIorAFYEcg"/>
154
+ <children xmi:id="_ruF8BjuOEdyltIorAFYEcg" type="Name" element="_rtzBEDuOEdyltIorAFYEcg"/>
155
+ <children xmi:id="_ruF8BzuOEdyltIorAFYEcg" type="AttributeCompartment" element="_rtzBEDuOEdyltIorAFYEcg">
156
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ruF8CDuOEdyltIorAFYEcg"/>
157
+ </children>
158
+ <children xmi:id="_ruF8CTuOEdyltIorAFYEcg" type="OperationCompartment" element="_rtzBEDuOEdyltIorAFYEcg">
159
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ruF8CjuOEdyltIorAFYEcg"/>
160
+ </children>
161
+ <children xmi:id="_ruF8CzuOEdyltIorAFYEcg" visible="false" type="SignalCompartment" element="_rtzBEDuOEdyltIorAFYEcg">
162
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ruF8DDuOEdyltIorAFYEcg"/>
163
+ </children>
164
+ <children xmi:id="_ruF8DTuOEdyltIorAFYEcg" visible="false" type="StructureCompartment" element="_rtzBEDuOEdyltIorAFYEcg">
165
+ <children xmi:id="_HyMAYe6uEdyp6cGW4pi6rw" element="_zqOsITuOEdyltIorAFYEcg">
166
+ <children xmi:id="_HyMAZO6uEdyp6cGW4pi6rw" type="Name" element="_zqOsITuOEdyltIorAFYEcg"/>
167
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_HyMAYu6uEdyp6cGW4pi6rw" showStereotype="Label"/>
168
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HyMAY-6uEdyp6cGW4pi6rw"/>
169
+ </children>
170
+ <children xmi:id="_HyMAZe6uEdyp6cGW4pi6rw" element="_TvA3QTuPEdyltIorAFYEcg">
171
+ <children xmi:id="_HyMAaO6uEdyp6cGW4pi6rw" type="Name" element="_TvA3QTuPEdyltIorAFYEcg"/>
172
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_HyMAZu6uEdyp6cGW4pi6rw" showStereotype="Label"/>
173
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HyMAZ-6uEdyp6cGW4pi6rw" x="10" y="10"/>
174
+ </children>
175
+ <children xmi:id="_HyMAae6uEdyp6cGW4pi6rw" element="__gdzgaKKEdy9rpjqfOC8lg">
176
+ <children xmi:id="_HyMAbO6uEdyp6cGW4pi6rw" type="Name" element="__gdzgaKKEdy9rpjqfOC8lg"/>
177
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_HyMAau6uEdyp6cGW4pi6rw" showStereotype="Label"/>
178
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HyMAa-6uEdyp6cGW4pi6rw" x="20" y="20"/>
179
+ </children>
180
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_ruF8DjuOEdyltIorAFYEcg"/>
181
+ </children>
182
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ruF8ATuOEdyltIorAFYEcg" showListSignature="true" showStereotype="Label"/>
183
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ruF8AjuOEdyltIorAFYEcg" x="4770" y="318"/>
184
+ </children>
185
+ <children xmi:id="_9NUzADuOEdyltIorAFYEcg" element="_9NBRADuOEdyltIorAFYEcg">
186
+ <children xmi:id="_9NUzAzuOEdyltIorAFYEcg" type="ImageCompartment" element="_9NBRADuOEdyltIorAFYEcg">
187
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_9NUzBDuOEdyltIorAFYEcg" width="1320" height="1320"/>
188
+ </children>
189
+ <children xmi:id="_9NUzBTuOEdyltIorAFYEcg" type="Stereotype" element="_9NBRADuOEdyltIorAFYEcg"/>
190
+ <children xmi:id="_9NUzBjuOEdyltIorAFYEcg" type="Kind" element="_9NBRADuOEdyltIorAFYEcg"/>
191
+ <children xmi:id="_9NUzBzuOEdyltIorAFYEcg" type="Name" element="_9NBRADuOEdyltIorAFYEcg"/>
192
+ <children xmi:id="_9NUzCDuOEdyltIorAFYEcg" type="EnumerationCompartment" element="_9NBRADuOEdyltIorAFYEcg">
193
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9NUzCTuOEdyltIorAFYEcg"/>
194
+ </children>
195
+ <children xmi:id="_9NUzCjuOEdyltIorAFYEcg" visible="false" type="AttributeCompartment" element="_9NBRADuOEdyltIorAFYEcg">
196
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9NUzCzuOEdyltIorAFYEcg"/>
197
+ </children>
198
+ <children xmi:id="_9NUzDDuOEdyltIorAFYEcg" visible="false" type="OperationCompartment" element="_9NBRADuOEdyltIorAFYEcg">
199
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9NUzDTuOEdyltIorAFYEcg"/>
200
+ </children>
201
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_9NUzATuOEdyltIorAFYEcg" showStereotype="Label"/>
202
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_9NUzAjuOEdyltIorAFYEcg" x="318" y="1908"/>
203
+ </children>
204
+ <children xmi:id="_RH0LgDuPEdyltIorAFYEcg" targetEdges="_Txim0DuPEdyltIorAFYEcg _YbdMEEDQEdyns9CNPlmfXw _Y-7FgUDQEdyns9CNPlmfXw" element="_RHhQkDuPEdyltIorAFYEcg">
205
+ <children xmi:id="_RH0LgzuPEdyltIorAFYEcg" type="ImageCompartment" element="_RHhQkDuPEdyltIorAFYEcg">
206
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_RH0LhDuPEdyltIorAFYEcg" width="1320" height="1320"/>
207
+ </children>
208
+ <children xmi:id="_RH0LhTuPEdyltIorAFYEcg" type="Stereotype" element="_RHhQkDuPEdyltIorAFYEcg"/>
209
+ <children xmi:id="_RH0LhjuPEdyltIorAFYEcg" type="Name" element="_RHhQkDuPEdyltIorAFYEcg"/>
210
+ <children xmi:id="_RH0LhzuPEdyltIorAFYEcg" type="AttributeCompartment" element="_RHhQkDuPEdyltIorAFYEcg">
211
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_RH0LiDuPEdyltIorAFYEcg"/>
212
+ </children>
213
+ <children xmi:id="_RH0LiTuPEdyltIorAFYEcg" type="OperationCompartment" element="_RHhQkDuPEdyltIorAFYEcg">
214
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_RH0LijuPEdyltIorAFYEcg"/>
215
+ </children>
216
+ <children xmi:id="_RH0LizuPEdyltIorAFYEcg" visible="false" type="SignalCompartment" element="_RHhQkDuPEdyltIorAFYEcg">
217
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_RH0LjDuPEdyltIorAFYEcg"/>
218
+ </children>
219
+ <children xmi:id="_RH0LjTuPEdyltIorAFYEcg" visible="false" type="StructureCompartment" element="_RHhQkDuPEdyltIorAFYEcg">
220
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_RH0LjjuPEdyltIorAFYEcg"/>
221
+ </children>
222
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_RH0LgTuPEdyltIorAFYEcg" showStereotype="Label"/>
223
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RH0LgjuPEdyltIorAFYEcg" x="298" y="4134" width="4509"/>
224
+ </children>
225
+ <children xmi:id="_Owh-4EDQEdyns9CNPlmfXw" sourceEdges="_YbdMEEDQEdyns9CNPlmfXw" element="_OwYN4EDQEdyns9CNPlmfXw">
226
+ <children xmi:id="_Owh-40DQEdyns9CNPlmfXw" type="ImageCompartment" element="_OwYN4EDQEdyns9CNPlmfXw">
227
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Owh-5EDQEdyns9CNPlmfXw" width="1320" height="1320"/>
228
+ </children>
229
+ <children xmi:id="_Owh-5UDQEdyns9CNPlmfXw" type="Stereotype" element="_OwYN4EDQEdyns9CNPlmfXw"/>
230
+ <children xmi:id="_Owh-5kDQEdyns9CNPlmfXw" type="Name" element="_OwYN4EDQEdyns9CNPlmfXw"/>
231
+ <children xmi:id="_Owh-50DQEdyns9CNPlmfXw" type="AttributeCompartment" element="_OwYN4EDQEdyns9CNPlmfXw">
232
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Owh-6EDQEdyns9CNPlmfXw"/>
233
+ </children>
234
+ <children xmi:id="_Owh-6UDQEdyns9CNPlmfXw" type="OperationCompartment" element="_OwYN4EDQEdyns9CNPlmfXw">
235
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Owh-6kDQEdyns9CNPlmfXw"/>
236
+ </children>
237
+ <children xmi:id="_Owh-60DQEdyns9CNPlmfXw" visible="false" type="SignalCompartment" element="_OwYN4EDQEdyns9CNPlmfXw">
238
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Owh-7EDQEdyns9CNPlmfXw"/>
239
+ </children>
240
+ <children xmi:id="_Owh-7UDQEdyns9CNPlmfXw" visible="false" type="StructureCompartment" element="_OwYN4EDQEdyns9CNPlmfXw">
241
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_Owh-7kDQEdyns9CNPlmfXw"/>
242
+ </children>
243
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Owh-4UDQEdyns9CNPlmfXw" showStereotype="Label"/>
244
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Owh-4kDQEdyns9CNPlmfXw" y="6678" width="3579" height="1305"/>
245
+ </children>
246
+ <children xmi:id="_WYLswEDQEdyns9CNPlmfXw" sourceEdges="_Y-7FgUDQEdyns9CNPlmfXw" element="_VQg6EEDQEdyns9CNPlmfXw">
247
+ <children xmi:id="_WYLsw0DQEdyns9CNPlmfXw" type="ImageCompartment" element="_VQg6EEDQEdyns9CNPlmfXw">
248
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_WYLsxEDQEdyns9CNPlmfXw" width="1320" height="1320"/>
249
+ </children>
250
+ <children xmi:id="_WYLsxUDQEdyns9CNPlmfXw" type="Stereotype" element="_VQg6EEDQEdyns9CNPlmfXw"/>
251
+ <children xmi:id="_WYLsxkDQEdyns9CNPlmfXw" type="Name" element="_VQg6EEDQEdyns9CNPlmfXw"/>
252
+ <children xmi:id="_WYLsx0DQEdyns9CNPlmfXw" type="AttributeCompartment" element="_VQg6EEDQEdyns9CNPlmfXw">
253
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WYLsyEDQEdyns9CNPlmfXw"/>
254
+ </children>
255
+ <children xmi:id="_WYLsyUDQEdyns9CNPlmfXw" type="OperationCompartment" element="_VQg6EEDQEdyns9CNPlmfXw">
256
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WYLsykDQEdyns9CNPlmfXw"/>
257
+ </children>
258
+ <children xmi:id="_WYLsy0DQEdyns9CNPlmfXw" visible="false" type="SignalCompartment" element="_VQg6EEDQEdyns9CNPlmfXw">
259
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WYLszEDQEdyns9CNPlmfXw"/>
260
+ </children>
261
+ <children xmi:id="_WYLszUDQEdyns9CNPlmfXw" visible="false" type="StructureCompartment" element="_VQg6EEDQEdyns9CNPlmfXw">
262
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_WYLszkDQEdyns9CNPlmfXw"/>
263
+ </children>
264
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_WYLswUDQEdyns9CNPlmfXw" showStereotype="Label"/>
265
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WYLswkDQEdyns9CNPlmfXw" x="2862" y="8268"/>
266
+ </children>
267
+ <children xmi:id="_Njo0EGYWEdy11s29jB8uIQ" targetEdges="_cSSZ0mYWEdy11s29jB8uIQ" element="_s71bcGYVEdy11s29jB8uIQ">
268
+ <children xmi:id="_Njo0E2YWEdy11s29jB8uIQ" type="ImageCompartment" element="_s71bcGYVEdy11s29jB8uIQ">
269
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Njo0FGYWEdy11s29jB8uIQ" width="530" height="530"/>
270
+ </children>
271
+ <children xmi:id="_Njo0FWYWEdy11s29jB8uIQ" type="Stereotype" element="_s71bcGYVEdy11s29jB8uIQ"/>
272
+ <children xmi:id="_Njo0FmYWEdy11s29jB8uIQ" type="Kind" element="_s71bcGYVEdy11s29jB8uIQ"/>
273
+ <children xmi:id="_Njo0F2YWEdy11s29jB8uIQ" type="Name" element="_s71bcGYVEdy11s29jB8uIQ"/>
274
+ <children xmi:id="_Njo0GGYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_s71bcGYVEdy11s29jB8uIQ">
275
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Njo0GWYWEdy11s29jB8uIQ"/>
276
+ </children>
277
+ <children xmi:id="_Njo0GmYWEdy11s29jB8uIQ" type="OperationCompartment" element="_s71bcGYVEdy11s29jB8uIQ">
278
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Njo0G2YWEdy11s29jB8uIQ"/>
279
+ </children>
280
+ <children xmi:id="_Njo0HGYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_s71bcGYVEdy11s29jB8uIQ">
281
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Njo0HWYWEdy11s29jB8uIQ"/>
282
+ </children>
283
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_Njo0EWYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
284
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Njo0EmYWEdy11s29jB8uIQ" x="15582" y="2862"/>
285
+ </children>
286
+ <children xmi:id="_NkFgAGYWEdy11s29jB8uIQ" targetEdges="_gh7qEGYWEdy11s29jB8uIQ" element="_u14GQGYVEdy11s29jB8uIQ">
287
+ <children xmi:id="_NkFgA2YWEdy11s29jB8uIQ" type="ImageCompartment" element="_u14GQGYVEdy11s29jB8uIQ">
288
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NkFgBGYWEdy11s29jB8uIQ" width="530" height="530"/>
289
+ </children>
290
+ <children xmi:id="_NkFgBWYWEdy11s29jB8uIQ" type="Stereotype" element="_u14GQGYVEdy11s29jB8uIQ"/>
291
+ <children xmi:id="_NkFgBmYWEdy11s29jB8uIQ" type="Kind" element="_u14GQGYVEdy11s29jB8uIQ"/>
292
+ <children xmi:id="_NkFgB2YWEdy11s29jB8uIQ" type="Name" element="_u14GQGYVEdy11s29jB8uIQ"/>
293
+ <children xmi:id="_NkFgCGYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_u14GQGYVEdy11s29jB8uIQ">
294
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkFgCWYWEdy11s29jB8uIQ"/>
295
+ </children>
296
+ <children xmi:id="_NkFgCmYWEdy11s29jB8uIQ" type="OperationCompartment" element="_u14GQGYVEdy11s29jB8uIQ">
297
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkFgC2YWEdy11s29jB8uIQ"/>
298
+ </children>
299
+ <children xmi:id="_NkFgDGYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_u14GQGYVEdy11s29jB8uIQ">
300
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkFgDWYWEdy11s29jB8uIQ"/>
301
+ </children>
302
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NkFgAWYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
303
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NkFgAmYWEdy11s29jB8uIQ" x="15582" y="4452"/>
304
+ </children>
305
+ <children xmi:id="_NkPRAGYWEdy11s29jB8uIQ" targetEdges="_jhRJAGYWEdy11s29jB8uIQ" element="_v7wwQGYVEdy11s29jB8uIQ">
306
+ <children xmi:id="_NkPRA2YWEdy11s29jB8uIQ" type="ImageCompartment" element="_v7wwQGYVEdy11s29jB8uIQ">
307
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NkPRBGYWEdy11s29jB8uIQ" width="530" height="530"/>
308
+ </children>
309
+ <children xmi:id="_NkPRBWYWEdy11s29jB8uIQ" type="Stereotype" element="_v7wwQGYVEdy11s29jB8uIQ"/>
310
+ <children xmi:id="_NkPRBmYWEdy11s29jB8uIQ" type="Kind" element="_v7wwQGYVEdy11s29jB8uIQ"/>
311
+ <children xmi:id="_NkPRB2YWEdy11s29jB8uIQ" type="Name" element="_v7wwQGYVEdy11s29jB8uIQ"/>
312
+ <children xmi:id="_NkPRCGYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_v7wwQGYVEdy11s29jB8uIQ">
313
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkPRCWYWEdy11s29jB8uIQ"/>
314
+ </children>
315
+ <children xmi:id="_NkPRCmYWEdy11s29jB8uIQ" type="OperationCompartment" element="_v7wwQGYVEdy11s29jB8uIQ">
316
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkPRC2YWEdy11s29jB8uIQ"/>
317
+ </children>
318
+ <children xmi:id="_NkPRDGYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_v7wwQGYVEdy11s29jB8uIQ">
319
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkPRDWYWEdy11s29jB8uIQ"/>
320
+ </children>
321
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NkPRAWYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
322
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NkPRAmYWEdy11s29jB8uIQ" x="15582" y="6042"/>
323
+ </children>
324
+ <children xmi:id="_NkYa8GYWEdy11s29jB8uIQ" element="_zaF4UGYVEdy11s29jB8uIQ">
325
+ <children xmi:id="_NkYa82YWEdy11s29jB8uIQ" type="ImageCompartment" element="_zaF4UGYVEdy11s29jB8uIQ">
326
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NkYa9GYWEdy11s29jB8uIQ" width="530" height="530"/>
327
+ </children>
328
+ <children xmi:id="_NkYa9WYWEdy11s29jB8uIQ" type="Stereotype" element="_zaF4UGYVEdy11s29jB8uIQ"/>
329
+ <children xmi:id="_NkYa9mYWEdy11s29jB8uIQ" type="Kind" element="_zaF4UGYVEdy11s29jB8uIQ"/>
330
+ <children xmi:id="_NkYa92YWEdy11s29jB8uIQ" type="Name" element="_zaF4UGYVEdy11s29jB8uIQ"/>
331
+ <children xmi:id="_NkYa-GYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zaF4UGYVEdy11s29jB8uIQ">
332
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkYa-WYWEdy11s29jB8uIQ"/>
333
+ </children>
334
+ <children xmi:id="_NkYa-mYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zaF4UGYVEdy11s29jB8uIQ">
335
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkYa-2YWEdy11s29jB8uIQ"/>
336
+ </children>
337
+ <children xmi:id="_NkYa_GYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zaF4UGYVEdy11s29jB8uIQ">
338
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkYa_WYWEdy11s29jB8uIQ"/>
339
+ </children>
340
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NkYa8WYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
341
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NkYa8mYWEdy11s29jB8uIQ" x="19080" y="2862"/>
342
+ </children>
343
+ <children xmi:id="_NkYa_mYWEdy11s29jB8uIQ" targetEdges="_hc8g0GYWEdy11s29jB8uIQ" element="_zb4BAGYVEdy11s29jB8uIQ">
344
+ <children xmi:id="_NkYbAWYWEdy11s29jB8uIQ" type="ImageCompartment" element="_zb4BAGYVEdy11s29jB8uIQ">
345
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NkYbAmYWEdy11s29jB8uIQ" width="530" height="530"/>
346
+ </children>
347
+ <children xmi:id="_NkYbA2YWEdy11s29jB8uIQ" type="Stereotype" element="_zb4BAGYVEdy11s29jB8uIQ"/>
348
+ <children xmi:id="_NkYbBGYWEdy11s29jB8uIQ" type="Kind" element="_zb4BAGYVEdy11s29jB8uIQ"/>
349
+ <children xmi:id="_NkYbBWYWEdy11s29jB8uIQ" type="Name" element="_zb4BAGYVEdy11s29jB8uIQ"/>
350
+ <children xmi:id="_NkYbBmYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zb4BAGYVEdy11s29jB8uIQ">
351
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkYbB2YWEdy11s29jB8uIQ"/>
352
+ </children>
353
+ <children xmi:id="_NkYbCGYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zb4BAGYVEdy11s29jB8uIQ">
354
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkYbCWYWEdy11s29jB8uIQ"/>
355
+ </children>
356
+ <children xmi:id="_NkYbCmYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zb4BAGYVEdy11s29jB8uIQ">
357
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkYbC2YWEdy11s29jB8uIQ"/>
358
+ </children>
359
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NkYa_2YWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
360
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NkYbAGYWEdy11s29jB8uIQ" x="19080" y="4452"/>
361
+ </children>
362
+ <children xmi:id="_NkiL8GYWEdy11s29jB8uIQ" targetEdges="_a0aGkGYWEdy11s29jB8uIQ" element="_zdqwwGYVEdy11s29jB8uIQ">
363
+ <children xmi:id="_NkiL82YWEdy11s29jB8uIQ" type="ImageCompartment" element="_zdqwwGYVEdy11s29jB8uIQ">
364
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NkiL9GYWEdy11s29jB8uIQ" width="530" height="530"/>
365
+ </children>
366
+ <children xmi:id="_NkiL9WYWEdy11s29jB8uIQ" type="Stereotype" element="_zdqwwGYVEdy11s29jB8uIQ"/>
367
+ <children xmi:id="_NkiL9mYWEdy11s29jB8uIQ" type="Kind" element="_zdqwwGYVEdy11s29jB8uIQ"/>
368
+ <children xmi:id="_NkiL92YWEdy11s29jB8uIQ" type="Name" element="_zdqwwGYVEdy11s29jB8uIQ"/>
369
+ <children xmi:id="_NkiL-GYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zdqwwGYVEdy11s29jB8uIQ">
370
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkiL-WYWEdy11s29jB8uIQ"/>
371
+ </children>
372
+ <children xmi:id="_NkiL-mYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zdqwwGYVEdy11s29jB8uIQ">
373
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkiL-2YWEdy11s29jB8uIQ"/>
374
+ </children>
375
+ <children xmi:id="_NkiL_GYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zdqwwGYVEdy11s29jB8uIQ">
376
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkiL_WYWEdy11s29jB8uIQ"/>
377
+ </children>
378
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NkiL8WYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
379
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NkiL8mYWEdy11s29jB8uIQ" x="15582" y="1272"/>
380
+ </children>
381
+ <children xmi:id="_NkrV4GYWEdy11s29jB8uIQ" targetEdges="_e9NH8GYWEdy11s29jB8uIQ" element="_zfJ-gGYVEdy11s29jB8uIQ">
382
+ <children xmi:id="_NkrV42YWEdy11s29jB8uIQ" type="ImageCompartment" element="_zfJ-gGYVEdy11s29jB8uIQ">
383
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NkrV5GYWEdy11s29jB8uIQ" width="530" height="530"/>
384
+ </children>
385
+ <children xmi:id="_NkrV5WYWEdy11s29jB8uIQ" type="Stereotype" element="_zfJ-gGYVEdy11s29jB8uIQ"/>
386
+ <children xmi:id="_NkrV5mYWEdy11s29jB8uIQ" type="Kind" element="_zfJ-gGYVEdy11s29jB8uIQ"/>
387
+ <children xmi:id="_NkrV52YWEdy11s29jB8uIQ" type="Name" element="_zfJ-gGYVEdy11s29jB8uIQ"/>
388
+ <children xmi:id="_NkrV6GYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zfJ-gGYVEdy11s29jB8uIQ">
389
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkrV6WYWEdy11s29jB8uIQ"/>
390
+ </children>
391
+ <children xmi:id="_NkrV6mYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zfJ-gGYVEdy11s29jB8uIQ">
392
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkrV62YWEdy11s29jB8uIQ"/>
393
+ </children>
394
+ <children xmi:id="_NkrV7GYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zfJ-gGYVEdy11s29jB8uIQ">
395
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NkrV7WYWEdy11s29jB8uIQ"/>
396
+ </children>
397
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NkrV4WYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
398
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NkrV4mYWEdy11s29jB8uIQ" x="22679" y="2873"/>
399
+ </children>
400
+ <children xmi:id="_NkrV7mYWEdy11s29jB8uIQ" targetEdges="_eAaIgGYWEdy11s29jB8uIQ" element="_zgy9QGYVEdy11s29jB8uIQ">
401
+ <children xmi:id="_NkrV8WYWEdy11s29jB8uIQ" type="ImageCompartment" element="_zgy9QGYVEdy11s29jB8uIQ">
402
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NkrV8mYWEdy11s29jB8uIQ" width="530" height="530"/>
403
+ </children>
404
+ <children xmi:id="_Nk1G4GYWEdy11s29jB8uIQ" type="Stereotype" element="_zgy9QGYVEdy11s29jB8uIQ"/>
405
+ <children xmi:id="_Nk1G4WYWEdy11s29jB8uIQ" type="Kind" element="_zgy9QGYVEdy11s29jB8uIQ"/>
406
+ <children xmi:id="_Nk1G4mYWEdy11s29jB8uIQ" type="Name" element="_zgy9QGYVEdy11s29jB8uIQ"/>
407
+ <children xmi:id="_Nk1G42YWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zgy9QGYVEdy11s29jB8uIQ">
408
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk1G5GYWEdy11s29jB8uIQ"/>
409
+ </children>
410
+ <children xmi:id="_Nk1G5WYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zgy9QGYVEdy11s29jB8uIQ">
411
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk1G5mYWEdy11s29jB8uIQ"/>
412
+ </children>
413
+ <children xmi:id="_Nk1G52YWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zgy9QGYVEdy11s29jB8uIQ">
414
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk1G6GYWEdy11s29jB8uIQ"/>
415
+ </children>
416
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NkrV72YWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
417
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NkrV8GYWEdy11s29jB8uIQ" x="22896" y="1272"/>
418
+ </children>
419
+ <children xmi:id="_Nk1G6WYWEdy11s29jB8uIQ" targetEdges="_lI08sGYWEdy11s29jB8uIQ" element="_ziSLAGYVEdy11s29jB8uIQ">
420
+ <children xmi:id="_Nk1G7GYWEdy11s29jB8uIQ" type="ImageCompartment" element="_ziSLAGYVEdy11s29jB8uIQ">
421
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Nk1G7WYWEdy11s29jB8uIQ" width="530" height="530"/>
422
+ </children>
423
+ <children xmi:id="_Nk1G7mYWEdy11s29jB8uIQ" type="Stereotype" element="_ziSLAGYVEdy11s29jB8uIQ"/>
424
+ <children xmi:id="_Nk1G72YWEdy11s29jB8uIQ" type="Kind" element="_ziSLAGYVEdy11s29jB8uIQ"/>
425
+ <children xmi:id="_Nk1G8GYWEdy11s29jB8uIQ" type="Name" element="_ziSLAGYVEdy11s29jB8uIQ"/>
426
+ <children xmi:id="_Nk1G8WYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_ziSLAGYVEdy11s29jB8uIQ">
427
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk1G8mYWEdy11s29jB8uIQ"/>
428
+ </children>
429
+ <children xmi:id="_Nk1G82YWEdy11s29jB8uIQ" type="OperationCompartment" element="_ziSLAGYVEdy11s29jB8uIQ">
430
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk1G9GYWEdy11s29jB8uIQ"/>
431
+ </children>
432
+ <children xmi:id="_Nk1G9WYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_ziSLAGYVEdy11s29jB8uIQ">
433
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk1G9mYWEdy11s29jB8uIQ"/>
434
+ </children>
435
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_Nk1G6mYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
436
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Nk1G62YWEdy11s29jB8uIQ" x="15582" y="7632"/>
437
+ </children>
438
+ <children xmi:id="_Nk-34GYWEdy11s29jB8uIQ" targetEdges="_l-63MGYWEdy11s29jB8uIQ" element="_zjxYwGYVEdy11s29jB8uIQ">
439
+ <children xmi:id="_Nk-342YWEdy11s29jB8uIQ" type="ImageCompartment" element="_zjxYwGYVEdy11s29jB8uIQ">
440
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Nk-35GYWEdy11s29jB8uIQ" width="530" height="530"/>
441
+ </children>
442
+ <children xmi:id="_Nk-35WYWEdy11s29jB8uIQ" type="Stereotype" element="_zjxYwGYVEdy11s29jB8uIQ"/>
443
+ <children xmi:id="_Nk-35mYWEdy11s29jB8uIQ" type="Kind" element="_zjxYwGYVEdy11s29jB8uIQ"/>
444
+ <children xmi:id="_Nk-352YWEdy11s29jB8uIQ" type="Name" element="_zjxYwGYVEdy11s29jB8uIQ"/>
445
+ <children xmi:id="_Nk-36GYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zjxYwGYVEdy11s29jB8uIQ">
446
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk-36WYWEdy11s29jB8uIQ"/>
447
+ </children>
448
+ <children xmi:id="_Nk-36mYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zjxYwGYVEdy11s29jB8uIQ">
449
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk-362YWEdy11s29jB8uIQ"/>
450
+ </children>
451
+ <children xmi:id="_Nk-37GYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zjxYwGYVEdy11s29jB8uIQ">
452
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Nk-37WYWEdy11s29jB8uIQ"/>
453
+ </children>
454
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_Nk-34WYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
455
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Nk-34mYWEdy11s29jB8uIQ" x="19296" y="7621"/>
456
+ </children>
457
+ <children xmi:id="_NlIB0GYWEdy11s29jB8uIQ" targetEdges="_kN928GYWEdy11s29jB8uIQ" element="_zlaXgGYVEdy11s29jB8uIQ">
458
+ <children xmi:id="_NlIB02YWEdy11s29jB8uIQ" type="ImageCompartment" element="_zlaXgGYVEdy11s29jB8uIQ">
459
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NlIB1GYWEdy11s29jB8uIQ" width="530" height="530"/>
460
+ </children>
461
+ <children xmi:id="_NlIB1WYWEdy11s29jB8uIQ" type="Stereotype" element="_zlaXgGYVEdy11s29jB8uIQ"/>
462
+ <children xmi:id="_NlIB1mYWEdy11s29jB8uIQ" type="Kind" element="_zlaXgGYVEdy11s29jB8uIQ"/>
463
+ <children xmi:id="_NlIB12YWEdy11s29jB8uIQ" type="Name" element="_zlaXgGYVEdy11s29jB8uIQ"/>
464
+ <children xmi:id="_NlIB2GYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zlaXgGYVEdy11s29jB8uIQ">
465
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlIB2WYWEdy11s29jB8uIQ"/>
466
+ </children>
467
+ <children xmi:id="_NlIB2mYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zlaXgGYVEdy11s29jB8uIQ">
468
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlIB22YWEdy11s29jB8uIQ"/>
469
+ </children>
470
+ <children xmi:id="_NlIB3GYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zlaXgGYVEdy11s29jB8uIQ">
471
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlIB3WYWEdy11s29jB8uIQ"/>
472
+ </children>
473
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NlIB0WYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
474
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NlIB0mYWEdy11s29jB8uIQ" x="19080" y="6042"/>
475
+ </children>
476
+ <children xmi:id="_NlIB3mYWEdy11s29jB8uIQ" targetEdges="_dKdX8GYWEdy11s29jB8uIQ" element="_znDWQGYVEdy11s29jB8uIQ">
477
+ <children xmi:id="_NlIB4WYWEdy11s29jB8uIQ" type="ImageCompartment" element="_znDWQGYVEdy11s29jB8uIQ">
478
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NlIB4mYWEdy11s29jB8uIQ" width="530" height="530"/>
479
+ </children>
480
+ <children xmi:id="_NlIB42YWEdy11s29jB8uIQ" type="Stereotype" element="_znDWQGYVEdy11s29jB8uIQ"/>
481
+ <children xmi:id="_NlRy0GYWEdy11s29jB8uIQ" type="Kind" element="_znDWQGYVEdy11s29jB8uIQ"/>
482
+ <children xmi:id="_NlRy0WYWEdy11s29jB8uIQ" type="Name" element="_znDWQGYVEdy11s29jB8uIQ"/>
483
+ <children xmi:id="_NlRy0mYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_znDWQGYVEdy11s29jB8uIQ">
484
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlRy02YWEdy11s29jB8uIQ"/>
485
+ </children>
486
+ <children xmi:id="_NlRy1GYWEdy11s29jB8uIQ" type="OperationCompartment" element="_znDWQGYVEdy11s29jB8uIQ">
487
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlRy1WYWEdy11s29jB8uIQ"/>
488
+ </children>
489
+ <children xmi:id="_NlRy1mYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_znDWQGYVEdy11s29jB8uIQ">
490
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlRy12YWEdy11s29jB8uIQ"/>
491
+ </children>
492
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NlIB32YWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
493
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NlIB4GYWEdy11s29jB8uIQ" x="19080" y="1272"/>
494
+ </children>
495
+ <children xmi:id="_NlRy2GYWEdy11s29jB8uIQ" targetEdges="_iqbnoGYWEdy11s29jB8uIQ" element="_zpJA8GYVEdy11s29jB8uIQ">
496
+ <children xmi:id="_NlRy22YWEdy11s29jB8uIQ" type="ImageCompartment" element="_zpJA8GYVEdy11s29jB8uIQ">
497
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_NlRy3GYWEdy11s29jB8uIQ" width="530" height="530"/>
498
+ </children>
499
+ <children xmi:id="_NlRy3WYWEdy11s29jB8uIQ" type="Stereotype" element="_zpJA8GYVEdy11s29jB8uIQ"/>
500
+ <children xmi:id="_NlRy3mYWEdy11s29jB8uIQ" type="Kind" element="_zpJA8GYVEdy11s29jB8uIQ"/>
501
+ <children xmi:id="_NlRy32YWEdy11s29jB8uIQ" type="Name" element="_zpJA8GYVEdy11s29jB8uIQ"/>
502
+ <children xmi:id="_NlRy4GYWEdy11s29jB8uIQ" type="AttributeCompartment" element="_zpJA8GYVEdy11s29jB8uIQ">
503
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlRy4WYWEdy11s29jB8uIQ"/>
504
+ </children>
505
+ <children xmi:id="_NlRy4mYWEdy11s29jB8uIQ" type="OperationCompartment" element="_zpJA8GYVEdy11s29jB8uIQ">
506
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlRy42YWEdy11s29jB8uIQ"/>
507
+ </children>
508
+ <children xmi:id="_NlRy5GYWEdy11s29jB8uIQ" visible="false" type="SignalCompartment" element="_zpJA8GYVEdy11s29jB8uIQ">
509
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_NlRy5WYWEdy11s29jB8uIQ"/>
510
+ </children>
511
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_NlRy2WYWEdy11s29jB8uIQ" showStereotype="Label" useClassifierShape="true"/>
512
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NlRy2mYWEdy11s29jB8uIQ" x="22896" y="4452"/>
513
+ </children>
514
+ <children xmi:id="__grKEIC4Edykv_1FYm8uuQ" targetEdges="_9Gw-UIC2Edykv_1FYm8uuQ _JsSpgIC5Edykv_1FYm8uuQ" element="__gYPIIC4Edykv_1FYm8uuQ">
515
+ <children xmi:id="__grKE4C4Edykv_1FYm8uuQ" type="ImageCompartment" element="__gYPIIC4Edykv_1FYm8uuQ">
516
+ <layoutConstraint xmi:type="notation:Size" xmi:id="__grKFIC4Edykv_1FYm8uuQ" width="1320" height="1320"/>
517
+ </children>
518
+ <children xmi:id="__grKFYC4Edykv_1FYm8uuQ" type="Stereotype" element="__gYPIIC4Edykv_1FYm8uuQ"/>
519
+ <children xmi:id="__grKFoC4Edykv_1FYm8uuQ" type="Name" element="__gYPIIC4Edykv_1FYm8uuQ"/>
520
+ <children xmi:id="__grKF4C4Edykv_1FYm8uuQ" type="AttributeCompartment" element="__gYPIIC4Edykv_1FYm8uuQ">
521
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__grKGIC4Edykv_1FYm8uuQ"/>
522
+ </children>
523
+ <children xmi:id="__grKGYC4Edykv_1FYm8uuQ" type="OperationCompartment" element="__gYPIIC4Edykv_1FYm8uuQ">
524
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__grKGoC4Edykv_1FYm8uuQ"/>
525
+ </children>
526
+ <children xmi:id="__grKG4C4Edykv_1FYm8uuQ" visible="false" type="SignalCompartment" element="__gYPIIC4Edykv_1FYm8uuQ">
527
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__grKHIC4Edykv_1FYm8uuQ"/>
528
+ </children>
529
+ <children xmi:id="__grKHYC4Edykv_1FYm8uuQ" visible="false" type="StructureCompartment" element="__gYPIIC4Edykv_1FYm8uuQ">
530
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="__grKHoC4Edykv_1FYm8uuQ"/>
531
+ </children>
532
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="__grKEYC4Edykv_1FYm8uuQ" showStereotype="Label"/>
533
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="__grKEoC4Edykv_1FYm8uuQ" x="7632" y="-2544"/>
534
+ </children>
535
+ <children xmi:id="_DnKeUIC5Edykv_1FYm8uuQ" sourceEdges="_9Gw-UIC2Edykv_1FYm8uuQ" targetEdges="_I3BOYIC5Edykv_1FYm8uuQ" element="_DmkocIC5Edykv_1FYm8uuQ">
536
+ <children xmi:id="_DnKeU4C5Edykv_1FYm8uuQ" type="ImageCompartment" element="_DmkocIC5Edykv_1FYm8uuQ">
537
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_DnKeVIC5Edykv_1FYm8uuQ" width="1320" height="1320"/>
538
+ </children>
539
+ <children xmi:id="_DnKeVYC5Edykv_1FYm8uuQ" type="Stereotype" element="_DmkocIC5Edykv_1FYm8uuQ"/>
540
+ <children xmi:id="_DnKeVoC5Edykv_1FYm8uuQ" type="Name" element="_DmkocIC5Edykv_1FYm8uuQ"/>
541
+ <children xmi:id="_DnKeV4C5Edykv_1FYm8uuQ" type="AttributeCompartment" element="_DmkocIC5Edykv_1FYm8uuQ">
542
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DnKeWIC5Edykv_1FYm8uuQ"/>
543
+ </children>
544
+ <children xmi:id="_DnKeWYC5Edykv_1FYm8uuQ" type="OperationCompartment" element="_DmkocIC5Edykv_1FYm8uuQ">
545
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DnKeWoC5Edykv_1FYm8uuQ"/>
546
+ </children>
547
+ <children xmi:id="_DnKeW4C5Edykv_1FYm8uuQ" visible="false" type="SignalCompartment" element="_DmkocIC5Edykv_1FYm8uuQ">
548
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_DnKeXIC5Edykv_1FYm8uuQ"/>
549
+ </children>
550
+ <children xmi:id="_DnKeXYC5Edykv_1FYm8uuQ" visible="false" type="StructureCompartment" element="_DmkocIC5Edykv_1FYm8uuQ">
551
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_DnKeXoC5Edykv_1FYm8uuQ"/>
552
+ </children>
553
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_DnKeUYC5Edykv_1FYm8uuQ" showStereotype="Label"/>
554
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DnKeUoC5Edykv_1FYm8uuQ" x="1590" y="-2544"/>
555
+ </children>
556
+ <children xmi:id="_ghA4wKKKEdy9rpjqfOC8lg" targetEdges="__hXLYKKKEdy9rpjqfOC8lg" element="_gLWKwKKKEdy9rpjqfOC8lg">
557
+ <children xmi:id="_ghKCsKKKEdy9rpjqfOC8lg" type="ImageCompartment" element="_gLWKwKKKEdy9rpjqfOC8lg">
558
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_ghKCsaKKEdy9rpjqfOC8lg" width="1320" height="1320"/>
559
+ </children>
560
+ <children xmi:id="_ghKCsqKKEdy9rpjqfOC8lg" type="Stereotype" element="_gLWKwKKKEdy9rpjqfOC8lg"/>
561
+ <children xmi:id="_ghKCs6KKEdy9rpjqfOC8lg" type="Name" element="_gLWKwKKKEdy9rpjqfOC8lg"/>
562
+ <children xmi:id="_ghKCtKKKEdy9rpjqfOC8lg" type="AttributeCompartment" element="_gLWKwKKKEdy9rpjqfOC8lg">
563
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ghKCtaKKEdy9rpjqfOC8lg"/>
564
+ </children>
565
+ <children xmi:id="_ghKCtqKKEdy9rpjqfOC8lg" type="OperationCompartment" element="_gLWKwKKKEdy9rpjqfOC8lg">
566
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ghKCt6KKEdy9rpjqfOC8lg"/>
567
+ </children>
568
+ <children xmi:id="_ghKCuKKKEdy9rpjqfOC8lg" visible="false" type="SignalCompartment" element="_gLWKwKKKEdy9rpjqfOC8lg">
569
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_ghKCuaKKEdy9rpjqfOC8lg"/>
570
+ </children>
571
+ <children xmi:id="_ghKCuqKKEdy9rpjqfOC8lg" visible="false" type="StructureCompartment" element="_gLWKwKKKEdy9rpjqfOC8lg">
572
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_ghKCu6KKEdy9rpjqfOC8lg"/>
573
+ </children>
574
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ghA4waKKEdy9rpjqfOC8lg" showStereotype="Label"/>
575
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ghA4wqKKEdy9rpjqfOC8lg" x="13356" y="-1272" height="2258"/>
576
+ </children>
577
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_XH8XYzuOEdyltIorAFYEcg"/>
578
+ <edges xmi:id="_txORYDuOEdyltIorAFYEcg" element="_twobgDuOEdyltIorAFYEcg" source="_kVIxcDuOEdyltIorAFYEcg" target="_ruF8ADuOEdyltIorAFYEcg">
579
+ <children xmi:id="_txORYzuOEdyltIorAFYEcg" type="NameLabel" element="_twobgDuOEdyltIorAFYEcg">
580
+ <children xmi:id="_txORZTuOEdyltIorAFYEcg" type="Stereotype" element="_twobgDuOEdyltIorAFYEcg"/>
581
+ <children xmi:id="_txORZjuOEdyltIorAFYEcg" type="Name" element="_twobgDuOEdyltIorAFYEcg"/>
582
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_txORZDuOEdyltIorAFYEcg" y="-148"/>
583
+ </children>
584
+ <children xmi:id="_txORZzuOEdyltIorAFYEcg" type="ToMultiplicityLabel" element="_twobgjuOEdyltIorAFYEcg">
585
+ <children xmi:id="_txORaTuOEdyltIorAFYEcg" type="ToMultiplicity" element="_twobgjuOEdyltIorAFYEcg"/>
586
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txORaDuOEdyltIorAFYEcg" y="318"/>
587
+ </children>
588
+ <children xmi:id="_txORajuOEdyltIorAFYEcg" type="ToRoleLabel" element="_twobgjuOEdyltIorAFYEcg">
589
+ <children xmi:id="_txORbDuOEdyltIorAFYEcg" type="ToRole" element="_twobgjuOEdyltIorAFYEcg"/>
590
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txORazuOEdyltIorAFYEcg" y="-317"/>
591
+ </children>
592
+ <children xmi:id="_txORbTuOEdyltIorAFYEcg" type="FromMultiplicityLabel" element="_twobgTuOEdyltIorAFYEcg">
593
+ <children xmi:id="_txORbzuOEdyltIorAFYEcg" type="FromMultiplicity" element="_twobgTuOEdyltIorAFYEcg"/>
594
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txORbjuOEdyltIorAFYEcg" y="318"/>
595
+ </children>
596
+ <children xmi:id="_txORcDuOEdyltIorAFYEcg" type="FromRoleLabel" element="_twobgTuOEdyltIorAFYEcg">
597
+ <children xmi:id="_txORcjuOEdyltIorAFYEcg" type="FromRole" element="_twobgTuOEdyltIorAFYEcg"/>
598
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txORcTuOEdyltIorAFYEcg" x="-167" y="-444"/>
599
+ </children>
600
+ <children xmi:id="_txORczuOEdyltIorAFYEcg" type="ToQualifierLabel" element="_twobgjuOEdyltIorAFYEcg">
601
+ <children xmi:id="_txORdTuOEdyltIorAFYEcg" type="QualifierCompartment" element="_twobgjuOEdyltIorAFYEcg">
602
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_txORdjuOEdyltIorAFYEcg"/>
603
+ </children>
604
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txORdDuOEdyltIorAFYEcg" y="-148"/>
605
+ </children>
606
+ <children xmi:id="_txORdzuOEdyltIorAFYEcg" type="FromQualifierLabel" element="_twobgTuOEdyltIorAFYEcg">
607
+ <children xmi:id="_txOReTuOEdyltIorAFYEcg" type="QualifierCompartment" element="_twobgTuOEdyltIorAFYEcg">
608
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_txORejuOEdyltIorAFYEcg"/>
609
+ </children>
610
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txOReDuOEdyltIorAFYEcg" y="-148"/>
611
+ </children>
612
+ <children xmi:id="_txORezuOEdyltIorAFYEcg" type="ToRoleLabel" element="_twobgjuOEdyltIorAFYEcg">
613
+ <eAnnotations xmi:id="_txORfTuOEdyltIorAFYEcg" source="ToConstraintLabel"/>
614
+ <children xmi:id="_txORfjuOEdyltIorAFYEcg" visible="false" type="ToConstraintCompartment" element="_twobgjuOEdyltIorAFYEcg">
615
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_txORfzuOEdyltIorAFYEcg"/>
616
+ </children>
617
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txORfDuOEdyltIorAFYEcg" y="847"/>
618
+ </children>
619
+ <children xmi:id="_txORgDuOEdyltIorAFYEcg" type="FromRoleLabel" element="_twobgTuOEdyltIorAFYEcg">
620
+ <eAnnotations xmi:id="_txORgjuOEdyltIorAFYEcg" source="FromConstraintLabel"/>
621
+ <children xmi:id="_txORgzuOEdyltIorAFYEcg" visible="false" type="FromConstraintCompartment" element="_twobgTuOEdyltIorAFYEcg">
622
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_txORhDuOEdyltIorAFYEcg"/>
623
+ </children>
624
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_txORgTuOEdyltIorAFYEcg" y="847"/>
625
+ </children>
626
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_txORYTuOEdyltIorAFYEcg" showStereotype="Text"/>
627
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_txORYjuOEdyltIorAFYEcg" points="[-2, 25, 11, -95]$[-14, 145, -1, 25]"/>
628
+ </edges>
629
+ <edges xmi:id="_zq0iADuOEdyltIorAFYEcg" element="_zqOsIDuOEdyltIorAFYEcg" source="_ruF8ADuOEdyltIorAFYEcg" target="_p5RIYDuOEdyltIorAFYEcg">
630
+ <children xmi:id="_zq0iAzuOEdyltIorAFYEcg" type="NameLabel" element="_zqOsIDuOEdyltIorAFYEcg">
631
+ <children xmi:id="_zq0iBTuOEdyltIorAFYEcg" type="Stereotype" element="_zqOsIDuOEdyltIorAFYEcg"/>
632
+ <children xmi:id="_zq0iBjuOEdyltIorAFYEcg" type="Name" element="_zqOsIDuOEdyltIorAFYEcg"/>
633
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zq0iBDuOEdyltIorAFYEcg" y="-148"/>
634
+ </children>
635
+ <children xmi:id="_zq0iBzuOEdyltIorAFYEcg" type="ToMultiplicityLabel" element="_zqX2EDuOEdyltIorAFYEcg">
636
+ <children xmi:id="_zq0iCTuOEdyltIorAFYEcg" type="ToMultiplicity" element="_zqX2EDuOEdyltIorAFYEcg"/>
637
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iCDuOEdyltIorAFYEcg" y="318"/>
638
+ </children>
639
+ <children xmi:id="_zq0iCjuOEdyltIorAFYEcg" type="ToRoleLabel" element="_zqX2EDuOEdyltIorAFYEcg">
640
+ <children xmi:id="_zq0iDDuOEdyltIorAFYEcg" type="ToRole" element="_zqX2EDuOEdyltIorAFYEcg"/>
641
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iCzuOEdyltIorAFYEcg" y="-317"/>
642
+ </children>
643
+ <children xmi:id="_zq0iDTuOEdyltIorAFYEcg" type="FromMultiplicityLabel" element="_zqOsITuOEdyltIorAFYEcg">
644
+ <children xmi:id="_zq0iDzuOEdyltIorAFYEcg" type="FromMultiplicity" element="_zqOsITuOEdyltIorAFYEcg"/>
645
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iDjuOEdyltIorAFYEcg" y="318"/>
646
+ </children>
647
+ <children xmi:id="_zq0iEDuOEdyltIorAFYEcg" type="FromRoleLabel" element="_zqOsITuOEdyltIorAFYEcg">
648
+ <children xmi:id="_zq0iEjuOEdyltIorAFYEcg" type="FromRole" element="_zqOsITuOEdyltIorAFYEcg"/>
649
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iETuOEdyltIorAFYEcg" x="-587" y="591"/>
650
+ </children>
651
+ <children xmi:id="_zq0iEzuOEdyltIorAFYEcg" type="ToQualifierLabel" element="_zqX2EDuOEdyltIorAFYEcg">
652
+ <children xmi:id="_zq0iFTuOEdyltIorAFYEcg" type="QualifierCompartment" element="_zqX2EDuOEdyltIorAFYEcg">
653
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zq0iFjuOEdyltIorAFYEcg"/>
654
+ </children>
655
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iFDuOEdyltIorAFYEcg" y="-148"/>
656
+ </children>
657
+ <children xmi:id="_zq0iFzuOEdyltIorAFYEcg" type="FromQualifierLabel" element="_zqOsITuOEdyltIorAFYEcg">
658
+ <children xmi:id="_zq0iGTuOEdyltIorAFYEcg" type="QualifierCompartment" element="_zqOsITuOEdyltIorAFYEcg">
659
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zq0iGjuOEdyltIorAFYEcg"/>
660
+ </children>
661
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iGDuOEdyltIorAFYEcg" y="-148"/>
662
+ </children>
663
+ <children xmi:id="_zq0iGzuOEdyltIorAFYEcg" type="ToRoleLabel" element="_zqX2EDuOEdyltIorAFYEcg">
664
+ <eAnnotations xmi:id="_zq0iHTuOEdyltIorAFYEcg" source="ToConstraintLabel"/>
665
+ <children xmi:id="_zq0iHjuOEdyltIorAFYEcg" visible="false" type="ToConstraintCompartment" element="_zqX2EDuOEdyltIorAFYEcg">
666
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zq0iHzuOEdyltIorAFYEcg"/>
667
+ </children>
668
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iHDuOEdyltIorAFYEcg" y="847"/>
669
+ </children>
670
+ <children xmi:id="_zq0iIDuOEdyltIorAFYEcg" type="FromRoleLabel" element="_zqOsITuOEdyltIorAFYEcg">
671
+ <eAnnotations xmi:id="_zq0iIjuOEdyltIorAFYEcg" source="FromConstraintLabel"/>
672
+ <children xmi:id="_zq0iIzuOEdyltIorAFYEcg" visible="false" type="FromConstraintCompartment" element="_zqOsITuOEdyltIorAFYEcg">
673
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zq0iJDuOEdyltIorAFYEcg"/>
674
+ </children>
675
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zq0iITuOEdyltIorAFYEcg" y="847"/>
676
+ </children>
677
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_zq0iATuOEdyltIorAFYEcg" showStereotype="Text"/>
678
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zq0iAjuOEdyltIorAFYEcg" points="[-508, 1058, -635, -2413]$[-910, 1905, -1037, -1566]$[-275, 2857, -402, -614]"/>
679
+ </edges>
680
+ <edges xmi:id="_Txim0DuPEdyltIorAFYEcg" element="_TvA3QDuPEdyltIorAFYEcg" source="_ruF8ADuOEdyltIorAFYEcg" target="_RH0LgDuPEdyltIorAFYEcg">
681
+ <children xmi:id="_Txim0zuPEdyltIorAFYEcg" type="NameLabel" element="_TvA3QDuPEdyltIorAFYEcg">
682
+ <children xmi:id="_Txim1TuPEdyltIorAFYEcg" type="Stereotype" element="_TvA3QDuPEdyltIorAFYEcg"/>
683
+ <children xmi:id="_Txim1juPEdyltIorAFYEcg" type="Name" element="_TvA3QDuPEdyltIorAFYEcg"/>
684
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Txim1DuPEdyltIorAFYEcg" y="-148"/>
685
+ </children>
686
+ <children xmi:id="_Txim1zuPEdyltIorAFYEcg" type="ToMultiplicityLabel" element="_TvA3QjuPEdyltIorAFYEcg">
687
+ <children xmi:id="_Txim2TuPEdyltIorAFYEcg" type="ToMultiplicity" element="_TvA3QjuPEdyltIorAFYEcg"/>
688
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim2DuPEdyltIorAFYEcg" y="318"/>
689
+ </children>
690
+ <children xmi:id="_Txim2juPEdyltIorAFYEcg" type="ToRoleLabel" element="_TvA3QjuPEdyltIorAFYEcg">
691
+ <children xmi:id="_Txim3DuPEdyltIorAFYEcg" type="ToRole" element="_TvA3QjuPEdyltIorAFYEcg"/>
692
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim2zuPEdyltIorAFYEcg" y="-317"/>
693
+ </children>
694
+ <children xmi:id="_Txim3TuPEdyltIorAFYEcg" type="FromMultiplicityLabel" element="_TvA3QTuPEdyltIorAFYEcg">
695
+ <children xmi:id="_Txim3zuPEdyltIorAFYEcg" type="FromMultiplicity" element="_TvA3QTuPEdyltIorAFYEcg"/>
696
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim3juPEdyltIorAFYEcg" x="-610" y="-121"/>
697
+ </children>
698
+ <children xmi:id="_Txim4DuPEdyltIorAFYEcg" type="FromRoleLabel" element="_TvA3QTuPEdyltIorAFYEcg">
699
+ <children xmi:id="_Txim4juPEdyltIorAFYEcg" type="FromRole" element="_TvA3QTuPEdyltIorAFYEcg"/>
700
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim4TuPEdyltIorAFYEcg" x="-708" y="-605"/>
701
+ </children>
702
+ <children xmi:id="_Txim4zuPEdyltIorAFYEcg" type="ToQualifierLabel" element="_TvA3QjuPEdyltIorAFYEcg">
703
+ <children xmi:id="_Txim5TuPEdyltIorAFYEcg" type="QualifierCompartment" element="_TvA3QjuPEdyltIorAFYEcg">
704
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Txim5juPEdyltIorAFYEcg"/>
705
+ </children>
706
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim5DuPEdyltIorAFYEcg" y="-148"/>
707
+ </children>
708
+ <children xmi:id="_Txim5zuPEdyltIorAFYEcg" type="FromQualifierLabel" element="_TvA3QTuPEdyltIorAFYEcg">
709
+ <children xmi:id="_Txim6TuPEdyltIorAFYEcg" type="QualifierCompartment" element="_TvA3QTuPEdyltIorAFYEcg">
710
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Txim6juPEdyltIorAFYEcg"/>
711
+ </children>
712
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim6DuPEdyltIorAFYEcg" y="-148"/>
713
+ </children>
714
+ <children xmi:id="_Txim6zuPEdyltIorAFYEcg" type="ToRoleLabel" element="_TvA3QjuPEdyltIorAFYEcg">
715
+ <eAnnotations xmi:id="_Txim7TuPEdyltIorAFYEcg" source="ToConstraintLabel"/>
716
+ <children xmi:id="_Txim7juPEdyltIorAFYEcg" visible="false" type="ToConstraintCompartment" element="_TvA3QjuPEdyltIorAFYEcg">
717
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Txim7zuPEdyltIorAFYEcg"/>
718
+ </children>
719
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim7DuPEdyltIorAFYEcg" y="847"/>
720
+ </children>
721
+ <children xmi:id="_Txim8DuPEdyltIorAFYEcg" type="FromRoleLabel" element="_TvA3QTuPEdyltIorAFYEcg">
722
+ <eAnnotations xmi:id="_Txim8juPEdyltIorAFYEcg" source="FromConstraintLabel"/>
723
+ <children xmi:id="_Txim8zuPEdyltIorAFYEcg" visible="false" type="FromConstraintCompartment" element="_TvA3QTuPEdyltIorAFYEcg">
724
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Txim9DuPEdyltIorAFYEcg"/>
725
+ </children>
726
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Txim8TuPEdyltIorAFYEcg" y="847"/>
727
+ </children>
728
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_Txim0TuPEdyltIorAFYEcg" showStereotype="Text"/>
729
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Txim0juPEdyltIorAFYEcg" points="[-1313, 1058, 4466, -2286]$[-2053, 1630, 3726, -1714]$[-3789, 1630, 1990, -1714]$[-4847, 2540, 932, -804]"/>
730
+ </edges>
731
+ <edges xmi:id="_h8Tm8DuQEdyltIorAFYEcg" element="_h5VLcDuQEdyltIorAFYEcg" source="_ruF8ADuOEdyltIorAFYEcg" target="_p5RIYDuOEdyltIorAFYEcg">
732
+ <children xmi:id="_h8Tm8zuQEdyltIorAFYEcg" type="NameLabel" element="_h5VLcDuQEdyltIorAFYEcg">
733
+ <children xmi:id="_h8Tm9TuQEdyltIorAFYEcg" type="Stereotype" element="_h5VLcDuQEdyltIorAFYEcg"/>
734
+ <children xmi:id="_h8Tm9juQEdyltIorAFYEcg" type="Name" element="_h5VLcDuQEdyltIorAFYEcg"/>
735
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_h8Tm9DuQEdyltIorAFYEcg" y="-148"/>
736
+ </children>
737
+ <children xmi:id="_h8Tm9zuQEdyltIorAFYEcg" type="ToMultiplicityLabel" element="_h5VLcjuQEdyltIorAFYEcg">
738
+ <children xmi:id="_h8Tm-TuQEdyltIorAFYEcg" type="ToMultiplicity" element="_h5VLcjuQEdyltIorAFYEcg"/>
739
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8Tm-DuQEdyltIorAFYEcg" x="14" y="-267"/>
740
+ </children>
741
+ <children xmi:id="_h8Tm-juQEdyltIorAFYEcg" type="ToRoleLabel" element="_h5VLcjuQEdyltIorAFYEcg">
742
+ <children xmi:id="_h8Tm_DuQEdyltIorAFYEcg" type="ToRole" element="_h5VLcjuQEdyltIorAFYEcg"/>
743
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8Tm-zuQEdyltIorAFYEcg" y="-317"/>
744
+ </children>
745
+ <children xmi:id="_h8Tm_TuQEdyltIorAFYEcg" type="FromMultiplicityLabel" element="_h5VLcTuQEdyltIorAFYEcg">
746
+ <children xmi:id="_h8Tm_zuQEdyltIorAFYEcg" type="FromMultiplicity" element="_h5VLcTuQEdyltIorAFYEcg"/>
747
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8Tm_juQEdyltIorAFYEcg" x="-173" y="-776"/>
748
+ </children>
749
+ <children xmi:id="_h8TnADuQEdyltIorAFYEcg" type="FromRoleLabel" element="_h5VLcTuQEdyltIorAFYEcg">
750
+ <children xmi:id="_h8TnAjuQEdyltIorAFYEcg" type="FromRole" element="_h5VLcTuQEdyltIorAFYEcg"/>
751
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8TnATuQEdyltIorAFYEcg" x="-491" y="-1326"/>
752
+ </children>
753
+ <children xmi:id="_h8TnAzuQEdyltIorAFYEcg" type="ToQualifierLabel" element="_h5VLcjuQEdyltIorAFYEcg">
754
+ <children xmi:id="_h8TnBTuQEdyltIorAFYEcg" type="QualifierCompartment" element="_h5VLcjuQEdyltIorAFYEcg">
755
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_h8TnBjuQEdyltIorAFYEcg"/>
756
+ </children>
757
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8TnBDuQEdyltIorAFYEcg" y="-148"/>
758
+ </children>
759
+ <children xmi:id="_h8TnBzuQEdyltIorAFYEcg" type="FromQualifierLabel" element="_h5VLcTuQEdyltIorAFYEcg">
760
+ <children xmi:id="_h8TnCTuQEdyltIorAFYEcg" type="QualifierCompartment" element="_h5VLcTuQEdyltIorAFYEcg">
761
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_h8TnCjuQEdyltIorAFYEcg"/>
762
+ </children>
763
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8TnCDuQEdyltIorAFYEcg" y="-148"/>
764
+ </children>
765
+ <children xmi:id="_h8TnCzuQEdyltIorAFYEcg" type="ToRoleLabel" element="_h5VLcjuQEdyltIorAFYEcg">
766
+ <eAnnotations xmi:id="_h8TnDTuQEdyltIorAFYEcg" source="ToConstraintLabel"/>
767
+ <children xmi:id="_h8TnDjuQEdyltIorAFYEcg" visible="false" type="ToConstraintCompartment" element="_h5VLcjuQEdyltIorAFYEcg">
768
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_h8TnDzuQEdyltIorAFYEcg"/>
769
+ </children>
770
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8TnDDuQEdyltIorAFYEcg" y="847"/>
771
+ </children>
772
+ <children xmi:id="_h8TnEDuQEdyltIorAFYEcg" type="FromRoleLabel" element="_h5VLcTuQEdyltIorAFYEcg">
773
+ <eAnnotations xmi:id="_h8TnEjuQEdyltIorAFYEcg" source="FromConstraintLabel"/>
774
+ <children xmi:id="_h8TnEzuQEdyltIorAFYEcg" visible="false" type="FromConstraintCompartment" element="_h5VLcTuQEdyltIorAFYEcg">
775
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_h8TnFDuQEdyltIorAFYEcg"/>
776
+ </children>
777
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_h8TnETuQEdyltIorAFYEcg" y="847"/>
778
+ </children>
779
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_h8Tm8TuQEdyltIorAFYEcg" showStereotype="Text"/>
780
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_h8Tm8juQEdyltIorAFYEcg" points="[191, 1249, 0, -3386]$[191, 2878, 0, -1757]"/>
781
+ </edges>
782
+ <edges xmi:id="_mTtFADuQEdyltIorAFYEcg" element="_mQupgDuQEdyltIorAFYEcg" source="_ruF8ADuOEdyltIorAFYEcg" target="_p5RIYDuOEdyltIorAFYEcg">
783
+ <children xmi:id="_mTtFAzuQEdyltIorAFYEcg" type="NameLabel" element="_mQupgDuQEdyltIorAFYEcg">
784
+ <children xmi:id="_mTtFBTuQEdyltIorAFYEcg" type="Stereotype" element="_mQupgDuQEdyltIorAFYEcg"/>
785
+ <children xmi:id="_mTtFBjuQEdyltIorAFYEcg" type="Name" element="_mQupgDuQEdyltIorAFYEcg"/>
786
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mTtFBDuQEdyltIorAFYEcg" y="-148"/>
787
+ </children>
788
+ <children xmi:id="_mTtFBzuQEdyltIorAFYEcg" type="ToMultiplicityLabel" element="_mQupgjuQEdyltIorAFYEcg">
789
+ <children xmi:id="_mTtFCTuQEdyltIorAFYEcg" type="ToMultiplicity" element="_mQupgjuQEdyltIorAFYEcg"/>
790
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mTtFCDuQEdyltIorAFYEcg" y="318"/>
791
+ </children>
792
+ <children xmi:id="_mTtFCjuQEdyltIorAFYEcg" type="ToRoleLabel" element="_mQupgjuQEdyltIorAFYEcg">
793
+ <children xmi:id="_mTtFDDuQEdyltIorAFYEcg" type="ToRole" element="_mQupgjuQEdyltIorAFYEcg"/>
794
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mTtFCzuQEdyltIorAFYEcg" y="-317"/>
795
+ </children>
796
+ <children xmi:id="_mTtFDTuQEdyltIorAFYEcg" type="FromMultiplicityLabel" element="_mQupgTuQEdyltIorAFYEcg">
797
+ <children xmi:id="_mTtFDzuQEdyltIorAFYEcg" type="FromMultiplicity" element="_mQupgTuQEdyltIorAFYEcg"/>
798
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mTtFDjuQEdyltIorAFYEcg" x="453" y="-304"/>
799
+ </children>
800
+ <children xmi:id="_mTtFEDuQEdyltIorAFYEcg" type="FromRoleLabel" element="_mQupgTuQEdyltIorAFYEcg">
801
+ <children xmi:id="_mTtFEjuQEdyltIorAFYEcg" type="FromRole" element="_mQupgTuQEdyltIorAFYEcg"/>
802
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mTtFETuQEdyltIorAFYEcg" x="-24" y="-622"/>
803
+ </children>
804
+ <children xmi:id="_mTtFEzuQEdyltIorAFYEcg" type="ToQualifierLabel" element="_mQupgjuQEdyltIorAFYEcg">
805
+ <children xmi:id="_mTtFFTuQEdyltIorAFYEcg" type="QualifierCompartment" element="_mQupgjuQEdyltIorAFYEcg">
806
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mTtFFjuQEdyltIorAFYEcg"/>
807
+ </children>
808
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mTtFFDuQEdyltIorAFYEcg" y="-148"/>
809
+ </children>
810
+ <children xmi:id="_mT22ADuQEdyltIorAFYEcg" type="FromQualifierLabel" element="_mQupgTuQEdyltIorAFYEcg">
811
+ <children xmi:id="_mT22AjuQEdyltIorAFYEcg" type="QualifierCompartment" element="_mQupgTuQEdyltIorAFYEcg">
812
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mT22AzuQEdyltIorAFYEcg"/>
813
+ </children>
814
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mT22ATuQEdyltIorAFYEcg" y="-148"/>
815
+ </children>
816
+ <children xmi:id="_mT22BDuQEdyltIorAFYEcg" type="ToRoleLabel" element="_mQupgjuQEdyltIorAFYEcg">
817
+ <eAnnotations xmi:id="_mT22BjuQEdyltIorAFYEcg" source="ToConstraintLabel"/>
818
+ <children xmi:id="_mT22BzuQEdyltIorAFYEcg" visible="false" type="ToConstraintCompartment" element="_mQupgjuQEdyltIorAFYEcg">
819
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mT22CDuQEdyltIorAFYEcg"/>
820
+ </children>
821
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mT22BTuQEdyltIorAFYEcg" y="847"/>
822
+ </children>
823
+ <children xmi:id="_mT22CTuQEdyltIorAFYEcg" type="FromRoleLabel" element="_mQupgTuQEdyltIorAFYEcg">
824
+ <eAnnotations xmi:id="_mT22CzuQEdyltIorAFYEcg" source="FromConstraintLabel"/>
825
+ <children xmi:id="_mT22DDuQEdyltIorAFYEcg" visible="false" type="FromConstraintCompartment" element="_mQupgTuQEdyltIorAFYEcg">
826
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mT22DTuQEdyltIorAFYEcg"/>
827
+ </children>
828
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_mT22CjuQEdyltIorAFYEcg" y="847"/>
829
+ </children>
830
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_mTtFATuQEdyltIorAFYEcg" showStereotype="Text"/>
831
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mTtFAjuQEdyltIorAFYEcg" points="[2561, 1058, 2434, -2413]$[4445, 1820, 4318, -1651]$[4445, 3408, 4318, -63]$[2540, 3408, 2413, -63]"/>
832
+ </edges>
833
+ <edges xmi:id="_w7loUEAzEdyRL-p4eup8jQ" element="_w2E2MEAzEdyRL-p4eup8jQ" source="_ruF8ADuOEdyltIorAFYEcg" target="_p5RIYDuOEdyltIorAFYEcg">
834
+ <children xmi:id="_w7loU0AzEdyRL-p4eup8jQ" type="NameLabel" element="_w2E2MEAzEdyRL-p4eup8jQ">
835
+ <children xmi:id="_w7loVUAzEdyRL-p4eup8jQ" type="Stereotype" element="_w2E2MEAzEdyRL-p4eup8jQ"/>
836
+ <children xmi:id="_w7loVkAzEdyRL-p4eup8jQ" type="Name" element="_w2E2MEAzEdyRL-p4eup8jQ"/>
837
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_w7loVEAzEdyRL-p4eup8jQ" y="-148"/>
838
+ </children>
839
+ <children xmi:id="_w7vZUEAzEdyRL-p4eup8jQ" type="ToMultiplicityLabel" element="_w2E2MkAzEdyRL-p4eup8jQ">
840
+ <children xmi:id="_w7vZUkAzEdyRL-p4eup8jQ" type="ToMultiplicity" element="_w2E2MkAzEdyRL-p4eup8jQ"/>
841
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZUUAzEdyRL-p4eup8jQ" y="318"/>
842
+ </children>
843
+ <children xmi:id="_w7vZU0AzEdyRL-p4eup8jQ" type="ToRoleLabel" element="_w2E2MkAzEdyRL-p4eup8jQ">
844
+ <children xmi:id="_w7vZVUAzEdyRL-p4eup8jQ" type="ToRole" element="_w2E2MkAzEdyRL-p4eup8jQ"/>
845
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZVEAzEdyRL-p4eup8jQ" y="-317"/>
846
+ </children>
847
+ <children xmi:id="_w7vZVkAzEdyRL-p4eup8jQ" type="FromMultiplicityLabel" element="_w2E2MUAzEdyRL-p4eup8jQ">
848
+ <children xmi:id="_w7vZWEAzEdyRL-p4eup8jQ" type="FromMultiplicity" element="_w2E2MUAzEdyRL-p4eup8jQ"/>
849
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZV0AzEdyRL-p4eup8jQ" y="318"/>
850
+ </children>
851
+ <children xmi:id="_w7vZWUAzEdyRL-p4eup8jQ" type="FromRoleLabel" element="_w2E2MUAzEdyRL-p4eup8jQ">
852
+ <children xmi:id="_w7vZW0AzEdyRL-p4eup8jQ" type="FromRole" element="_w2E2MUAzEdyRL-p4eup8jQ"/>
853
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZWkAzEdyRL-p4eup8jQ" y="-317"/>
854
+ </children>
855
+ <children xmi:id="_w7vZXEAzEdyRL-p4eup8jQ" type="ToQualifierLabel" element="_w2E2MkAzEdyRL-p4eup8jQ">
856
+ <children xmi:id="_w7vZXkAzEdyRL-p4eup8jQ" type="QualifierCompartment" element="_w2E2MkAzEdyRL-p4eup8jQ">
857
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_w7vZX0AzEdyRL-p4eup8jQ"/>
858
+ </children>
859
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZXUAzEdyRL-p4eup8jQ" y="-148"/>
860
+ </children>
861
+ <children xmi:id="_w7vZYEAzEdyRL-p4eup8jQ" type="FromQualifierLabel" element="_w2E2MUAzEdyRL-p4eup8jQ">
862
+ <children xmi:id="_w7vZYkAzEdyRL-p4eup8jQ" type="QualifierCompartment" element="_w2E2MUAzEdyRL-p4eup8jQ">
863
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_w7vZY0AzEdyRL-p4eup8jQ"/>
864
+ </children>
865
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZYUAzEdyRL-p4eup8jQ" y="-148"/>
866
+ </children>
867
+ <children xmi:id="_w7vZZEAzEdyRL-p4eup8jQ" type="ToRoleLabel" element="_w2E2MkAzEdyRL-p4eup8jQ">
868
+ <eAnnotations xmi:id="_w7vZZkAzEdyRL-p4eup8jQ" source="ToConstraintLabel"/>
869
+ <children xmi:id="_w7vZZ0AzEdyRL-p4eup8jQ" visible="false" type="ToConstraintCompartment" element="_w2E2MkAzEdyRL-p4eup8jQ">
870
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_w7vZaEAzEdyRL-p4eup8jQ"/>
871
+ </children>
872
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZZUAzEdyRL-p4eup8jQ" y="847"/>
873
+ </children>
874
+ <children xmi:id="_w7vZaUAzEdyRL-p4eup8jQ" type="FromRoleLabel" element="_w2E2MUAzEdyRL-p4eup8jQ">
875
+ <eAnnotations xmi:id="_w7vZa0AzEdyRL-p4eup8jQ" source="FromConstraintLabel"/>
876
+ <children xmi:id="_w7vZbEAzEdyRL-p4eup8jQ" visible="false" type="FromConstraintCompartment" element="_w2E2MUAzEdyRL-p4eup8jQ">
877
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_w7vZbUAzEdyRL-p4eup8jQ"/>
878
+ </children>
879
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_w7vZakAzEdyRL-p4eup8jQ" y="847"/>
880
+ </children>
881
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_w7loUUAzEdyRL-p4eup8jQ" showStereotype="Text"/>
882
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w7loUkAzEdyRL-p4eup8jQ" points="[3492, -42, 3365, -3513]$[6710, -42, 6583, -3513]$[6710, 5694, 6583, 2223]$[-64, 5673, -191, 2202]$[-64, 4085, -191, 614]"/>
883
+ </edges>
884
+ <edges xmi:id="_YbdMEEDQEdyns9CNPlmfXw" element="_YbTbEEDQEdyns9CNPlmfXw" source="_Owh-4EDQEdyns9CNPlmfXw" target="_RH0LgDuPEdyltIorAFYEcg">
885
+ <children xmi:id="_YbdME0DQEdyns9CNPlmfXw" type="NameLabel" element="_YbTbEEDQEdyns9CNPlmfXw">
886
+ <children xmi:id="_YbdMFUDQEdyns9CNPlmfXw" type="Stereotype" element="_YbTbEEDQEdyns9CNPlmfXw"/>
887
+ <children xmi:id="_YbdMFkDQEdyns9CNPlmfXw" type="Name" element="_YbTbEEDQEdyns9CNPlmfXw"/>
888
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YbdMFEDQEdyns9CNPlmfXw" y="-148"/>
889
+ </children>
890
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_YbdMEUDQEdyns9CNPlmfXw" showStereotype="Text"/>
891
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YbdMEkDQEdyns9CNPlmfXw" points="[-9, -22, -45, 83]$[-68, -71, -104, 34]"/>
892
+ </edges>
893
+ <edges xmi:id="_Y-7FgUDQEdyns9CNPlmfXw" element="_Y-7FgEDQEdyns9CNPlmfXw" source="_WYLswEDQEdyns9CNPlmfXw" target="_RH0LgDuPEdyltIorAFYEcg">
894
+ <children xmi:id="_Y-7FhEDQEdyns9CNPlmfXw" type="NameLabel" element="_Y-7FgEDQEdyns9CNPlmfXw">
895
+ <children xmi:id="_Y_EPcEDQEdyns9CNPlmfXw" type="Stereotype" element="_Y-7FgEDQEdyns9CNPlmfXw"/>
896
+ <children xmi:id="_Y_EPcUDQEdyns9CNPlmfXw" type="Name" element="_Y-7FgEDQEdyns9CNPlmfXw"/>
897
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Y-7FhUDQEdyns9CNPlmfXw" y="-148"/>
898
+ </children>
899
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_Y-7FgkDQEdyns9CNPlmfXw" showStereotype="Text"/>
900
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Y-7Fg0DQEdyns9CNPlmfXw" points="[0, -614, 1948, 3323]$[0, -1989, 1948, 1948]$[-1143, -3132, 805, 805]"/>
901
+ </edges>
902
+ <edges xmi:id="_a0aGkGYWEdy11s29jB8uIQ" element="_a0HLoGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NkiL8GYWEdy11s29jB8uIQ">
903
+ <children xmi:id="_a0aGk2YWEdy11s29jB8uIQ" type="NameLabel" element="_a0HLoGYWEdy11s29jB8uIQ">
904
+ <children xmi:id="_a0aGlWYWEdy11s29jB8uIQ" type="Stereotype" element="_a0HLoGYWEdy11s29jB8uIQ"/>
905
+ <children xmi:id="_a0aGlmYWEdy11s29jB8uIQ" type="Name" element="_a0HLoGYWEdy11s29jB8uIQ"/>
906
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_a0aGlGYWEdy11s29jB8uIQ" y="-148"/>
907
+ </children>
908
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_a0aGkWYWEdy11s29jB8uIQ" showStereotype="Text"/>
909
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_a0aGkmYWEdy11s29jB8uIQ" points="[114, -64, -303, 135]$[338, -206, -79, -7]"/>
910
+ </edges>
911
+ <edges xmi:id="_cSSZ0mYWEdy11s29jB8uIQ" element="_cSSZ0GYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_Njo0EGYWEdy11s29jB8uIQ">
912
+ <children xmi:id="_cSSZ1WYWEdy11s29jB8uIQ" type="NameLabel" element="_cSSZ0GYWEdy11s29jB8uIQ">
913
+ <children xmi:id="_cSSZ12YWEdy11s29jB8uIQ" type="Stereotype" element="_cSSZ0GYWEdy11s29jB8uIQ"/>
914
+ <children xmi:id="_cSSZ2GYWEdy11s29jB8uIQ" type="Name" element="_cSSZ0GYWEdy11s29jB8uIQ"/>
915
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_cSSZ1mYWEdy11s29jB8uIQ" y="-148"/>
916
+ </children>
917
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_cSSZ02YWEdy11s29jB8uIQ" showStereotype="Text"/>
918
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_cSSZ1GYWEdy11s29jB8uIQ" points="[114, -35, -303, 89]$[338, -122, -79, 2]"/>
919
+ </edges>
920
+ <edges xmi:id="_dKdX8GYWEdy11s29jB8uIQ" element="_dKUOAGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NlIB3mYWEdy11s29jB8uIQ">
921
+ <children xmi:id="_dKdX82YWEdy11s29jB8uIQ" type="NameLabel" element="_dKUOAGYWEdy11s29jB8uIQ">
922
+ <children xmi:id="_dKdX9WYWEdy11s29jB8uIQ" type="Stereotype" element="_dKUOAGYWEdy11s29jB8uIQ"/>
923
+ <children xmi:id="_dKdX9mYWEdy11s29jB8uIQ" type="Name" element="_dKUOAGYWEdy11s29jB8uIQ"/>
924
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_dKdX9GYWEdy11s29jB8uIQ" y="-148"/>
925
+ </children>
926
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_dKdX8WYWEdy11s29jB8uIQ" showStereotype="Text"/>
927
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_dKdX8mYWEdy11s29jB8uIQ" points="[114, -40, -468, 159]$[503, -194, -79, 5]"/>
928
+ </edges>
929
+ <edges xmi:id="_eAaIgGYWEdy11s29jB8uIQ" element="_eAQXgGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NkrV7mYWEdy11s29jB8uIQ">
930
+ <children xmi:id="_eAaIg2YWEdy11s29jB8uIQ" type="NameLabel" element="_eAQXgGYWEdy11s29jB8uIQ">
931
+ <children xmi:id="_eAaIhWYWEdy11s29jB8uIQ" type="Stereotype" element="_eAQXgGYWEdy11s29jB8uIQ"/>
932
+ <children xmi:id="_eAaIhmYWEdy11s29jB8uIQ" type="Name" element="_eAQXgGYWEdy11s29jB8uIQ"/>
933
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_eAaIhGYWEdy11s29jB8uIQ" y="-148"/>
934
+ </children>
935
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_eAaIgWYWEdy11s29jB8uIQ" showStereotype="Text"/>
936
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_eAaIgmYWEdy11s29jB8uIQ" points="[114, -32, -648, 167]$[757, -233, -5, -34]"/>
937
+ </edges>
938
+ <edges xmi:id="_e9NH8GYWEdy11s29jB8uIQ" targetEdges="_fdZD4GYWEdy11s29jB8uIQ" element="_e9DW8GYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NkrV4GYWEdy11s29jB8uIQ">
939
+ <children xmi:id="_e9NH82YWEdy11s29jB8uIQ" type="NameLabel" element="_e9DW8GYWEdy11s29jB8uIQ">
940
+ <children xmi:id="_e9NH9WYWEdy11s29jB8uIQ" type="Stereotype" element="_e9DW8GYWEdy11s29jB8uIQ"/>
941
+ <children xmi:id="_e9NH9mYWEdy11s29jB8uIQ" type="Name" element="_e9DW8GYWEdy11s29jB8uIQ"/>
942
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e9NH9GYWEdy11s29jB8uIQ" y="-148"/>
943
+ </children>
944
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_e9NH8WYWEdy11s29jB8uIQ" showStereotype="Text"/>
945
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e9NH8mYWEdy11s29jB8uIQ" points="[114, -18, -638, 105]$[673, -96, -79, 27]"/>
946
+ </edges>
947
+ <edges xmi:id="_fdZD4GYWEdy11s29jB8uIQ" element="_fdPS4GYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_e9NH8GYWEdy11s29jB8uIQ">
948
+ <children xmi:id="_fdZD42YWEdy11s29jB8uIQ" type="KindLabel" element="_fdPS4GYWEdy11s29jB8uIQ">
949
+ <children xmi:id="_fdZD5WYWEdy11s29jB8uIQ" type="Stereotype" element="_fdPS4GYWEdy11s29jB8uIQ"/>
950
+ <children xmi:id="_fdZD52YWEdy11s29jB8uIQ" type="Kind" element="_fdPS4GYWEdy11s29jB8uIQ"/>
951
+ <children xmi:id="_fdZD5mYWEdy11s29jB8uIQ" type="Name" element="_fdPS4GYWEdy11s29jB8uIQ"/>
952
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_fdZD5GYWEdy11s29jB8uIQ" y="-148"/>
953
+ </children>
954
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_fdZD4WYWEdy11s29jB8uIQ" showStereotype="Text"/>
955
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_fdZD4mYWEdy11s29jB8uIQ" points="[114, -20, 1, 0]$[113, -20, 0, 0]"/>
956
+ <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_fdr-0GYWEdy11s29jB8uIQ" id="0"/>
957
+ </edges>
958
+ <edges xmi:id="_gh7qEGYWEdy11s29jB8uIQ" element="_ghygIGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NkFgAGYWEdy11s29jB8uIQ">
959
+ <children xmi:id="_gh7qE2YWEdy11s29jB8uIQ" type="NameLabel" element="_ghygIGYWEdy11s29jB8uIQ">
960
+ <children xmi:id="_gh7qFWYWEdy11s29jB8uIQ" type="Stereotype" element="_ghygIGYWEdy11s29jB8uIQ"/>
961
+ <children xmi:id="_gh7qFmYWEdy11s29jB8uIQ" type="Name" element="_ghygIGYWEdy11s29jB8uIQ"/>
962
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_gh7qFGYWEdy11s29jB8uIQ" y="-148"/>
963
+ </children>
964
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_gh7qEWYWEdy11s29jB8uIQ" showStereotype="Text"/>
965
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_gh7qEmYWEdy11s29jB8uIQ" points="[114, -16, -303, 33]$[496, -72, 79, -23]"/>
966
+ </edges>
967
+ <edges xmi:id="_hc8g0GYWEdy11s29jB8uIQ" element="_hcyv0GYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NkYa_mYWEdy11s29jB8uIQ">
968
+ <children xmi:id="_hc8g02YWEdy11s29jB8uIQ" type="NameLabel" element="_hcyv0GYWEdy11s29jB8uIQ">
969
+ <children xmi:id="_hc8g1WYWEdy11s29jB8uIQ" type="Stereotype" element="_hcyv0GYWEdy11s29jB8uIQ"/>
970
+ <children xmi:id="_hc8g1mYWEdy11s29jB8uIQ" type="Name" element="_hcyv0GYWEdy11s29jB8uIQ"/>
971
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hc8g1GYWEdy11s29jB8uIQ" y="-148"/>
972
+ </children>
973
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_hc8g0WYWEdy11s29jB8uIQ" showStereotype="Text"/>
974
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hc8g0mYWEdy11s29jB8uIQ" points="[114, -12, -468, 37]$[503, -65, -79, -16]"/>
975
+ </edges>
976
+ <edges xmi:id="_iqbnoGYWEdy11s29jB8uIQ" element="_iqR2oGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NlRy2GYWEdy11s29jB8uIQ">
977
+ <children xmi:id="_iqbno2YWEdy11s29jB8uIQ" type="NameLabel" element="_iqR2oGYWEdy11s29jB8uIQ">
978
+ <children xmi:id="_iqbnpWYWEdy11s29jB8uIQ" type="Stereotype" element="_iqR2oGYWEdy11s29jB8uIQ"/>
979
+ <children xmi:id="_iqbnpmYWEdy11s29jB8uIQ" type="Name" element="_iqR2oGYWEdy11s29jB8uIQ"/>
980
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iqbnpGYWEdy11s29jB8uIQ" y="-148"/>
981
+ </children>
982
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_iqbnoWYWEdy11s29jB8uIQ" showStereotype="Text"/>
983
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iqbnomYWEdy11s29jB8uIQ" points="[114, -8, -648, 41]$[683, -48, -79, 1]"/>
984
+ </edges>
985
+ <edges xmi:id="_jhRJAGYWEdy11s29jB8uIQ" element="_jhHYAGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NkPRAGYWEdy11s29jB8uIQ">
986
+ <children xmi:id="_jhRJA2YWEdy11s29jB8uIQ" type="NameLabel" element="_jhHYAGYWEdy11s29jB8uIQ">
987
+ <children xmi:id="_jhRJBWYWEdy11s29jB8uIQ" type="Stereotype" element="_jhHYAGYWEdy11s29jB8uIQ"/>
988
+ <children xmi:id="_jhRJBmYWEdy11s29jB8uIQ" type="Name" element="_jhHYAGYWEdy11s29jB8uIQ"/>
989
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jhRJBGYWEdy11s29jB8uIQ" y="-148"/>
990
+ </children>
991
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_jhRJAWYWEdy11s29jB8uIQ" showStereotype="Text"/>
992
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_jhRJAmYWEdy11s29jB8uIQ" points="[114, 9, -303, -17]$[438, 61, 21, 35]"/>
993
+ </edges>
994
+ <edges xmi:id="_kN928GYWEdy11s29jB8uIQ" element="_kN0tAGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_NlIB0GYWEdy11s29jB8uIQ">
995
+ <children xmi:id="_kN9282YWEdy11s29jB8uIQ" type="NameLabel" element="_kN0tAGYWEdy11s29jB8uIQ">
996
+ <children xmi:id="_kN929WYWEdy11s29jB8uIQ" type="Stereotype" element="_kN0tAGYWEdy11s29jB8uIQ"/>
997
+ <children xmi:id="_kN929mYWEdy11s29jB8uIQ" type="Name" element="_kN0tAGYWEdy11s29jB8uIQ"/>
998
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kN929GYWEdy11s29jB8uIQ" y="-148"/>
999
+ </children>
1000
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_kN928WYWEdy11s29jB8uIQ" showStereotype="Text"/>
1001
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_kN928mYWEdy11s29jB8uIQ" points="[114, 6, -468, -20]$[548, 61, -34, 35]"/>
1002
+ </edges>
1003
+ <edges xmi:id="_lI08sGYWEdy11s29jB8uIQ" element="_lIrLsGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_Nk1G6WYWEdy11s29jB8uIQ">
1004
+ <children xmi:id="_lI08s2YWEdy11s29jB8uIQ" type="NameLabel" element="_lIrLsGYWEdy11s29jB8uIQ">
1005
+ <children xmi:id="_lI08tWYWEdy11s29jB8uIQ" type="Stereotype" element="_lIrLsGYWEdy11s29jB8uIQ"/>
1006
+ <children xmi:id="_lI08tmYWEdy11s29jB8uIQ" type="Name" element="_lIrLsGYWEdy11s29jB8uIQ"/>
1007
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lI08tGYWEdy11s29jB8uIQ" y="-148"/>
1008
+ </children>
1009
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_lI08sWYWEdy11s29jB8uIQ" showStereotype="Text"/>
1010
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_lI08smYWEdy11s29jB8uIQ" points="[114, 27, -303, -74]$[338, 84, -79, -17]"/>
1011
+ </edges>
1012
+ <edges xmi:id="_l-63MGYWEdy11s29jB8uIQ" element="_l-xGMGYWEdy11s29jB8uIQ" source="_p5RIYDuOEdyltIorAFYEcg" target="_Nk-34GYWEdy11s29jB8uIQ">
1013
+ <children xmi:id="_l-63M2YWEdy11s29jB8uIQ" type="NameLabel" element="_l-xGMGYWEdy11s29jB8uIQ">
1014
+ <children xmi:id="_l-63NWYWEdy11s29jB8uIQ" type="Stereotype" element="_l-xGMGYWEdy11s29jB8uIQ"/>
1015
+ <children xmi:id="_l-63NmYWEdy11s29jB8uIQ" type="Name" element="_l-xGMGYWEdy11s29jB8uIQ"/>
1016
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l-63NGYWEdy11s29jB8uIQ" y="-148"/>
1017
+ </children>
1018
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_l-63MWYWEdy11s29jB8uIQ" showStereotype="Text"/>
1019
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l-63MmYWEdy11s29jB8uIQ" points="[114, 19, -478, -82]$[671, 104, 79, 3]"/>
1020
+ </edges>
1021
+ <edges xmi:id="_9Gw-UIC2Edykv_1FYm8uuQ" element="_87T8QIC2Edykv_1FYm8uuQ" source="_DnKeUIC5Edykv_1FYm8uuQ" target="__grKEIC4Edykv_1FYm8uuQ">
1022
+ <children xmi:id="_9Gw-U4C2Edykv_1FYm8uuQ" type="NameLabel" element="_87T8QIC2Edykv_1FYm8uuQ">
1023
+ <children xmi:id="_9Gw-VYC2Edykv_1FYm8uuQ" type="Stereotype" element="_87T8QIC2Edykv_1FYm8uuQ"/>
1024
+ <children xmi:id="_9Gw-VoC2Edykv_1FYm8uuQ" type="Name" element="_87T8QIC2Edykv_1FYm8uuQ"/>
1025
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_9Gw-VIC2Edykv_1FYm8uuQ" y="-148"/>
1026
+ </children>
1027
+ <children xmi:id="_9Gw-V4C2Edykv_1FYm8uuQ" type="ToMultiplicityLabel" element="_87T8QoC2Edykv_1FYm8uuQ">
1028
+ <children xmi:id="_9Gw-WYC2Edykv_1FYm8uuQ" type="ToMultiplicity" element="_87T8QoC2Edykv_1FYm8uuQ"/>
1029
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9Gw-WIC2Edykv_1FYm8uuQ" x="-78" y="315"/>
1030
+ </children>
1031
+ <children xmi:id="_9Gw-WoC2Edykv_1FYm8uuQ" type="ToRoleLabel" element="_87T8QoC2Edykv_1FYm8uuQ">
1032
+ <children xmi:id="_9Gw-XIC2Edykv_1FYm8uuQ" type="ToRole" element="_87T8QoC2Edykv_1FYm8uuQ"/>
1033
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9Gw-W4C2Edykv_1FYm8uuQ" x="176" y="-321"/>
1034
+ </children>
1035
+ <children xmi:id="_9Gw-XYC2Edykv_1FYm8uuQ" type="FromMultiplicityLabel" element="_87T8QYC2Edykv_1FYm8uuQ">
1036
+ <children xmi:id="_9Gw-X4C2Edykv_1FYm8uuQ" type="FromMultiplicity" element="_87T8QYC2Edykv_1FYm8uuQ"/>
1037
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9Gw-XoC2Edykv_1FYm8uuQ" x="-149" y="-321"/>
1038
+ </children>
1039
+ <children xmi:id="_9Gw-YIC2Edykv_1FYm8uuQ" type="FromRoleLabel" element="_87T8QYC2Edykv_1FYm8uuQ">
1040
+ <children xmi:id="_9Gw-YoC2Edykv_1FYm8uuQ" type="FromRole" element="_87T8QYC2Edykv_1FYm8uuQ"/>
1041
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9Gw-YYC2Edykv_1FYm8uuQ" x="-684" y="314"/>
1042
+ </children>
1043
+ <children xmi:id="_9Gw-Y4C2Edykv_1FYm8uuQ" type="ToQualifierLabel" element="_87T8QoC2Edykv_1FYm8uuQ">
1044
+ <children xmi:id="_9Gw-ZYC2Edykv_1FYm8uuQ" type="QualifierCompartment" element="_87T8QoC2Edykv_1FYm8uuQ">
1045
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9Gw-ZoC2Edykv_1FYm8uuQ"/>
1046
+ </children>
1047
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9Gw-ZIC2Edykv_1FYm8uuQ" y="-148"/>
1048
+ </children>
1049
+ <children xmi:id="_9Gw-Z4C2Edykv_1FYm8uuQ" type="FromQualifierLabel" element="_87T8QYC2Edykv_1FYm8uuQ">
1050
+ <children xmi:id="_9Gw-aYC2Edykv_1FYm8uuQ" type="QualifierCompartment" element="_87T8QYC2Edykv_1FYm8uuQ">
1051
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9Gw-aoC2Edykv_1FYm8uuQ"/>
1052
+ </children>
1053
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9Gw-aIC2Edykv_1FYm8uuQ" y="-148"/>
1054
+ </children>
1055
+ <children xmi:id="_9Gw-a4C2Edykv_1FYm8uuQ" type="ToRoleLabel" element="_87T8QoC2Edykv_1FYm8uuQ">
1056
+ <eAnnotations xmi:id="_9Gw-bYC2Edykv_1FYm8uuQ" source="ToConstraintLabel"/>
1057
+ <children xmi:id="_9Gw-boC2Edykv_1FYm8uuQ" visible="false" type="ToConstraintCompartment" element="_87T8QoC2Edykv_1FYm8uuQ">
1058
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9Gw-b4C2Edykv_1FYm8uuQ"/>
1059
+ </children>
1060
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9Gw-bIC2Edykv_1FYm8uuQ" y="847"/>
1061
+ </children>
1062
+ <children xmi:id="_9G6vUIC2Edykv_1FYm8uuQ" type="FromRoleLabel" element="_87T8QYC2Edykv_1FYm8uuQ">
1063
+ <eAnnotations xmi:id="_9G6vUoC2Edykv_1FYm8uuQ" source="FromConstraintLabel"/>
1064
+ <children xmi:id="_9G6vU4C2Edykv_1FYm8uuQ" visible="false" type="FromConstraintCompartment" element="_87T8QYC2Edykv_1FYm8uuQ">
1065
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_9G6vVIC2Edykv_1FYm8uuQ"/>
1066
+ </children>
1067
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_9G6vUYC2Edykv_1FYm8uuQ" y="847"/>
1068
+ </children>
1069
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_9Gw-UYC2Edykv_1FYm8uuQ" showStereotype="Text"/>
1070
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_9Gw-UoC2Edykv_1FYm8uuQ" points="[1058, 0, -3090, 0]$[2011, 0, -2137, 0]$[3069, 0, -1079, 0]"/>
1071
+ </edges>
1072
+ <edges xmi:id="_I3BOYIC5Edykv_1FYm8uuQ" element="_I1FUsIC5Edykv_1FYm8uuQ" source="_kVIxcDuOEdyltIorAFYEcg" target="_DnKeUIC5Edykv_1FYm8uuQ">
1073
+ <children xmi:id="_I3BOY4C5Edykv_1FYm8uuQ" type="NameLabel" element="_I1FUsIC5Edykv_1FYm8uuQ">
1074
+ <children xmi:id="_I3BOZYC5Edykv_1FYm8uuQ" type="Stereotype" element="_I1FUsIC5Edykv_1FYm8uuQ"/>
1075
+ <children xmi:id="_I3BOZoC5Edykv_1FYm8uuQ" type="Name" element="_I1FUsIC5Edykv_1FYm8uuQ"/>
1076
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_I3BOZIC5Edykv_1FYm8uuQ" y="-148"/>
1077
+ </children>
1078
+ <children xmi:id="_I3BOZ4C5Edykv_1FYm8uuQ" type="ToMultiplicityLabel" element="_I1FUsoC5Edykv_1FYm8uuQ">
1079
+ <children xmi:id="_I3BOaYC5Edykv_1FYm8uuQ" type="ToMultiplicity" element="_I1FUsoC5Edykv_1FYm8uuQ"/>
1080
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOaIC5Edykv_1FYm8uuQ" y="318"/>
1081
+ </children>
1082
+ <children xmi:id="_I3BOaoC5Edykv_1FYm8uuQ" type="ToRoleLabel" element="_I1FUsoC5Edykv_1FYm8uuQ">
1083
+ <children xmi:id="_I3BObIC5Edykv_1FYm8uuQ" type="ToRole" element="_I1FUsoC5Edykv_1FYm8uuQ"/>
1084
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOa4C5Edykv_1FYm8uuQ" y="-317"/>
1085
+ </children>
1086
+ <children xmi:id="_I3BObYC5Edykv_1FYm8uuQ" type="FromMultiplicityLabel" element="_I1FUsYC5Edykv_1FYm8uuQ">
1087
+ <children xmi:id="_I3BOb4C5Edykv_1FYm8uuQ" type="FromMultiplicity" element="_I1FUsYC5Edykv_1FYm8uuQ"/>
1088
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOboC5Edykv_1FYm8uuQ" y="318"/>
1089
+ </children>
1090
+ <children xmi:id="_I3BOcIC5Edykv_1FYm8uuQ" type="FromRoleLabel" element="_I1FUsYC5Edykv_1FYm8uuQ">
1091
+ <children xmi:id="_I3BOcoC5Edykv_1FYm8uuQ" type="FromRole" element="_I1FUsYC5Edykv_1FYm8uuQ"/>
1092
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOcYC5Edykv_1FYm8uuQ" x="-343" y="-667"/>
1093
+ </children>
1094
+ <children xmi:id="_I3BOc4C5Edykv_1FYm8uuQ" type="ToQualifierLabel" element="_I1FUsoC5Edykv_1FYm8uuQ">
1095
+ <children xmi:id="_I3BOdYC5Edykv_1FYm8uuQ" type="QualifierCompartment" element="_I1FUsoC5Edykv_1FYm8uuQ">
1096
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_I3BOdoC5Edykv_1FYm8uuQ"/>
1097
+ </children>
1098
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOdIC5Edykv_1FYm8uuQ" y="-148"/>
1099
+ </children>
1100
+ <children xmi:id="_I3BOd4C5Edykv_1FYm8uuQ" type="FromQualifierLabel" element="_I1FUsYC5Edykv_1FYm8uuQ">
1101
+ <children xmi:id="_I3BOeYC5Edykv_1FYm8uuQ" type="QualifierCompartment" element="_I1FUsYC5Edykv_1FYm8uuQ">
1102
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_I3BOeoC5Edykv_1FYm8uuQ"/>
1103
+ </children>
1104
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOeIC5Edykv_1FYm8uuQ" y="-148"/>
1105
+ </children>
1106
+ <children xmi:id="_I3BOe4C5Edykv_1FYm8uuQ" type="ToRoleLabel" element="_I1FUsoC5Edykv_1FYm8uuQ">
1107
+ <eAnnotations xmi:id="_I3BOfYC5Edykv_1FYm8uuQ" source="ToConstraintLabel"/>
1108
+ <children xmi:id="_I3BOfoC5Edykv_1FYm8uuQ" visible="false" type="ToConstraintCompartment" element="_I1FUsoC5Edykv_1FYm8uuQ">
1109
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_I3BOf4C5Edykv_1FYm8uuQ"/>
1110
+ </children>
1111
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOfIC5Edykv_1FYm8uuQ" y="847"/>
1112
+ </children>
1113
+ <children xmi:id="_I3BOgIC5Edykv_1FYm8uuQ" type="FromRoleLabel" element="_I1FUsYC5Edykv_1FYm8uuQ">
1114
+ <eAnnotations xmi:id="_I3BOgoC5Edykv_1FYm8uuQ" source="FromConstraintLabel"/>
1115
+ <children xmi:id="_I3BOg4C5Edykv_1FYm8uuQ" visible="false" type="FromConstraintCompartment" element="_I1FUsYC5Edykv_1FYm8uuQ">
1116
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_I3BOhIC5Edykv_1FYm8uuQ"/>
1117
+ </children>
1118
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_I3BOgYC5Edykv_1FYm8uuQ" y="847"/>
1119
+ </children>
1120
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_I3BOYYC5Edykv_1FYm8uuQ" showStereotype="Text"/>
1121
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_I3BOYoC5Edykv_1FYm8uuQ" points="[41, -28, -178, 95]$[169, -123, -50, 0]"/>
1122
+ </edges>
1123
+ <edges xmi:id="_JsSpgIC5Edykv_1FYm8uuQ" element="_JrjCoIC5Edykv_1FYm8uuQ" source="_kVIxcDuOEdyltIorAFYEcg" target="__grKEIC4Edykv_1FYm8uuQ">
1124
+ <children xmi:id="_JsSpg4C5Edykv_1FYm8uuQ" type="NameLabel" element="_JrjCoIC5Edykv_1FYm8uuQ">
1125
+ <children xmi:id="_JsSphYC5Edykv_1FYm8uuQ" type="Stereotype" element="_JrjCoIC5Edykv_1FYm8uuQ"/>
1126
+ <children xmi:id="_JsSphoC5Edykv_1FYm8uuQ" type="Name" element="_JrjCoIC5Edykv_1FYm8uuQ"/>
1127
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JsSphIC5Edykv_1FYm8uuQ" y="-148"/>
1128
+ </children>
1129
+ <children xmi:id="_JsSph4C5Edykv_1FYm8uuQ" type="ToMultiplicityLabel" element="_JrjCooC5Edykv_1FYm8uuQ">
1130
+ <children xmi:id="_JsSpiYC5Edykv_1FYm8uuQ" type="ToMultiplicity" element="_JrjCooC5Edykv_1FYm8uuQ"/>
1131
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JsSpiIC5Edykv_1FYm8uuQ" x="-68" y="-194"/>
1132
+ </children>
1133
+ <children xmi:id="_JsSpioC5Edykv_1FYm8uuQ" type="ToRoleLabel" element="_JrjCooC5Edykv_1FYm8uuQ">
1134
+ <children xmi:id="_JsSpjIC5Edykv_1FYm8uuQ" type="ToRole" element="_JrjCooC5Edykv_1FYm8uuQ"/>
1135
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JsSpi4C5Edykv_1FYm8uuQ" y="-317"/>
1136
+ </children>
1137
+ <children xmi:id="_JsSpjYC5Edykv_1FYm8uuQ" type="FromMultiplicityLabel" element="_JrjCoYC5Edykv_1FYm8uuQ">
1138
+ <children xmi:id="_JsSpj4C5Edykv_1FYm8uuQ" type="FromMultiplicity" element="_JrjCoYC5Edykv_1FYm8uuQ"/>
1139
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JsSpjoC5Edykv_1FYm8uuQ" y="318"/>
1140
+ </children>
1141
+ <children xmi:id="_JsSpkIC5Edykv_1FYm8uuQ" type="FromRoleLabel" element="_JrjCoYC5Edykv_1FYm8uuQ">
1142
+ <children xmi:id="_JsSpkoC5Edykv_1FYm8uuQ" type="FromRole" element="_JrjCoYC5Edykv_1FYm8uuQ"/>
1143
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JsSpkYC5Edykv_1FYm8uuQ" x="1353" y="429"/>
1144
+ </children>
1145
+ <children xmi:id="_JsSpk4C5Edykv_1FYm8uuQ" type="ToQualifierLabel" element="_JrjCooC5Edykv_1FYm8uuQ">
1146
+ <children xmi:id="_JsSplYC5Edykv_1FYm8uuQ" type="QualifierCompartment" element="_JrjCooC5Edykv_1FYm8uuQ">
1147
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JsSploC5Edykv_1FYm8uuQ"/>
1148
+ </children>
1149
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JsSplIC5Edykv_1FYm8uuQ" y="-148"/>
1150
+ </children>
1151
+ <children xmi:id="_JsSpl4C5Edykv_1FYm8uuQ" type="FromQualifierLabel" element="_JrjCoYC5Edykv_1FYm8uuQ">
1152
+ <children xmi:id="_JsSpmYC5Edykv_1FYm8uuQ" type="QualifierCompartment" element="_JrjCoYC5Edykv_1FYm8uuQ">
1153
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JsSpmoC5Edykv_1FYm8uuQ"/>
1154
+ </children>
1155
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JsSpmIC5Edykv_1FYm8uuQ" y="-148"/>
1156
+ </children>
1157
+ <children xmi:id="_JsSpm4C5Edykv_1FYm8uuQ" type="ToRoleLabel" element="_JrjCooC5Edykv_1FYm8uuQ">
1158
+ <eAnnotations xmi:id="_JsSpnYC5Edykv_1FYm8uuQ" source="ToConstraintLabel"/>
1159
+ <children xmi:id="_JscagIC5Edykv_1FYm8uuQ" visible="false" type="ToConstraintCompartment" element="_JrjCooC5Edykv_1FYm8uuQ">
1160
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JscagYC5Edykv_1FYm8uuQ"/>
1161
+ </children>
1162
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_JsSpnIC5Edykv_1FYm8uuQ" y="847"/>
1163
+ </children>
1164
+ <children xmi:id="_JscagoC5Edykv_1FYm8uuQ" type="FromRoleLabel" element="_JrjCoYC5Edykv_1FYm8uuQ">
1165
+ <eAnnotations xmi:id="_JscahIC5Edykv_1FYm8uuQ" source="FromConstraintLabel"/>
1166
+ <children xmi:id="_JscahYC5Edykv_1FYm8uuQ" visible="false" type="FromConstraintCompartment" element="_JrjCoYC5Edykv_1FYm8uuQ">
1167
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JscahoC5Edykv_1FYm8uuQ"/>
1168
+ </children>
1169
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_Jscag4C5Edykv_1FYm8uuQ" y="847"/>
1170
+ </children>
1171
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_JsSpgYC5Edykv_1FYm8uuQ" showStereotype="Text"/>
1172
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JsSpgoC5Edykv_1FYm8uuQ" points="[56, -15, -419, 108]$[424, -121, -51, 2]"/>
1173
+ </edges>
1174
+ <edges xmi:id="__hXLYKKKEdy9rpjqfOC8lg" element="__gdzgKKKEdy9rpjqfOC8lg" source="_ruF8ADuOEdyltIorAFYEcg" target="_ghA4wKKKEdy9rpjqfOC8lg">
1175
+ <children xmi:id="__hXLY6KKEdy9rpjqfOC8lg" type="NameLabel" element="__gdzgKKKEdy9rpjqfOC8lg">
1176
+ <children xmi:id="__hXLZaKKEdy9rpjqfOC8lg" type="Stereotype" element="__gdzgKKKEdy9rpjqfOC8lg"/>
1177
+ <children xmi:id="__hXLZqKKEdy9rpjqfOC8lg" type="Name" element="__gdzgKKKEdy9rpjqfOC8lg"/>
1178
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="__hXLZKKKEdy9rpjqfOC8lg" y="-148"/>
1179
+ </children>
1180
+ <children xmi:id="__hXLZ6KKEdy9rpjqfOC8lg" type="ToMultiplicityLabel" element="__gdzgqKKEdy9rpjqfOC8lg">
1181
+ <children xmi:id="__hXLaaKKEdy9rpjqfOC8lg" type="ToMultiplicity" element="__gdzgqKKEdy9rpjqfOC8lg"/>
1182
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hXLaKKKEdy9rpjqfOC8lg" y="318"/>
1183
+ </children>
1184
+ <children xmi:id="__hXLaqKKEdy9rpjqfOC8lg" type="ToRoleLabel" element="__gdzgqKKEdy9rpjqfOC8lg">
1185
+ <children xmi:id="__hXLbKKKEdy9rpjqfOC8lg" type="ToRole" element="__gdzgqKKEdy9rpjqfOC8lg"/>
1186
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hXLa6KKEdy9rpjqfOC8lg" y="-317"/>
1187
+ </children>
1188
+ <children xmi:id="__hXLbaKKEdy9rpjqfOC8lg" type="FromMultiplicityLabel" element="__gdzgaKKEdy9rpjqfOC8lg">
1189
+ <children xmi:id="__hXLb6KKEdy9rpjqfOC8lg" type="FromMultiplicity" element="__gdzgaKKEdy9rpjqfOC8lg"/>
1190
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hXLbqKKEdy9rpjqfOC8lg" y="318"/>
1191
+ </children>
1192
+ <children xmi:id="__hXLcKKKEdy9rpjqfOC8lg" type="FromRoleLabel" element="__gdzgaKKEdy9rpjqfOC8lg">
1193
+ <children xmi:id="__hXLcqKKEdy9rpjqfOC8lg" type="FromRole" element="__gdzgaKKEdy9rpjqfOC8lg"/>
1194
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hXLcaKKEdy9rpjqfOC8lg" x="-675" y="-921"/>
1195
+ </children>
1196
+ <children xmi:id="__hXLc6KKEdy9rpjqfOC8lg" type="ToQualifierLabel" element="__gdzgqKKEdy9rpjqfOC8lg">
1197
+ <children xmi:id="__hXLdaKKEdy9rpjqfOC8lg" type="QualifierCompartment" element="__gdzgqKKEdy9rpjqfOC8lg">
1198
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__hXLdqKKEdy9rpjqfOC8lg"/>
1199
+ </children>
1200
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hXLdKKKEdy9rpjqfOC8lg" y="-148"/>
1201
+ </children>
1202
+ <children xmi:id="__hXLd6KKEdy9rpjqfOC8lg" type="FromQualifierLabel" element="__gdzgaKKEdy9rpjqfOC8lg">
1203
+ <children xmi:id="__hXLeaKKEdy9rpjqfOC8lg" type="QualifierCompartment" element="__gdzgaKKEdy9rpjqfOC8lg">
1204
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__hXLeqKKEdy9rpjqfOC8lg"/>
1205
+ </children>
1206
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hXLeKKKEdy9rpjqfOC8lg" y="-148"/>
1207
+ </children>
1208
+ <children xmi:id="__hXLe6KKEdy9rpjqfOC8lg" type="ToRoleLabel" element="__gdzgqKKEdy9rpjqfOC8lg">
1209
+ <eAnnotations xmi:id="__hXLfaKKEdy9rpjqfOC8lg" source="ToConstraintLabel"/>
1210
+ <children xmi:id="__hXLfqKKEdy9rpjqfOC8lg" visible="false" type="ToConstraintCompartment" element="__gdzgqKKEdy9rpjqfOC8lg">
1211
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__hXLf6KKEdy9rpjqfOC8lg"/>
1212
+ </children>
1213
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hXLfKKKEdy9rpjqfOC8lg" y="847"/>
1214
+ </children>
1215
+ <children xmi:id="__hg8YKKKEdy9rpjqfOC8lg" type="FromRoleLabel" element="__gdzgaKKEdy9rpjqfOC8lg">
1216
+ <eAnnotations xmi:id="__hg8YqKKEdy9rpjqfOC8lg" source="FromConstraintLabel"/>
1217
+ <children xmi:id="__hg8Y6KKEdy9rpjqfOC8lg" visible="false" type="FromConstraintCompartment" element="__gdzgaKKEdy9rpjqfOC8lg">
1218
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="__hg8ZKKKEdy9rpjqfOC8lg"/>
1219
+ </children>
1220
+ <layoutConstraint xmi:type="notation:Location" xmi:id="__hg8YaKKEdy9rpjqfOC8lg" y="847"/>
1221
+ </children>
1222
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="__hXLYaKKEdy9rpjqfOC8lg" showStereotype="Text"/>
1223
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="__hXLYqKKEdy9rpjqfOC8lg" points="[165, -45, -209, 30]$[272, -77, -102, -2]"/>
1224
+ </edges>
1225
+ </contents>
1226
+ </eAnnotations>
1227
+ <ownedMember xmi:type="uml:Class" xmi:id="_gLWKwKKKEdy9rpjqfOC8lg" name="BinaryFile">
1228
+ <ownedAttribute xmi:id="_n2120KKKEdy9rpjqfOC8lg" name="image" visibility="private" type="_wmnDUKKKEdy9rpjqfOC8lg"/>
1229
+ <ownedAttribute xmi:id="_yYJSYKKKEdy9rpjqfOC8lg" name="name" visibility="private">
1230
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1231
+ </ownedAttribute>
1232
+ <ownedAttribute xmi:id="_4ABg4KKKEdy9rpjqfOC8lg" name="contentType" visibility="private" type="_5yT94KKKEdy9rpjqfOC8lg"/>
1233
+ </ownedMember>
1234
+ <ownedMember xmi:type="uml:Class" xmi:id="__gYPIIC4Edykv_1FYm8uuQ" name="Homme">
1235
+ <ownedAttribute xmi:id="_87T8QoC2Edykv_1FYm8uuQ" name="epouse" visibility="private" type="_DmkocIC5Edykv_1FYm8uuQ" association="_87T8QIC2Edykv_1FYm8uuQ">
1236
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_HbiZwYC3Edykv_1FYm8uuQ" value="1"/>
1237
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_HbiZwIC3Edykv_1FYm8uuQ"/>
1238
+ </ownedAttribute>
1239
+ <ownedAttribute xmi:id="_UdaCsIC5Edykv_1FYm8uuQ" name="nom" visibility="private">
1240
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1241
+ </ownedAttribute>
1242
+ </ownedMember>
1243
+ <ownedMember xmi:type="uml:Class" xmi:id="_DmkocIC5Edykv_1FYm8uuQ" name="Femme">
1244
+ <ownedAttribute xmi:id="_87T8QYC2Edykv_1FYm8uuQ" name="epoux" visibility="private" type="__gYPIIC4Edykv_1FYm8uuQ" association="_87T8QIC2Edykv_1FYm8uuQ">
1245
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_GkL7AYC3Edykv_1FYm8uuQ" value="1"/>
1246
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_GkL7AIC3Edykv_1FYm8uuQ"/>
1247
+ </ownedAttribute>
1248
+ <ownedAttribute xmi:id="_T8OBMIC5Edykv_1FYm8uuQ" name="nom" visibility="private">
1249
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1250
+ </ownedAttribute>
1251
+ </ownedMember>
1252
+ <ownedMember xmi:type="uml:Class" xmi:id="_OwYN4EDQEdyns9CNPlmfXw" name="AdresseType1">
1253
+ <generalization xmi:id="_YbTbEEDQEdyns9CNPlmfXw" general="_RHhQkDuPEdyltIorAFYEcg"/>
1254
+ <ownedAttribute xmi:id="_cSWlIEDQEdyns9CNPlmfXw" name="infoType1" visibility="private">
1255
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1256
+ </ownedAttribute>
1257
+ </ownedMember>
1258
+ <ownedMember xmi:type="uml:Class" xmi:id="_p4-NcDuOEdyltIorAFYEcg" name="Contrat" clientDependency="_a0HLoGYWEdy11s29jB8uIQ _cSSZ0GYWEdy11s29jB8uIQ _dKUOAGYWEdy11s29jB8uIQ _eAQXgGYWEdy11s29jB8uIQ _e9DW8GYWEdy11s29jB8uIQ _ghygIGYWEdy11s29jB8uIQ _hcyv0GYWEdy11s29jB8uIQ _iqR2oGYWEdy11s29jB8uIQ _jhHYAGYWEdy11s29jB8uIQ _kN0tAGYWEdy11s29jB8uIQ _lIrLsGYWEdy11s29jB8uIQ _l-xGMGYWEdy11s29jB8uIQ">
1259
+ <elementImport xmi:id="_fdPS4GYWEdy11s29jB8uIQ" importedElement="_e9DW8GYWEdy11s29jB8uIQ"/>
1260
+ <implementation xmi:id="_a0HLoGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_zdqwwGYVEdy11s29jB8uIQ" realizingClassifier="_zdqwwGYVEdy11s29jB8uIQ" contract="_zdqwwGYVEdy11s29jB8uIQ">
1261
+ <mapping xmi:id="_a0HLoWYWEdy11s29jB8uIQ"/>
1262
+ </implementation>
1263
+ <implementation xmi:id="_cSSZ0GYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_s71bcGYVEdy11s29jB8uIQ" realizingClassifier="_s71bcGYVEdy11s29jB8uIQ" contract="_s71bcGYVEdy11s29jB8uIQ">
1264
+ <mapping xmi:id="_cSSZ0WYWEdy11s29jB8uIQ"/>
1265
+ </implementation>
1266
+ <implementation xmi:id="_dKUOAGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_znDWQGYVEdy11s29jB8uIQ" realizingClassifier="_znDWQGYVEdy11s29jB8uIQ" contract="_znDWQGYVEdy11s29jB8uIQ">
1267
+ <mapping xmi:id="_dKUOAWYWEdy11s29jB8uIQ"/>
1268
+ </implementation>
1269
+ <implementation xmi:id="_eAQXgGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_zgy9QGYVEdy11s29jB8uIQ" realizingClassifier="_zgy9QGYVEdy11s29jB8uIQ" contract="_zgy9QGYVEdy11s29jB8uIQ">
1270
+ <mapping xmi:id="_eAQXgWYWEdy11s29jB8uIQ"/>
1271
+ </implementation>
1272
+ <implementation xmi:id="_e9DW8GYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_zfJ-gGYVEdy11s29jB8uIQ" realizingClassifier="_zfJ-gGYVEdy11s29jB8uIQ" contract="_zfJ-gGYVEdy11s29jB8uIQ">
1273
+ <mapping xmi:id="_e9DW8WYWEdy11s29jB8uIQ"/>
1274
+ </implementation>
1275
+ <implementation xmi:id="_ghygIGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_u14GQGYVEdy11s29jB8uIQ" realizingClassifier="_u14GQGYVEdy11s29jB8uIQ" contract="_u14GQGYVEdy11s29jB8uIQ">
1276
+ <mapping xmi:id="_ghygIWYWEdy11s29jB8uIQ"/>
1277
+ </implementation>
1278
+ <implementation xmi:id="_hcyv0GYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_zb4BAGYVEdy11s29jB8uIQ" realizingClassifier="_zb4BAGYVEdy11s29jB8uIQ" contract="_zb4BAGYVEdy11s29jB8uIQ">
1279
+ <mapping xmi:id="_hcyv0WYWEdy11s29jB8uIQ"/>
1280
+ </implementation>
1281
+ <implementation xmi:id="_iqR2oGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_zpJA8GYVEdy11s29jB8uIQ" realizingClassifier="_zpJA8GYVEdy11s29jB8uIQ" contract="_zpJA8GYVEdy11s29jB8uIQ">
1282
+ <mapping xmi:id="_iqR2oWYWEdy11s29jB8uIQ"/>
1283
+ </implementation>
1284
+ <implementation xmi:id="_jhHYAGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_v7wwQGYVEdy11s29jB8uIQ" realizingClassifier="_v7wwQGYVEdy11s29jB8uIQ" contract="_v7wwQGYVEdy11s29jB8uIQ">
1285
+ <mapping xmi:id="_jhHYAWYWEdy11s29jB8uIQ"/>
1286
+ </implementation>
1287
+ <implementation xmi:id="_kN0tAGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_zlaXgGYVEdy11s29jB8uIQ" realizingClassifier="_zlaXgGYVEdy11s29jB8uIQ" contract="_zlaXgGYVEdy11s29jB8uIQ">
1288
+ <mapping xmi:id="_kN0tAWYWEdy11s29jB8uIQ"/>
1289
+ </implementation>
1290
+ <implementation xmi:id="_lIrLsGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_ziSLAGYVEdy11s29jB8uIQ" realizingClassifier="_ziSLAGYVEdy11s29jB8uIQ" contract="_ziSLAGYVEdy11s29jB8uIQ">
1291
+ <mapping xmi:id="_lIrLsWYWEdy11s29jB8uIQ"/>
1292
+ </implementation>
1293
+ <implementation xmi:id="_l-xGMGYWEdy11s29jB8uIQ" client="_p4-NcDuOEdyltIorAFYEcg" supplier="_zjxYwGYVEdy11s29jB8uIQ" realizingClassifier="_zjxYwGYVEdy11s29jB8uIQ" contract="_zjxYwGYVEdy11s29jB8uIQ">
1294
+ <mapping xmi:id="_l-xGMWYWEdy11s29jB8uIQ"/>
1295
+ </implementation>
1296
+ <ownedAttribute xmi:id="_LsWy8DuQEdyltIorAFYEcg" name="info1" visibility="private">
1297
+ <ownedComment xmi:id="_dpox0GYXEdy11s29jB8uIQ" body="aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. aide sur le champs info1. " annotatedElement="_LsWy8DuQEdyltIorAFYEcg">
1298
+ <eAnnotations xmi:id="_dpox0WYXEdy11s29jB8uIQ" source="appliedStereotypes">
1299
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_dpox0mYXEdy11s29jB8uIQ"/>
1300
+ </eAnnotations>
1301
+ </ownedComment>
1302
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1303
+ </ownedAttribute>
1304
+ <ownedAttribute xmi:id="_dGXaQEBHEdywt-f3lDpVrA" name="infoRO" visibility="private" isReadOnly="true">
1305
+ <ownedComment xmi:id="_gTXNIGYXEdy11s29jB8uIQ" body="aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. aide sur le champs infoRO. " annotatedElement="_dGXaQEBHEdywt-f3lDpVrA">
1306
+ <eAnnotations xmi:id="_gTXNIWYXEdy11s29jB8uIQ" source="appliedStereotypes">
1307
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_gTXNImYXEdy11s29jB8uIQ"/>
1308
+ </eAnnotations>
1309
+ </ownedComment>
1310
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1311
+ </ownedAttribute>
1312
+ <ownedAttribute xmi:id="_DgjLYF1LEdyuMeF1YB0zIw" name="aBoolean" visibility="private">
1313
+ <ownedComment xmi:id="_ViCYkGYXEdy11s29jB8uIQ" body="Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. Aide sur le champs aBoolean. " annotatedElement="_DgjLYF1LEdyuMeF1YB0zIw">
1314
+ <eAnnotations xmi:id="_ViCYkWYXEdy11s29jB8uIQ" source="appliedStereotypes">
1315
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_ViCYkmYXEdy11s29jB8uIQ"/>
1316
+ </eAnnotations>
1317
+ </ownedComment>
1318
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXfBUK86EdieaYgxtVWN8Q"/>
1319
+ </ownedAttribute>
1320
+ <ownedAttribute xmi:id="_MQev8F1LEdyuMeF1YB0zIw" name="anEnum" visibility="private" type="_9NBRADuOEdyltIorAFYEcg">
1321
+ <ownedComment xmi:id="_Y7ckYGYXEdy11s29jB8uIQ" body="aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. aide sur le champs anEnum. " annotatedElement="_MQev8F1LEdyuMeF1YB0zIw">
1322
+ <eAnnotations xmi:id="_Y7ckYWYXEdy11s29jB8uIQ" source="appliedStereotypes">
1323
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_Y7ckYmYXEdy11s29jB8uIQ"/>
1324
+ </eAnnotations>
1325
+ </ownedComment>
1326
+ </ownedAttribute>
1327
+ <ownedAttribute xmi:id="_XRUnMF1LEdyuMeF1YB0zIw" name="aCalendar" visibility="private" type="_gnovgDuPEdyltIorAFYEcg">
1328
+ <ownedComment xmi:id="_XYDfAGYXEdy11s29jB8uIQ" body="Aide sur le champs aCalendar. Aide sur le champs aCalendar. Aide sur le champs aCalendar. Aide sur le champs aCalendar. Aide sur le champs aCalendar. " annotatedElement="_XRUnMF1LEdyuMeF1YB0zIw">
1329
+ <eAnnotations xmi:id="_XYDfAWYXEdy11s29jB8uIQ" source="appliedStereotypes">
1330
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_XYDfAmYXEdy11s29jB8uIQ"/>
1331
+ </eAnnotations>
1332
+ </ownedComment>
1333
+ </ownedAttribute>
1334
+ <ownedAttribute xmi:id="_gDx7UF1LEdyuMeF1YB0zIw" name="aTimestamp" visibility="private" type="_kQ9tcF1LEdyuMeF1YB0zIw">
1335
+ <ownedComment xmi:id="_cMNKgGYXEdy11s29jB8uIQ" body="aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. aide sur le champs aTimestamp. " annotatedElement="_gDx7UF1LEdyuMeF1YB0zIw">
1336
+ <eAnnotations xmi:id="_cMW7gGYXEdy11s29jB8uIQ" source="appliedStereotypes">
1337
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_cMW7gWYXEdy11s29jB8uIQ"/>
1338
+ </eAnnotations>
1339
+ </ownedComment>
1340
+ </ownedAttribute>
1341
+ <ownedAttribute xmi:id="_puH5sF1LEdyuMeF1YB0zIw" name="anInt" visibility="private">
1342
+ <ownedComment xmi:id="_ah0FQGYXEdy11s29jB8uIQ" body="aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. aide sur le champs anInt. " annotatedElement="_puH5sF1LEdyuMeF1YB0zIw">
1343
+ <eAnnotations xmi:id="_ah0FQWYXEdy11s29jB8uIQ" source="appliedStereotypes">
1344
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_ah0FQmYXEdy11s29jB8uIQ"/>
1345
+ </eAnnotations>
1346
+ </ownedComment>
1347
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8K86EdieaYgxtVWN8Q"/>
1348
+ </ownedAttribute>
1349
+ </ownedMember>
1350
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_9NBRADuOEdyltIorAFYEcg" name="Civilite">
1351
+ <ownedLiteral xmi:id="_A-uBADuPEdyltIorAFYEcg" name="M"/>
1352
+ <ownedLiteral xmi:id="_A3uBIDuPEdyltIorAFYEcg" name="Mme"/>
1353
+ <ownedLiteral xmi:id="__09joDuOEdyltIorAFYEcg" name="Mlle"/>
1354
+ </ownedMember>
1355
+ <ownedMember xmi:type="uml:Class" xmi:id="_rtzBEDuOEdyltIorAFYEcg" name="Client">
1356
+ <ownedAttribute xmi:id="_zqOsITuOEdyltIorAFYEcg" name="contrats" visibility="private" type="_p4-NcDuOEdyltIorAFYEcg" association="_zqOsIDuOEdyltIorAFYEcg" aggregation="composite">
1357
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_zqX2EjuOEdyltIorAFYEcg" value="-1"/>
1358
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_zqX2ETuOEdyltIorAFYEcg"/>
1359
+ </ownedAttribute>
1360
+ <ownedAttribute xmi:id="_KLnOYDuPEdyltIorAFYEcg" name="nom" visibility="private">
1361
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1362
+ </ownedAttribute>
1363
+ <ownedAttribute xmi:id="_NAqv8DuPEdyltIorAFYEcg" name="civilite" visibility="private" type="_9NBRADuOEdyltIorAFYEcg"/>
1364
+ <ownedAttribute xmi:id="_TvA3QTuPEdyltIorAFYEcg" name="adresse" visibility="private" type="_RHhQkDuPEdyltIorAFYEcg" association="_TvA3QDuPEdyltIorAFYEcg" aggregation="composite">
1365
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_TvA3RDuPEdyltIorAFYEcg" value="1"/>
1366
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_TvA3QzuPEdyltIorAFYEcg" value="1"/>
1367
+ </ownedAttribute>
1368
+ <ownedAttribute xmi:id="_cwIScDuPEdyltIorAFYEcg" name="date de naissance" visibility="private" type="_gnovgDuPEdyltIorAFYEcg"/>
1369
+ <ownedAttribute xmi:id="_h5VLcTuQEdyltIorAFYEcg" name="dernierContrat" visibility="private" type="_p4-NcDuOEdyltIorAFYEcg" association="_h5VLcDuQEdyltIorAFYEcg">
1370
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_h5VLdDuQEdyltIorAFYEcg" value="1"/>
1371
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_h5VLczuQEdyltIorAFYEcg"/>
1372
+ </ownedAttribute>
1373
+ <ownedAttribute xmi:id="_mQupgTuQEdyltIorAFYEcg" name="favoris" visibility="private" type="_p4-NcDuOEdyltIorAFYEcg" association="_mQupgDuQEdyltIorAFYEcg">
1374
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mQuphDuQEdyltIorAFYEcg" value="-1"/>
1375
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mQupgzuQEdyltIorAFYEcg"/>
1376
+ </ownedAttribute>
1377
+ <ownedAttribute xmi:id="_w2E2MUAzEdyRL-p4eup8jQ" name="lastMonthContracts" visibility="private" type="_p4-NcDuOEdyltIorAFYEcg" isReadOnly="true" isDerived="true" association="_w2E2MEAzEdyRL-p4eup8jQ">
1378
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_w2E2NEAzEdyRL-p4eup8jQ" value="-1"/>
1379
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_w2E2M0AzEdyRL-p4eup8jQ"/>
1380
+ </ownedAttribute>
1381
+ <ownedAttribute xmi:id="_j_gHsFxTEdyWtLS6S-EjgQ" name="codeAlliance" visibility="private" type="_nXk2wFxTEdyWtLS6S-EjgQ"/>
1382
+ <ownedAttribute xmi:id="_U081sJEwEdyqb8uwqbdvlg" name="favoriteWebSite" visibility="private" type="_XZfPAJEwEdyqb8uwqbdvlg"/>
1383
+ <ownedAttribute xmi:id="__gdzgaKKEdy9rpjqfOC8lg" name="binaryfile" visibility="private" type="_gLWKwKKKEdy9rpjqfOC8lg" association="__gdzgKKKEdy9rpjqfOC8lg" aggregation="composite">
1384
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="__gdzhKKKEdy9rpjqfOC8lg" value="-1"/>
1385
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="__gdzg6KKEdy9rpjqfOC8lg"/>
1386
+ </ownedAttribute>
1387
+ <ownedOperation xmi:id="_ozRUMDuPEdyltIorAFYEcg" name="ajoutRapideContrat" type="_p4-NcDuOEdyltIorAFYEcg">
1388
+ <returnResult xmi:id="_-f5_wDuPEdyltIorAFYEcg" name="ReturnResultParameter1" type="_p4-NcDuOEdyltIorAFYEcg" direction="return"/>
1389
+ <ownedParameter xmi:id="_Pzg1kDuQEdyltIorAFYEcg" name="info1" effect="read">
1390
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1391
+ </ownedParameter>
1392
+ </ownedOperation>
1393
+ </ownedMember>
1394
+ <ownedMember xmi:type="uml:Class" xmi:id="_RHhQkDuPEdyltIorAFYEcg" name="Adresse" isAbstract="true">
1395
+ <ownedAttribute xmi:id="_V8kT8DuPEdyltIorAFYEcg" name="numero" visibility="private">
1396
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8K86EdieaYgxtVWN8Q"/>
1397
+ </ownedAttribute>
1398
+ <ownedAttribute xmi:id="_ZrI3cDuPEdyltIorAFYEcg" name="ascenseur" visibility="private">
1399
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXfBUK86EdieaYgxtVWN8Q"/>
1400
+ </ownedAttribute>
1401
+ <ownedOperation xmi:id="_QipjMJClEdyXt-DwbAlLpw" name="checkAdress" isAbstract="true"/>
1402
+ </ownedMember>
1403
+ <ownedMember xmi:type="uml:Class" xmi:id="_jQ4fIDuOEdyltIorAFYEcg" name="Session">
1404
+ <ownedAttribute xmi:id="_WpTosDuQEdyltIorAFYEcg" name="nom" visibility="private">
1405
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1406
+ </ownedAttribute>
1407
+ <ownedAttribute xmi:id="_twobgTuOEdyltIorAFYEcg" name="clients" visibility="private" type="_rtzBEDuOEdyltIorAFYEcg" association="_twobgDuOEdyltIorAFYEcg" aggregation="composite">
1408
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_twobhDuOEdyltIorAFYEcg" value="-1"/>
1409
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_twobgzuOEdyltIorAFYEcg"/>
1410
+ </ownedAttribute>
1411
+ <ownedAttribute xmi:id="_I1FUsYC5Edykv_1FYm8uuQ" name="femmes" visibility="private" type="_DmkocIC5Edykv_1FYm8uuQ" association="_I1FUsIC5Edykv_1FYm8uuQ" aggregation="composite">
1412
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_I1FUtIC5Edykv_1FYm8uuQ" value="-1"/>
1413
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_I1FUs4C5Edykv_1FYm8uuQ"/>
1414
+ </ownedAttribute>
1415
+ <ownedAttribute xmi:id="_JrjCoYC5Edykv_1FYm8uuQ" name="hommes" visibility="private" type="__gYPIIC4Edykv_1FYm8uuQ" association="_JrjCoIC5Edykv_1FYm8uuQ" aggregation="composite">
1416
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_JrjCpIC5Edykv_1FYm8uuQ" value="-1"/>
1417
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_JrjCo4C5Edykv_1FYm8uuQ"/>
1418
+ </ownedAttribute>
1419
+ </ownedMember>
1420
+ <ownedMember xmi:type="uml:Association" xmi:id="_TvA3QDuPEdyltIorAFYEcg" memberEnd="_TvA3QTuPEdyltIorAFYEcg _TvA3QjuPEdyltIorAFYEcg">
1421
+ <ownedEnd xmi:id="_TvA3QjuPEdyltIorAFYEcg" visibility="private" type="_rtzBEDuOEdyltIorAFYEcg" association="_TvA3QDuPEdyltIorAFYEcg"/>
1422
+ </ownedMember>
1423
+ <ownedMember xmi:type="uml:Association" xmi:id="_zqOsIDuOEdyltIorAFYEcg" memberEnd="_zqOsITuOEdyltIorAFYEcg _zqX2EDuOEdyltIorAFYEcg">
1424
+ <ownedEnd xmi:id="_zqX2EDuOEdyltIorAFYEcg" visibility="private" type="_rtzBEDuOEdyltIorAFYEcg" association="_zqOsIDuOEdyltIorAFYEcg"/>
1425
+ </ownedMember>
1426
+ <ownedMember xmi:type="uml:Association" xmi:id="_twobgDuOEdyltIorAFYEcg" memberEnd="_twobgTuOEdyltIorAFYEcg _twobgjuOEdyltIorAFYEcg">
1427
+ <ownedEnd xmi:id="_twobgjuOEdyltIorAFYEcg" visibility="private" type="_jQ4fIDuOEdyltIorAFYEcg" association="_twobgDuOEdyltIorAFYEcg"/>
1428
+ </ownedMember>
1429
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_gnovgDuPEdyltIorAFYEcg" name="Calendar"/>
1430
+ <ownedMember xmi:type="uml:Association" xmi:id="_h5VLcDuQEdyltIorAFYEcg" memberEnd="_h5VLcTuQEdyltIorAFYEcg _h5VLcjuQEdyltIorAFYEcg">
1431
+ <ownedEnd xmi:id="_h5VLcjuQEdyltIorAFYEcg" visibility="private" type="_rtzBEDuOEdyltIorAFYEcg" association="_h5VLcDuQEdyltIorAFYEcg"/>
1432
+ </ownedMember>
1433
+ <ownedMember xmi:type="uml:Association" xmi:id="_mQupgDuQEdyltIorAFYEcg" memberEnd="_mQupgTuQEdyltIorAFYEcg _mQupgjuQEdyltIorAFYEcg">
1434
+ <ownedEnd xmi:id="_mQupgjuQEdyltIorAFYEcg" visibility="private" type="_rtzBEDuOEdyltIorAFYEcg" association="_mQupgDuQEdyltIorAFYEcg"/>
1435
+ </ownedMember>
1436
+ <ownedMember xmi:type="uml:Association" xmi:id="_w2E2MEAzEdyRL-p4eup8jQ" memberEnd="_w2E2MUAzEdyRL-p4eup8jQ _w2E2MkAzEdyRL-p4eup8jQ">
1437
+ <ownedEnd xmi:id="_w2E2MkAzEdyRL-p4eup8jQ" visibility="private" type="_rtzBEDuOEdyltIorAFYEcg" association="_w2E2MEAzEdyRL-p4eup8jQ"/>
1438
+ </ownedMember>
1439
+ <ownedMember xmi:type="uml:Class" xmi:id="_VQg6EEDQEdyns9CNPlmfXw" name="AdresseType2">
1440
+ <generalization xmi:id="_Y-7FgEDQEdyns9CNPlmfXw" general="_RHhQkDuPEdyltIorAFYEcg"/>
1441
+ <ownedAttribute xmi:id="_awnFkEDQEdyns9CNPlmfXw" name="infoType2" visibility="private">
1442
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1443
+ </ownedAttribute>
1444
+ </ownedMember>
1445
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_nXk2wFxTEdyWtLS6S-EjgQ" name="CodeAlliance"/>
1446
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_kQ9tcF1LEdyuMeF1YB0zIw" name="TimeStamp"/>
1447
+ <ownedMember xmi:type="uml:Interface" xmi:id="_s71bcGYVEdy11s29jB8uIQ" name="Contrat Tab 01">
1448
+ <ownedAttribute xmi:id="_pS0Q4GYWEdy11s29jB8uIQ" name="Attribut1" visibility="private">
1449
+ <ownedComment xmi:id="_iTXWAGYXEdy11s29jB8uIQ" body="aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. " annotatedElement="_pS0Q4GYWEdy11s29jB8uIQ">
1450
+ <eAnnotations xmi:id="_iTXWAWYXEdy11s29jB8uIQ" source="appliedStereotypes">
1451
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_iTXWAmYXEdy11s29jB8uIQ"/>
1452
+ </eAnnotations>
1453
+ </ownedComment>
1454
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1455
+ </ownedAttribute>
1456
+ </ownedMember>
1457
+ <ownedMember xmi:type="uml:Interface" xmi:id="_u14GQGYVEdy11s29jB8uIQ" name="Contrat Tab 02">
1458
+ <ownedAttribute xmi:id="_rPrmMGYWEdy11s29jB8uIQ" name="Attribut2" visibility="private">
1459
+ <ownedComment xmi:id="_jJwLcGYXEdy11s29jB8uIQ" body="aide sur le champs attribut. aide sur le champs attribut. " annotatedElement="_rPrmMGYWEdy11s29jB8uIQ">
1460
+ <eAnnotations xmi:id="_jJ58cGYXEdy11s29jB8uIQ" source="appliedStereotypes">
1461
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_jJ58cWYXEdy11s29jB8uIQ"/>
1462
+ </eAnnotations>
1463
+ </ownedComment>
1464
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1465
+ </ownedAttribute>
1466
+ </ownedMember>
1467
+ <ownedMember xmi:type="uml:Interface" xmi:id="_v7wwQGYVEdy11s29jB8uIQ" name="Contrat Tab 03">
1468
+ <ownedAttribute xmi:id="_r7yeQGYWEdy11s29jB8uIQ" name="Attribut3" visibility="private">
1469
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1470
+ </ownedAttribute>
1471
+ </ownedMember>
1472
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zaF4UGYVEdy11s29jB8uIQ" name="Contrat Tab 04">
1473
+ <ownedAttribute xmi:id="_sCzFMGYWEdy11s29jB8uIQ" name="Attribut4" visibility="private">
1474
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1475
+ </ownedAttribute>
1476
+ </ownedMember>
1477
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zb4BAGYVEdy11s29jB8uIQ" name="Contrat Tab 06">
1478
+ <ownedAttribute xmi:id="_sRPw4GYWEdy11s29jB8uIQ" name="Attribut6" visibility="private">
1479
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1480
+ </ownedAttribute>
1481
+ </ownedMember>
1482
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zdqwwGYVEdy11s29jB8uIQ" name="Contrat Tab 07">
1483
+ <ownedAttribute xmi:id="_sXEFAGYWEdy11s29jB8uIQ" name="Attribut7" visibility="private">
1484
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1485
+ </ownedAttribute>
1486
+ </ownedMember>
1487
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zfJ-gGYVEdy11s29jB8uIQ" name="Contrat Tab 08">
1488
+ <ownedAttribute xmi:id="_sd668GYWEdy11s29jB8uIQ" name="Attribut8" visibility="private">
1489
+ <ownedComment xmi:id="_kvrAYGYXEdy11s29jB8uIQ" body="aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. aide sur le champs attribut. " annotatedElement="_sd668GYWEdy11s29jB8uIQ">
1490
+ <eAnnotations xmi:id="_kvrAYWYXEdy11s29jB8uIQ" source="appliedStereotypes">
1491
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_kvrAYmYXEdy11s29jB8uIQ"/>
1492
+ </eAnnotations>
1493
+ </ownedComment>
1494
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1495
+ </ownedAttribute>
1496
+ </ownedMember>
1497
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zgy9QGYVEdy11s29jB8uIQ" name="Contrat Tab 09">
1498
+ <ownedAttribute xmi:id="_sjk3AGYWEdy11s29jB8uIQ" name="Attribut9" visibility="private">
1499
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1500
+ </ownedAttribute>
1501
+ </ownedMember>
1502
+ <ownedMember xmi:type="uml:Interface" xmi:id="_ziSLAGYVEdy11s29jB8uIQ" name="Contrat Tab 10">
1503
+ <ownedAttribute xmi:id="_sqld8GYWEdy11s29jB8uIQ" name="Attribut10" visibility="private">
1504
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1505
+ </ownedAttribute>
1506
+ </ownedMember>
1507
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zjxYwGYVEdy11s29jB8uIQ" name="Contra tTab 11">
1508
+ <ownedAttribute xmi:id="_sye1sGYWEdy11s29jB8uIQ" name="Attribut11" visibility="private">
1509
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1510
+ </ownedAttribute>
1511
+ </ownedMember>
1512
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zlaXgGYVEdy11s29jB8uIQ" name="Contrat Tab 12">
1513
+ <ownedAttribute xmi:id="_s4JY0GYWEdy11s29jB8uIQ" name="Attribut12" visibility="private">
1514
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1515
+ </ownedAttribute>
1516
+ </ownedMember>
1517
+ <ownedMember xmi:type="uml:Interface" xmi:id="_znDWQGYVEdy11s29jB8uIQ" name="Contrat Tab 13">
1518
+ <ownedAttribute xmi:id="_s-2dwGYWEdy11s29jB8uIQ" name="Attribut13" visibility="private">
1519
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1520
+ </ownedAttribute>
1521
+ </ownedMember>
1522
+ <ownedMember xmi:type="uml:Interface" xmi:id="_zpJA8GYVEdy11s29jB8uIQ" name="Contrat Tab 05">
1523
+ <ownedAttribute xmi:id="_sKPxAGYWEdy11s29jB8uIQ" name="Attribut5" visibility="private">
1524
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1525
+ </ownedAttribute>
1526
+ </ownedMember>
1527
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_hHJAgHNqEdyVaat3AaTYxQ" name="refus de contrat"/>
1528
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_k6TJEHNqEdyVaat3AaTYxQ" name="acceptation de contrat"/>
1529
+ <ownedMember xmi:type="uml:Association" xmi:id="_I1FUsIC5Edykv_1FYm8uuQ" memberEnd="_I1FUsYC5Edykv_1FYm8uuQ _I1FUsoC5Edykv_1FYm8uuQ">
1530
+ <ownedEnd xmi:id="_I1FUsoC5Edykv_1FYm8uuQ" visibility="private" type="_jQ4fIDuOEdyltIorAFYEcg" association="_I1FUsIC5Edykv_1FYm8uuQ"/>
1531
+ </ownedMember>
1532
+ <ownedMember xmi:type="uml:Association" xmi:id="_JrjCoIC5Edykv_1FYm8uuQ" memberEnd="_JrjCoYC5Edykv_1FYm8uuQ _JrjCooC5Edykv_1FYm8uuQ">
1533
+ <ownedEnd xmi:id="_JrjCooC5Edykv_1FYm8uuQ" visibility="private" type="_jQ4fIDuOEdyltIorAFYEcg" association="_JrjCoIC5Edykv_1FYm8uuQ"/>
1534
+ </ownedMember>
1535
+ <ownedMember xmi:type="uml:Association" xmi:id="_87T8QIC2Edykv_1FYm8uuQ" memberEnd="_87T8QYC2Edykv_1FYm8uuQ _87T8QoC2Edykv_1FYm8uuQ"/>
1536
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_XZfPAJEwEdyqb8uwqbdvlg" name="URL"/>
1537
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_wmnDUKKKEdy9rpjqfOC8lg" name="Img"/>
1538
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_5yT94KKKEdy9rpjqfOC8lg" name="MimeType"/>
1539
+ <ownedMember xmi:type="uml:Association" xmi:id="__gdzgKKKEdy9rpjqfOC8lg" memberEnd="__gdzgaKKEdy9rpjqfOC8lg __gdzgqKKEdy9rpjqfOC8lg">
1540
+ <ownedEnd xmi:id="__gdzgqKKEdy9rpjqfOC8lg" visibility="private" type="_rtzBEDuOEdyltIorAFYEcg" association="__gdzgKKKEdy9rpjqfOC8lg"/>
1541
+ </ownedMember>
1542
+ </ownedMember>
1543
+ <ownedMember xmi:type="uml:Package" xmi:id="_o7gEAMg1Edy3YZbvY96G9w" name="Administration">
1544
+ <eAnnotations xmi:id="_o7gEAcg1Edy3YZbvY96G9w" source="uml2.diagrams" references="_o7gEAsg1Edy3YZbvY96G9w">
1545
+ <contents xmi:type="notation:Diagram" xmi:id="_o7gEAsg1Edy3YZbvY96G9w" type="Freeform" name="Administration Model">
1546
+ <children xmi:id="_o7gEA8g1Edy3YZbvY96G9w" targetEdges="_o7p1asg1Edy3YZbvY96G9w _o7p1hcg1Edy3YZbvY96G9w" element="_o7p2Xsg1Edy3YZbvY96G9w">
1547
+ <children xmi:id="_o7gEBMg1Edy3YZbvY96G9w" type="ImageCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
1548
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_o7gEBcg1Edy3YZbvY96G9w" width="1320" height="1320"/>
1549
+ </children>
1550
+ <children xmi:id="_o7gEBsg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2Xsg1Edy3YZbvY96G9w"/>
1551
+ <children xmi:id="_o7gEB8g1Edy3YZbvY96G9w" type="Name" element="_o7p2Xsg1Edy3YZbvY96G9w"/>
1552
+ <children xmi:id="_o7gECMg1Edy3YZbvY96G9w" type="AttributeCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
1553
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7gECcg1Edy3YZbvY96G9w"/>
1554
+ </children>
1555
+ <children xmi:id="_o7gECsg1Edy3YZbvY96G9w" type="OperationCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
1556
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7gEC8g1Edy3YZbvY96G9w"/>
1557
+ </children>
1558
+ <children xmi:id="_o7gEDMg1Edy3YZbvY96G9w" visible="false" type="SignalCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
1559
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7gEDcg1Edy3YZbvY96G9w"/>
1560
+ </children>
1561
+ <children xmi:id="_o7gEDsg1Edy3YZbvY96G9w" visible="false" type="StructureCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
1562
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_o7gED8g1Edy3YZbvY96G9w"/>
1563
+ </children>
1564
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_o7gEEMg1Edy3YZbvY96G9w" fillColor="12621752" showStereotype="Label"/>
1565
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o7gEEcg1Edy3YZbvY96G9w" x="13674" y="11448" width="4233" height="3864"/>
1566
+ </children>
1567
+ <children xmi:id="_o7gEEsg1Edy3YZbvY96G9w" sourceEdges="_o7p1u8g1Edy3YZbvY96G9w _o7p2Qsg1Edy3YZbvY96G9w _YFxBwMn9Edys-J9AYbnEpg" targetEdges="_o7p1oMg1Edy3YZbvY96G9w _o7p2DMg1Edy3YZbvY96G9w" element="_o7p2Zsg1Edy3YZbvY96G9w">
1568
+ <children xmi:id="_o7gEE8g1Edy3YZbvY96G9w" type="ImageCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
1569
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_o7gEFMg1Edy3YZbvY96G9w" width="1320" height="1320"/>
1570
+ </children>
1571
+ <children xmi:id="_o7gEFcg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2Zsg1Edy3YZbvY96G9w"/>
1572
+ <children xmi:id="_o7gEFsg1Edy3YZbvY96G9w" type="Name" element="_o7p2Zsg1Edy3YZbvY96G9w"/>
1573
+ <children xmi:id="_o7gEF8g1Edy3YZbvY96G9w" type="AttributeCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
1574
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7gEGMg1Edy3YZbvY96G9w"/>
1575
+ </children>
1576
+ <children xmi:id="_o7gEGcg1Edy3YZbvY96G9w" type="OperationCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
1577
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7gEGsg1Edy3YZbvY96G9w"/>
1578
+ </children>
1579
+ <children xmi:id="_o7gEG8g1Edy3YZbvY96G9w" visible="false" type="SignalCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
1580
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7gEHMg1Edy3YZbvY96G9w"/>
1581
+ </children>
1582
+ <children xmi:id="_o7gEHcg1Edy3YZbvY96G9w" visible="false" type="StructureCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
1583
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_o7gEHsg1Edy3YZbvY96G9w"/>
1584
+ </children>
1585
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_o7gEH8g1Edy3YZbvY96G9w" fillColor="12621752" showStereotype="Label"/>
1586
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o7gEIMg1Edy3YZbvY96G9w" x="21968" y="14468" width="3941" height="3230"/>
1587
+ </children>
1588
+ <children xmi:id="_o7gEIcg1Edy3YZbvY96G9w" sourceEdges="_o7p1asg1Edy3YZbvY96G9w _o7p1oMg1Edy3YZbvY96G9w _o7p11sg1Edy3YZbvY96G9w _o7p18cg1Edy3YZbvY96G9w _o7p2J8g1Edy3YZbvY96G9w _LbLeUO7EEdyP442wD0PCHQ" element="_o7p2d8g1Edy3YZbvY96G9w">
1589
+ <children xmi:id="_o7gEIsg1Edy3YZbvY96G9w" type="ImageCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
1590
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_o7p1AMg1Edy3YZbvY96G9w" width="1320" height="1320"/>
1591
+ </children>
1592
+ <children xmi:id="_o7p1Acg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2d8g1Edy3YZbvY96G9w"/>
1593
+ <children xmi:id="_o7p1Asg1Edy3YZbvY96G9w" type="Name" element="_o7p2d8g1Edy3YZbvY96G9w"/>
1594
+ <children xmi:id="_o7p1A8g1Edy3YZbvY96G9w" type="AttributeCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
1595
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1BMg1Edy3YZbvY96G9w"/>
1596
+ </children>
1597
+ <children xmi:id="_o7p1Bcg1Edy3YZbvY96G9w" type="OperationCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
1598
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1Bsg1Edy3YZbvY96G9w"/>
1599
+ </children>
1600
+ <children xmi:id="_o7p1B8g1Edy3YZbvY96G9w" visible="false" type="SignalCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
1601
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1CMg1Edy3YZbvY96G9w"/>
1602
+ </children>
1603
+ <children xmi:id="_o7p1Ccg1Edy3YZbvY96G9w" visible="false" type="StructureCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
1604
+ <children xmi:id="_JoW31-6uEdyp6cGW4pi6rw" element="_o7p2eMg1Edy3YZbvY96G9w">
1605
+ <children xmi:id="_JoW32u6uEdyp6cGW4pi6rw" type="Name" element="_o7p2eMg1Edy3YZbvY96G9w"/>
1606
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JoW32O6uEdyp6cGW4pi6rw" showStereotype="Label"/>
1607
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JoW32e6uEdyp6cGW4pi6rw"/>
1608
+ </children>
1609
+ <children xmi:id="_JoW32-6uEdyp6cGW4pi6rw" element="_o7p2e8g1Edy3YZbvY96G9w">
1610
+ <children xmi:id="_JoW33u6uEdyp6cGW4pi6rw" type="Name" element="_o7p2e8g1Edy3YZbvY96G9w"/>
1611
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JoW33O6uEdyp6cGW4pi6rw" showStereotype="Label"/>
1612
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JoW33e6uEdyp6cGW4pi6rw" x="10" y="10"/>
1613
+ </children>
1614
+ <children xmi:id="_JoW33-6uEdyp6cGW4pi6rw" element="_o7p2fsg1Edy3YZbvY96G9w">
1615
+ <children xmi:id="_JoW34u6uEdyp6cGW4pi6rw" type="Name" element="_o7p2fsg1Edy3YZbvY96G9w"/>
1616
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JoW34O6uEdyp6cGW4pi6rw" showStereotype="Label"/>
1617
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JoW34e6uEdyp6cGW4pi6rw" x="20" y="20"/>
1618
+ </children>
1619
+ <children xmi:id="_JoW34-6uEdyp6cGW4pi6rw" element="_o7p2gcg1Edy3YZbvY96G9w">
1620
+ <children xmi:id="_JoW35u6uEdyp6cGW4pi6rw" type="Name" element="_o7p2gcg1Edy3YZbvY96G9w"/>
1621
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JoW35O6uEdyp6cGW4pi6rw" showStereotype="Label"/>
1622
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JoW35e6uEdyp6cGW4pi6rw" x="30" y="30"/>
1623
+ </children>
1624
+ <children xmi:id="_JoW35-6uEdyp6cGW4pi6rw" element="_o7p2hMg1Edy3YZbvY96G9w">
1625
+ <children xmi:id="_JoW36u6uEdyp6cGW4pi6rw" type="Name" element="_o7p2hMg1Edy3YZbvY96G9w"/>
1626
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JoW36O6uEdyp6cGW4pi6rw" showStereotype="Label"/>
1627
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JoW36e6uEdyp6cGW4pi6rw" x="40" y="40"/>
1628
+ </children>
1629
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_o7p1Csg1Edy3YZbvY96G9w"/>
1630
+ </children>
1631
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_o7p1C8g1Edy3YZbvY96G9w" fillColor="12621752" showStereotype="Label"/>
1632
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o7p1DMg1Edy3YZbvY96G9w" x="10812" y="4452" width="6456" height="2277"/>
1633
+ </children>
1634
+ <children xmi:id="_o7p1Dcg1Edy3YZbvY96G9w" targetEdges="_o7p1u8g1Edy3YZbvY96G9w _o7p11sg1Edy3YZbvY96G9w" element="_o7p2i8g1Edy3YZbvY96G9w">
1635
+ <children xmi:id="_o7p1Dsg1Edy3YZbvY96G9w" type="ImageCompartment" element="_o7p2i8g1Edy3YZbvY96G9w">
1636
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_o7p1D8g1Edy3YZbvY96G9w" width="1320" height="1320"/>
1637
+ </children>
1638
+ <children xmi:id="_o7p1EMg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2i8g1Edy3YZbvY96G9w"/>
1639
+ <children xmi:id="_o7p1Ecg1Edy3YZbvY96G9w" type="Name" element="_o7p2i8g1Edy3YZbvY96G9w"/>
1640
+ <children xmi:id="_o7p1Esg1Edy3YZbvY96G9w" type="AttributeCompartment" element="_o7p2i8g1Edy3YZbvY96G9w">
1641
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1E8g1Edy3YZbvY96G9w"/>
1642
+ </children>
1643
+ <children xmi:id="_o7p1FMg1Edy3YZbvY96G9w" type="OperationCompartment" element="_o7p2i8g1Edy3YZbvY96G9w">
1644
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1Fcg1Edy3YZbvY96G9w"/>
1645
+ </children>
1646
+ <children xmi:id="_o7p1Fsg1Edy3YZbvY96G9w" visible="false" type="SignalCompartment" element="_o7p2i8g1Edy3YZbvY96G9w">
1647
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1F8g1Edy3YZbvY96G9w"/>
1648
+ </children>
1649
+ <children xmi:id="_o7p1GMg1Edy3YZbvY96G9w" visible="false" type="StructureCompartment" element="_o7p2i8g1Edy3YZbvY96G9w">
1650
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_o7p1Gcg1Edy3YZbvY96G9w"/>
1651
+ </children>
1652
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_o7p1Gsg1Edy3YZbvY96G9w" fillColor="12621752" showStereotype="Label"/>
1653
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o7p1G8g1Edy3YZbvY96G9w" x="1908" y="14310" width="4868" height="2912"/>
1654
+ </children>
1655
+ <children xmi:id="_o7p1HMg1Edy3YZbvY96G9w" targetEdges="_o7p18cg1Edy3YZbvY96G9w _o7p2Qsg1Edy3YZbvY96G9w" element="_o7p2lMg1Edy3YZbvY96G9w">
1656
+ <children xmi:id="_o7p1Hcg1Edy3YZbvY96G9w" type="ImageCompartment" element="_o7p2lMg1Edy3YZbvY96G9w">
1657
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_o7p1Hsg1Edy3YZbvY96G9w" width="1320" height="1320"/>
1658
+ </children>
1659
+ <children xmi:id="_o7p1H8g1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2lMg1Edy3YZbvY96G9w"/>
1660
+ <children xmi:id="_o7p1IMg1Edy3YZbvY96G9w" type="Name" element="_o7p2lMg1Edy3YZbvY96G9w"/>
1661
+ <children xmi:id="_o7p1Icg1Edy3YZbvY96G9w" type="AttributeCompartment" element="_o7p2lMg1Edy3YZbvY96G9w">
1662
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1Isg1Edy3YZbvY96G9w"/>
1663
+ </children>
1664
+ <children xmi:id="_o7p1I8g1Edy3YZbvY96G9w" type="OperationCompartment" element="_o7p2lMg1Edy3YZbvY96G9w">
1665
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1JMg1Edy3YZbvY96G9w"/>
1666
+ </children>
1667
+ <children xmi:id="_o7p1Jcg1Edy3YZbvY96G9w" visible="false" type="SignalCompartment" element="_o7p2lMg1Edy3YZbvY96G9w">
1668
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1Jsg1Edy3YZbvY96G9w"/>
1669
+ </children>
1670
+ <children xmi:id="_o7p1J8g1Edy3YZbvY96G9w" visible="false" type="StructureCompartment" element="_o7p2lMg1Edy3YZbvY96G9w">
1671
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_o7p1KMg1Edy3YZbvY96G9w"/>
1672
+ </children>
1673
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_o7p1Kcg1Edy3YZbvY96G9w" fillColor="12621752" showStereotype="Label"/>
1674
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o7p1Ksg1Edy3YZbvY96G9w" x="22895" y="4452" width="4866" height="2595"/>
1675
+ </children>
1676
+ <children xmi:id="_o7p1K8g1Edy3YZbvY96G9w" sourceEdges="_o7p1hcg1Edy3YZbvY96G9w _o7p2DMg1Edy3YZbvY96G9w" targetEdges="_o7p2J8g1Edy3YZbvY96G9w" element="_o7p2mMg1Edy3YZbvY96G9w">
1677
+ <children xmi:id="_o7p1LMg1Edy3YZbvY96G9w" type="ImageCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
1678
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_o7p1Lcg1Edy3YZbvY96G9w" width="1320" height="1320"/>
1679
+ </children>
1680
+ <children xmi:id="_o7p1Lsg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2mMg1Edy3YZbvY96G9w"/>
1681
+ <children xmi:id="_o7p1L8g1Edy3YZbvY96G9w" type="Name" element="_o7p2mMg1Edy3YZbvY96G9w"/>
1682
+ <children xmi:id="_o7p1MMg1Edy3YZbvY96G9w" type="AttributeCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
1683
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1Mcg1Edy3YZbvY96G9w"/>
1684
+ </children>
1685
+ <children xmi:id="_o7p1Msg1Edy3YZbvY96G9w" type="OperationCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
1686
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1M8g1Edy3YZbvY96G9w"/>
1687
+ </children>
1688
+ <children xmi:id="_o7p1NMg1Edy3YZbvY96G9w" visible="false" type="SignalCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
1689
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1Ncg1Edy3YZbvY96G9w"/>
1690
+ </children>
1691
+ <children xmi:id="_o7p1Nsg1Edy3YZbvY96G9w" visible="false" type="StructureCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
1692
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_o7p1N8g1Edy3YZbvY96G9w"/>
1693
+ </children>
1694
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_o7p1OMg1Edy3YZbvY96G9w" fillColor="12621752" showStereotype="Label"/>
1695
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o7p1Ocg1Edy3YZbvY96G9w" x="5700" y="9540" width="7117" height="2594"/>
1696
+ </children>
1697
+ <children xmi:id="_o7p1Zcg1Edy3YZbvY96G9w" element="_o7p2Xcg1Edy3YZbvY96G9w">
1698
+ <children xmi:id="_o7p1Zsg1Edy3YZbvY96G9w" type="CommentBody" element="_o7p2Xcg1Edy3YZbvY96G9w"/>
1699
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_o7p1Z8g1Edy3YZbvY96G9w" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1700
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o7p1aMg1Edy3YZbvY96G9w" x="211" y="323" width="22034" height="3809"/>
1701
+ </children>
1702
+ <children xmi:id="_JC0ccMn8Edys-J9AYbnEpg" targetEdges="_YFxBwMn9Edys-J9AYbnEpg _LbLeUO7EEdyP442wD0PCHQ" element="_IQm8YMn8Edys-J9AYbnEpg">
1703
+ <children xmi:id="_JC0cc8n8Edys-J9AYbnEpg" type="ImageCompartment" element="_IQm8YMn8Edys-J9AYbnEpg">
1704
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_JC0cdMn8Edys-J9AYbnEpg" width="1320" height="1320"/>
1705
+ </children>
1706
+ <children xmi:id="_JC0cdcn8Edys-J9AYbnEpg" type="Stereotype" element="_IQm8YMn8Edys-J9AYbnEpg"/>
1707
+ <children xmi:id="_JC0cdsn8Edys-J9AYbnEpg" type="Name" element="_IQm8YMn8Edys-J9AYbnEpg"/>
1708
+ <children xmi:id="_JC0cd8n8Edys-J9AYbnEpg" type="AttributeCompartment" element="_IQm8YMn8Edys-J9AYbnEpg">
1709
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JC0ceMn8Edys-J9AYbnEpg"/>
1710
+ </children>
1711
+ <children xmi:id="_JC0cecn8Edys-J9AYbnEpg" type="OperationCompartment" element="_IQm8YMn8Edys-J9AYbnEpg">
1712
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JC0cesn8Edys-J9AYbnEpg"/>
1713
+ </children>
1714
+ <children xmi:id="_JC0ce8n8Edys-J9AYbnEpg" visible="false" type="SignalCompartment" element="_IQm8YMn8Edys-J9AYbnEpg">
1715
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JC0cfMn8Edys-J9AYbnEpg"/>
1716
+ </children>
1717
+ <children xmi:id="_JC0cfcn8Edys-J9AYbnEpg" visible="false" type="StructureCompartment" element="_IQm8YMn8Edys-J9AYbnEpg">
1718
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_JC0cfsn8Edys-J9AYbnEpg"/>
1719
+ </children>
1720
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_JC0cccn8Edys-J9AYbnEpg" fillColor="12621752" showStereotype="Label"/>
1721
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JC0ccsn8Edys-J9AYbnEpg" x="25758" y="8586" width="3915" height="2595"/>
1722
+ </children>
1723
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_o7p1acg1Edy3YZbvY96G9w"/>
1724
+ <edges xmi:id="_o7p1asg1Edy3YZbvY96G9w" element="_o7p2iMg1Edy3YZbvY96G9w" source="_o7gEIcg1Edy3YZbvY96G9w" target="_o7gEA8g1Edy3YZbvY96G9w">
1725
+ <children xmi:id="_o7p1a8g1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2iMg1Edy3YZbvY96G9w">
1726
+ <children xmi:id="_o7p1bMg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2iMg1Edy3YZbvY96G9w"/>
1727
+ <children xmi:id="_o7p1bcg1Edy3YZbvY96G9w" type="Name" element="_o7p2iMg1Edy3YZbvY96G9w"/>
1728
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1bsg1Edy3YZbvY96G9w" y="-185"/>
1729
+ </children>
1730
+ <children xmi:id="_o7p1b8g1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2Zcg1Edy3YZbvY96G9w">
1731
+ <children xmi:id="_o7p1cMg1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2Zcg1Edy3YZbvY96G9w"/>
1732
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1ccg1Edy3YZbvY96G9w" y="397"/>
1733
+ </children>
1734
+ <children xmi:id="_o7p1csg1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2Zcg1Edy3YZbvY96G9w">
1735
+ <children xmi:id="_o7p1c8g1Edy3YZbvY96G9w" type="ToRole" element="_o7p2Zcg1Edy3YZbvY96G9w"/>
1736
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1dMg1Edy3YZbvY96G9w" x="696" y="786"/>
1737
+ </children>
1738
+ <children xmi:id="_o7p1dcg1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2eMg1Edy3YZbvY96G9w">
1739
+ <children xmi:id="_o7p1dsg1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2eMg1Edy3YZbvY96G9w"/>
1740
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1d8g1Edy3YZbvY96G9w" x="446" y="339"/>
1741
+ </children>
1742
+ <children xmi:id="_o7p1eMg1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2eMg1Edy3YZbvY96G9w">
1743
+ <children xmi:id="_o7p1ecg1Edy3YZbvY96G9w" type="FromRole" element="_o7p2eMg1Edy3YZbvY96G9w"/>
1744
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1esg1Edy3YZbvY96G9w" x="766" y="-1202"/>
1745
+ </children>
1746
+ <children xmi:id="_o7p1e8g1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2Zcg1Edy3YZbvY96G9w">
1747
+ <children xmi:id="_o7p1fMg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2Zcg1Edy3YZbvY96G9w">
1748
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1fcg1Edy3YZbvY96G9w"/>
1749
+ </children>
1750
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1fsg1Edy3YZbvY96G9w" y="-185"/>
1751
+ </children>
1752
+ <children xmi:id="_o7p1f8g1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2eMg1Edy3YZbvY96G9w">
1753
+ <children xmi:id="_o7p1gMg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2eMg1Edy3YZbvY96G9w">
1754
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1gcg1Edy3YZbvY96G9w"/>
1755
+ </children>
1756
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1gsg1Edy3YZbvY96G9w" y="-185"/>
1757
+ </children>
1758
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p1g8g1Edy3YZbvY96G9w" showStereotype="Text"/>
1759
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p1hMg1Edy3YZbvY96G9w" points="[132, 1137, -1614, -6642]$[132, 1772, -1614, -6007]$[1217, 5847, -529, -1932]"/>
1760
+ </edges>
1761
+ <edges xmi:id="_o7p1hcg1Edy3YZbvY96G9w" element="_o7p2icg1Edy3YZbvY96G9w" source="_o7p1K8g1Edy3YZbvY96G9w" target="_o7gEA8g1Edy3YZbvY96G9w">
1762
+ <children xmi:id="_o7p1hsg1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2icg1Edy3YZbvY96G9w">
1763
+ <children xmi:id="_o7p1h8g1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2icg1Edy3YZbvY96G9w"/>
1764
+ <children xmi:id="_o7p1iMg1Edy3YZbvY96G9w" type="Name" element="_o7p2icg1Edy3YZbvY96G9w"/>
1765
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1icg1Edy3YZbvY96G9w" y="-185"/>
1766
+ </children>
1767
+ <children xmi:id="_o7p1isg1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2ZMg1Edy3YZbvY96G9w">
1768
+ <children xmi:id="_o7p1i8g1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2ZMg1Edy3YZbvY96G9w"/>
1769
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1jMg1Edy3YZbvY96G9w" y="397"/>
1770
+ </children>
1771
+ <children xmi:id="_o7p1jcg1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2ZMg1Edy3YZbvY96G9w">
1772
+ <children xmi:id="_o7p1jsg1Edy3YZbvY96G9w" type="ToRole" element="_o7p2ZMg1Edy3YZbvY96G9w"/>
1773
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1j8g1Edy3YZbvY96G9w" x="-46" y="-546"/>
1774
+ </children>
1775
+ <children xmi:id="_o7p1kMg1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2mcg1Edy3YZbvY96G9w">
1776
+ <children xmi:id="_o7p1kcg1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2mcg1Edy3YZbvY96G9w"/>
1777
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1ksg1Edy3YZbvY96G9w" y="397"/>
1778
+ </children>
1779
+ <children xmi:id="_o7p1k8g1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2mcg1Edy3YZbvY96G9w">
1780
+ <children xmi:id="_o7p1lMg1Edy3YZbvY96G9w" type="FromRole" element="_o7p2mcg1Edy3YZbvY96G9w"/>
1781
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1lcg1Edy3YZbvY96G9w" x="23" y="-482"/>
1782
+ </children>
1783
+ <children xmi:id="_o7p1lsg1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2ZMg1Edy3YZbvY96G9w">
1784
+ <children xmi:id="_o7p1l8g1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2ZMg1Edy3YZbvY96G9w">
1785
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1mMg1Edy3YZbvY96G9w"/>
1786
+ </children>
1787
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1mcg1Edy3YZbvY96G9w" y="-185"/>
1788
+ </children>
1789
+ <children xmi:id="_o7p1msg1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2mcg1Edy3YZbvY96G9w">
1790
+ <children xmi:id="_o7p1m8g1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2mcg1Edy3YZbvY96G9w">
1791
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1nMg1Edy3YZbvY96G9w"/>
1792
+ </children>
1793
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1ncg1Edy3YZbvY96G9w" y="-185"/>
1794
+ </children>
1795
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p1nsg1Edy3YZbvY96G9w" showStereotype="Text"/>
1796
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p1n8g1Edy3YZbvY96G9w" points="[-344, 1137, -6217, -1403]$[-344, 1720, -6217, -820]$[-344, 2804, -6217, 264]$[4101, 2804, -1772, 264]"/>
1797
+ </edges>
1798
+ <edges xmi:id="_o7p1oMg1Edy3YZbvY96G9w" element="_o7p2isg1Edy3YZbvY96G9w" source="_o7gEIcg1Edy3YZbvY96G9w" target="_o7gEEsg1Edy3YZbvY96G9w">
1799
+ <children xmi:id="_o7p1ocg1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2isg1Edy3YZbvY96G9w">
1800
+ <children xmi:id="_o7p1osg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2isg1Edy3YZbvY96G9w"/>
1801
+ <children xmi:id="_o7p1o8g1Edy3YZbvY96G9w" type="Name" element="_o7p2isg1Edy3YZbvY96G9w"/>
1802
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1pMg1Edy3YZbvY96G9w" y="-185"/>
1803
+ </children>
1804
+ <children xmi:id="_o7p1pcg1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2bcg1Edy3YZbvY96G9w">
1805
+ <children xmi:id="_o7p1psg1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2bcg1Edy3YZbvY96G9w"/>
1806
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1p8g1Edy3YZbvY96G9w" y="397"/>
1807
+ </children>
1808
+ <children xmi:id="_o7p1qMg1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2bcg1Edy3YZbvY96G9w">
1809
+ <children xmi:id="_o7p1qcg1Edy3YZbvY96G9w" type="ToRole" element="_o7p2bcg1Edy3YZbvY96G9w"/>
1810
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1qsg1Edy3YZbvY96G9w" y="-397"/>
1811
+ </children>
1812
+ <children xmi:id="_o7p1q8g1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2e8g1Edy3YZbvY96G9w">
1813
+ <children xmi:id="_o7p1rMg1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2e8g1Edy3YZbvY96G9w"/>
1814
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1rcg1Edy3YZbvY96G9w" x="888" y="208"/>
1815
+ </children>
1816
+ <children xmi:id="_o7p1rsg1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2e8g1Edy3YZbvY96G9w">
1817
+ <children xmi:id="_o7p1r8g1Edy3YZbvY96G9w" type="FromRole" element="_o7p2e8g1Edy3YZbvY96G9w"/>
1818
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1sMg1Edy3YZbvY96G9w" x="523" y="-719"/>
1819
+ </children>
1820
+ <children xmi:id="_o7p1scg1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2bcg1Edy3YZbvY96G9w">
1821
+ <children xmi:id="_o7p1ssg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2bcg1Edy3YZbvY96G9w">
1822
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1s8g1Edy3YZbvY96G9w"/>
1823
+ </children>
1824
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1tMg1Edy3YZbvY96G9w" y="-185"/>
1825
+ </children>
1826
+ <children xmi:id="_o7p1tcg1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2e8g1Edy3YZbvY96G9w">
1827
+ <children xmi:id="_o7p1tsg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2e8g1Edy3YZbvY96G9w">
1828
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1t8g1Edy3YZbvY96G9w"/>
1829
+ </children>
1830
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1uMg1Edy3YZbvY96G9w" y="-185"/>
1831
+ </children>
1832
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p1ucg1Edy3YZbvY96G9w" showStereotype="Text"/>
1833
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p1usg1Edy3YZbvY96G9w" points="[762, 1143, -9144, -9356]$[5778, 8636, -4128, -1863]$[7958, 9610, -1948, -889]"/>
1834
+ </edges>
1835
+ <edges xmi:id="_o7p1u8g1Edy3YZbvY96G9w" element="_o7p2ksg1Edy3YZbvY96G9w" source="_o7gEEsg1Edy3YZbvY96G9w" target="_o7p1Dcg1Edy3YZbvY96G9w">
1836
+ <children xmi:id="_o7p1vMg1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2ksg1Edy3YZbvY96G9w">
1837
+ <children xmi:id="_o7p1vcg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2ksg1Edy3YZbvY96G9w"/>
1838
+ <children xmi:id="_o7p1vsg1Edy3YZbvY96G9w" type="Name" element="_o7p2ksg1Edy3YZbvY96G9w"/>
1839
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1v8g1Edy3YZbvY96G9w" y="-185"/>
1840
+ </children>
1841
+ <children xmi:id="_o7p1wMg1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2jcg1Edy3YZbvY96G9w">
1842
+ <children xmi:id="_o7p1wcg1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2jcg1Edy3YZbvY96G9w"/>
1843
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1wsg1Edy3YZbvY96G9w" x="-2069" y="267"/>
1844
+ </children>
1845
+ <children xmi:id="_o7p1w8g1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2jcg1Edy3YZbvY96G9w">
1846
+ <children xmi:id="_o7p1xMg1Edy3YZbvY96G9w" type="ToRole" element="_o7p2jcg1Edy3YZbvY96G9w"/>
1847
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1xcg1Edy3YZbvY96G9w" x="-345" y="-369"/>
1848
+ </children>
1849
+ <children xmi:id="_o7p1xsg1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2asg1Edy3YZbvY96G9w">
1850
+ <children xmi:id="_o7p1x8g1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2asg1Edy3YZbvY96G9w"/>
1851
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1yMg1Edy3YZbvY96G9w" x="1891" y="267"/>
1852
+ </children>
1853
+ <children xmi:id="_o7p1ycg1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2asg1Edy3YZbvY96G9w">
1854
+ <children xmi:id="_o7p1ysg1Edy3YZbvY96G9w" type="FromRole" element="_o7p2asg1Edy3YZbvY96G9w"/>
1855
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1y8g1Edy3YZbvY96G9w" x="1111" y="-308"/>
1856
+ </children>
1857
+ <children xmi:id="_o7p1zMg1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2jcg1Edy3YZbvY96G9w">
1858
+ <children xmi:id="_o7p1zcg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2jcg1Edy3YZbvY96G9w">
1859
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p1zsg1Edy3YZbvY96G9w"/>
1860
+ </children>
1861
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1z8g1Edy3YZbvY96G9w" y="-185"/>
1862
+ </children>
1863
+ <children xmi:id="_o7p10Mg1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2asg1Edy3YZbvY96G9w">
1864
+ <children xmi:id="_o7p10cg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2asg1Edy3YZbvY96G9w">
1865
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p10sg1Edy3YZbvY96G9w"/>
1866
+ </children>
1867
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p108g1Edy3YZbvY96G9w" y="-185"/>
1868
+ </children>
1869
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p11Mg1Edy3YZbvY96G9w" showStereotype="Text"/>
1870
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p11cg1Edy3YZbvY96G9w" points="[-30, -61, 71, 113]$[-46, -150, 55, 24]"/>
1871
+ </edges>
1872
+ <edges xmi:id="_o7p11sg1Edy3YZbvY96G9w" element="_o7p2k8g1Edy3YZbvY96G9w" source="_o7gEIcg1Edy3YZbvY96G9w" target="_o7p1Dcg1Edy3YZbvY96G9w">
1873
+ <children xmi:id="_o7p118g1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2k8g1Edy3YZbvY96G9w">
1874
+ <children xmi:id="_o7p12Mg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2k8g1Edy3YZbvY96G9w"/>
1875
+ <children xmi:id="_o7p12cg1Edy3YZbvY96G9w" type="Name" element="_o7p2k8g1Edy3YZbvY96G9w"/>
1876
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p12sg1Edy3YZbvY96G9w" y="-185"/>
1877
+ </children>
1878
+ <children xmi:id="_o7p128g1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2kcg1Edy3YZbvY96G9w">
1879
+ <children xmi:id="_o7p13Mg1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2kcg1Edy3YZbvY96G9w"/>
1880
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p13cg1Edy3YZbvY96G9w" x="-776" y="442"/>
1881
+ </children>
1882
+ <children xmi:id="_o7p13sg1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2kcg1Edy3YZbvY96G9w">
1883
+ <children xmi:id="_o7p138g1Edy3YZbvY96G9w" type="ToRole" element="_o7p2kcg1Edy3YZbvY96G9w"/>
1884
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p14Mg1Edy3YZbvY96G9w" y="-397"/>
1885
+ </children>
1886
+ <children xmi:id="_o7p14cg1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2fsg1Edy3YZbvY96G9w">
1887
+ <children xmi:id="_o7p14sg1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2fsg1Edy3YZbvY96G9w"/>
1888
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p148g1Edy3YZbvY96G9w" x="1768" y="220"/>
1889
+ </children>
1890
+ <children xmi:id="_o7p15Mg1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2fsg1Edy3YZbvY96G9w">
1891
+ <children xmi:id="_o7p15cg1Edy3YZbvY96G9w" type="FromRole" element="_o7p2fsg1Edy3YZbvY96G9w"/>
1892
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p15sg1Edy3YZbvY96G9w" x="1768" y="-1487"/>
1893
+ </children>
1894
+ <children xmi:id="_o7p158g1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2kcg1Edy3YZbvY96G9w">
1895
+ <children xmi:id="_o7p16Mg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2kcg1Edy3YZbvY96G9w">
1896
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p16cg1Edy3YZbvY96G9w"/>
1897
+ </children>
1898
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p16sg1Edy3YZbvY96G9w" y="-185"/>
1899
+ </children>
1900
+ <children xmi:id="_o7p168g1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2fsg1Edy3YZbvY96G9w">
1901
+ <children xmi:id="_o7p17Mg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2fsg1Edy3YZbvY96G9w">
1902
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p17cg1Edy3YZbvY96G9w"/>
1903
+ </children>
1904
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p17sg1Edy3YZbvY96G9w" y="-185"/>
1905
+ </children>
1906
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p178g1Edy3YZbvY96G9w" showStereotype="Text"/>
1907
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p18Mg1Edy3YZbvY96G9w" points="[-3202, 159, 6482, -10001]$[-8890, 159, 794, -10001]$[-9473, 159, 211, -10001]$[-9473, 8705, 211, -1455]"/>
1908
+ </edges>
1909
+ <edges xmi:id="_o7p18cg1Edy3YZbvY96G9w" element="_o7p2l8g1Edy3YZbvY96G9w" source="_o7gEIcg1Edy3YZbvY96G9w" target="_o7p1HMg1Edy3YZbvY96G9w">
1910
+ <children xmi:id="_o7p18sg1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2l8g1Edy3YZbvY96G9w">
1911
+ <children xmi:id="_o7p188g1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2l8g1Edy3YZbvY96G9w"/>
1912
+ <children xmi:id="_o7p19Mg1Edy3YZbvY96G9w" type="Name" element="_o7p2l8g1Edy3YZbvY96G9w"/>
1913
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p19cg1Edy3YZbvY96G9w" y="-185"/>
1914
+ </children>
1915
+ <children xmi:id="_o7p19sg1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2lsg1Edy3YZbvY96G9w">
1916
+ <children xmi:id="_o7p198g1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2lsg1Edy3YZbvY96G9w"/>
1917
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1-Mg1Edy3YZbvY96G9w" y="397"/>
1918
+ </children>
1919
+ <children xmi:id="_o7p1-cg1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2lsg1Edy3YZbvY96G9w">
1920
+ <children xmi:id="_o7p1-sg1Edy3YZbvY96G9w" type="ToRole" element="_o7p2lsg1Edy3YZbvY96G9w"/>
1921
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1-8g1Edy3YZbvY96G9w" y="-397"/>
1922
+ </children>
1923
+ <children xmi:id="_o7p1_Mg1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2gcg1Edy3YZbvY96G9w">
1924
+ <children xmi:id="_o7p1_cg1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2gcg1Edy3YZbvY96G9w"/>
1925
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p1_sg1Edy3YZbvY96G9w" y="397"/>
1926
+ </children>
1927
+ <children xmi:id="_o7p1_8g1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2gcg1Edy3YZbvY96G9w">
1928
+ <children xmi:id="_o7p2AMg1Edy3YZbvY96G9w" type="FromRole" element="_o7p2gcg1Edy3YZbvY96G9w"/>
1929
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Acg1Edy3YZbvY96G9w" x="-954" y="-425"/>
1930
+ </children>
1931
+ <children xmi:id="_o7p2Asg1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2lsg1Edy3YZbvY96G9w">
1932
+ <children xmi:id="_o7p2A8g1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2lsg1Edy3YZbvY96G9w">
1933
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2BMg1Edy3YZbvY96G9w"/>
1934
+ </children>
1935
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Bcg1Edy3YZbvY96G9w" y="-185"/>
1936
+ </children>
1937
+ <children xmi:id="_o7p2Bsg1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2gcg1Edy3YZbvY96G9w">
1938
+ <children xmi:id="_o7p2B8g1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2gcg1Edy3YZbvY96G9w">
1939
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2CMg1Edy3YZbvY96G9w"/>
1940
+ </children>
1941
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Ccg1Edy3YZbvY96G9w" y="-185"/>
1942
+ </children>
1943
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p2Csg1Edy3YZbvY96G9w" showStereotype="Text"/>
1944
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p2C8g1Edy3YZbvY96G9w" points="[3201, -27, -8096, -186]$[5080, -27, -6217, -186]$[8890, -27, -2407, -186]"/>
1945
+ </edges>
1946
+ <edges xmi:id="_o7p2DMg1Edy3YZbvY96G9w" element="_o7p2oMg1Edy3YZbvY96G9w" source="_o7p1K8g1Edy3YZbvY96G9w" target="_o7gEEsg1Edy3YZbvY96G9w">
1947
+ <children xmi:id="_o7p2Dcg1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2oMg1Edy3YZbvY96G9w">
1948
+ <children xmi:id="_o7p2Dsg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2oMg1Edy3YZbvY96G9w"/>
1949
+ <children xmi:id="_o7p2D8g1Edy3YZbvY96G9w" type="Name" element="_o7p2oMg1Edy3YZbvY96G9w"/>
1950
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2EMg1Edy3YZbvY96G9w" y="-185"/>
1951
+ </children>
1952
+ <children xmi:id="_o7p2Ecg1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2bsg1Edy3YZbvY96G9w">
1953
+ <children xmi:id="_o7p2Esg1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2bsg1Edy3YZbvY96G9w"/>
1954
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2E8g1Edy3YZbvY96G9w" x="-954" y="212"/>
1955
+ </children>
1956
+ <children xmi:id="_o7p2FMg1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2bsg1Edy3YZbvY96G9w">
1957
+ <children xmi:id="_o7p2Fcg1Edy3YZbvY96G9w" type="ToRole" element="_o7p2bsg1Edy3YZbvY96G9w"/>
1958
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Fsg1Edy3YZbvY96G9w" y="-397"/>
1959
+ </children>
1960
+ <children xmi:id="_o7p2F8g1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2nMg1Edy3YZbvY96G9w">
1961
+ <children xmi:id="_o7p2GMg1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2nMg1Edy3YZbvY96G9w"/>
1962
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Gcg1Edy3YZbvY96G9w" x="1667" y="260"/>
1963
+ </children>
1964
+ <children xmi:id="_o7p2Gsg1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2nMg1Edy3YZbvY96G9w">
1965
+ <children xmi:id="_o7p2G8g1Edy3YZbvY96G9w" type="FromRole" element="_o7p2nMg1Edy3YZbvY96G9w"/>
1966
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2HMg1Edy3YZbvY96G9w" x="1070" y="696"/>
1967
+ </children>
1968
+ <children xmi:id="_o7p2Hcg1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2bsg1Edy3YZbvY96G9w">
1969
+ <children xmi:id="_o7p2Hsg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2bsg1Edy3YZbvY96G9w">
1970
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2H8g1Edy3YZbvY96G9w"/>
1971
+ </children>
1972
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2IMg1Edy3YZbvY96G9w" y="-185"/>
1973
+ </children>
1974
+ <children xmi:id="_o7p2Icg1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2nMg1Edy3YZbvY96G9w">
1975
+ <children xmi:id="_o7p2Isg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2nMg1Edy3YZbvY96G9w">
1976
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2I8g1Edy3YZbvY96G9w"/>
1977
+ </children>
1978
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2JMg1Edy3YZbvY96G9w" y="-185"/>
1979
+ </children>
1980
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p2Jcg1Edy3YZbvY96G9w" showStereotype="Text"/>
1981
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p2Jsg1Edy3YZbvY96G9w" points="[1931, -80, -12382, -5319]$[6614, -80, -7699, -5319]$[12991, -80, -1322, -5319]$[13917, 3625, -396, -1614]"/>
1982
+ </edges>
1983
+ <edges xmi:id="_o7p2J8g1Edy3YZbvY96G9w" element="_o7p2ocg1Edy3YZbvY96G9w" source="_o7gEIcg1Edy3YZbvY96G9w" target="_o7p1K8g1Edy3YZbvY96G9w">
1984
+ <children xmi:id="_o7p2KMg1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2ocg1Edy3YZbvY96G9w">
1985
+ <children xmi:id="_o7p2Kcg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2ocg1Edy3YZbvY96G9w"/>
1986
+ <children xmi:id="_o7p2Ksg1Edy3YZbvY96G9w" type="Name" element="_o7p2ocg1Edy3YZbvY96G9w"/>
1987
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2K8g1Edy3YZbvY96G9w" y="-185"/>
1988
+ </children>
1989
+ <children xmi:id="_o7p2LMg1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2osg1Edy3YZbvY96G9w">
1990
+ <children xmi:id="_o7p2Lcg1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2osg1Edy3YZbvY96G9w"/>
1991
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Lsg1Edy3YZbvY96G9w" x="-466" y="-311"/>
1992
+ </children>
1993
+ <children xmi:id="_o7p2L8g1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2osg1Edy3YZbvY96G9w">
1994
+ <children xmi:id="_o7p2MMg1Edy3YZbvY96G9w" type="ToRole" element="_o7p2osg1Edy3YZbvY96G9w"/>
1995
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Mcg1Edy3YZbvY96G9w" x="-51" y="785"/>
1996
+ </children>
1997
+ <children xmi:id="_o7p2Msg1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2hMg1Edy3YZbvY96G9w">
1998
+ <children xmi:id="_o7p2M8g1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2hMg1Edy3YZbvY96G9w"/>
1999
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2NMg1Edy3YZbvY96G9w" x="611" y="211"/>
2000
+ </children>
2001
+ <children xmi:id="_o7p2Ncg1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2hMg1Edy3YZbvY96G9w">
2002
+ <children xmi:id="_o7p2Nsg1Edy3YZbvY96G9w" type="FromRole" element="_o7p2hMg1Edy3YZbvY96G9w"/>
2003
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2N8g1Edy3YZbvY96G9w" x="318" y="-1449"/>
2004
+ </children>
2005
+ <children xmi:id="_o7p2OMg1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2osg1Edy3YZbvY96G9w">
2006
+ <children xmi:id="_o7p2Ocg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2osg1Edy3YZbvY96G9w">
2007
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2Osg1Edy3YZbvY96G9w"/>
2008
+ </children>
2009
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2O8g1Edy3YZbvY96G9w" y="-185"/>
2010
+ </children>
2011
+ <children xmi:id="_o7p2PMg1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2hMg1Edy3YZbvY96G9w">
2012
+ <children xmi:id="_o7p2Pcg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2hMg1Edy3YZbvY96G9w">
2013
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2Psg1Edy3YZbvY96G9w"/>
2014
+ </children>
2015
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2P8g1Edy3YZbvY96G9w" y="-185"/>
2016
+ </children>
2017
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p2QMg1Edy3YZbvY96G9w" showStereotype="Text"/>
2018
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p2Qcg1Edy3YZbvY96G9w" points="[-3202, 555, 582, -4525]$[-4102, 555, -318, -4525]$[-4102, 3942, -318, -1138]"/>
2019
+ </edges>
2020
+ <edges xmi:id="_o7p2Qsg1Edy3YZbvY96G9w" element="_o7p2o8g1Edy3YZbvY96G9w" source="_o7gEEsg1Edy3YZbvY96G9w" target="_o7p1HMg1Edy3YZbvY96G9w">
2021
+ <children xmi:id="_o7p2Q8g1Edy3YZbvY96G9w" type="NameLabel" element="_o7p2o8g1Edy3YZbvY96G9w">
2022
+ <children xmi:id="_o7p2RMg1Edy3YZbvY96G9w" type="Stereotype" element="_o7p2o8g1Edy3YZbvY96G9w"/>
2023
+ <children xmi:id="_o7p2Rcg1Edy3YZbvY96G9w" type="Name" element="_o7p2o8g1Edy3YZbvY96G9w"/>
2024
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Rsg1Edy3YZbvY96G9w" y="-185"/>
2025
+ </children>
2026
+ <children xmi:id="_o7p2R8g1Edy3YZbvY96G9w" type="ToMultiplicityLabel" element="_o7p2pMg1Edy3YZbvY96G9w">
2027
+ <children xmi:id="_o7p2SMg1Edy3YZbvY96G9w" type="ToMultiplicity" element="_o7p2pMg1Edy3YZbvY96G9w"/>
2028
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Scg1Edy3YZbvY96G9w" y="397"/>
2029
+ </children>
2030
+ <children xmi:id="_o7p2Ssg1Edy3YZbvY96G9w" type="ToRoleLabel" element="_o7p2pMg1Edy3YZbvY96G9w">
2031
+ <children xmi:id="_o7p2S8g1Edy3YZbvY96G9w" type="ToRole" element="_o7p2pMg1Edy3YZbvY96G9w"/>
2032
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2TMg1Edy3YZbvY96G9w" x="-167" y="2346"/>
2033
+ </children>
2034
+ <children xmi:id="_o7p2Tcg1Edy3YZbvY96G9w" type="FromMultiplicityLabel" element="_o7p2ccg1Edy3YZbvY96G9w">
2035
+ <children xmi:id="_o7p2Tsg1Edy3YZbvY96G9w" type="FromMultiplicity" element="_o7p2ccg1Edy3YZbvY96G9w"/>
2036
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2T8g1Edy3YZbvY96G9w" y="397"/>
2037
+ </children>
2038
+ <children xmi:id="_o7p2UMg1Edy3YZbvY96G9w" type="FromRoleLabel" element="_o7p2ccg1Edy3YZbvY96G9w">
2039
+ <children xmi:id="_o7p2Ucg1Edy3YZbvY96G9w" type="FromRole" element="_o7p2ccg1Edy3YZbvY96G9w"/>
2040
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Usg1Edy3YZbvY96G9w" x="-12" y="1668"/>
2041
+ </children>
2042
+ <children xmi:id="_o7p2U8g1Edy3YZbvY96G9w" type="ToQualifierLabel" element="_o7p2pMg1Edy3YZbvY96G9w">
2043
+ <children xmi:id="_o7p2VMg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2pMg1Edy3YZbvY96G9w">
2044
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2Vcg1Edy3YZbvY96G9w"/>
2045
+ </children>
2046
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Vsg1Edy3YZbvY96G9w" y="-185"/>
2047
+ </children>
2048
+ <children xmi:id="_o7p2V8g1Edy3YZbvY96G9w" type="FromQualifierLabel" element="_o7p2ccg1Edy3YZbvY96G9w">
2049
+ <children xmi:id="_o7p2WMg1Edy3YZbvY96G9w" type="QualifierCompartment" element="_o7p2ccg1Edy3YZbvY96G9w">
2050
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o7p2Wcg1Edy3YZbvY96G9w"/>
2051
+ </children>
2052
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o7p2Wsg1Edy3YZbvY96G9w" y="-185"/>
2053
+ </children>
2054
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o7p2W8g1Edy3YZbvY96G9w" showStereotype="Text"/>
2055
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o7p2XMg1Edy3YZbvY96G9w" points="[1138, -1614, -450, 3943]$[1614, -2249, 26, 3308]$[1614, -3149, 26, 2408]$[1614, -4737, 26, 820]"/>
2056
+ </edges>
2057
+ <edges xmi:id="_YFxBwMn9Edys-J9AYbnEpg" element="_YFBa4Mn9Edys-J9AYbnEpg" source="_o7gEEsg1Edy3YZbvY96G9w" target="_JC0ccMn8Edys-J9AYbnEpg">
2058
+ <children xmi:id="_YFxBw8n9Edys-J9AYbnEpg" type="NameLabel" element="_YFBa4Mn9Edys-J9AYbnEpg">
2059
+ <children xmi:id="_YFxBxcn9Edys-J9AYbnEpg" type="Stereotype" element="_YFBa4Mn9Edys-J9AYbnEpg"/>
2060
+ <children xmi:id="_YFxBxsn9Edys-J9AYbnEpg" type="Name" element="_YFBa4Mn9Edys-J9AYbnEpg"/>
2061
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YFxBxMn9Edys-J9AYbnEpg" y="-185"/>
2062
+ </children>
2063
+ <children xmi:id="_YFxBx8n9Edys-J9AYbnEpg" type="ToMultiplicityLabel" element="_YFBa4sn9Edys-J9AYbnEpg">
2064
+ <children xmi:id="_YFxBycn9Edys-J9AYbnEpg" type="ToMultiplicity" element="_YFBa4sn9Edys-J9AYbnEpg"/>
2065
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YFxByMn9Edys-J9AYbnEpg" y="397"/>
2066
+ </children>
2067
+ <children xmi:id="_YFxBysn9Edys-J9AYbnEpg" type="ToRoleLabel" element="_YFBa4sn9Edys-J9AYbnEpg">
2068
+ <children xmi:id="_YFxBzMn9Edys-J9AYbnEpg" type="ToRole" element="_YFBa4sn9Edys-J9AYbnEpg"/>
2069
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YFxBy8n9Edys-J9AYbnEpg" y="-397"/>
2070
+ </children>
2071
+ <children xmi:id="_YFxBzcn9Edys-J9AYbnEpg" type="FromMultiplicityLabel" element="_YFBa4cn9Edys-J9AYbnEpg">
2072
+ <children xmi:id="_YFxBz8n9Edys-J9AYbnEpg" type="FromMultiplicity" element="_YFBa4cn9Edys-J9AYbnEpg"/>
2073
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YFxBzsn9Edys-J9AYbnEpg" y="397"/>
2074
+ </children>
2075
+ <children xmi:id="_YFxB0Mn9Edys-J9AYbnEpg" type="FromRoleLabel" element="_YFBa4cn9Edys-J9AYbnEpg">
2076
+ <children xmi:id="_YFxB0sn9Edys-J9AYbnEpg" type="FromRole" element="_YFBa4cn9Edys-J9AYbnEpg"/>
2077
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YFxB0cn9Edys-J9AYbnEpg" x="-2107" y="-3233"/>
2078
+ </children>
2079
+ <children xmi:id="_YFxB08n9Edys-J9AYbnEpg" type="ToQualifierLabel" element="_YFBa4sn9Edys-J9AYbnEpg">
2080
+ <children xmi:id="_YFxB1cn9Edys-J9AYbnEpg" type="QualifierCompartment" element="_YFBa4sn9Edys-J9AYbnEpg">
2081
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_YFxB1sn9Edys-J9AYbnEpg"/>
2082
+ </children>
2083
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YFxB1Mn9Edys-J9AYbnEpg" y="-185"/>
2084
+ </children>
2085
+ <children xmi:id="_YFxB18n9Edys-J9AYbnEpg" type="FromQualifierLabel" element="_YFBa4cn9Edys-J9AYbnEpg">
2086
+ <children xmi:id="_YFxB2cn9Edys-J9AYbnEpg" type="QualifierCompartment" element="_YFBa4cn9Edys-J9AYbnEpg">
2087
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_YFxB2sn9Edys-J9AYbnEpg"/>
2088
+ </children>
2089
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YFxB2Mn9Edys-J9AYbnEpg" y="-185"/>
2090
+ </children>
2091
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_YFxBwcn9Edys-J9AYbnEpg" showStereotype="Text"/>
2092
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YFxBwsn9Edys-J9AYbnEpg" points="[1969, -1461, -1820, 4593]$[4318, -3175, 529, 2879]$[4318, -4636, 529, 1418]$[4318, -4742, 529, 1312]"/>
2093
+ </edges>
2094
+ <edges xmi:id="_LbLeUO7EEdyP442wD0PCHQ" element="_LZYukO7EEdyP442wD0PCHQ" source="_o7gEIcg1Edy3YZbvY96G9w" target="_JC0ccMn8Edys-J9AYbnEpg">
2095
+ <children xmi:id="_LbLeU-7EEdyP442wD0PCHQ" type="NameLabel" element="_LZYukO7EEdyP442wD0PCHQ">
2096
+ <children xmi:id="_LbLeVe7EEdyP442wD0PCHQ" type="Stereotype" element="_LZYukO7EEdyP442wD0PCHQ"/>
2097
+ <children xmi:id="_LbLeVu7EEdyP442wD0PCHQ" type="Name" element="_LZYukO7EEdyP442wD0PCHQ"/>
2098
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LbLeVO7EEdyP442wD0PCHQ" y="-148"/>
2099
+ </children>
2100
+ <children xmi:id="_LbLeV-7EEdyP442wD0PCHQ" type="ToMultiplicityLabel" element="_LZYuku7EEdyP442wD0PCHQ">
2101
+ <children xmi:id="_LbLeWe7EEdyP442wD0PCHQ" type="ToMultiplicity" element="_LZYuku7EEdyP442wD0PCHQ"/>
2102
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbLeWO7EEdyP442wD0PCHQ" y="318"/>
2103
+ </children>
2104
+ <children xmi:id="_LbLeWu7EEdyP442wD0PCHQ" type="ToRoleLabel" element="_LZYuku7EEdyP442wD0PCHQ">
2105
+ <children xmi:id="_LbLeXO7EEdyP442wD0PCHQ" type="ToRole" element="_LZYuku7EEdyP442wD0PCHQ"/>
2106
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbLeW-7EEdyP442wD0PCHQ" y="-317"/>
2107
+ </children>
2108
+ <children xmi:id="_LbLeXe7EEdyP442wD0PCHQ" type="FromMultiplicityLabel" element="_LZYuke7EEdyP442wD0PCHQ">
2109
+ <children xmi:id="_LbLeX-7EEdyP442wD0PCHQ" type="FromMultiplicity" element="_LZYuke7EEdyP442wD0PCHQ"/>
2110
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbLeXu7EEdyP442wD0PCHQ" y="318"/>
2111
+ </children>
2112
+ <children xmi:id="_LbLeYO7EEdyP442wD0PCHQ" type="FromRoleLabel" element="_LZYuke7EEdyP442wD0PCHQ">
2113
+ <children xmi:id="_LbLeYu7EEdyP442wD0PCHQ" type="FromRole" element="_LZYuke7EEdyP442wD0PCHQ"/>
2114
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbLeYe7EEdyP442wD0PCHQ" x="-1060" y="955"/>
2115
+ </children>
2116
+ <children xmi:id="_LbLeY-7EEdyP442wD0PCHQ" type="ToQualifierLabel" element="_LZYuku7EEdyP442wD0PCHQ">
2117
+ <children xmi:id="_LbLeZe7EEdyP442wD0PCHQ" type="QualifierCompartment" element="_LZYuku7EEdyP442wD0PCHQ">
2118
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_LbLeZu7EEdyP442wD0PCHQ"/>
2119
+ </children>
2120
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbLeZO7EEdyP442wD0PCHQ" y="-148"/>
2121
+ </children>
2122
+ <children xmi:id="_LbLeZ-7EEdyP442wD0PCHQ" type="FromQualifierLabel" element="_LZYuke7EEdyP442wD0PCHQ">
2123
+ <children xmi:id="_LbUoQO7EEdyP442wD0PCHQ" type="QualifierCompartment" element="_LZYuke7EEdyP442wD0PCHQ">
2124
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_LbUoQe7EEdyP442wD0PCHQ"/>
2125
+ </children>
2126
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbLeaO7EEdyP442wD0PCHQ" y="-148"/>
2127
+ </children>
2128
+ <children xmi:id="_LbUoQu7EEdyP442wD0PCHQ" type="ToRoleLabel" element="_LZYuku7EEdyP442wD0PCHQ">
2129
+ <eAnnotations xmi:id="_LbUoRO7EEdyP442wD0PCHQ" source="ToConstraintLabel"/>
2130
+ <children xmi:id="_LbUoRe7EEdyP442wD0PCHQ" visible="false" type="ToConstraintCompartment" element="_LZYuku7EEdyP442wD0PCHQ">
2131
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_LbUoRu7EEdyP442wD0PCHQ"/>
2132
+ </children>
2133
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbUoQ-7EEdyP442wD0PCHQ" y="847"/>
2134
+ </children>
2135
+ <children xmi:id="_LbUoR-7EEdyP442wD0PCHQ" type="FromRoleLabel" element="_LZYuke7EEdyP442wD0PCHQ">
2136
+ <eAnnotations xmi:id="_LbUoSe7EEdyP442wD0PCHQ" source="FromConstraintLabel"/>
2137
+ <children xmi:id="_LbUoSu7EEdyP442wD0PCHQ" visible="false" type="FromConstraintCompartment" element="_LZYuke7EEdyP442wD0PCHQ">
2138
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_LbUoS-7EEdyP442wD0PCHQ"/>
2139
+ </children>
2140
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_LbUoSO7EEdyP442wD0PCHQ" y="847"/>
2141
+ </children>
2142
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_LbLeUe7EEdyP442wD0PCHQ" showStereotype="Text"/>
2143
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_LbLeUu7EEdyP442wD0PCHQ" points="[119, 43, -398, -119]$[444, 172, -73, 10]"/>
2144
+ </edges>
2145
+ </contents>
2146
+ </eAnnotations>
2147
+ <ownedComment xmi:id="_o7p2Xcg1Edy3YZbvY96G9w" body="This package is meant to be customised to your application needs. Implementation provided here is a bootstrap.implementation.&#xD;&#xA;&#xD;&#xA;A user is a member of several groups.&#xD;&#xA;A group is attached a set of role.&#xD;&#xA;A role is attached a set of capability (call a Secure method, ....)&#xD;&#xA;&#xD;&#xA;A role may require additional validation based on computed rules (requiredComputedAccessRights)"/>
2148
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="__nW4oO-MEdyOubPwncMOqg" name="Graphviz"/>
2149
+ <ownedMember xmi:type="uml:Class" xmi:id="_o7p2Xsg1Edy3YZbvY96G9w" name="Application User">
2150
+ <eAnnotations xmi:id="_o7p2X8g1Edy3YZbvY96G9w" source="keywords"/>
2151
+ <ownedAttribute xmi:id="_o7p2Ycg1Edy3YZbvY96G9w" name="login" visibility="private">
2152
+ <eAnnotations xmi:id="_oL2jUE0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2153
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_oL2jUU0JEd2i8K_bvhaV9A"/>
2154
+ </eAnnotations>
2155
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2156
+ </ownedAttribute>
2157
+ <ownedAttribute xmi:id="_o7p2Ysg1Edy3YZbvY96G9w" name="password" visibility="private">
2158
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2159
+ </ownedAttribute>
2160
+ <ownedAttribute xmi:id="_o7p2Y8g1Edy3YZbvY96G9w" name="email" visibility="private">
2161
+ <eAnnotations xmi:id="_vxxy4E0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2162
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_vxxy4U0JEd2i8K_bvhaV9A"/>
2163
+ </eAnnotations>
2164
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2165
+ </ownedAttribute>
2166
+ <ownedAttribute xmi:id="_o7p2ZMg1Edy3YZbvY96G9w" name="userGroup" type="_o7p2mMg1Edy3YZbvY96G9w" association="_o7p2icg1Edy3YZbvY96G9w">
2167
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5l5Jgcn9Edys-J9AYbnEpg" value="-1"/>
2168
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5l5JgMn9Edys-J9AYbnEpg"/>
2169
+ </ownedAttribute>
2170
+ <ownedAttribute xmi:id="_o7p2Zcg1Edy3YZbvY96G9w" name="owner" type="_o7p2d8g1Edy3YZbvY96G9w" association="_o7p2iMg1Edy3YZbvY96G9w"/>
2171
+ <ownedAttribute xmi:id="_Glp7oO6JEdyp6cGW4pi6rw" name="administrated Controllers" type="_RWbogO6HEdyp6cGW4pi6rw" association="_GlgxsO6JEdyp6cGW4pi6rw">
2172
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_QX6f4e6JEdyp6cGW4pi6rw" value="-1"/>
2173
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_QX6f4O6JEdyp6cGW4pi6rw"/>
2174
+ </ownedAttribute>
2175
+ <ownedAttribute xmi:id="_4uHI4O-MEdyOubPwncMOqg" name="graphView" visibility="private" type="__nW4oO-MEdyOubPwncMOqg" isReadOnly="true" isDerived="true"/>
2176
+ </ownedMember>
2177
+ <ownedMember xmi:type="uml:Class" xmi:id="_o7p2Zsg1Edy3YZbvY96G9w" name="Security Role">
2178
+ <eAnnotations xmi:id="_o7p2Z8g1Edy3YZbvY96G9w" source="keywords"/>
2179
+ <ownedAttribute xmi:id="_o7p2acg1Edy3YZbvY96G9w" name="Role Name" visibility="private">
2180
+ <eAnnotations xmi:id="_yy5agE0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2181
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_yy5agU0JEd2i8K_bvhaV9A"/>
2182
+ </eAnnotations>
2183
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2184
+ </ownedAttribute>
2185
+ <ownedAttribute xmi:id="_o7p2asg1Edy3YZbvY96G9w" name="secureURLs" visibility="private" type="_o7p2i8g1Edy3YZbvY96G9w" association="_o7p2ksg1Edy3YZbvY96G9w">
2186
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2a8g1Edy3YZbvY96G9w" value="-1"/>
2187
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2bMg1Edy3YZbvY96G9w"/>
2188
+ </ownedAttribute>
2189
+ <ownedAttribute xmi:id="_o7p2bcg1Edy3YZbvY96G9w" name="owner" visibility="private" type="_o7p2d8g1Edy3YZbvY96G9w" association="_o7p2isg1Edy3YZbvY96G9w"/>
2190
+ <ownedAttribute xmi:id="_o7p2bsg1Edy3YZbvY96G9w" name="roleGroups" visibility="private" type="_o7p2mMg1Edy3YZbvY96G9w" association="_o7p2oMg1Edy3YZbvY96G9w">
2191
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2b8g1Edy3YZbvY96G9w" value="-1"/>
2192
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2cMg1Edy3YZbvY96G9w"/>
2193
+ </ownedAttribute>
2194
+ <ownedAttribute xmi:id="_o7p2ccg1Edy3YZbvY96G9w" name="secureMethods" visibility="private" type="_o7p2lMg1Edy3YZbvY96G9w" association="_o7p2o8g1Edy3YZbvY96G9w" aggregation="shared">
2195
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2csg1Edy3YZbvY96G9w" value="-1"/>
2196
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2c8g1Edy3YZbvY96G9w"/>
2197
+ </ownedAttribute>
2198
+ <ownedAttribute xmi:id="_o7p2dMg1Edy3YZbvY96G9w" name="requiredComputedAccessRight" visibility="private" type="_hrxsgOEkEdyHV70XwbdGEg">
2199
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2dcg1Edy3YZbvY96G9w" value="1"/>
2200
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2dsg1Edy3YZbvY96G9w"/>
2201
+ </ownedAttribute>
2202
+ <ownedAttribute xmi:id="_YFBa4cn9Edys-J9AYbnEpg" name="secureFieldS" visibility="private" type="_IQm8YMn8Edys-J9AYbnEpg" association="_YFBa4Mn9Edys-J9AYbnEpg" aggregation="shared">
2203
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_YFBa5Mn9Edys-J9AYbnEpg" value="-1"/>
2204
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_YFBa48n9Edys-J9AYbnEpg"/>
2205
+ </ownedAttribute>
2206
+ </ownedMember>
2207
+ <ownedMember xmi:type="uml:Class" xmi:id="_o7p2d8g1Edy3YZbvY96G9w" name="Security Panel">
2208
+ <ownedAttribute xmi:id="_o7p2eMg1Edy3YZbvY96G9w" name="gestionUser" type="_o7p2Xsg1Edy3YZbvY96G9w" association="_o7p2iMg1Edy3YZbvY96G9w" aggregation="composite">
2209
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2ecg1Edy3YZbvY96G9w" value="-1"/>
2210
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2esg1Edy3YZbvY96G9w"/>
2211
+ </ownedAttribute>
2212
+ <ownedAttribute xmi:id="_o7p2e8g1Edy3YZbvY96G9w" name="gestionRoles" visibility="private" type="_o7p2Zsg1Edy3YZbvY96G9w" association="_o7p2isg1Edy3YZbvY96G9w" aggregation="composite">
2213
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2fMg1Edy3YZbvY96G9w" value="-1"/>
2214
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2fcg1Edy3YZbvY96G9w"/>
2215
+ </ownedAttribute>
2216
+ <ownedAttribute xmi:id="_o7p2fsg1Edy3YZbvY96G9w" name="gestionSecureURLs" visibility="private" type="_o7p2i8g1Edy3YZbvY96G9w" association="_o7p2k8g1Edy3YZbvY96G9w" aggregation="composite">
2217
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2f8g1Edy3YZbvY96G9w" value="-1"/>
2218
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2gMg1Edy3YZbvY96G9w"/>
2219
+ </ownedAttribute>
2220
+ <ownedAttribute xmi:id="_o7p2gcg1Edy3YZbvY96G9w" name="gestionsecureMethods" visibility="private" type="_o7p2lMg1Edy3YZbvY96G9w" association="_o7p2l8g1Edy3YZbvY96G9w" aggregation="composite">
2221
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2gsg1Edy3YZbvY96G9w" value="-1"/>
2222
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2g8g1Edy3YZbvY96G9w"/>
2223
+ </ownedAttribute>
2224
+ <ownedAttribute xmi:id="_o7p2hMg1Edy3YZbvY96G9w" name="gestionGroup" type="_o7p2mMg1Edy3YZbvY96G9w" association="_o7p2ocg1Edy3YZbvY96G9w" aggregation="composite">
2225
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2hcg1Edy3YZbvY96G9w" value="-1"/>
2226
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2hsg1Edy3YZbvY96G9w"/>
2227
+ </ownedAttribute>
2228
+ <ownedAttribute xmi:id="_LZYuke7EEdyP442wD0PCHQ" name="secure Fields" visibility="private" type="_IQm8YMn8Edys-J9AYbnEpg" association="_LZYukO7EEdyP442wD0PCHQ" aggregation="composite">
2229
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_LZifke7EEdyP442wD0PCHQ" value="-1"/>
2230
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_LZifkO7EEdyP442wD0PCHQ"/>
2231
+ </ownedAttribute>
2232
+ <ownedOperation xmi:id="_o7p2h8g1Edy3YZbvY96G9w" name="autoGenerateStaticRoles"/>
2233
+ <ownedOperation xmi:id="_Ye0e4OCOEdy7EuKzeDwiog" name="loadSecurityConfig"/>
2234
+ </ownedMember>
2235
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2iMg1Edy3YZbvY96G9w" memberEnd="_o7p2eMg1Edy3YZbvY96G9w _o7p2Zcg1Edy3YZbvY96G9w"/>
2236
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2icg1Edy3YZbvY96G9w" memberEnd="_o7p2mcg1Edy3YZbvY96G9w _o7p2ZMg1Edy3YZbvY96G9w"/>
2237
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2isg1Edy3YZbvY96G9w" memberEnd="_o7p2e8g1Edy3YZbvY96G9w _o7p2bcg1Edy3YZbvY96G9w"/>
2238
+ <ownedMember xmi:type="uml:Class" xmi:id="_o7p2i8g1Edy3YZbvY96G9w" name="SecureWebFilter">
2239
+ <ownedAttribute xmi:id="_o7p2jMg1Edy3YZbvY96G9w" name="url" visibility="private">
2240
+ <eAnnotations xmi:id="_2g3hEE0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2241
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_2g3hEU0JEd2i8K_bvhaV9A"/>
2242
+ </eAnnotations>
2243
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2244
+ </ownedAttribute>
2245
+ <ownedAttribute xmi:id="_o7p2jcg1Edy3YZbvY96G9w" name="secureURLRoles" visibility="private" type="_o7p2Zsg1Edy3YZbvY96G9w" association="_o7p2ksg1Edy3YZbvY96G9w">
2246
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2jsg1Edy3YZbvY96G9w" value="-1"/>
2247
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2j8g1Edy3YZbvY96G9w"/>
2248
+ </ownedAttribute>
2249
+ <ownedAttribute xmi:id="_o7p2kMg1Edy3YZbvY96G9w" name="sortOrder" visibility="private">
2250
+ <eAnnotations xmi:id="_4rwEQE0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2251
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_4rwEQU0JEd2i8K_bvhaV9A"/>
2252
+ </eAnnotations>
2253
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8K86EdieaYgxtVWN8Q"/>
2254
+ </ownedAttribute>
2255
+ <ownedAttribute xmi:id="_o7p2kcg1Edy3YZbvY96G9w" name="owner" visibility="private" type="_o7p2d8g1Edy3YZbvY96G9w" association="_o7p2k8g1Edy3YZbvY96G9w"/>
2256
+ </ownedMember>
2257
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2ksg1Edy3YZbvY96G9w" memberEnd="_o7p2asg1Edy3YZbvY96G9w _o7p2jcg1Edy3YZbvY96G9w"/>
2258
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2k8g1Edy3YZbvY96G9w" memberEnd="_o7p2fsg1Edy3YZbvY96G9w _o7p2kcg1Edy3YZbvY96G9w"/>
2259
+ <ownedMember xmi:type="uml:Class" xmi:id="_o7p2lMg1Edy3YZbvY96G9w" name="Secure Method">
2260
+ <ownedAttribute xmi:id="_o7p2lcg1Edy3YZbvY96G9w" name="signature" visibility="private" type="_itikYOCIEdyTPd_54wbBgA">
2261
+ <eAnnotations xmi:id="_7PqLcE0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2262
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_7PqLcU0JEd2i8K_bvhaV9A"/>
2263
+ </eAnnotations>
2264
+ </ownedAttribute>
2265
+ <ownedAttribute xmi:id="_o7p2lsg1Edy3YZbvY96G9w" name="owner" visibility="private" type="_o7p2d8g1Edy3YZbvY96G9w" association="_o7p2l8g1Edy3YZbvY96G9w"/>
2266
+ <ownedAttribute xmi:id="_o7p2pMg1Edy3YZbvY96G9w" name="secureMethodRoles" visibility="private" type="_o7p2Zsg1Edy3YZbvY96G9w" association="_o7p2o8g1Edy3YZbvY96G9w">
2267
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2pcg1Edy3YZbvY96G9w" value="-1"/>
2268
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2psg1Edy3YZbvY96G9w"/>
2269
+ </ownedAttribute>
2270
+ </ownedMember>
2271
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2l8g1Edy3YZbvY96G9w" memberEnd="_o7p2gcg1Edy3YZbvY96G9w _o7p2lsg1Edy3YZbvY96G9w"/>
2272
+ <ownedMember xmi:type="uml:Class" xmi:id="_o7p2mMg1Edy3YZbvY96G9w" name="Business Group">
2273
+ <ownedAttribute xmi:id="_o7p2mcg1Edy3YZbvY96G9w" name="userList" type="_o7p2Xsg1Edy3YZbvY96G9w" association="_o7p2icg1Edy3YZbvY96G9w">
2274
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2msg1Edy3YZbvY96G9w" value="-1"/>
2275
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2m8g1Edy3YZbvY96G9w"/>
2276
+ </ownedAttribute>
2277
+ <ownedAttribute xmi:id="_o7p2nMg1Edy3YZbvY96G9w" name="groupRole" visibility="private" type="_o7p2Zsg1Edy3YZbvY96G9w" association="_o7p2oMg1Edy3YZbvY96G9w">
2278
+ <eAnnotations xmi:id="_-OsIYE0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2279
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_-OsIYU0JEd2i8K_bvhaV9A"/>
2280
+ </eAnnotations>
2281
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o7p2ncg1Edy3YZbvY96G9w" value="-1"/>
2282
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o7p2nsg1Edy3YZbvY96G9w"/>
2283
+ </ownedAttribute>
2284
+ <ownedAttribute xmi:id="_o7p2n8g1Edy3YZbvY96G9w" name="group Name" visibility="private">
2285
+ <eAnnotations xmi:id="__xoh0E0JEd2i8K_bvhaV9A" source="appliedStereotypes">
2286
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="__xoh0U0JEd2i8K_bvhaV9A"/>
2287
+ </eAnnotations>
2288
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2289
+ </ownedAttribute>
2290
+ </ownedMember>
2291
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2oMg1Edy3YZbvY96G9w" memberEnd="_o7p2nMg1Edy3YZbvY96G9w _o7p2bsg1Edy3YZbvY96G9w"/>
2292
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2ocg1Edy3YZbvY96G9w" memberEnd="_o7p2hMg1Edy3YZbvY96G9w _o7p2osg1Edy3YZbvY96G9w">
2293
+ <ownedEnd xmi:id="_o7p2osg1Edy3YZbvY96G9w" name="owner" type="_o7p2d8g1Edy3YZbvY96G9w" association="_o7p2ocg1Edy3YZbvY96G9w"/>
2294
+ </ownedMember>
2295
+ <ownedMember xmi:type="uml:Association" xmi:id="_o7p2o8g1Edy3YZbvY96G9w" memberEnd="_o7p2ccg1Edy3YZbvY96G9w _o7p2pMg1Edy3YZbvY96G9w"/>
2296
+ <ownedMember xmi:type="uml:Class" xmi:id="_IQm8YMn8Edys-J9AYbnEpg" name="Secure Field">
2297
+ <ownedAttribute xmi:id="_My6NcMn9Edys-J9AYbnEpg" name="definition" visibility="private" type="_k3X-sOCIEdyTPd_54wbBgA">
2298
+ <eAnnotations xmi:id="_HHn38E0KEd2i8K_bvhaV9A" source="appliedStereotypes">
2299
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_HHn38U0KEd2i8K_bvhaV9A"/>
2300
+ </eAnnotations>
2301
+ </ownedAttribute>
2302
+ <ownedAttribute xmi:id="_YFBa4sn9Edys-J9AYbnEpg" name="secureFieldRoles" visibility="private" type="_o7p2Zsg1Edy3YZbvY96G9w" association="_YFBa4Mn9Edys-J9AYbnEpg">
2303
+ <eAnnotations xmi:id="_IVG-wE0KEd2i8K_bvhaV9A" source="appliedStereotypes">
2304
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_IVG-wU0KEd2i8K_bvhaV9A"/>
2305
+ </eAnnotations>
2306
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_h2t-ccn9Edys-J9AYbnEpg" value="-1"/>
2307
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_h2t-cMn9Edys-J9AYbnEpg"/>
2308
+ </ownedAttribute>
2309
+ <ownedAttribute xmi:id="_LZYuku7EEdyP442wD0PCHQ" name="owner" visibility="private" type="_o7p2d8g1Edy3YZbvY96G9w" association="_LZYukO7EEdyP442wD0PCHQ"/>
2310
+ </ownedMember>
2311
+ <ownedMember xmi:type="uml:Association" xmi:id="_YFBa4Mn9Edys-J9AYbnEpg" memberEnd="_YFBa4cn9Edys-J9AYbnEpg _YFBa4sn9Edys-J9AYbnEpg"/>
2312
+ <ownedMember xmi:type="uml:Association" xmi:id="_LZYukO7EEdyP442wD0PCHQ" memberEnd="_LZYuke7EEdyP442wD0PCHQ _LZYuku7EEdyP442wD0PCHQ"/>
2313
+ </ownedMember>
2314
+ <ownedMember xmi:type="uml:Package" xmi:id="_FI8eEOCIEdyTPd_54wbBgA" name="xmda">
2315
+ <eAnnotations xmi:id="_FI8eEeCIEdyTPd_54wbBgA" source="uml2.diagrams"/>
2316
+ <ownedMember xmi:type="uml:Package" xmi:id="_HiuY4OCIEdyTPd_54wbBgA" name="security">
2317
+ <eAnnotations xmi:id="_HjLE0OCIEdyTPd_54wbBgA" source="uml2.diagrams"/>
2318
+ <ownedComment xmi:id="_7b3nIO6xEdyp6cGW4pi6rw" body="This package will be modified/enriched by generator.&#xD;&#xA;"/>
2319
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_itikYOCIEdyTPd_54wbBgA" name="SecuredMethodInventory"/>
2320
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_k3X-sOCIEdyTPd_54wbBgA" name="SecuredPropertyInventory"/>
2321
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_hrxsgOEkEdyHV70XwbdGEg" name="GlobalComputedAccessControlCriteria"/>
2322
+ </ownedMember>
2323
+ </ownedMember>
2324
+ <ownedMember xmi:type="uml:Package" xmi:id="_Ea8UYO6FEdyp6cGW4pi6rw" name="demo1 GSM Network">
2325
+ <eAnnotations xmi:id="_Ea8UYe6FEdyp6cGW4pi6rw" source="uml2.diagrams" references="_Ea8UYu6FEdyp6cGW4pi6rw">
2326
+ <contents xmi:type="notation:Diagram" xmi:id="_Ea8UYu6FEdyp6cGW4pi6rw" type="Freeform" name="demo1: GSM Network example">
2327
+ <children xmi:id="_LFaoUO6FEdyp6cGW4pi6rw" sourceEdges="_zZSENO6hEdyp6cGW4pi6rw _zZb1Cu6hEdyp6cGW4pi6rw" targetEdges="_v5vH5u6JEdyp6cGW4pi6rw" element="_o7p2mMg1Edy3YZbvY96G9w">
2328
+ <children xmi:id="_LFaoU-6FEdyp6cGW4pi6rw" type="ImageCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
2329
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_LFaoVO6FEdyp6cGW4pi6rw" width="1320" height="1320"/>
2330
+ </children>
2331
+ <children xmi:id="_LFaoVe6FEdyp6cGW4pi6rw" type="Stereotype" element="_o7p2mMg1Edy3YZbvY96G9w"/>
2332
+ <children xmi:id="_LFaoVu6FEdyp6cGW4pi6rw" type="Name" element="_o7p2mMg1Edy3YZbvY96G9w"/>
2333
+ <children xmi:id="_LFaoV-6FEdyp6cGW4pi6rw" visible="false" type="AttributeCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
2334
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_LFaoWO6FEdyp6cGW4pi6rw"/>
2335
+ </children>
2336
+ <children xmi:id="_LFaoWe6FEdyp6cGW4pi6rw" visible="false" type="OperationCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
2337
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_LFaoWu6FEdyp6cGW4pi6rw"/>
2338
+ </children>
2339
+ <children xmi:id="_LFaoW-6FEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
2340
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_LFaoXO6FEdyp6cGW4pi6rw"/>
2341
+ </children>
2342
+ <children xmi:id="_LFaoXe6FEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_o7p2mMg1Edy3YZbvY96G9w">
2343
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_LFaoXu6FEdyp6cGW4pi6rw"/>
2344
+ </children>
2345
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_LFaoUe6FEdyp6cGW4pi6rw" fillColor="12621752" showStereotype="Label"/>
2346
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LFaoUu6FEdyp6cGW4pi6rw" x="7144" y="5597" height="944"/>
2347
+ </children>
2348
+ <children xmi:id="_bPHPwO6FEdyp6cGW4pi6rw" targetEdges="_GphvAO6JEdyp6cGW4pi6rw _v5vH4O6JEdyp6cGW4pi6rw _OV4p9e6hEdyp6cGW4pi6rw _zZSENO6hEdyp6cGW4pi6rw" element="_o7p2Xsg1Edy3YZbvY96G9w">
2349
+ <children xmi:id="_bPHPw-6FEdyp6cGW4pi6rw" type="ImageCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
2350
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_bPHPxO6FEdyp6cGW4pi6rw" width="1320" height="1320"/>
2351
+ </children>
2352
+ <children xmi:id="_bPHPxe6FEdyp6cGW4pi6rw" type="Stereotype" element="_o7p2Xsg1Edy3YZbvY96G9w"/>
2353
+ <children xmi:id="_bPHPxu6FEdyp6cGW4pi6rw" type="Name" element="_o7p2Xsg1Edy3YZbvY96G9w"/>
2354
+ <children xmi:id="_bPHPx-6FEdyp6cGW4pi6rw" visible="false" type="AttributeCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
2355
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_bPHPyO6FEdyp6cGW4pi6rw"/>
2356
+ </children>
2357
+ <children xmi:id="_bPHPye6FEdyp6cGW4pi6rw" visible="false" type="OperationCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
2358
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_bPHPyu6FEdyp6cGW4pi6rw"/>
2359
+ </children>
2360
+ <children xmi:id="_bPHPy-6FEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
2361
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_bPHPzO6FEdyp6cGW4pi6rw"/>
2362
+ </children>
2363
+ <children xmi:id="_bPHPze6FEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_o7p2Xsg1Edy3YZbvY96G9w">
2364
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_bPHPzu6FEdyp6cGW4pi6rw"/>
2365
+ </children>
2366
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_bPHPwe6FEdyp6cGW4pi6rw" fillColor="12621752" showStereotype="Label"/>
2367
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_bPHPwu6FEdyp6cGW4pi6rw" x="6996" y="3180"/>
2368
+ </children>
2369
+ <children xmi:id="_mql_IO6GEdyp6cGW4pi6rw" sourceEdges="_o0xXsO6GEdyp6cGW4pi6rw" targetEdges="_o0xXsO6GEdyp6cGW4pi6rw _cfJpYO6HEdyp6cGW4pi6rw _-rnl0O6fEdyp6cGW4pi6rw" element="_mqcOIO6GEdyp6cGW4pi6rw">
2370
+ <children xmi:id="_mql_I-6GEdyp6cGW4pi6rw" type="ImageCompartment" element="_mqcOIO6GEdyp6cGW4pi6rw">
2371
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_mql_JO6GEdyp6cGW4pi6rw" width="1320" height="1320"/>
2372
+ </children>
2373
+ <children xmi:id="_mql_Je6GEdyp6cGW4pi6rw" type="Stereotype" element="_mqcOIO6GEdyp6cGW4pi6rw"/>
2374
+ <children xmi:id="_mql_Ju6GEdyp6cGW4pi6rw" type="Name" element="_mqcOIO6GEdyp6cGW4pi6rw"/>
2375
+ <children xmi:id="_mql_J-6GEdyp6cGW4pi6rw" type="AttributeCompartment" element="_mqcOIO6GEdyp6cGW4pi6rw">
2376
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mql_KO6GEdyp6cGW4pi6rw"/>
2377
+ </children>
2378
+ <children xmi:id="_mql_Ke6GEdyp6cGW4pi6rw" type="OperationCompartment" element="_mqcOIO6GEdyp6cGW4pi6rw">
2379
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mql_Ku6GEdyp6cGW4pi6rw"/>
2380
+ </children>
2381
+ <children xmi:id="_mqvwIO6GEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_mqcOIO6GEdyp6cGW4pi6rw">
2382
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_mqvwIe6GEdyp6cGW4pi6rw"/>
2383
+ </children>
2384
+ <children xmi:id="_mqvwIu6GEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_mqcOIO6GEdyp6cGW4pi6rw">
2385
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_mqvwI-6GEdyp6cGW4pi6rw"/>
2386
+ </children>
2387
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_mql_Ie6GEdyp6cGW4pi6rw" showListSignature="true" fillColor="8905185" showStereotype="Label"/>
2388
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mql_Iu6GEdyp6cGW4pi6rw" x="-2544" y="7314"/>
2389
+ </children>
2390
+ <children xmi:id="_RWkycO6HEdyp6cGW4pi6rw" sourceEdges="_cfJpYO6HEdyp6cGW4pi6rw _GphvAO6JEdyp6cGW4pi6rw" targetEdges="_YJtBMO6JEdyp6cGW4pi6rw _-rnl0-6fEdyp6cGW4pi6rw" element="_RWbogO6HEdyp6cGW4pi6rw">
2391
+ <children xmi:id="_RWkyc-6HEdyp6cGW4pi6rw" type="ImageCompartment" element="_RWbogO6HEdyp6cGW4pi6rw">
2392
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_RWkydO6HEdyp6cGW4pi6rw" width="1320" height="1320"/>
2393
+ </children>
2394
+ <children xmi:id="_RWkyde6HEdyp6cGW4pi6rw" type="Stereotype" element="_RWbogO6HEdyp6cGW4pi6rw"/>
2395
+ <children xmi:id="_RWkydu6HEdyp6cGW4pi6rw" type="Name" element="_RWbogO6HEdyp6cGW4pi6rw"/>
2396
+ <children xmi:id="_RWkyd-6HEdyp6cGW4pi6rw" type="AttributeCompartment" element="_RWbogO6HEdyp6cGW4pi6rw">
2397
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_RWkyeO6HEdyp6cGW4pi6rw"/>
2398
+ </children>
2399
+ <children xmi:id="_RWkyee6HEdyp6cGW4pi6rw" type="OperationCompartment" element="_RWbogO6HEdyp6cGW4pi6rw">
2400
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_RWkyeu6HEdyp6cGW4pi6rw"/>
2401
+ </children>
2402
+ <children xmi:id="_RWkye-6HEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_RWbogO6HEdyp6cGW4pi6rw">
2403
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_RWkyfO6HEdyp6cGW4pi6rw"/>
2404
+ </children>
2405
+ <children xmi:id="_RWkyfe6HEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_RWbogO6HEdyp6cGW4pi6rw">
2406
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_RWkyfu6HEdyp6cGW4pi6rw"/>
2407
+ </children>
2408
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_RWkyce6HEdyp6cGW4pi6rw" fillColor="8905185" showStereotype="Label"/>
2409
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RWkycu6HEdyp6cGW4pi6rw" x="318" y="4770"/>
2410
+ </children>
2411
+ <children xmi:id="_kLMIAO6HEdyp6cGW4pi6rw" targetEdges="_-rnl1u6fEdyp6cGW4pi6rw" element="_kK5NEO6HEdyp6cGW4pi6rw">
2412
+ <children xmi:id="_kLMIA-6HEdyp6cGW4pi6rw" type="ImageCompartment" element="_kK5NEO6HEdyp6cGW4pi6rw">
2413
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_kLMIBO6HEdyp6cGW4pi6rw" width="1320" height="1320"/>
2414
+ </children>
2415
+ <children xmi:id="_kLMIBe6HEdyp6cGW4pi6rw" type="Stereotype" element="_kK5NEO6HEdyp6cGW4pi6rw"/>
2416
+ <children xmi:id="_kLMIBu6HEdyp6cGW4pi6rw" type="Kind" element="_kK5NEO6HEdyp6cGW4pi6rw"/>
2417
+ <children xmi:id="_kLMIB-6HEdyp6cGW4pi6rw" type="Name" element="_kK5NEO6HEdyp6cGW4pi6rw"/>
2418
+ <children xmi:id="_kLMICO6HEdyp6cGW4pi6rw" type="EnumerationCompartment" element="_kK5NEO6HEdyp6cGW4pi6rw">
2419
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kLMICe6HEdyp6cGW4pi6rw"/>
2420
+ </children>
2421
+ <children xmi:id="_kLMICu6HEdyp6cGW4pi6rw" visible="false" type="AttributeCompartment" element="_kK5NEO6HEdyp6cGW4pi6rw">
2422
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kLMIC-6HEdyp6cGW4pi6rw"/>
2423
+ </children>
2424
+ <children xmi:id="_kLMIDO6HEdyp6cGW4pi6rw" visible="false" type="OperationCompartment" element="_kK5NEO6HEdyp6cGW4pi6rw">
2425
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kLMIDe6HEdyp6cGW4pi6rw"/>
2426
+ </children>
2427
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_kLMIAe6HEdyp6cGW4pi6rw" fillColor="8905185" showStereotype="Label"/>
2428
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kLMIAu6HEdyp6cGW4pi6rw" x="-5724" y="318"/>
2429
+ </children>
2430
+ <children xmi:id="_V-My8O6JEdyp6cGW4pi6rw" sourceEdges="_YJtBMO6JEdyp6cGW4pi6rw _sS4V8O6JEdyp6cGW4pi6rw" targetEdges="_-rnl2e6fEdyp6cGW4pi6rw" element="_V954AO6JEdyp6cGW4pi6rw">
2431
+ <children xmi:id="_V-My8-6JEdyp6cGW4pi6rw" type="ImageCompartment" element="_V954AO6JEdyp6cGW4pi6rw">
2432
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_V-My9O6JEdyp6cGW4pi6rw" width="1320" height="1320"/>
2433
+ </children>
2434
+ <children xmi:id="_V-My9e6JEdyp6cGW4pi6rw" type="Stereotype" element="_V954AO6JEdyp6cGW4pi6rw"/>
2435
+ <children xmi:id="_V-My9u6JEdyp6cGW4pi6rw" type="Name" element="_V954AO6JEdyp6cGW4pi6rw"/>
2436
+ <children xmi:id="_V-My9-6JEdyp6cGW4pi6rw" type="AttributeCompartment" element="_V954AO6JEdyp6cGW4pi6rw">
2437
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V-My-O6JEdyp6cGW4pi6rw"/>
2438
+ </children>
2439
+ <children xmi:id="_V-My-e6JEdyp6cGW4pi6rw" type="OperationCompartment" element="_V954AO6JEdyp6cGW4pi6rw">
2440
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V-My-u6JEdyp6cGW4pi6rw"/>
2441
+ </children>
2442
+ <children xmi:id="_V-My--6JEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_V954AO6JEdyp6cGW4pi6rw">
2443
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_V-My_O6JEdyp6cGW4pi6rw"/>
2444
+ </children>
2445
+ <children xmi:id="_V-My_e6JEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_V954AO6JEdyp6cGW4pi6rw">
2446
+ <children xmi:id="_KwpVlO6uEdyp6cGW4pi6rw" element="_YGt-oe6JEdyp6cGW4pi6rw">
2447
+ <children xmi:id="_KwpVl-6uEdyp6cGW4pi6rw" type="Name" element="_YGt-oe6JEdyp6cGW4pi6rw"/>
2448
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_KwpVle6uEdyp6cGW4pi6rw" showStereotype="Label"/>
2449
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KwpVlu6uEdyp6cGW4pi6rw"/>
2450
+ </children>
2451
+ <children xmi:id="_KwpVmO6uEdyp6cGW4pi6rw" element="_sP56ce6JEdyp6cGW4pi6rw">
2452
+ <children xmi:id="_KwpVm-6uEdyp6cGW4pi6rw" type="Name" element="_sP56ce6JEdyp6cGW4pi6rw"/>
2453
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_KwpVme6uEdyp6cGW4pi6rw" showStereotype="Label"/>
2454
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KwpVmu6uEdyp6cGW4pi6rw" x="10" y="10"/>
2455
+ </children>
2456
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_V-My_u6JEdyp6cGW4pi6rw"/>
2457
+ </children>
2458
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_V-My8e6JEdyp6cGW4pi6rw" fillColor="8905185" showStereotype="Label"/>
2459
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_V-My8u6JEdyp6cGW4pi6rw"/>
2460
+ </children>
2461
+ <children xmi:id="_lO2SgO6JEdyp6cGW4pi6rw" sourceEdges="_OV4p9e6hEdyp6cGW4pi6rw" targetEdges="_sS4V8O6JEdyp6cGW4pi6rw _v5vH4-6JEdyp6cGW4pi6rw" element="_o7p2d8g1Edy3YZbvY96G9w">
2462
+ <children xmi:id="_lO2Sg-6JEdyp6cGW4pi6rw" type="ImageCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
2463
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_lO2ShO6JEdyp6cGW4pi6rw" width="1320" height="1320"/>
2464
+ </children>
2465
+ <children xmi:id="_lO2She6JEdyp6cGW4pi6rw" type="Stereotype" element="_o7p2d8g1Edy3YZbvY96G9w"/>
2466
+ <children xmi:id="_lO2Shu6JEdyp6cGW4pi6rw" type="Name" element="_o7p2d8g1Edy3YZbvY96G9w"/>
2467
+ <children xmi:id="_lO2Sh-6JEdyp6cGW4pi6rw" visible="false" type="AttributeCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
2468
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lO2SiO6JEdyp6cGW4pi6rw"/>
2469
+ </children>
2470
+ <children xmi:id="_lO2Sie6JEdyp6cGW4pi6rw" visible="false" type="OperationCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
2471
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lO2Siu6JEdyp6cGW4pi6rw"/>
2472
+ </children>
2473
+ <children xmi:id="_lO2Si-6JEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
2474
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lO2SjO6JEdyp6cGW4pi6rw"/>
2475
+ </children>
2476
+ <children xmi:id="_lO2Sje6JEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_o7p2d8g1Edy3YZbvY96G9w">
2477
+ <children xmi:id="_KwpVnO6uEdyp6cGW4pi6rw" element="_o7p2eMg1Edy3YZbvY96G9w">
2478
+ <children xmi:id="_KwpVn-6uEdyp6cGW4pi6rw" type="Name" element="_o7p2eMg1Edy3YZbvY96G9w"/>
2479
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_KwpVne6uEdyp6cGW4pi6rw" showStereotype="Label"/>
2480
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KwpVnu6uEdyp6cGW4pi6rw"/>
2481
+ </children>
2482
+ <children xmi:id="_KwpVoO6uEdyp6cGW4pi6rw" element="_o7p2e8g1Edy3YZbvY96G9w">
2483
+ <children xmi:id="_KwpVo-6uEdyp6cGW4pi6rw" type="Name" element="_o7p2e8g1Edy3YZbvY96G9w"/>
2484
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_KwpVoe6uEdyp6cGW4pi6rw" showStereotype="Label"/>
2485
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KwpVou6uEdyp6cGW4pi6rw" x="10" y="10"/>
2486
+ </children>
2487
+ <children xmi:id="_KwpVpO6uEdyp6cGW4pi6rw" element="_o7p2fsg1Edy3YZbvY96G9w">
2488
+ <children xmi:id="_KwpVp-6uEdyp6cGW4pi6rw" type="Name" element="_o7p2fsg1Edy3YZbvY96G9w"/>
2489
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_KwpVpe6uEdyp6cGW4pi6rw" showStereotype="Label"/>
2490
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KwpVpu6uEdyp6cGW4pi6rw" x="20" y="20"/>
2491
+ </children>
2492
+ <children xmi:id="_KwpVqO6uEdyp6cGW4pi6rw" element="_o7p2gcg1Edy3YZbvY96G9w">
2493
+ <children xmi:id="_KwpVq-6uEdyp6cGW4pi6rw" type="Name" element="_o7p2gcg1Edy3YZbvY96G9w"/>
2494
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_KwpVqe6uEdyp6cGW4pi6rw" showStereotype="Label"/>
2495
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KwpVqu6uEdyp6cGW4pi6rw" x="30" y="30"/>
2496
+ </children>
2497
+ <children xmi:id="_KwpVrO6uEdyp6cGW4pi6rw" element="_o7p2hMg1Edy3YZbvY96G9w">
2498
+ <children xmi:id="_KwpVr-6uEdyp6cGW4pi6rw" type="Name" element="_o7p2hMg1Edy3YZbvY96G9w"/>
2499
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_KwpVre6uEdyp6cGW4pi6rw" showStereotype="Label"/>
2500
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_KwpVru6uEdyp6cGW4pi6rw" x="40" y="40"/>
2501
+ </children>
2502
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_lO2Sju6JEdyp6cGW4pi6rw"/>
2503
+ </children>
2504
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_lO2Sge6JEdyp6cGW4pi6rw" fillColor="12621752" showStereotype="Label"/>
2505
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lO2Sgu6JEdyp6cGW4pi6rw" x="6996" y="954"/>
2506
+ </children>
2507
+ <children xmi:id="_v5lW4O6JEdyp6cGW4pi6rw" sourceEdges="_v5vH4O6JEdyp6cGW4pi6rw _v5vH4-6JEdyp6cGW4pi6rw _v5vH5u6JEdyp6cGW4pi6rw _zZb1B-6hEdyp6cGW4pi6rw" element="_o7gEAMg1Edy3YZbvY96G9w">
2508
+ <children xmi:id="_v5lW4-6JEdyp6cGW4pi6rw" type="ImageCompartment" element="_o7gEAMg1Edy3YZbvY96G9w">
2509
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_v5lW5O6JEdyp6cGW4pi6rw" width="1320" height="1320"/>
2510
+ </children>
2511
+ <children xmi:id="_v5lW5e6JEdyp6cGW4pi6rw" type="Stereotype" element="_o7gEAMg1Edy3YZbvY96G9w"/>
2512
+ <children xmi:id="_v5lW5u6JEdyp6cGW4pi6rw" type="Name" element="_o7gEAMg1Edy3YZbvY96G9w"/>
2513
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_v5lW4e6JEdyp6cGW4pi6rw" fillColor="12621752" showStereotype="Label"/>
2514
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_v5lW4u6JEdyp6cGW4pi6rw" x="11216" y="3392"/>
2515
+ </children>
2516
+ <children xmi:id="_-reb4O6fEdyp6cGW4pi6rw" sourceEdges="_-rnl0O6fEdyp6cGW4pi6rw _-rnl0-6fEdyp6cGW4pi6rw _-rnl1u6fEdyp6cGW4pi6rw _-rnl2e6fEdyp6cGW4pi6rw _Upr_r-6gEdyp6cGW4pi6rw" element="_Ea8UYO6FEdyp6cGW4pi6rw">
2517
+ <children xmi:id="_-reb4-6fEdyp6cGW4pi6rw" type="ImageCompartment" element="_Ea8UYO6FEdyp6cGW4pi6rw">
2518
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_-reb5O6fEdyp6cGW4pi6rw" width="1320" height="1320"/>
2519
+ </children>
2520
+ <children xmi:id="_-reb5e6fEdyp6cGW4pi6rw" type="Stereotype" element="_Ea8UYO6FEdyp6cGW4pi6rw"/>
2521
+ <children xmi:id="_-reb5u6fEdyp6cGW4pi6rw" type="Name" element="_Ea8UYO6FEdyp6cGW4pi6rw"/>
2522
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_-reb4e6fEdyp6cGW4pi6rw" fillColor="8905185" showStereotype="Label"/>
2523
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-reb4u6fEdyp6cGW4pi6rw" x="-4770" y="3498" height="1313"/>
2524
+ </children>
2525
+ <children xmi:id="_Upr_oO6gEdyp6cGW4pi6rw" targetEdges="_Upr_r-6gEdyp6cGW4pi6rw" element="_UpYdoO6gEdyp6cGW4pi6rw">
2526
+ <children xmi:id="_Upr_o-6gEdyp6cGW4pi6rw" type="ImageCompartment" element="_UpYdoO6gEdyp6cGW4pi6rw">
2527
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_Upr_pO6gEdyp6cGW4pi6rw" width="1320" height="1320"/>
2528
+ </children>
2529
+ <children xmi:id="_Upr_pe6gEdyp6cGW4pi6rw" type="Stereotype" element="_UpYdoO6gEdyp6cGW4pi6rw"/>
2530
+ <children xmi:id="_Upr_pu6gEdyp6cGW4pi6rw" type="Name" element="_UpYdoO6gEdyp6cGW4pi6rw"/>
2531
+ <children xmi:id="_Upr_p-6gEdyp6cGW4pi6rw" type="AttributeCompartment" element="_UpYdoO6gEdyp6cGW4pi6rw">
2532
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Upr_qO6gEdyp6cGW4pi6rw"/>
2533
+ </children>
2534
+ <children xmi:id="_Upr_qe6gEdyp6cGW4pi6rw" type="OperationCompartment" element="_UpYdoO6gEdyp6cGW4pi6rw">
2535
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Upr_qu6gEdyp6cGW4pi6rw"/>
2536
+ </children>
2537
+ <children xmi:id="_Upr_q-6gEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_UpYdoO6gEdyp6cGW4pi6rw">
2538
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_Upr_rO6gEdyp6cGW4pi6rw"/>
2539
+ </children>
2540
+ <children xmi:id="_Upr_re6gEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_UpYdoO6gEdyp6cGW4pi6rw">
2541
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_Upr_ru6gEdyp6cGW4pi6rw"/>
2542
+ </children>
2543
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_Upr_oe6gEdyp6cGW4pi6rw" fillColor="8905185" showStereotype="Label"/>
2544
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Upr_ou6gEdyp6cGW4pi6rw" x="-5724" y="7632"/>
2545
+ </children>
2546
+ <children xmi:id="_zZSEAO6hEdyp6cGW4pi6rw" targetEdges="_zZb1B-6hEdyp6cGW4pi6rw _zZb1Cu6hEdyp6cGW4pi6rw" element="_o7p2Zsg1Edy3YZbvY96G9w">
2547
+ <children xmi:id="_zZSEA-6hEdyp6cGW4pi6rw" type="ImageCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
2548
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_zZSEBO6hEdyp6cGW4pi6rw" width="1320" height="1320"/>
2549
+ </children>
2550
+ <children xmi:id="_zZSEBe6hEdyp6cGW4pi6rw" type="Stereotype" element="_o7p2Zsg1Edy3YZbvY96G9w"/>
2551
+ <children xmi:id="_zZSEBu6hEdyp6cGW4pi6rw" type="Name" element="_o7p2Zsg1Edy3YZbvY96G9w"/>
2552
+ <children xmi:id="_zZSEB-6hEdyp6cGW4pi6rw" type="AttributeCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
2553
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZSECO6hEdyp6cGW4pi6rw"/>
2554
+ </children>
2555
+ <children xmi:id="_zZSECe6hEdyp6cGW4pi6rw" type="OperationCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
2556
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZSECu6hEdyp6cGW4pi6rw"/>
2557
+ </children>
2558
+ <children xmi:id="_zZSEC-6hEdyp6cGW4pi6rw" visible="false" type="SignalCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
2559
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZSEDO6hEdyp6cGW4pi6rw"/>
2560
+ </children>
2561
+ <children xmi:id="_zZSEDe6hEdyp6cGW4pi6rw" visible="false" type="StructureCompartment" element="_o7p2Zsg1Edy3YZbvY96G9w">
2562
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_zZSEDu6hEdyp6cGW4pi6rw"/>
2563
+ </children>
2564
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_zZSEAe6hEdyp6cGW4pi6rw" fillColor="12621752" showStereotype="Label"/>
2565
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zZSEAu6hEdyp6cGW4pi6rw" x="6678" y="7632"/>
2566
+ </children>
2567
+ <children xmi:id="_ae8Q4e6iEdyp6cGW4pi6rw" element="_ae8Q4O6iEdyp6cGW4pi6rw">
2568
+ <children xmi:id="_ae8Q5O6iEdyp6cGW4pi6rw" type="CommentBody" element="_ae8Q4O6iEdyp6cGW4pi6rw"/>
2569
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_ae8Q4u6iEdyp6cGW4pi6rw" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2570
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ae8Q4-6iEdyp6cGW4pi6rw" x="-5724" y="-8586" width="20462" height="7948"/>
2571
+ </children>
2572
+ <children xmi:id="_-cFekO6rEdyp6cGW4pi6rw" element="_-b7tkO6rEdyp6cGW4pi6rw">
2573
+ <children xmi:id="_-cFek-6rEdyp6cGW4pi6rw" type="CommentBody" element="_-b7tkO6rEdyp6cGW4pi6rw"/>
2574
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_-cFeke6rEdyp6cGW4pi6rw" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
2575
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-cFeku6rEdyp6cGW4pi6rw" x="-5724" y="10494"/>
2576
+ </children>
2577
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_Ea8UY-6FEdyp6cGW4pi6rw"/>
2578
+ <edges xmi:id="_o0xXsO6GEdyp6cGW4pi6rw" element="_o0UrwO6GEdyp6cGW4pi6rw" source="_mql_IO6GEdyp6cGW4pi6rw" target="_mql_IO6GEdyp6cGW4pi6rw">
2579
+ <children xmi:id="_o0xXs-6GEdyp6cGW4pi6rw" type="NameLabel" element="_o0UrwO6GEdyp6cGW4pi6rw">
2580
+ <children xmi:id="_o0xXte6GEdyp6cGW4pi6rw" type="Stereotype" element="_o0UrwO6GEdyp6cGW4pi6rw"/>
2581
+ <children xmi:id="_o0xXtu6GEdyp6cGW4pi6rw" type="Name" element="_o0UrwO6GEdyp6cGW4pi6rw"/>
2582
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_o0xXtO6GEdyp6cGW4pi6rw" y="-148"/>
2583
+ </children>
2584
+ <children xmi:id="_o0xXt-6GEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_o0Urwu6GEdyp6cGW4pi6rw">
2585
+ <children xmi:id="_o0xXue6GEdyp6cGW4pi6rw" type="ToMultiplicity" element="_o0Urwu6GEdyp6cGW4pi6rw"/>
2586
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o0xXuO6GEdyp6cGW4pi6rw" x="451" y="-452"/>
2587
+ </children>
2588
+ <children xmi:id="_o07IsO6GEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o0Urwu6GEdyp6cGW4pi6rw">
2589
+ <children xmi:id="_o07Isu6GEdyp6cGW4pi6rw" type="ToRole" element="_o0Urwu6GEdyp6cGW4pi6rw"/>
2590
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o07Ise6GEdyp6cGW4pi6rw" y="-317"/>
2591
+ </children>
2592
+ <children xmi:id="_o07Is-6GEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_o0Urwe6GEdyp6cGW4pi6rw">
2593
+ <children xmi:id="_o07Ite6GEdyp6cGW4pi6rw" type="FromMultiplicity" element="_o0Urwe6GEdyp6cGW4pi6rw"/>
2594
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o07ItO6GEdyp6cGW4pi6rw" y="318"/>
2595
+ </children>
2596
+ <children xmi:id="_o07Itu6GEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o0Urwe6GEdyp6cGW4pi6rw">
2597
+ <children xmi:id="_o07IuO6GEdyp6cGW4pi6rw" type="FromRole" element="_o0Urwe6GEdyp6cGW4pi6rw"/>
2598
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o07It-6GEdyp6cGW4pi6rw" y="-317"/>
2599
+ </children>
2600
+ <children xmi:id="_o07Iue6GEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_o0Urwu6GEdyp6cGW4pi6rw">
2601
+ <children xmi:id="_o07Iu-6GEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o0Urwu6GEdyp6cGW4pi6rw">
2602
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o07IvO6GEdyp6cGW4pi6rw"/>
2603
+ </children>
2604
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o07Iuu6GEdyp6cGW4pi6rw" y="-148"/>
2605
+ </children>
2606
+ <children xmi:id="_o07Ive6GEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_o0Urwe6GEdyp6cGW4pi6rw">
2607
+ <children xmi:id="_o07Iv-6GEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o0Urwe6GEdyp6cGW4pi6rw">
2608
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o07IwO6GEdyp6cGW4pi6rw"/>
2609
+ </children>
2610
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o07Ivu6GEdyp6cGW4pi6rw" y="-148"/>
2611
+ </children>
2612
+ <children xmi:id="_o07Iwe6GEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o0Urwu6GEdyp6cGW4pi6rw">
2613
+ <eAnnotations xmi:id="_o07Iw-6GEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
2614
+ <children xmi:id="_o07IxO6GEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_o0Urwu6GEdyp6cGW4pi6rw">
2615
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o07Ixe6GEdyp6cGW4pi6rw"/>
2616
+ </children>
2617
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o07Iwu6GEdyp6cGW4pi6rw" y="847"/>
2618
+ </children>
2619
+ <children xmi:id="_o07Ixu6GEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o0Urwe6GEdyp6cGW4pi6rw">
2620
+ <eAnnotations xmi:id="_o07IyO6GEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
2621
+ <children xmi:id="_o07Iye6GEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_o0Urwe6GEdyp6cGW4pi6rw">
2622
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_o07Iyu6GEdyp6cGW4pi6rw"/>
2623
+ </children>
2624
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_o07Ix-6GEdyp6cGW4pi6rw" y="847"/>
2625
+ </children>
2626
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_o0xXse6GEdyp6cGW4pi6rw" showStereotype="Text"/>
2627
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o0xXsu6GEdyp6cGW4pi6rw" points="[3514, 487, 3514, 487]$[4784, 487, 4784, 487]$[4805, 1376, 4805, 1376]$[-1016, 1355, -1016, 1355]$[-1016, 1080, -1016, 1080]"/>
2628
+ </edges>
2629
+ <edges xmi:id="_cfJpYO6HEdyp6cGW4pi6rw" element="_cejzgO6HEdyp6cGW4pi6rw" source="_RWkycO6HEdyp6cGW4pi6rw" target="_mql_IO6GEdyp6cGW4pi6rw">
2630
+ <children xmi:id="_cfJpY-6HEdyp6cGW4pi6rw" type="NameLabel" element="_cejzgO6HEdyp6cGW4pi6rw">
2631
+ <children xmi:id="_cfJpZe6HEdyp6cGW4pi6rw" type="Stereotype" element="_cejzgO6HEdyp6cGW4pi6rw"/>
2632
+ <children xmi:id="_cfJpZu6HEdyp6cGW4pi6rw" type="Name" element="_cejzgO6HEdyp6cGW4pi6rw"/>
2633
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_cfJpZO6HEdyp6cGW4pi6rw" y="-148"/>
2634
+ </children>
2635
+ <children xmi:id="_cfJpZ-6HEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_cejzgu6HEdyp6cGW4pi6rw">
2636
+ <children xmi:id="_cfJpae6HEdyp6cGW4pi6rw" type="ToMultiplicity" element="_cejzgu6HEdyp6cGW4pi6rw"/>
2637
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpaO6HEdyp6cGW4pi6rw" y="318"/>
2638
+ </children>
2639
+ <children xmi:id="_cfJpau6HEdyp6cGW4pi6rw" type="ToRoleLabel" element="_cejzgu6HEdyp6cGW4pi6rw">
2640
+ <children xmi:id="_cfJpbO6HEdyp6cGW4pi6rw" type="ToRole" element="_cejzgu6HEdyp6cGW4pi6rw"/>
2641
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpa-6HEdyp6cGW4pi6rw" x="-726" y="-2015"/>
2642
+ </children>
2643
+ <children xmi:id="_cfJpbe6HEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_cejzge6HEdyp6cGW4pi6rw">
2644
+ <children xmi:id="_cfJpb-6HEdyp6cGW4pi6rw" type="FromMultiplicity" element="_cejzge6HEdyp6cGW4pi6rw"/>
2645
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpbu6HEdyp6cGW4pi6rw" y="318"/>
2646
+ </children>
2647
+ <children xmi:id="_cfJpcO6HEdyp6cGW4pi6rw" type="FromRoleLabel" element="_cejzge6HEdyp6cGW4pi6rw">
2648
+ <children xmi:id="_cfJpcu6HEdyp6cGW4pi6rw" type="FromRole" element="_cejzge6HEdyp6cGW4pi6rw"/>
2649
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpce6HEdyp6cGW4pi6rw" x="-546" y="-1144"/>
2650
+ </children>
2651
+ <children xmi:id="_cfJpc-6HEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_cejzgu6HEdyp6cGW4pi6rw">
2652
+ <children xmi:id="_cfJpde6HEdyp6cGW4pi6rw" type="QualifierCompartment" element="_cejzgu6HEdyp6cGW4pi6rw">
2653
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_cfJpdu6HEdyp6cGW4pi6rw"/>
2654
+ </children>
2655
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpdO6HEdyp6cGW4pi6rw" y="-148"/>
2656
+ </children>
2657
+ <children xmi:id="_cfJpd-6HEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_cejzge6HEdyp6cGW4pi6rw">
2658
+ <children xmi:id="_cfJpee6HEdyp6cGW4pi6rw" type="QualifierCompartment" element="_cejzge6HEdyp6cGW4pi6rw">
2659
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_cfJpeu6HEdyp6cGW4pi6rw"/>
2660
+ </children>
2661
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpeO6HEdyp6cGW4pi6rw" y="-148"/>
2662
+ </children>
2663
+ <children xmi:id="_cfJpe-6HEdyp6cGW4pi6rw" type="ToRoleLabel" element="_cejzgu6HEdyp6cGW4pi6rw">
2664
+ <eAnnotations xmi:id="_cfJpfe6HEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
2665
+ <children xmi:id="_cfJpfu6HEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_cejzgu6HEdyp6cGW4pi6rw">
2666
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_cfJpf-6HEdyp6cGW4pi6rw"/>
2667
+ </children>
2668
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpfO6HEdyp6cGW4pi6rw" y="847"/>
2669
+ </children>
2670
+ <children xmi:id="_cfJpgO6HEdyp6cGW4pi6rw" type="FromRoleLabel" element="_cejzge6HEdyp6cGW4pi6rw">
2671
+ <eAnnotations xmi:id="_cfJpgu6HEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
2672
+ <children xmi:id="_cfJpg-6HEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_cejzge6HEdyp6cGW4pi6rw">
2673
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_cfJphO6HEdyp6cGW4pi6rw"/>
2674
+ </children>
2675
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_cfJpge6HEdyp6cGW4pi6rw" y="847"/>
2676
+ </children>
2677
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_cfJpYe6HEdyp6cGW4pi6rw" showStereotype="Text"/>
2678
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_cfJpYu6HEdyp6cGW4pi6rw" points="[-338, 614, 1355, -2370]$[-1100, 1926, 593, -1058]"/>
2679
+ </edges>
2680
+ <edges xmi:id="_GphvAO6JEdyp6cGW4pi6rw" element="_GlgxsO6JEdyp6cGW4pi6rw" source="_RWkycO6HEdyp6cGW4pi6rw" target="_bPHPwO6FEdyp6cGW4pi6rw">
2681
+ <children xmi:id="_GphvA-6JEdyp6cGW4pi6rw" type="NameLabel" element="_GlgxsO6JEdyp6cGW4pi6rw">
2682
+ <children xmi:id="_GphvBe6JEdyp6cGW4pi6rw" type="Stereotype" element="_GlgxsO6JEdyp6cGW4pi6rw"/>
2683
+ <children xmi:id="_GphvBu6JEdyp6cGW4pi6rw" type="Name" element="_GlgxsO6JEdyp6cGW4pi6rw"/>
2684
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_GphvBO6JEdyp6cGW4pi6rw" y="-148"/>
2685
+ </children>
2686
+ <children xmi:id="_GphvB-6JEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_Glp7oO6JEdyp6cGW4pi6rw">
2687
+ <children xmi:id="_GphvCe6JEdyp6cGW4pi6rw" type="ToMultiplicity" element="_Glp7oO6JEdyp6cGW4pi6rw"/>
2688
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GphvCO6JEdyp6cGW4pi6rw" x="373" y="548"/>
2689
+ </children>
2690
+ <children xmi:id="_GphvCu6JEdyp6cGW4pi6rw" type="ToRoleLabel" element="_Glp7oO6JEdyp6cGW4pi6rw">
2691
+ <children xmi:id="_GphvDO6JEdyp6cGW4pi6rw" type="ToRole" element="_Glp7oO6JEdyp6cGW4pi6rw"/>
2692
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GphvC-6JEdyp6cGW4pi6rw" x="152" y="-266"/>
2693
+ </children>
2694
+ <children xmi:id="_GphvDe6JEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_Glgxse6JEdyp6cGW4pi6rw">
2695
+ <children xmi:id="_GphvD-6JEdyp6cGW4pi6rw" type="FromMultiplicity" element="_Glgxse6JEdyp6cGW4pi6rw"/>
2696
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GphvDu6JEdyp6cGW4pi6rw" x="-250" y="475"/>
2697
+ </children>
2698
+ <children xmi:id="_GphvEO6JEdyp6cGW4pi6rw" type="FromRoleLabel" element="_Glgxse6JEdyp6cGW4pi6rw">
2699
+ <children xmi:id="_GphvEu6JEdyp6cGW4pi6rw" type="FromRole" element="_Glgxse6JEdyp6cGW4pi6rw"/>
2700
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GphvEe6JEdyp6cGW4pi6rw" x="-891" y="-568"/>
2701
+ </children>
2702
+ <children xmi:id="_GphvE-6JEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_Glp7oO6JEdyp6cGW4pi6rw">
2703
+ <children xmi:id="_GphvFe6JEdyp6cGW4pi6rw" type="QualifierCompartment" element="_Glp7oO6JEdyp6cGW4pi6rw">
2704
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GphvFu6JEdyp6cGW4pi6rw"/>
2705
+ </children>
2706
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GphvFO6JEdyp6cGW4pi6rw" y="-148"/>
2707
+ </children>
2708
+ <children xmi:id="_GphvF-6JEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_Glgxse6JEdyp6cGW4pi6rw">
2709
+ <children xmi:id="_GphvGe6JEdyp6cGW4pi6rw" type="QualifierCompartment" element="_Glgxse6JEdyp6cGW4pi6rw">
2710
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GphvGu6JEdyp6cGW4pi6rw"/>
2711
+ </children>
2712
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GphvGO6JEdyp6cGW4pi6rw" y="-148"/>
2713
+ </children>
2714
+ <children xmi:id="_GphvG-6JEdyp6cGW4pi6rw" type="ToRoleLabel" element="_Glp7oO6JEdyp6cGW4pi6rw">
2715
+ <eAnnotations xmi:id="_GphvHe6JEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
2716
+ <children xmi:id="_GphvHu6JEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_Glp7oO6JEdyp6cGW4pi6rw">
2717
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GphvH-6JEdyp6cGW4pi6rw"/>
2718
+ </children>
2719
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GphvHO6JEdyp6cGW4pi6rw" y="847"/>
2720
+ </children>
2721
+ <children xmi:id="_GprgAO6JEdyp6cGW4pi6rw" type="FromRoleLabel" element="_Glgxse6JEdyp6cGW4pi6rw">
2722
+ <eAnnotations xmi:id="_GprgAu6JEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
2723
+ <children xmi:id="_GprgA-6JEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_Glgxse6JEdyp6cGW4pi6rw">
2724
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_GprgBO6JEdyp6cGW4pi6rw"/>
2725
+ </children>
2726
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_GprgAe6JEdyp6cGW4pi6rw" y="847"/>
2727
+ </children>
2728
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_GphvAe6JEdyp6cGW4pi6rw" showStereotype="Text"/>
2729
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_GphvAu6JEdyp6cGW4pi6rw" points="[995, -614, -5144, 1101]$[3345, -2032, -2794, -317]$[4339, -2032, -1800, -317]"/>
2730
+ </edges>
2731
+ <edges xmi:id="_YJtBMO6JEdyp6cGW4pi6rw" element="_YGt-oO6JEdyp6cGW4pi6rw" source="_V-My8O6JEdyp6cGW4pi6rw" target="_RWkycO6HEdyp6cGW4pi6rw">
2732
+ <children xmi:id="_YJtBM-6JEdyp6cGW4pi6rw" type="NameLabel" element="_YGt-oO6JEdyp6cGW4pi6rw">
2733
+ <children xmi:id="_YJtBNe6JEdyp6cGW4pi6rw" type="Stereotype" element="_YGt-oO6JEdyp6cGW4pi6rw"/>
2734
+ <children xmi:id="_YJtBNu6JEdyp6cGW4pi6rw" type="Name" element="_YGt-oO6JEdyp6cGW4pi6rw"/>
2735
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YJtBNO6JEdyp6cGW4pi6rw" y="-148"/>
2736
+ </children>
2737
+ <children xmi:id="_YJtBN-6JEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_YGt-ou6JEdyp6cGW4pi6rw">
2738
+ <children xmi:id="_YJtBOe6JEdyp6cGW4pi6rw" type="ToMultiplicity" element="_YGt-ou6JEdyp6cGW4pi6rw"/>
2739
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBOO6JEdyp6cGW4pi6rw" x="-561" y="-500"/>
2740
+ </children>
2741
+ <children xmi:id="_YJtBOu6JEdyp6cGW4pi6rw" type="ToRoleLabel" element="_YGt-ou6JEdyp6cGW4pi6rw">
2742
+ <children xmi:id="_YJtBPO6JEdyp6cGW4pi6rw" type="ToRole" element="_YGt-ou6JEdyp6cGW4pi6rw"/>
2743
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBO-6JEdyp6cGW4pi6rw" y="-317"/>
2744
+ </children>
2745
+ <children xmi:id="_YJtBPe6JEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_YGt-oe6JEdyp6cGW4pi6rw">
2746
+ <children xmi:id="_YJtBP-6JEdyp6cGW4pi6rw" type="FromMultiplicity" element="_YGt-oe6JEdyp6cGW4pi6rw"/>
2747
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBPu6JEdyp6cGW4pi6rw" y="318"/>
2748
+ </children>
2749
+ <children xmi:id="_YJtBQO6JEdyp6cGW4pi6rw" type="FromRoleLabel" element="_YGt-oe6JEdyp6cGW4pi6rw">
2750
+ <children xmi:id="_YJtBQu6JEdyp6cGW4pi6rw" type="FromRole" element="_YGt-oe6JEdyp6cGW4pi6rw"/>
2751
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBQe6JEdyp6cGW4pi6rw" x="-520" y="1077"/>
2752
+ </children>
2753
+ <children xmi:id="_YJtBQ-6JEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_YGt-ou6JEdyp6cGW4pi6rw">
2754
+ <children xmi:id="_YJtBRe6JEdyp6cGW4pi6rw" type="QualifierCompartment" element="_YGt-ou6JEdyp6cGW4pi6rw">
2755
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_YJtBRu6JEdyp6cGW4pi6rw"/>
2756
+ </children>
2757
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBRO6JEdyp6cGW4pi6rw" y="-148"/>
2758
+ </children>
2759
+ <children xmi:id="_YJtBR-6JEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_YGt-oe6JEdyp6cGW4pi6rw">
2760
+ <children xmi:id="_YJtBSe6JEdyp6cGW4pi6rw" type="QualifierCompartment" element="_YGt-oe6JEdyp6cGW4pi6rw">
2761
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_YJtBSu6JEdyp6cGW4pi6rw"/>
2762
+ </children>
2763
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBSO6JEdyp6cGW4pi6rw" y="-148"/>
2764
+ </children>
2765
+ <children xmi:id="_YJtBS-6JEdyp6cGW4pi6rw" type="ToRoleLabel" element="_YGt-ou6JEdyp6cGW4pi6rw">
2766
+ <eAnnotations xmi:id="_YJtBTe6JEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
2767
+ <children xmi:id="_YJtBTu6JEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_YGt-ou6JEdyp6cGW4pi6rw">
2768
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_YJtBT-6JEdyp6cGW4pi6rw"/>
2769
+ </children>
2770
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBTO6JEdyp6cGW4pi6rw" y="847"/>
2771
+ </children>
2772
+ <children xmi:id="_YJtBUO6JEdyp6cGW4pi6rw" type="FromRoleLabel" element="_YGt-oe6JEdyp6cGW4pi6rw">
2773
+ <eAnnotations xmi:id="_YJtBUu6JEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
2774
+ <children xmi:id="_YJtBU-6JEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_YGt-oe6JEdyp6cGW4pi6rw">
2775
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_YJtBVO6JEdyp6cGW4pi6rw"/>
2776
+ </children>
2777
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_YJtBUe6JEdyp6cGW4pi6rw" y="847"/>
2778
+ </children>
2779
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_YJtBMe6JEdyp6cGW4pi6rw" showStereotype="Text"/>
2780
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YJtBMu6JEdyp6cGW4pi6rw" points="[-529, 529, 64, -4318]$[-2794, 2667, -2201, -2180]$[-1207, 4233, -614, -614]"/>
2781
+ </edges>
2782
+ <edges xmi:id="_sS4V8O6JEdyp6cGW4pi6rw" element="_sP56cO6JEdyp6cGW4pi6rw" source="_V-My8O6JEdyp6cGW4pi6rw" target="_lO2SgO6JEdyp6cGW4pi6rw">
2783
+ <children xmi:id="_sS4V8-6JEdyp6cGW4pi6rw" type="NameLabel" element="_sP56cO6JEdyp6cGW4pi6rw">
2784
+ <children xmi:id="_sS4V9e6JEdyp6cGW4pi6rw" type="Stereotype" element="_sP56cO6JEdyp6cGW4pi6rw"/>
2785
+ <children xmi:id="_sS4V9u6JEdyp6cGW4pi6rw" type="Name" element="_sP56cO6JEdyp6cGW4pi6rw"/>
2786
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_sS4V9O6JEdyp6cGW4pi6rw" y="-148"/>
2787
+ </children>
2788
+ <children xmi:id="_sS4V9-6JEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_sP56cu6JEdyp6cGW4pi6rw">
2789
+ <children xmi:id="_sS4V-e6JEdyp6cGW4pi6rw" type="ToMultiplicity" element="_sP56cu6JEdyp6cGW4pi6rw"/>
2790
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4V-O6JEdyp6cGW4pi6rw" y="318"/>
2791
+ </children>
2792
+ <children xmi:id="_sS4V-u6JEdyp6cGW4pi6rw" type="ToRoleLabel" element="_sP56cu6JEdyp6cGW4pi6rw">
2793
+ <children xmi:id="_sS4V_O6JEdyp6cGW4pi6rw" type="ToRole" element="_sP56cu6JEdyp6cGW4pi6rw"/>
2794
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4V--6JEdyp6cGW4pi6rw" y="-317"/>
2795
+ </children>
2796
+ <children xmi:id="_sS4V_e6JEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_sP56ce6JEdyp6cGW4pi6rw">
2797
+ <children xmi:id="_sS4V_-6JEdyp6cGW4pi6rw" type="FromMultiplicity" element="_sP56ce6JEdyp6cGW4pi6rw"/>
2798
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4V_u6JEdyp6cGW4pi6rw" y="318"/>
2799
+ </children>
2800
+ <children xmi:id="_sS4WAO6JEdyp6cGW4pi6rw" type="FromRoleLabel" element="_sP56ce6JEdyp6cGW4pi6rw">
2801
+ <children xmi:id="_sS4WAu6JEdyp6cGW4pi6rw" type="FromRole" element="_sP56ce6JEdyp6cGW4pi6rw"/>
2802
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4WAe6JEdyp6cGW4pi6rw" x="-318" y="-1568"/>
2803
+ </children>
2804
+ <children xmi:id="_sS4WA-6JEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_sP56cu6JEdyp6cGW4pi6rw">
2805
+ <children xmi:id="_sS4WBe6JEdyp6cGW4pi6rw" type="QualifierCompartment" element="_sP56cu6JEdyp6cGW4pi6rw">
2806
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_sS4WBu6JEdyp6cGW4pi6rw"/>
2807
+ </children>
2808
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4WBO6JEdyp6cGW4pi6rw" y="-148"/>
2809
+ </children>
2810
+ <children xmi:id="_sS4WB-6JEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_sP56ce6JEdyp6cGW4pi6rw">
2811
+ <children xmi:id="_sS4WCe6JEdyp6cGW4pi6rw" type="QualifierCompartment" element="_sP56ce6JEdyp6cGW4pi6rw">
2812
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_sS4WCu6JEdyp6cGW4pi6rw"/>
2813
+ </children>
2814
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4WCO6JEdyp6cGW4pi6rw" y="-148"/>
2815
+ </children>
2816
+ <children xmi:id="_sS4WC-6JEdyp6cGW4pi6rw" type="ToRoleLabel" element="_sP56cu6JEdyp6cGW4pi6rw">
2817
+ <eAnnotations xmi:id="_sS4WDe6JEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
2818
+ <children xmi:id="_sS4WDu6JEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_sP56cu6JEdyp6cGW4pi6rw">
2819
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_sS4WD-6JEdyp6cGW4pi6rw"/>
2820
+ </children>
2821
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4WDO6JEdyp6cGW4pi6rw" y="847"/>
2822
+ </children>
2823
+ <children xmi:id="_sS4WEO6JEdyp6cGW4pi6rw" type="FromRoleLabel" element="_sP56ce6JEdyp6cGW4pi6rw">
2824
+ <eAnnotations xmi:id="_sS4WEu6JEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
2825
+ <children xmi:id="_sS4WE-6JEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_sP56ce6JEdyp6cGW4pi6rw">
2826
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_sS4WFO6JEdyp6cGW4pi6rw"/>
2827
+ </children>
2828
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_sS4WEe6JEdyp6cGW4pi6rw" y="847"/>
2829
+ </children>
2830
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_sS4V8e6JEdyp6cGW4pi6rw" showStereotype="Text"/>
2831
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_sS4V8u6JEdyp6cGW4pi6rw" points="[3260, -360, -2137, -1079]$[5567, -360, 170, -1079]$[5567, 423, 170, -296]"/>
2832
+ </edges>
2833
+ <edges xmi:id="_v5vH4O6JEdyp6cGW4pi6rw" type="OwnedElement" source="_v5lW4O6JEdyp6cGW4pi6rw" target="_bPHPwO6FEdyp6cGW4pi6rw">
2834
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_v5vH4e6JEdyp6cGW4pi6rw" showStereotype="Text"/>
2835
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_v5vH4u6JEdyp6cGW4pi6rw" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2836
+ </edges>
2837
+ <edges xmi:id="_v5vH4-6JEdyp6cGW4pi6rw" type="OwnedElement" source="_v5lW4O6JEdyp6cGW4pi6rw" target="_lO2SgO6JEdyp6cGW4pi6rw">
2838
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_v5vH5O6JEdyp6cGW4pi6rw" showStereotype="Text"/>
2839
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_v5vH5e6JEdyp6cGW4pi6rw" points="[-84, -148, 4086, 2392]$[-635, -2053, 3535, 487]$[-2519, -2329, 1651, 211]"/>
2840
+ </edges>
2841
+ <edges xmi:id="_v5vH5u6JEdyp6cGW4pi6rw" type="OwnedElement" source="_v5lW4O6JEdyp6cGW4pi6rw" target="_LFaoUO6FEdyp6cGW4pi6rw">
2842
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_v5vH5-6JEdyp6cGW4pi6rw" showStereotype="Text"/>
2843
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_v5vH6O6JEdyp6cGW4pi6rw" points="[-402, 360, 3429, -1439]$[-1693, 1778, 2138, -21]$[-2117, 1778, 1714, -21]"/>
2844
+ </edges>
2845
+ <edges xmi:id="_-rnl0O6fEdyp6cGW4pi6rw" type="OwnedElement" source="_-reb4O6fEdyp6cGW4pi6rw" target="_mql_IO6GEdyp6cGW4pi6rw">
2846
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_-rnl0e6fEdyp6cGW4pi6rw" showStereotype="Text"/>
2847
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-rnl0u6fEdyp6cGW4pi6rw" points="[-43, 635, -4255, -3239]$[-21, 3027, -4233, -847]$[698, 3027, -3514, -847]"/>
2848
+ </edges>
2849
+ <edges xmi:id="_-rnl0-6fEdyp6cGW4pi6rw" type="OwnedElement" source="_-reb4O6fEdyp6cGW4pi6rw" target="_RWkycO6HEdyp6cGW4pi6rw">
2850
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_-rnl1O6fEdyp6cGW4pi6rw" showStereotype="Text"/>
2851
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-rnl1e6fEdyp6cGW4pi6rw" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2852
+ </edges>
2853
+ <edges xmi:id="_-rnl1u6fEdyp6cGW4pi6rw" type="OwnedElement" source="_-reb4O6fEdyp6cGW4pi6rw" target="_kLMIAO6HEdyp6cGW4pi6rw">
2854
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_-rnl1-6fEdyp6cGW4pi6rw" showStereotype="Text"/>
2855
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-rnl2O6fEdyp6cGW4pi6rw" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2856
+ </edges>
2857
+ <edges xmi:id="_-rnl2e6fEdyp6cGW4pi6rw" type="OwnedElement" source="_-reb4O6fEdyp6cGW4pi6rw" target="_V-My8O6JEdyp6cGW4pi6rw">
2858
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_-rnl2u6fEdyp6cGW4pi6rw" showStereotype="Text"/>
2859
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-rnl2-6fEdyp6cGW4pi6rw" points="[677, -423, -5821, 3217]$[5567, -3111, -931, 529]"/>
2860
+ </edges>
2861
+ <edges xmi:id="_Upr_r-6gEdyp6cGW4pi6rw" type="OwnedElement" source="_-reb4O6fEdyp6cGW4pi6rw" target="_Upr_oO6gEdyp6cGW4pi6rw">
2862
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_Upr_sO6gEdyp6cGW4pi6rw" showStereotype="Text"/>
2863
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Upr_se6gEdyp6cGW4pi6rw" points="[190, 635, -5186, -7747]$[1757, 5228, -3619, -3154]$[4445, 7577, -931, -805]"/>
2864
+ </edges>
2865
+ <edges xmi:id="_OV4p9e6hEdyp6cGW4pi6rw" element="_o7p2iMg1Edy3YZbvY96G9w" source="_lO2SgO6JEdyp6cGW4pi6rw" target="_bPHPwO6FEdyp6cGW4pi6rw">
2866
+ <children xmi:id="_OV4p-O6hEdyp6cGW4pi6rw" type="NameLabel" element="_o7p2iMg1Edy3YZbvY96G9w">
2867
+ <children xmi:id="_OV4p-u6hEdyp6cGW4pi6rw" type="Stereotype" element="_o7p2iMg1Edy3YZbvY96G9w"/>
2868
+ <children xmi:id="_OV4p--6hEdyp6cGW4pi6rw" type="Name" element="_o7p2iMg1Edy3YZbvY96G9w"/>
2869
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OV4p-e6hEdyp6cGW4pi6rw" y="-148"/>
2870
+ </children>
2871
+ <children xmi:id="_OV4p_O6hEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_o7p2Zcg1Edy3YZbvY96G9w">
2872
+ <children xmi:id="_OV4p_u6hEdyp6cGW4pi6rw" type="ToMultiplicity" element="_o7p2Zcg1Edy3YZbvY96G9w"/>
2873
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4p_e6hEdyp6cGW4pi6rw" y="318"/>
2874
+ </children>
2875
+ <children xmi:id="_OV4p_-6hEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o7p2Zcg1Edy3YZbvY96G9w">
2876
+ <children xmi:id="_OV4qAe6hEdyp6cGW4pi6rw" type="ToRole" element="_o7p2Zcg1Edy3YZbvY96G9w"/>
2877
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4qAO6hEdyp6cGW4pi6rw" x="15" y="-663"/>
2878
+ </children>
2879
+ <children xmi:id="_OV4qAu6hEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_o7p2eMg1Edy3YZbvY96G9w">
2880
+ <children xmi:id="_OV4qBO6hEdyp6cGW4pi6rw" type="FromMultiplicity" element="_o7p2eMg1Edy3YZbvY96G9w"/>
2881
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4qA-6hEdyp6cGW4pi6rw" y="318"/>
2882
+ </children>
2883
+ <children xmi:id="_OV4qBe6hEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o7p2eMg1Edy3YZbvY96G9w">
2884
+ <children xmi:id="_OV4qB-6hEdyp6cGW4pi6rw" type="FromRole" element="_o7p2eMg1Edy3YZbvY96G9w"/>
2885
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4qBu6hEdyp6cGW4pi6rw" x="-172" y="-1373"/>
2886
+ </children>
2887
+ <children xmi:id="_OV4qCO6hEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_o7p2Zcg1Edy3YZbvY96G9w">
2888
+ <children xmi:id="_OV4qCu6hEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o7p2Zcg1Edy3YZbvY96G9w">
2889
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OV4qC-6hEdyp6cGW4pi6rw"/>
2890
+ </children>
2891
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4qCe6hEdyp6cGW4pi6rw" y="-148"/>
2892
+ </children>
2893
+ <children xmi:id="_OV4qDO6hEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_o7p2eMg1Edy3YZbvY96G9w">
2894
+ <children xmi:id="_OV4qDu6hEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o7p2eMg1Edy3YZbvY96G9w">
2895
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OV4qD-6hEdyp6cGW4pi6rw"/>
2896
+ </children>
2897
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4qDe6hEdyp6cGW4pi6rw" y="-148"/>
2898
+ </children>
2899
+ <children xmi:id="_OV4qEO6hEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o7p2Zcg1Edy3YZbvY96G9w">
2900
+ <eAnnotations xmi:id="_OV4qEu6hEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
2901
+ <children xmi:id="_OV4qE-6hEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_o7p2Zcg1Edy3YZbvY96G9w">
2902
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OV4qFO6hEdyp6cGW4pi6rw"/>
2903
+ </children>
2904
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4qEe6hEdyp6cGW4pi6rw" y="847"/>
2905
+ </children>
2906
+ <children xmi:id="_OV4qFe6hEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o7p2eMg1Edy3YZbvY96G9w">
2907
+ <eAnnotations xmi:id="_OV4qF-6hEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
2908
+ <children xmi:id="_OV4qGO6hEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_o7p2eMg1Edy3YZbvY96G9w">
2909
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_OV4qGe6hEdyp6cGW4pi6rw"/>
2910
+ </children>
2911
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_OV4qFu6hEdyp6cGW4pi6rw" y="847"/>
2912
+ </children>
2913
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_OV4p9u6hEdyp6cGW4pi6rw" showStereotype="Text"/>
2914
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_OV4p9-6hEdyp6cGW4pi6rw" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2915
+ </edges>
2916
+ <edges xmi:id="_zZSENO6hEdyp6cGW4pi6rw" element="_o7p2icg1Edy3YZbvY96G9w" source="_LFaoUO6FEdyp6cGW4pi6rw" target="_bPHPwO6FEdyp6cGW4pi6rw">
2917
+ <children xmi:id="_zZSEN-6hEdyp6cGW4pi6rw" type="NameLabel" element="_o7p2icg1Edy3YZbvY96G9w">
2918
+ <children xmi:id="_zZSEOe6hEdyp6cGW4pi6rw" type="Stereotype" element="_o7p2icg1Edy3YZbvY96G9w"/>
2919
+ <children xmi:id="_zZSEOu6hEdyp6cGW4pi6rw" type="Name" element="_o7p2icg1Edy3YZbvY96G9w"/>
2920
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zZSEOO6hEdyp6cGW4pi6rw" y="-148"/>
2921
+ </children>
2922
+ <children xmi:id="_zZSEO-6hEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_o7p2ZMg1Edy3YZbvY96G9w">
2923
+ <children xmi:id="_zZSEPe6hEdyp6cGW4pi6rw" type="ToMultiplicity" element="_o7p2ZMg1Edy3YZbvY96G9w"/>
2924
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZSEPO6hEdyp6cGW4pi6rw" x="-187" y="-1047"/>
2925
+ </children>
2926
+ <children xmi:id="_zZSEPu6hEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o7p2ZMg1Edy3YZbvY96G9w">
2927
+ <children xmi:id="_zZSEQO6hEdyp6cGW4pi6rw" type="ToRole" element="_o7p2ZMg1Edy3YZbvY96G9w"/>
2928
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZSEP-6hEdyp6cGW4pi6rw" x="90" y="213"/>
2929
+ </children>
2930
+ <children xmi:id="_zZSEQe6hEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_o7p2mcg1Edy3YZbvY96G9w">
2931
+ <children xmi:id="_zZSEQ-6hEdyp6cGW4pi6rw" type="FromMultiplicity" element="_o7p2mcg1Edy3YZbvY96G9w"/>
2932
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZSEQu6hEdyp6cGW4pi6rw" x="84" y="-729"/>
2933
+ </children>
2934
+ <children xmi:id="_zZSERO6hEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o7p2mcg1Edy3YZbvY96G9w">
2935
+ <children xmi:id="_zZSERu6hEdyp6cGW4pi6rw" type="FromRole" element="_o7p2mcg1Edy3YZbvY96G9w"/>
2936
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZSERe6hEdyp6cGW4pi6rw" x="84" y="193"/>
2937
+ </children>
2938
+ <children xmi:id="_zZSER-6hEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_o7p2ZMg1Edy3YZbvY96G9w">
2939
+ <children xmi:id="_zZSESe6hEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o7p2ZMg1Edy3YZbvY96G9w">
2940
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZSESu6hEdyp6cGW4pi6rw"/>
2941
+ </children>
2942
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZSESO6hEdyp6cGW4pi6rw" y="-148"/>
2943
+ </children>
2944
+ <children xmi:id="_zZSES-6hEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_o7p2mcg1Edy3YZbvY96G9w">
2945
+ <children xmi:id="_zZSETe6hEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o7p2mcg1Edy3YZbvY96G9w">
2946
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZSETu6hEdyp6cGW4pi6rw"/>
2947
+ </children>
2948
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZSETO6hEdyp6cGW4pi6rw" y="-148"/>
2949
+ </children>
2950
+ <children xmi:id="_zZSET-6hEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o7p2ZMg1Edy3YZbvY96G9w">
2951
+ <eAnnotations xmi:id="_zZSEUe6hEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
2952
+ <children xmi:id="_zZb1AO6hEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_o7p2ZMg1Edy3YZbvY96G9w">
2953
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZb1Ae6hEdyp6cGW4pi6rw"/>
2954
+ </children>
2955
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZSEUO6hEdyp6cGW4pi6rw" y="847"/>
2956
+ </children>
2957
+ <children xmi:id="_zZb1Au6hEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o7p2mcg1Edy3YZbvY96G9w">
2958
+ <eAnnotations xmi:id="_zZb1BO6hEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
2959
+ <children xmi:id="_zZb1Be6hEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_o7p2mcg1Edy3YZbvY96G9w">
2960
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZb1Bu6hEdyp6cGW4pi6rw"/>
2961
+ </children>
2962
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1A-6hEdyp6cGW4pi6rw" y="847"/>
2963
+ </children>
2964
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_zZSENe6hEdyp6cGW4pi6rw" showStereotype="Text"/>
2965
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zZSENu6hEdyp6cGW4pi6rw" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2966
+ </edges>
2967
+ <edges xmi:id="_zZb1B-6hEdyp6cGW4pi6rw" type="OwnedElement" source="_v5lW4O6JEdyp6cGW4pi6rw" target="_zZSEAO6hEdyp6cGW4pi6rw">
2968
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_zZb1CO6hEdyp6cGW4pi6rw" showStereotype="Text"/>
2969
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zZb1Ce6hEdyp6cGW4pi6rw" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
2970
+ </edges>
2971
+ <edges xmi:id="_zZb1Cu6hEdyp6cGW4pi6rw" element="_o7p2oMg1Edy3YZbvY96G9w" source="_LFaoUO6FEdyp6cGW4pi6rw" target="_zZSEAO6hEdyp6cGW4pi6rw">
2972
+ <children xmi:id="_zZb1De6hEdyp6cGW4pi6rw" type="NameLabel" element="_o7p2oMg1Edy3YZbvY96G9w">
2973
+ <children xmi:id="_zZb1D-6hEdyp6cGW4pi6rw" type="Stereotype" element="_o7p2oMg1Edy3YZbvY96G9w"/>
2974
+ <children xmi:id="_zZb1EO6hEdyp6cGW4pi6rw" type="Name" element="_o7p2oMg1Edy3YZbvY96G9w"/>
2975
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zZb1Du6hEdyp6cGW4pi6rw" y="-148"/>
2976
+ </children>
2977
+ <children xmi:id="_zZb1Ee6hEdyp6cGW4pi6rw" type="ToMultiplicityLabel" element="_o7p2bsg1Edy3YZbvY96G9w">
2978
+ <children xmi:id="_zZb1E-6hEdyp6cGW4pi6rw" type="ToMultiplicity" element="_o7p2bsg1Edy3YZbvY96G9w"/>
2979
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1Eu6hEdyp6cGW4pi6rw" y="318"/>
2980
+ </children>
2981
+ <children xmi:id="_zZb1FO6hEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o7p2bsg1Edy3YZbvY96G9w">
2982
+ <children xmi:id="_zZb1Fu6hEdyp6cGW4pi6rw" type="ToRole" element="_o7p2bsg1Edy3YZbvY96G9w"/>
2983
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1Fe6hEdyp6cGW4pi6rw" x="29" y="-121"/>
2984
+ </children>
2985
+ <children xmi:id="_zZb1F-6hEdyp6cGW4pi6rw" type="FromMultiplicityLabel" element="_o7p2nMg1Edy3YZbvY96G9w">
2986
+ <children xmi:id="_zZb1Ge6hEdyp6cGW4pi6rw" type="FromMultiplicity" element="_o7p2nMg1Edy3YZbvY96G9w"/>
2987
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1GO6hEdyp6cGW4pi6rw" y="318"/>
2988
+ </children>
2989
+ <children xmi:id="_zZb1Gu6hEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o7p2nMg1Edy3YZbvY96G9w">
2990
+ <children xmi:id="_zZb1HO6hEdyp6cGW4pi6rw" type="FromRole" element="_o7p2nMg1Edy3YZbvY96G9w"/>
2991
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1G-6hEdyp6cGW4pi6rw" y="-317"/>
2992
+ </children>
2993
+ <children xmi:id="_zZb1He6hEdyp6cGW4pi6rw" type="ToQualifierLabel" element="_o7p2bsg1Edy3YZbvY96G9w">
2994
+ <children xmi:id="_zZb1H-6hEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o7p2bsg1Edy3YZbvY96G9w">
2995
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZb1IO6hEdyp6cGW4pi6rw"/>
2996
+ </children>
2997
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1Hu6hEdyp6cGW4pi6rw" y="-148"/>
2998
+ </children>
2999
+ <children xmi:id="_zZb1Ie6hEdyp6cGW4pi6rw" type="FromQualifierLabel" element="_o7p2nMg1Edy3YZbvY96G9w">
3000
+ <children xmi:id="_zZb1I-6hEdyp6cGW4pi6rw" type="QualifierCompartment" element="_o7p2nMg1Edy3YZbvY96G9w">
3001
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZb1JO6hEdyp6cGW4pi6rw"/>
3002
+ </children>
3003
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1Iu6hEdyp6cGW4pi6rw" y="-148"/>
3004
+ </children>
3005
+ <children xmi:id="_zZb1Je6hEdyp6cGW4pi6rw" type="ToRoleLabel" element="_o7p2bsg1Edy3YZbvY96G9w">
3006
+ <eAnnotations xmi:id="_zZb1J-6hEdyp6cGW4pi6rw" source="ToConstraintLabel"/>
3007
+ <children xmi:id="_zZb1KO6hEdyp6cGW4pi6rw" visible="false" type="ToConstraintCompartment" element="_o7p2bsg1Edy3YZbvY96G9w">
3008
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZb1Ke6hEdyp6cGW4pi6rw"/>
3009
+ </children>
3010
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1Ju6hEdyp6cGW4pi6rw" y="847"/>
3011
+ </children>
3012
+ <children xmi:id="_zZb1Ku6hEdyp6cGW4pi6rw" type="FromRoleLabel" element="_o7p2nMg1Edy3YZbvY96G9w">
3013
+ <eAnnotations xmi:id="_zZb1LO6hEdyp6cGW4pi6rw" source="FromConstraintLabel"/>
3014
+ <children xmi:id="_zZb1Le6hEdyp6cGW4pi6rw" visible="false" type="FromConstraintCompartment" element="_o7p2nMg1Edy3YZbvY96G9w">
3015
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_zZb1Lu6hEdyp6cGW4pi6rw"/>
3016
+ </children>
3017
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_zZb1K-6hEdyp6cGW4pi6rw" y="847"/>
3018
+ </children>
3019
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_zZb1C-6hEdyp6cGW4pi6rw" showStereotype="Text"/>
3020
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zZb1DO6hEdyp6cGW4pi6rw" points="[-21, 486, -1609, -2075]$[-21, 677, -1609, -1884]$[741, 1566, -847, -995]"/>
3021
+ </edges>
3022
+ </contents>
3023
+ </eAnnotations>
3024
+ <ownedComment xmi:id="_ae8Q4O6iEdyp6cGW4pi6rw" body="Simplified GSM Network application &#xD;&#xA;&#xD;&#xA;An application instance manages a set of Base Station Controler.&#xD;&#xA;A BSC consist of several Base Transceiver Station (antenna). A BSC has an administrator. A BTS has neightboors BTS.&#xD;&#xA;&#xD;&#xA;Access Roles and Group are fully customisable and will be defined at configuration time when the application is in production.&#xD;&#xA;These groups and roles will however require criteria based on computations. Some access right may be granted if a user is &#xD;&#xA;an administrator for a model object (association between user and BSC).&#xD;&#xA;Some access rights may be granted indirectly. On our example, we say a BTS station has neighboors. In our application,&#xD;&#xA; we will be granting special rights on a BSC for users which are administrator of a neighboor station. We thus &#xD;&#xA;define an AccessControlCriteria &quot;UserIsAdminOfNeighbourBTS&quot;.&#xD;&#xA;&#xD;&#xA;We could hardcode these access rights, but the solution offered here is considered more flexible because harcoding is limited &#xD;&#xA;to hardcoded &quot;access control criteria&quot;. We will define a &quot;criteria&quot; UserIsAdminOfBTS. This criteria will be referenced by a &#xD;&#xA;role defined at configuration time. &#xD;&#xA;&#xD;&#xA;WHERE WILL BE IMPLEMENTED ACCESSS CONTROL CRITERIA ?&#xD;&#xA;A special method returing a list of GlobalAccessControlCriteria is inserted in each class model. This method&#xD;&#xA;is called in the security interception layer to determine user rights. (Method is not visibile in this PIM model. )&#xD;&#xA;"/>
3025
+ <ownedComment xmi:id="_-b7tkO6rEdyp6cGW4pi6rw" body="A method or an attribute stereotyped &lt;&lt;Secured>> will need to have explicit grant rights to be accessible&#xD;&#xA;(trough a Role and a SecureMethod or a Secure Field grant done at configuration time)"/>
3026
+ <ownedMember xmi:type="uml:Class" xmi:id="_mqcOIO6GEdyp6cGW4pi6rw" name="Base Transceiver Station">
3027
+ <ownedComment xmi:id="_PWz6IO6HEdyp6cGW4pi6rw" body="Base Transceiver Station (BTS) - The network element which handles the radio interface to the mobile station. The BTS is the radio equipment (transceivers and antennas) needed to service each cell in the network." annotatedElement="_mqcOIO6GEdyp6cGW4pi6rw">
3028
+ <eAnnotations xmi:id="_PWz6Ie6HEdyp6cGW4pi6rw" source="appliedStereotypes">
3029
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_PWz6Iu6HEdyp6cGW4pi6rw"/>
3030
+ </eAnnotations>
3031
+ </ownedComment>
3032
+ <ownedAttribute xmi:id="_o0Urwe6GEdyp6cGW4pi6rw" name="neighbours" type="_mqcOIO6GEdyp6cGW4pi6rw" association="_o0UrwO6GEdyp6cGW4pi6rw">
3033
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_o0UrxO6GEdyp6cGW4pi6rw" value="-1"/>
3034
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_o0Urw-6GEdyp6cGW4pi6rw"/>
3035
+ </ownedAttribute>
3036
+ <ownedAttribute xmi:id="_KHMd0O6LEdyp6cGW4pi6rw" name="secretInformation" visibility="private">
3037
+ <eAnnotations xmi:id="_NEMkEE0KEd2i8K_bvhaV9A" source="appliedStereotypes">
3038
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Secured" xmi:id="_NEMkEU0KEd2i8K_bvhaV9A"/>
3039
+ </eAnnotations>
3040
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
3041
+ </ownedAttribute>
3042
+ <ownedAttribute xmi:id="_SaGvMO6LEdyp6cGW4pi6rw" name="BTSname" visibility="private">
3043
+ <eAnnotations xmi:id="_OwhjAE0KEd2i8K_bvhaV9A" source="appliedStereotypes">
3044
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_OwhjAU0KEd2i8K_bvhaV9A"/>
3045
+ </eAnnotations>
3046
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
3047
+ </ownedAttribute>
3048
+ <ownedAttribute xmi:id="_cejzgu6HEdyp6cGW4pi6rw" name="owner" visibility="private" type="_RWbogO6HEdyp6cGW4pi6rw" association="_cejzgO6HEdyp6cGW4pi6rw"/>
3049
+ <ownedAttribute xmi:id="_XV2HYO-yEdyh89Ta87l9qQ" name="schema" visibility="private" type="__nW4oO-MEdyOubPwncMOqg" isReadOnly="true" isDerived="true"/>
3050
+ <ownedOperation xmi:id="_LHNj0O6gEdyp6cGW4pi6rw" name="query BTS status" type="_UpYdoO6gEdyp6cGW4pi6rw">
3051
+ <eAnnotations xmi:id="_QwE_8E0KEd2i8K_bvhaV9A" source="appliedStereotypes">
3052
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Secured" xmi:id="_QwE_8U0KEd2i8K_bvhaV9A"/>
3053
+ </eAnnotations>
3054
+ <returnResult xmi:id="_jOr6IO6gEdyp6cGW4pi6rw" name="ReturnResultParameter1" type="_UpYdoO6gEdyp6cGW4pi6rw" direction="return"/>
3055
+ </ownedOperation>
3056
+ <ownedOperation xmi:id="_Ay4PQO6KEdyp6cGW4pi6rw" name="shutdown">
3057
+ <eAnnotations xmi:id="_SQMH0E0KEd2i8K_bvhaV9A" source="appliedStereotypes">
3058
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Secured" xmi:id="_SQV40E0KEd2i8K_bvhaV9A"/>
3059
+ </eAnnotations>
3060
+ </ownedOperation>
3061
+ </ownedMember>
3062
+ <ownedMember xmi:type="uml:Association" xmi:id="_o0UrwO6GEdyp6cGW4pi6rw" memberEnd="_o0Urwe6GEdyp6cGW4pi6rw _o0Urwu6GEdyp6cGW4pi6rw">
3063
+ <ownedEnd xmi:id="_o0Urwu6GEdyp6cGW4pi6rw" visibility="private" type="_mqcOIO6GEdyp6cGW4pi6rw" association="_o0UrwO6GEdyp6cGW4pi6rw">
3064
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_qQpf0e6GEdyp6cGW4pi6rw" value="-1"/>
3065
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_qQpf0O6GEdyp6cGW4pi6rw"/>
3066
+ </ownedEnd>
3067
+ </ownedMember>
3068
+ <ownedMember xmi:type="uml:Class" xmi:id="_RWbogO6HEdyp6cGW4pi6rw" name="Base Station Controller">
3069
+ <ownedComment xmi:id="_R_Ye4O6HEdyp6cGW4pi6rw" body="Base Station Controller (BSC) - The network element which provides all the control functions and physical links between the MSC and BTS. The BSC provides functions such as handover, cell configuration data, and control of radio frequency (RF) power levels in Base Transceiver Stations." annotatedElement="_RWbogO6HEdyp6cGW4pi6rw">
3070
+ <eAnnotations xmi:id="_R_Ye4e6HEdyp6cGW4pi6rw" source="appliedStereotypes">
3071
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_R_Ye4u6HEdyp6cGW4pi6rw"/>
3072
+ </eAnnotations>
3073
+ </ownedComment>
3074
+ <ownedAttribute xmi:id="_cejzge6HEdyp6cGW4pi6rw" name="transceivers" type="_mqcOIO6GEdyp6cGW4pi6rw" association="_cejzgO6HEdyp6cGW4pi6rw" aggregation="composite">
3075
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_cejzhO6HEdyp6cGW4pi6rw" value="-1"/>
3076
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_cejzg-6HEdyp6cGW4pi6rw"/>
3077
+ </ownedAttribute>
3078
+ <ownedAttribute xmi:id="_Glgxse6JEdyp6cGW4pi6rw" name="administrators" type="_o7p2Xsg1Edy3YZbvY96G9w" association="_GlgxsO6JEdyp6cGW4pi6rw">
3079
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_T0fUce6JEdyp6cGW4pi6rw" value="-1"/>
3080
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_T0fUcO6JEdyp6cGW4pi6rw"/>
3081
+ </ownedAttribute>
3082
+ <ownedAttribute xmi:id="_NEIwEO6LEdyp6cGW4pi6rw" name="BSCname" visibility="private">
3083
+ <eAnnotations xmi:id="_UddQoE0KEd2i8K_bvhaV9A" source="appliedStereotypes">
3084
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__Label" xmi:id="_UddQoU0KEd2i8K_bvhaV9A"/>
3085
+ </eAnnotations>
3086
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
3087
+ </ownedAttribute>
3088
+ </ownedMember>
3089
+ <ownedMember xmi:type="uml:Association" xmi:id="_cejzgO6HEdyp6cGW4pi6rw" memberEnd="_cejzge6HEdyp6cGW4pi6rw _cejzgu6HEdyp6cGW4pi6rw"/>
3090
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_kK5NEO6HEdyp6cGW4pi6rw" name="GSM Access Rights">
3091
+ <eAnnotations xmi:id="_gNODYE0KEd2i8K_bvhaV9A" source="appliedStereotypes">
3092
+ <contents xmi:type="OntoMDEprofil_31:OntoMDEprofil__ComputedAccessControlCriteria" xmi:id="_gNODYU0KEd2i8K_bvhaV9A"/>
3093
+ </eAnnotations>
3094
+ <ownedLiteral xmi:id="_qpBHEO6HEdyp6cGW4pi6rw" name="UserIsAdminOfNeighbourBTS">
3095
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_miMuwO6fEdyp6cGW4pi6rw"/>
3096
+ </ownedLiteral>
3097
+ <ownedLiteral xmi:id="_Gog9MO6bEdyp6cGW4pi6rw" name="UserIsOnDuty">
3098
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_jpifkO6fEdyp6cGW4pi6rw"/>
3099
+ </ownedLiteral>
3100
+ <ownedLiteral xmi:id="_nP0CsO6fEdyp6cGW4pi6rw" name="UserIsAdminOfBTS">
3101
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_oM6kIO6fEdyp6cGW4pi6rw"/>
3102
+ </ownedLiteral>
3103
+ </ownedMember>
3104
+ <ownedMember xmi:type="uml:Class" xmi:id="_V954AO6JEdyp6cGW4pi6rw" name="GSM Network Application Instance">
3105
+ <ownedAttribute xmi:id="_YGt-oe6JEdyp6cGW4pi6rw" name="controllers" type="_RWbogO6HEdyp6cGW4pi6rw" association="_YGt-oO6JEdyp6cGW4pi6rw" aggregation="composite">
3106
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_YGt-pO6JEdyp6cGW4pi6rw" value="-1"/>
3107
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_YGt-o-6JEdyp6cGW4pi6rw"/>
3108
+ </ownedAttribute>
3109
+ <ownedAttribute xmi:id="_sP56ce6JEdyp6cGW4pi6rw" name="security Panel" visibility="private" type="_o7p2d8g1Edy3YZbvY96G9w" association="_sP56cO6JEdyp6cGW4pi6rw" aggregation="composite">
3110
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_sP56dO6JEdyp6cGW4pi6rw" value="1"/>
3111
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_sP56c-6JEdyp6cGW4pi6rw" value="1"/>
3112
+ </ownedAttribute>
3113
+ </ownedMember>
3114
+ <ownedMember xmi:type="uml:Association" xmi:id="_YGt-oO6JEdyp6cGW4pi6rw" memberEnd="_YGt-oe6JEdyp6cGW4pi6rw _YGt-ou6JEdyp6cGW4pi6rw">
3115
+ <ownedEnd xmi:id="_YGt-ou6JEdyp6cGW4pi6rw" visibility="private" type="_V954AO6JEdyp6cGW4pi6rw" association="_YGt-oO6JEdyp6cGW4pi6rw"/>
3116
+ </ownedMember>
3117
+ <ownedMember xmi:type="uml:Class" xmi:id="_UpYdoO6gEdyp6cGW4pi6rw" name="BTS Status">
3118
+ <ownedAttribute xmi:id="_ka2LQO6gEdyp6cGW4pi6rw" name="uptime" visibility="private">
3119
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8K86EdieaYgxtVWN8Q"/>
3120
+ </ownedAttribute>
3121
+ <ownedAttribute xmi:id="_otFcgO6gEdyp6cGW4pi6rw" name="faulty" visibility="private">
3122
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXfBUK86EdieaYgxtVWN8Q"/>
3123
+ </ownedAttribute>
3124
+ </ownedMember>
3125
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_YqFJkO65EdyP442wD0PCHQ" name="make A Demo">
3126
+ <ownedComment xmi:id="_sXkA0O65EdyP442wD0PCHQ" body="this (meta) use case is about making a demonstration of this application.&#xD;&#xA;This element is created in UML in order to be able to link a data set to it.&#xD;&#xA;(Data set is created with Protege/2000 usign ontomde-kb binding tool incorporated in this demo)" annotatedElement="_YqFJkO65EdyP442wD0PCHQ">
3127
+ <eAnnotations xmi:id="_sXkA0e65EdyP442wD0PCHQ" source="appliedStereotypes">
3128
+ <contents xmi:type="Default_0:Default__Documentation" xmi:id="_sXkA0u65EdyP442wD0PCHQ"/>
3129
+ </eAnnotations>
3130
+ </ownedComment>
3131
+ </ownedMember>
3132
+ </ownedMember>
3133
+ <ownedMember xmi:type="uml:Association" xmi:id="_GlgxsO6JEdyp6cGW4pi6rw" memberEnd="_Glgxse6JEdyp6cGW4pi6rw _Glp7oO6JEdyp6cGW4pi6rw"/>
3134
+ <ownedMember xmi:type="uml:Association" xmi:id="_sP56cO6JEdyp6cGW4pi6rw" memberEnd="_sP56ce6JEdyp6cGW4pi6rw _sP56cu6JEdyp6cGW4pi6rw">
3135
+ <ownedEnd xmi:id="_sP56cu6JEdyp6cGW4pi6rw" visibility="private" type="_V954AO6JEdyp6cGW4pi6rw" association="_sP56cO6JEdyp6cGW4pi6rw"/>
3136
+ </ownedMember>
3137
+ </uml:Model>