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,71 @@
1
+ #
2
+ # configuration file for ontomde-java code generator
3
+ #
4
+
5
+ --webservice
6
+
7
+ --no-skipNoReverseMarker
8
+ --no-verbose
9
+ -m jpa
10
+
11
+ # database will be created every time
12
+ --ddl_mode create
13
+
14
+ # unzip is not available (manual unzip required)
15
+ --useUnzip
16
+
17
+ # a default implementation will be generate for every method when possible
18
+ --simulateNotImplementedMethods
19
+
20
+ # property will be automatically created in uml classes
21
+ # to satisfy implemented interfaces
22
+ --withAutoImplementProperty
23
+
24
+ # operation will be automatically created in uml classes
25
+ # to satisfy implemented interfaces
26
+ --withAutoImplementOperation
27
+
28
+ # do not generated string accessors for enumeration.
29
+ --no-withEnumAsString
30
+
31
+ # load this project specific generator file
32
+ --load src/main/mda/mda.rb
33
+ --load src/main/mda/customDataTypes.rb
34
+
35
+ # run generator internal checks
36
+ --message-check
37
+
38
+ # use uml model source
39
+ --nt src/main/model/model.emx.nt
40
+
41
+ # generate application in target directory
42
+ --webContentRelativeDir webapp/src/main/webapp
43
+ --javaRelativeDir domain/src/main/java/
44
+ --jpaConfigDir domain/src/main/resources
45
+ --webResourcesDir webapp/src/main/resources/
46
+
47
+ --javaFilePathRegexp
48
+ \-disabled-.methods\.@webapp/src/main/java/
49
+ --javaFilePathRegexp
50
+ \.struts\.@webapp/src/main/java/
51
+ --no-logFileWrite
52
+ --dbTypeDiscriminator int
53
+
54
+ --load src/main/mda/dbDiscriminatorCache.rb
55
+ --load src/main/mda/customDataTypes.rb
56
+
57
+ --dbDiscriminatorCacheRelFile src/main/mda/dbDiscriminatorCache.rb
58
+ --no-generateAntBuildFile
59
+ --struts
60
+ --no-generateXMLStrutsForm
61
+ --backTrace
62
+ --security
63
+ --updateTestDataProject
64
+ --testDataProject src/main/model/model.emx.nt
65
+ # url should be changed url as desired
66
+ --rsm6WebDocURI ../umldoc/
67
+
68
+ #generate helper file for launching ontomde-java from debug tool.
69
+ --generateDebugLauncher
70
+
71
+ # end of configuration file
@@ -0,0 +1,24 @@
1
+ #!/bin/bash
2
+
3
+ cd `dirname $0`
4
+
5
+ D="`date +%Y-%m-%d-%H-%M`"
6
+ Z="deleted-$D.zip"
7
+ T="$D.timestamp"
8
+ L="$D.TOBEDELETED"
9
+
10
+ find ../domain/src -path '*/.svn/*' -prune \
11
+ -or \( -type d -not -path '*/.svn/*' -empty -delete \) \
12
+ -or -name "*.java" -exec grep --silent XMDA_BEGIN_reverse {} \; \( -exec grep --silent XMDA_BEGIN_reverse=\"yes\" {} \; -exec echo KEEP : {} \; \
13
+ -or -exec echo DELETE: {} \; \) | tee $L | grep -v DELETE
14
+
15
+ find ../webapp/src -path '*/.svn/*' -prune \
16
+ -or \( -type d -not -path '*/.svn/*' -empty -delete \) \
17
+ -or -name "*.java" -exec grep --silent XMDA_BEGIN_reverse {} \; \( -exec grep --silent XMDA_BEGIN_reverse=\"yes\" {} \; -exec echo KEEP : {} \; \
18
+ -or -exec echo DELETE: {} \; \) | tee $L | grep -v DELETE
19
+
20
+ #empty directory are removed by zip
21
+ cat $L | sed 's/^DELETE: *//g' | zip -m $Z -@
22
+ rm $L
23
+
24
+ echo "deleted file have been moved to $Z"
@@ -0,0 +1,75 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
+ <parent>
6
+ <artifactId>projectbase</artifactId>
7
+ <groupId>net.sourceforge.ontomde.samples.mescontacts</groupId>
8
+ <version>2.0-SNAPSHOT</version>
9
+ <relativePath>../projectbase</relativePath>
10
+ </parent>
11
+ <modelVersion>4.0.0</modelVersion>
12
+ <artifactId>ontomde-demo-mescontacts-mda</artifactId>
13
+ <packaging>pom</packaging>
14
+ <name>Model</name>
15
+
16
+ <build>
17
+
18
+ <defaultGoal>process-sources</defaultGoal>
19
+
20
+ <plugins>
21
+ <plugin>
22
+ <groupId>net.sourceforge.ontomde</groupId>
23
+ <artifactId>ontomde-plugin</artifactId>
24
+ <version>2.0-SNAPSHOT</version>
25
+ <configuration>
26
+ <ontomdeVersion>2.0.0</ontomdeVersion>
27
+ <targetDir>..</targetDir>
28
+ <reverseFile>ontomde.reverse.tmp</reverseFile>
29
+ <ontomdeOptions>--backTrace</ontomdeOptions>
30
+ </configuration>
31
+ <executions>
32
+ <execution>
33
+ <goals>
34
+ <goal>reverse-generate</goal>
35
+ <goal>store-delete</goal>
36
+ </goals>
37
+ </execution>
38
+ </executions>
39
+ </plugin>
40
+
41
+ <plugin>
42
+ <groupId>net.sourceforge.ontomde</groupId>
43
+ <artifactId>ontomde-formatter-plugin</artifactId>
44
+ <configuration>
45
+ <formatterConfigFile>
46
+ ${basedir}\src\main\resources\formatter.properties
47
+ </formatterConfigFile>
48
+ <javaDirs>
49
+ <javaDir>
50
+ ${basedir}\..\domain\src\main\java
51
+ </javaDir>
52
+ <javaDir>
53
+ ${basedir}\..\webapp\src\main\java
54
+ </javaDir>
55
+ </javaDirs>
56
+ </configuration>
57
+ <executions>
58
+ <execution>
59
+ <id>format-sources</id>
60
+ <phase>process-sources</phase>
61
+ <goals>
62
+ <goal>formatter</goal>
63
+ </goals>
64
+ </execution>
65
+
66
+ </executions>
67
+ </plugin>
68
+ </plugins>
69
+ </build>
70
+
71
+ <properties>
72
+
73
+ </properties>
74
+ </project>
75
+
@@ -0,0 +1,6 @@
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]/)
6
+ addDataTypeMapping("PhoneNumber",DatatypeMappingText)
@@ -0,0 +1,88 @@
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("soa.ClasseMetier",0)
9
+ db_disc("gUI.ContactList",1)
10
+ db_disc("domain.Customer",2)
11
+ db_disc("domain.ContactGroup",3)
12
+ db_disc("domain.ContactRepository",4)
13
+ db_disc("domain.Category",5)
14
+ db_disc("domain.Contact",6)
15
+ db_disc("domain.dto.ContactDTO",7)
16
+ db_disc("demo2testModel.Femme",10)
17
+ db_disc("demo2testModel.Session",11)
18
+ db_disc("demo2testModel.Homme",12)
19
+ db_disc("administration.ApplicationUser",13)
20
+ db_disc("demo2testModel.AdresseType1",14)
21
+ db_disc("demo2testModel.Adresse",17)
22
+ db_disc("demo1GSMNetwork.BTSStatus",18)
23
+ db_disc("demo1GSMNetwork.GSMNetworkApplicationInstance",20)
24
+ db_disc("demo2testModel.Client",21)
25
+ db_disc("demo1GSMNetwork.BaseTransceiverStation",22)
26
+ db_disc("demo1GSMNetwork.BaseStationController",23)
27
+ db_disc("demo2testModel.Contrat",24)
28
+ db_disc("demo2testModel.BinaryFile",26)
29
+ db_disc("demo2testModel.AdresseType2",27)
30
+ db_disc("administration.SecureField",30)
31
+ db_disc("administration.SecureWebFilter",87)
32
+ db_disc("administration.SecureMethod",89)
33
+ db_disc("administration.SecurityPanel",90)
34
+ db_disc("administration.BusinessGroup",91)
35
+ db_disc("administration.SecurityRole",92)
36
+ db_disc("administration.SecurityPanel",93)
37
+ db_disc("administration.SecureMethod",94)
38
+ db_disc("administration.SecurityRole",95)
39
+ db_disc("administration.BusinessGroup",96)
40
+ end
41
+ # ###########################
42
+ # END OF USER MODIFIABLE ZONE
43
+ # ###########################
44
+
45
+
46
+
47
+ # Conversion to model URI
48
+ def db_disc(k,v)
49
+ ::Muml_Class::DB_DISCRIMINATOR[::Muml_Class::DB_URI_ALIAS[k]]=v
50
+ end
51
+ ::Muml_Class::DB_URI_ALIAS.merge!({
52
+ %{soa.ClasseMetier} => %{ukb__8T1cYCdFEd24VcLrkQTMlg} ,
53
+ %{domain.ContactGroup} => %{ukb__AENbADbOEd2lD7Jp_XKq2A} ,
54
+ %{gUI.ContactList} => %{ukb__AJAmADbPEd2lD7Jp_XKq2A} ,
55
+ %{demo2testModel.Femme} => %{ukb__DmkocIC5Edykv_1FYm8uuQ} ,
56
+ %{demo2testModel.AdresseType1} => %{ukb__OwYN4EDQEdyns9CNPlmfXw} ,
57
+ %{demo2testModel.Adresse} => %{ukb__RHhQkDuPEdyltIorAFYEcg} ,
58
+ %{demo1GSMNetwork.BaseStationController} => %{ukb__RWbogO6HEdyp6cGW4pi6rw} ,
59
+ %{domain.Contact} => %{ukb__Rq2XADbNEd2lD7Jp_XKq2A} ,
60
+ %{administration.BusinessGroup} => %{ukb__SVQ-0D09Ed2SuOkT56DHAg} ,
61
+ %{administration.SecureField} => %{ukb__SVQ-4D09Ed2SuOkT56DHAg} ,
62
+ %{administration.SecurityRole} => %{ukb__SVQ-jT09Ed2SuOkT56DHAg} ,
63
+ %{administration.SecurityPanel} => %{ukb__SVQ-oj09Ed2SuOkT56DHAg} ,
64
+ %{administration.SecureMethod} => %{ukb__SVQ-xz09Ed2SuOkT56DHAg} ,
65
+ %{demo1GSMNetwork.BTSStatus} => %{ukb__UpYdoO6gEdyp6cGW4pi6rw} ,
66
+ %{demo1GSMNetwork.GSMNetworkApplicationInstance} => %{ukb__V954AO6JEdyp6cGW4pi6rw} ,
67
+ %{demo2testModel.AdresseType2} => %{ukb__VQg6EEDQEdyns9CNPlmfXw} ,
68
+ %{domain.ContactRepository} => %{ukb__WCP1EDbNEd2lD7Jp_XKq2A} ,
69
+ %{domain.Category} => %{ukb___QWVIDbNEd2lD7Jp_XKq2A} ,
70
+ %{demo2testModel.Homme} => %{ukb___gYPIIC4Edykv_1FYm8uuQ} ,
71
+ %{domain.Customer} => %{ukb__ab4u0DbNEd2lD7Jp_XKq2A} ,
72
+ %{domain.dto.ContactDTO} => %{ukb__dkDZgDhVEd2Dg_DuOx74iA} ,
73
+ %{demo2testModel.BinaryFile} => %{ukb__gLWKwKKKEdy9rpjqfOC8lg} ,
74
+ %{demo2testModel.Session} => %{ukb__jQ4fIDuOEdyltIorAFYEcg} ,
75
+ %{demo1GSMNetwork.BaseTransceiverStation} => %{ukb__mqcOIO6GEdyp6cGW4pi6rw} ,
76
+ %{administration.ApplicationUser} => %{ukb__o7p2Xsg1Edy3YZbvY96G9w} ,
77
+ %{administration.SecurityRole} => %{ukb__o7p2Zsg1Edy3YZbvY96G9w} ,
78
+ %{administration.SecurityPanel} => %{ukb__o7p2d8g1Edy3YZbvY96G9w} ,
79
+ %{administration.SecureWebFilter} => %{ukb__o7p2i8g1Edy3YZbvY96G9w} ,
80
+ %{administration.SecureMethod} => %{ukb__o7p2lMg1Edy3YZbvY96G9w} ,
81
+ %{administration.BusinessGroup} => %{ukb__o7p2mMg1Edy3YZbvY96G9w} ,
82
+ %{demo2testModel.Contrat} => %{ukb__p4-NcDuOEdyltIorAFYEcg} ,
83
+ %{demo2testModel.Client} => %{ukb__rtzBEDuOEdyltIorAFYEcg} ,
84
+ })
85
+ declarePredefinedDiscrimators();
86
+ #free ressources
87
+ def declarePredefinedDiscrimators()
88
+ end
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>ontomde-demo-mescontacts-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,2106 @@
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:OntoMDEprofil_24="http:///_qAPo4DhfEd2zjtJrcVcbMw.profile.uml2" xmlns:OntoMDEprofil_24_1="http:///_vij-wDhbEd2zjtJrcVcbMw.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:///_qAPo4DhfEd2zjtJrcVcbMw.profile.uml2 platform:/resource/ontomde-profil/OntoMDE-profil.epx#_qAPo4ThfEd2zjtJrcVcbMw?OntoMDE-profil/%3CEPackage%3E http:///_vij-wDhbEd2zjtJrcVcbMw.profile.uml2 platform:/resource/ontomde-profil/OntoMDE-profil.epx" xmi:id="_B5c60DbNEd2lD7Jp_XKq2A" name="MesContacts" appliedProfile="_B5c61DbNEd2lD7Jp_XKq2A _B5c61zbNEd2lD7Jp_XKq2A _B5c62jbNEd2lD7Jp_XKq2A _B5c63TbNEd2lD7Jp_XKq2A _B5c64DbNEd2lD7Jp_XKq2A _bM14QDhaEd2pXtEbAc5NJA">
4
+ <eAnnotations xmi:id="_B5c60TbNEd2lD7Jp_XKq2A" source="uml2.diagrams" references="_B5c60jbNEd2lD7Jp_XKq2A">
5
+ <contents xmi:type="notation:Diagram" xmi:id="_B5c60jbNEd2lD7Jp_XKq2A" type="Freeform" name="Main">
6
+ <children xmi:id="_IkSW8DbUEd2h45X7NHdBZQ" type="Note" element="_aYb1YjbREd2lD7Jp_XKq2A">
7
+ <eAnnotations xmi:id="_IkcH8DbUEd2h45X7NHdBZQ" source="DiagramLink"/>
8
+ <children xmi:id="_IkSW8zbUEd2h45X7NHdBZQ" type="DiagramName" element="_aYb1YjbREd2lD7Jp_XKq2A"/>
9
+ <children xmi:id="_IkSW9DbUEd2h45X7NHdBZQ" type="Description" element="_aYb1YjbREd2lD7Jp_XKq2A"/>
10
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_IkSW8TbUEd2h45X7NHdBZQ"/>
11
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_IkSW8jbUEd2h45X7NHdBZQ" x="3180" y="318"/>
12
+ </children>
13
+ <children xmi:id="_JRlh0DbUEd2h45X7NHdBZQ" type="Note" element="_Umu8gTbREd2lD7Jp_XKq2A">
14
+ <eAnnotations xmi:id="_JRlh1TbUEd2h45X7NHdBZQ" source="DiagramLink"/>
15
+ <children xmi:id="_JRlh0zbUEd2h45X7NHdBZQ" type="DiagramName" element="_Umu8gTbREd2lD7Jp_XKq2A"/>
16
+ <children xmi:id="_JRlh1DbUEd2h45X7NHdBZQ" type="Description" element="_Umu8gTbREd2lD7Jp_XKq2A"/>
17
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_JRlh0TbUEd2h45X7NHdBZQ"/>
18
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JRlh0jbUEd2h45X7NHdBZQ" y="318"/>
19
+ </children>
20
+ <children xmi:id="_QoT3wDbUEd2h45X7NHdBZQ" type="Note" element="_Y59FMjbREd2lD7Jp_XKq2A">
21
+ <eAnnotations xmi:id="_QoT3xTbUEd2h45X7NHdBZQ" source="DiagramLink"/>
22
+ <children xmi:id="_QoT3wzbUEd2h45X7NHdBZQ" type="DiagramName" element="_Y59FMjbREd2lD7Jp_XKq2A"/>
23
+ <children xmi:id="_QoT3xDbUEd2h45X7NHdBZQ" type="Description" element="_Y59FMjbREd2lD7Jp_XKq2A"/>
24
+ <styles xmi:type="notation:ShapeStyle" xmi:id="_QoT3wTbUEd2h45X7NHdBZQ"/>
25
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_QoT3wjbUEd2h45X7NHdBZQ" x="6360" y="318"/>
26
+ </children>
27
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_B5c60zbNEd2lD7Jp_XKq2A"/>
28
+ </contents>
29
+ </eAnnotations>
30
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_B5c61DbNEd2lD7Jp_XKq2A">
31
+ <eAnnotations xmi:id="_B5c61TbNEd2lD7Jp_XKq2A" source="attributes">
32
+ <details xmi:id="_B5c61jbNEd2lD7Jp_XKq2A" key="version" value="0"/>
33
+ </eAnnotations>
34
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
35
+ <importedProfile href="pathmap://UML2_PROFILES/Basic.profile.uml2#_6mFRgK86Edih9-GG5afQ0g"/>
36
+ </packageImport>
37
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_B5c61zbNEd2lD7Jp_XKq2A">
38
+ <eAnnotations xmi:id="_B5c62DbNEd2lD7Jp_XKq2A" source="attributes">
39
+ <details xmi:id="_B5c62TbNEd2lD7Jp_XKq2A" key="version" value="0"/>
40
+ </eAnnotations>
41
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
42
+ <importedProfile href="pathmap://UML2_PROFILES/Intermediate.profile.uml2#_Cz7csK87Edih9-GG5afQ0g"/>
43
+ </packageImport>
44
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_B5c62jbNEd2lD7Jp_XKq2A">
45
+ <eAnnotations xmi:id="_B5c62zbNEd2lD7Jp_XKq2A" source="attributes">
46
+ <details xmi:id="_B5c63DbNEd2lD7Jp_XKq2A" key="version" value="0"/>
47
+ </eAnnotations>
48
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
49
+ <importedProfile href="pathmap://UML2_PROFILES/Complete.profile.uml2#_M7pTkK87Edih9-GG5afQ0g"/>
50
+ </packageImport>
51
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_B5c63TbNEd2lD7Jp_XKq2A">
52
+ <eAnnotations xmi:id="_B5c63jbNEd2lD7Jp_XKq2A" source="attributes">
53
+ <details xmi:id="_B5c63zbNEd2lD7Jp_XKq2A" key="version" value="0"/>
54
+ </eAnnotations>
55
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
56
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Default.epx#_a_S3wNWLEdiy4IqP8whjFA?Default"/>
57
+ </packageImport>
58
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_B5c64DbNEd2lD7Jp_XKq2A">
59
+ <eAnnotations xmi:id="_B5c64TbNEd2lD7Jp_XKq2A" source="attributes">
60
+ <details xmi:id="_B5c64jbNEd2lD7Jp_XKq2A" key="version" value="0"/>
61
+ </eAnnotations>
62
+ <importedPackage xmi:type="uml:Profile" href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
63
+ <importedProfile href="pathmap://UML2_MSL_PROFILES/Deployment.epx#_vjbuwOvHEdiDX5bji0iVSA?Deployment"/>
64
+ </packageImport>
65
+ <packageImport xmi:id="_B5c64zbNEd2lD7Jp_XKq2A">
66
+ <importedPackage xmi:type="uml:Model" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_EfRZoK86EdieaYgxtVWN8Q"/>
67
+ </packageImport>
68
+ <packageImport xmi:type="uml:ProfileApplication" xmi:id="_bM14QDhaEd2pXtEbAc5NJA">
69
+ <eAnnotations xmi:id="_bM14QThaEd2pXtEbAc5NJA" source="attributes">
70
+ <details xmi:id="_bM14QjhaEd2pXtEbAc5NJA" key="version" value="24"/>
71
+ </eAnnotations>
72
+ <importedPackage xmi:type="uml:Profile" href="platform:/resource/ontomde-profil/OntoMDE-profil.epx#_-xY2QT6NEdyDqtBcWiARwA?OntoMDE-profil"/>
73
+ <importedProfile href="platform:/resource/ontomde-profil/OntoMDE-profil.epx#_-xY2QT6NEdyDqtBcWiARwA?OntoMDE-profil"/>
74
+ </packageImport>
75
+ <ownedMember xmi:type="uml:Package" xmi:id="_UmlLgDbREd2lD7Jp_XKq2A" name="BaseTypes">
76
+ <eAnnotations xmi:id="_Umu8gDbREd2lD7Jp_XKq2A" source="uml2.diagrams" references="_Umu8gTbREd2lD7Jp_XKq2A">
77
+ <contents xmi:type="notation:Diagram" xmi:id="_Umu8gTbREd2lD7Jp_XKq2A" type="Freeform" name="Base types view">
78
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_Umu8gjbREd2lD7Jp_XKq2A"/>
79
+ </contents>
80
+ </eAnnotations>
81
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_pFT2UDbNEd2lD7Jp_XKq2A" name="LetterFilter">
82
+ <ownedLiteral xmi:id="_qVx_sDbNEd2lD7Jp_XKq2A" name="x"/>
83
+ <ownedLiteral xmi:id="_q2ankDbNEd2lD7Jp_XKq2A" name="a"/>
84
+ <ownedLiteral xmi:id="_q3wEUDbNEd2lD7Jp_XKq2A" name="m"/>
85
+ <ownedLiteral xmi:id="_q5ZDEDbNEd2lD7Jp_XKq2A" name="s"/>
86
+ <ownedLiteral xmi:id="_q80xkDbNEd2lD7Jp_XKq2A" name="t"/>
87
+ <ownedLiteral xmi:id="_rBl80DbNEd2lD7Jp_XKq2A" name="u"/>
88
+ <ownedLiteral xmi:id="_rCLysDbNEd2lD7Jp_XKq2A" name="v"/>
89
+ <ownedLiteral xmi:id="_rCetoDbNEd2lD7Jp_XKq2A" name="w"/>
90
+ <ownedLiteral xmi:id="_rCyPoDbNEd2lD7Jp_XKq2A" name="g"/>
91
+ <ownedLiteral xmi:id="_rDFKkDbNEd2lD7Jp_XKq2A" name="_All"/>
92
+ <ownedLiteral xmi:id="_rDO7kDbNEd2lD7Jp_XKq2A" name="b"/>
93
+ <ownedLiteral xmi:id="_rERdYDbNEd2lD7Jp_XKq2A" name="c"/>
94
+ <ownedLiteral xmi:id="_rEkYUDbNEd2lD7Jp_XKq2A" name="d"/>
95
+ <ownedLiteral xmi:id="_rE3TQDbNEd2lD7Jp_XKq2A" name="e"/>
96
+ <ownedLiteral xmi:id="_rFK1QDbNEd2lD7Jp_XKq2A" name="f"/>
97
+ <ownedLiteral xmi:id="_rFnhMDbNEd2lD7Jp_XKq2A" name="h"/>
98
+ <ownedLiteral xmi:id="_rGDmEDbNEd2lD7Jp_XKq2A" name="i"/>
99
+ <ownedLiteral xmi:id="_rGDmETbNEd2lD7Jp_XKq2A" name="j"/>
100
+ <ownedLiteral xmi:id="_rGgSADbNEd2lD7Jp_XKq2A" name="k"/>
101
+ <ownedLiteral xmi:id="_rG898DbNEd2lD7Jp_XKq2A" name="l"/>
102
+ <ownedLiteral xmi:id="_rHP44DbNEd2lD7Jp_XKq2A" name="n"/>
103
+ <ownedLiteral xmi:id="_rHZp4DbNEd2lD7Jp_XKq2A" name="o"/>
104
+ <ownedLiteral xmi:id="_rH2V0DbNEd2lD7Jp_XKq2A" name="p"/>
105
+ <ownedLiteral xmi:id="_rITBwDbNEd2lD7Jp_XKq2A" name="q"/>
106
+ <ownedLiteral xmi:id="_rIvtsDbNEd2lD7Jp_XKq2A" name="r"/>
107
+ <ownedLiteral xmi:id="_4cCvwDbNEd2lD7Jp_XKq2A" name="y"/>
108
+ <ownedLiteral xmi:id="_4drugDbNEd2lD7Jp_XKq2A" name="z"/>
109
+ </ownedMember>
110
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_vhRs0DbQEd2lD7Jp_XKq2A" name="Calendar"/>
111
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_lD-H0DbNEd2lD7Jp_XKq2A" name="PhoneNumber"/>
112
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_C72roDbQEd2lD7Jp_XKq2A" name="Civility">
113
+ <ownedLiteral xmi:id="_GFdg4DbQEd2lD7Jp_XKq2A" name="MME"/>
114
+ <ownedLiteral xmi:id="_ImsukDbQEd2lD7Jp_XKq2A" name="M"/>
115
+ <ownedLiteral xmi:id="_IoxyMDbQEd2lD7Jp_XKq2A" name="MRS"/>
116
+ </ownedMember>
117
+ <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_kBaegDhVEd2Dg_DuOx74iA" name="Long"/>
118
+ </ownedMember>
119
+ <ownedMember xmi:type="uml:Package" xmi:id="_Y59FMDbREd2lD7Jp_XKq2A" name="GUI">
120
+ <eAnnotations xmi:id="_Y59FMTbREd2lD7Jp_XKq2A" source="uml2.diagrams" references="_Y59FMjbREd2lD7Jp_XKq2A">
121
+ <contents xmi:type="notation:Diagram" xmi:id="_Y59FMjbREd2lD7Jp_XKq2A" type="Freeform" name="Custom GUI view">
122
+ <children xmi:id="_gbHJgDbREd2lD7Jp_XKq2A" sourceEdges="_lQBC8DbREd2lD7Jp_XKq2A _lQBDFTbREd2lD7Jp_XKq2A _lQBDOjbREd2lD7Jp_XKq2A _6wxKYDx-Ed2SuOkT56DHAg" element="_AJAmADbPEd2lD7Jp_XKq2A">
123
+ <children xmi:id="_gbHJgzbREd2lD7Jp_XKq2A" type="ImageCompartment" element="_AJAmADbPEd2lD7Jp_XKq2A">
124
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_gbHJhDbREd2lD7Jp_XKq2A" width="1320" height="1320"/>
125
+ </children>
126
+ <children xmi:id="_gbHJhTbREd2lD7Jp_XKq2A" type="Stereotype" element="_AJAmADbPEd2lD7Jp_XKq2A"/>
127
+ <children xmi:id="_gbHJhjbREd2lD7Jp_XKq2A" type="Name" element="_AJAmADbPEd2lD7Jp_XKq2A"/>
128
+ <children xmi:id="_gbHJhzbREd2lD7Jp_XKq2A" type="AttributeCompartment" element="_AJAmADbPEd2lD7Jp_XKq2A">
129
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_gbHJiDbREd2lD7Jp_XKq2A"/>
130
+ <layoutConstraint xmi:type="notation:Ratio" xmi:id="_nvwb0DbREd2lD7Jp_XKq2A" value="0.6213592233009708"/>
131
+ </children>
132
+ <children xmi:id="_gbHJiTbREd2lD7Jp_XKq2A" type="OperationCompartment" element="_AJAmADbPEd2lD7Jp_XKq2A">
133
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_gbHJijbREd2lD7Jp_XKq2A"/>
134
+ <layoutConstraint xmi:type="notation:Ratio" xmi:id="_nvwb0TbREd2lD7Jp_XKq2A" value="0.3786407766990291"/>
135
+ </children>
136
+ <children xmi:id="_gbHJizbREd2lD7Jp_XKq2A" visible="false" type="SignalCompartment" element="_AJAmADbPEd2lD7Jp_XKq2A">
137
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_gbHJjDbREd2lD7Jp_XKq2A"/>
138
+ </children>
139
+ <children xmi:id="_gbHJjTbREd2lD7Jp_XKq2A" visible="false" type="StructureCompartment" element="_AJAmADbPEd2lD7Jp_XKq2A">
140
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_gbHJjjbREd2lD7Jp_XKq2A"/>
141
+ </children>
142
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_gbHJgTbREd2lD7Jp_XKq2A" showStereotype="Label"/>
143
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_gbHJgjbREd2lD7Jp_XKq2A" y="-21" width="11197" height="2599"/>
144
+ </children>
145
+ <children xmi:id="_lPkXADbREd2lD7Jp_XKq2A" targetEdges="_lQBDOjbREd2lD7Jp_XKq2A" element="_ab4u0DbNEd2lD7Jp_XKq2A">
146
+ <children xmi:id="_lPkXAzbREd2lD7Jp_XKq2A" type="ImageCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
147
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_lPkXBDbREd2lD7Jp_XKq2A" width="1320" height="1320"/>
148
+ </children>
149
+ <children xmi:id="_lPkXBTbREd2lD7Jp_XKq2A" type="Stereotype" element="_ab4u0DbNEd2lD7Jp_XKq2A"/>
150
+ <children xmi:id="_lPkXBjbREd2lD7Jp_XKq2A" type="Name" element="_ab4u0DbNEd2lD7Jp_XKq2A"/>
151
+ <children xmi:id="_lPkXBzbREd2lD7Jp_XKq2A" type="AttributeCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
152
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPkXCDbREd2lD7Jp_XKq2A"/>
153
+ </children>
154
+ <children xmi:id="_lPuIADbREd2lD7Jp_XKq2A" type="OperationCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
155
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIATbREd2lD7Jp_XKq2A"/>
156
+ </children>
157
+ <children xmi:id="_lPuIAjbREd2lD7Jp_XKq2A" visible="false" type="SignalCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
158
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIAzbREd2lD7Jp_XKq2A"/>
159
+ </children>
160
+ <children xmi:id="_lPuIBDbREd2lD7Jp_XKq2A" visible="false" type="StructureCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
161
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_lPuIBTbREd2lD7Jp_XKq2A"/>
162
+ </children>
163
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_lPkXATbREd2lD7Jp_XKq2A" showStereotype="Label"/>
164
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lPkXAjbREd2lD7Jp_XKq2A" x="7314" y="7314"/>
165
+ </children>
166
+ <children xmi:id="_lPuIBjbREd2lD7Jp_XKq2A" element="_Xp4PUDbPEd2lD7Jp_XKq2A">
167
+ <children xmi:id="_lPuICTbREd2lD7Jp_XKq2A" type="ImageCompartment" element="_Xp4PUDbPEd2lD7Jp_XKq2A">
168
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_lPuICjbREd2lD7Jp_XKq2A" width="530" height="530"/>
169
+ </children>
170
+ <children xmi:id="_lPuICzbREd2lD7Jp_XKq2A" type="Stereotype" element="_Xp4PUDbPEd2lD7Jp_XKq2A"/>
171
+ <children xmi:id="_lPuIDDbREd2lD7Jp_XKq2A" type="Kind" element="_Xp4PUDbPEd2lD7Jp_XKq2A"/>
172
+ <children xmi:id="_lPuIDTbREd2lD7Jp_XKq2A" type="Name" element="_Xp4PUDbPEd2lD7Jp_XKq2A"/>
173
+ <children xmi:id="_lPuIDjbREd2lD7Jp_XKq2A" type="AttributeCompartment" element="_Xp4PUDbPEd2lD7Jp_XKq2A">
174
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIDzbREd2lD7Jp_XKq2A"/>
175
+ </children>
176
+ <children xmi:id="_lPuIEDbREd2lD7Jp_XKq2A" type="OperationCompartment" element="_Xp4PUDbPEd2lD7Jp_XKq2A">
177
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIETbREd2lD7Jp_XKq2A"/>
178
+ </children>
179
+ <children xmi:id="_lPuIEjbREd2lD7Jp_XKq2A" visible="false" type="SignalCompartment" element="_Xp4PUDbPEd2lD7Jp_XKq2A">
180
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIEzbREd2lD7Jp_XKq2A"/>
181
+ </children>
182
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_lPuIBzbREd2lD7Jp_XKq2A" showListSignature="true" showStereotype="Label" useClassifierShape="true"/>
183
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lPuICDbREd2lD7Jp_XKq2A" x="8586" y="3498"/>
184
+ </children>
185
+ <children xmi:id="_lPuIFDbREd2lD7Jp_XKq2A" targetEdges="_lQBC8DbREd2lD7Jp_XKq2A" element="__QWVIDbNEd2lD7Jp_XKq2A">
186
+ <children xmi:id="_lPuIFzbREd2lD7Jp_XKq2A" type="ImageCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
187
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_lPuIGDbREd2lD7Jp_XKq2A" width="1320" height="1320"/>
188
+ </children>
189
+ <children xmi:id="_lPuIGTbREd2lD7Jp_XKq2A" type="Stereotype" element="__QWVIDbNEd2lD7Jp_XKq2A"/>
190
+ <children xmi:id="_lPuIGjbREd2lD7Jp_XKq2A" type="Name" element="__QWVIDbNEd2lD7Jp_XKq2A"/>
191
+ <children xmi:id="_lPuIGzbREd2lD7Jp_XKq2A" type="AttributeCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
192
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIHDbREd2lD7Jp_XKq2A"/>
193
+ </children>
194
+ <children xmi:id="_lPuIHTbREd2lD7Jp_XKq2A" type="OperationCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
195
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIHjbREd2lD7Jp_XKq2A"/>
196
+ </children>
197
+ <children xmi:id="_lPuIHzbREd2lD7Jp_XKq2A" visible="false" type="SignalCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
198
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIIDbREd2lD7Jp_XKq2A"/>
199
+ </children>
200
+ <children xmi:id="_lPuIITbREd2lD7Jp_XKq2A" visible="false" type="StructureCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
201
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_lPuIIjbREd2lD7Jp_XKq2A"/>
202
+ </children>
203
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_lPuIFTbREd2lD7Jp_XKq2A" showStereotype="Label"/>
204
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lPuIFjbREd2lD7Jp_XKq2A" x="3498" y="7314"/>
205
+ </children>
206
+ <children xmi:id="_lPuIIzbREd2lD7Jp_XKq2A" targetEdges="_lQBDFTbREd2lD7Jp_XKq2A" element="_Rq2XADbNEd2lD7Jp_XKq2A">
207
+ <children xmi:id="_lPuIJjbREd2lD7Jp_XKq2A" type="ImageCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
208
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_lPuIJzbREd2lD7Jp_XKq2A" width="1320" height="1320"/>
209
+ </children>
210
+ <children xmi:id="_lPuIKDbREd2lD7Jp_XKq2A" type="Stereotype" element="_Rq2XADbNEd2lD7Jp_XKq2A"/>
211
+ <children xmi:id="_lPuIKTbREd2lD7Jp_XKq2A" type="Name" element="_Rq2XADbNEd2lD7Jp_XKq2A"/>
212
+ <children xmi:id="_lPuIKjbREd2lD7Jp_XKq2A" type="AttributeCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
213
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuIKzbREd2lD7Jp_XKq2A"/>
214
+ </children>
215
+ <children xmi:id="_lPuILDbREd2lD7Jp_XKq2A" type="OperationCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
216
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuILTbREd2lD7Jp_XKq2A"/>
217
+ </children>
218
+ <children xmi:id="_lPuILjbREd2lD7Jp_XKq2A" visible="false" type="SignalCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
219
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lPuILzbREd2lD7Jp_XKq2A"/>
220
+ </children>
221
+ <children xmi:id="_lPuIMDbREd2lD7Jp_XKq2A" visible="false" type="StructureCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
222
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_lPuIMTbREd2lD7Jp_XKq2A"/>
223
+ </children>
224
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_lPuIJDbREd2lD7Jp_XKq2A" showStereotype="Label"/>
225
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lPuIJTbREd2lD7Jp_XKq2A" y="7314"/>
226
+ </children>
227
+ <children xmi:id="_4Odp8DbREd2lD7Jp_XKq2A" element="_4OKvADbREd2lD7Jp_XKq2A">
228
+ <children xmi:id="_4Odp8zbREd2lD7Jp_XKq2A" type="ImageCompartment" element="_4OKvADbREd2lD7Jp_XKq2A">
229
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_4Odp9DbREd2lD7Jp_XKq2A" width="1320" height="1320"/>
230
+ </children>
231
+ <children xmi:id="_4Odp9TbREd2lD7Jp_XKq2A" type="Stereotype" element="_4OKvADbREd2lD7Jp_XKq2A"/>
232
+ <children xmi:id="_4Odp9jbREd2lD7Jp_XKq2A" type="Kind" element="_4OKvADbREd2lD7Jp_XKq2A"/>
233
+ <children xmi:id="_4Odp9zbREd2lD7Jp_XKq2A" type="Name" element="_4OKvADbREd2lD7Jp_XKq2A"/>
234
+ <children xmi:id="_4Odp-DbREd2lD7Jp_XKq2A" type="EnumerationCompartment" element="_4OKvADbREd2lD7Jp_XKq2A">
235
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_4Odp-TbREd2lD7Jp_XKq2A"/>
236
+ </children>
237
+ <children xmi:id="_4Odp-jbREd2lD7Jp_XKq2A" visible="false" type="AttributeCompartment" element="_4OKvADbREd2lD7Jp_XKq2A">
238
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_4Odp-zbREd2lD7Jp_XKq2A"/>
239
+ </children>
240
+ <children xmi:id="_4Odp_DbREd2lD7Jp_XKq2A" visible="false" type="OperationCompartment" element="_4OKvADbREd2lD7Jp_XKq2A">
241
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_4Odp_TbREd2lD7Jp_XKq2A"/>
242
+ </children>
243
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_4Odp8TbREd2lD7Jp_XKq2A" showStereotype="Label"/>
244
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_4Odp8jbREd2lD7Jp_XKq2A" y="9222"/>
245
+ </children>
246
+ <children xmi:id="___tYsDbREd2lD7Jp_XKq2A" element="_pFT2UDbNEd2lD7Jp_XKq2A">
247
+ <children xmi:id="___tYszbREd2lD7Jp_XKq2A" type="ImageCompartment" element="_pFT2UDbNEd2lD7Jp_XKq2A">
248
+ <layoutConstraint xmi:type="notation:Size" xmi:id="___tYtDbREd2lD7Jp_XKq2A" width="1320" height="1320"/>
249
+ </children>
250
+ <children xmi:id="___tYtTbREd2lD7Jp_XKq2A" type="Stereotype" element="_pFT2UDbNEd2lD7Jp_XKq2A"/>
251
+ <children xmi:id="___tYtjbREd2lD7Jp_XKq2A" type="Kind" element="_pFT2UDbNEd2lD7Jp_XKq2A"/>
252
+ <children xmi:id="___tYtzbREd2lD7Jp_XKq2A" type="Name" element="_pFT2UDbNEd2lD7Jp_XKq2A"/>
253
+ <children xmi:id="___tYuDbREd2lD7Jp_XKq2A" type="EnumerationCompartment" element="_pFT2UDbNEd2lD7Jp_XKq2A">
254
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="___tYuTbREd2lD7Jp_XKq2A"/>
255
+ </children>
256
+ <children xmi:id="___tYujbREd2lD7Jp_XKq2A" visible="false" type="AttributeCompartment" element="_pFT2UDbNEd2lD7Jp_XKq2A">
257
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="___tYuzbREd2lD7Jp_XKq2A"/>
258
+ </children>
259
+ <children xmi:id="___tYvDbREd2lD7Jp_XKq2A" visible="false" type="OperationCompartment" element="_pFT2UDbNEd2lD7Jp_XKq2A">
260
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="___tYvTbREd2lD7Jp_XKq2A"/>
261
+ </children>
262
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="___tYsTbREd2lD7Jp_XKq2A" showStereotype="Label"/>
263
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="___tYsjbREd2lD7Jp_XKq2A" x="3498" y="8586" height="2576"/>
264
+ </children>
265
+ <children xmi:id="_586EgDx-Ed2SuOkT56DHAg" targetEdges="_6wxKYDx-Ed2SuOkT56DHAg" element="_V21kYDbPEd2lD7Jp_XKq2A">
266
+ <children xmi:id="_586Egzx-Ed2SuOkT56DHAg" type="ImageCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
267
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_586EhDx-Ed2SuOkT56DHAg" width="530" height="530"/>
268
+ </children>
269
+ <children xmi:id="_586EhTx-Ed2SuOkT56DHAg" type="Stereotype" element="_V21kYDbPEd2lD7Jp_XKq2A"/>
270
+ <children xmi:id="_586Ehjx-Ed2SuOkT56DHAg" type="Kind" element="_V21kYDbPEd2lD7Jp_XKq2A"/>
271
+ <children xmi:id="_586Ehzx-Ed2SuOkT56DHAg" type="Name" element="_V21kYDbPEd2lD7Jp_XKq2A"/>
272
+ <children xmi:id="_586EiDx-Ed2SuOkT56DHAg" type="AttributeCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
273
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_586EiTx-Ed2SuOkT56DHAg"/>
274
+ </children>
275
+ <children xmi:id="_586Eijx-Ed2SuOkT56DHAg" type="OperationCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
276
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_586Eizx-Ed2SuOkT56DHAg"/>
277
+ </children>
278
+ <children xmi:id="_586EjDx-Ed2SuOkT56DHAg" visible="false" type="SignalCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
279
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_586EjTx-Ed2SuOkT56DHAg"/>
280
+ </children>
281
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_586EgTx-Ed2SuOkT56DHAg" showStereotype="Label" useClassifierShape="true"/>
282
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_586Egjx-Ed2SuOkT56DHAg" x="13678" y="978"/>
283
+ </children>
284
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_Y59FMzbREd2lD7Jp_XKq2A"/>
285
+ <edges xmi:id="_lQBC8DbREd2lD7Jp_XKq2A" element="_LsZwsDbPEd2lD7Jp_XKq2A" source="_gbHJgDbREd2lD7Jp_XKq2A" target="_lPuIFDbREd2lD7Jp_XKq2A">
286
+ <children xmi:id="_lQBC8zbREd2lD7Jp_XKq2A" type="NameLabel" element="_LsZwsDbPEd2lD7Jp_XKq2A">
287
+ <children xmi:id="_lQBC9TbREd2lD7Jp_XKq2A" type="Stereotype" element="_LsZwsDbPEd2lD7Jp_XKq2A"/>
288
+ <children xmi:id="_lQBC9jbREd2lD7Jp_XKq2A" type="Name" element="_LsZwsDbPEd2lD7Jp_XKq2A"/>
289
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lQBC9DbREd2lD7Jp_XKq2A" y="-148"/>
290
+ </children>
291
+ <children xmi:id="_lQBC9zbREd2lD7Jp_XKq2A" type="ToMultiplicityLabel" element="_LsjhsTbPEd2lD7Jp_XKq2A">
292
+ <children xmi:id="_lQBC-TbREd2lD7Jp_XKq2A" type="ToMultiplicity" element="_LsjhsTbPEd2lD7Jp_XKq2A"/>
293
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBC-DbREd2lD7Jp_XKq2A" y="318"/>
294
+ </children>
295
+ <children xmi:id="_lQBC-jbREd2lD7Jp_XKq2A" type="ToRoleLabel" element="_LsjhsTbPEd2lD7Jp_XKq2A">
296
+ <children xmi:id="_lQBC_DbREd2lD7Jp_XKq2A" type="ToRole" element="_LsjhsTbPEd2lD7Jp_XKq2A"/>
297
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBC-zbREd2lD7Jp_XKq2A" y="-317"/>
298
+ </children>
299
+ <children xmi:id="_lQBC_TbREd2lD7Jp_XKq2A" type="FromMultiplicityLabel" element="_LsjhsDbPEd2lD7Jp_XKq2A">
300
+ <children xmi:id="_lQBC_zbREd2lD7Jp_XKq2A" type="FromMultiplicity" element="_LsjhsDbPEd2lD7Jp_XKq2A"/>
301
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBC_jbREd2lD7Jp_XKq2A" x="-230" y="-917"/>
302
+ </children>
303
+ <children xmi:id="_lQBDADbREd2lD7Jp_XKq2A" type="FromRoleLabel" element="_LsjhsDbPEd2lD7Jp_XKq2A">
304
+ <children xmi:id="_lQBDAjbREd2lD7Jp_XKq2A" type="FromRole" element="_LsjhsDbPEd2lD7Jp_XKq2A"/>
305
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDATbREd2lD7Jp_XKq2A" x="406" y="-1564"/>
306
+ </children>
307
+ <children xmi:id="_lQBDAzbREd2lD7Jp_XKq2A" type="ToQualifierLabel" element="_LsjhsTbPEd2lD7Jp_XKq2A">
308
+ <children xmi:id="_lQBDBTbREd2lD7Jp_XKq2A" type="QualifierCompartment" element="_LsjhsTbPEd2lD7Jp_XKq2A">
309
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDBjbREd2lD7Jp_XKq2A"/>
310
+ </children>
311
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDBDbREd2lD7Jp_XKq2A" y="-148"/>
312
+ </children>
313
+ <children xmi:id="_lQBDBzbREd2lD7Jp_XKq2A" type="FromQualifierLabel" element="_LsjhsDbPEd2lD7Jp_XKq2A">
314
+ <children xmi:id="_lQBDCTbREd2lD7Jp_XKq2A" type="QualifierCompartment" element="_LsjhsDbPEd2lD7Jp_XKq2A">
315
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDCjbREd2lD7Jp_XKq2A"/>
316
+ </children>
317
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDCDbREd2lD7Jp_XKq2A" y="-148"/>
318
+ </children>
319
+ <children xmi:id="_lQBDCzbREd2lD7Jp_XKq2A" type="ToRoleLabel" element="_LsjhsTbPEd2lD7Jp_XKq2A">
320
+ <eAnnotations xmi:id="_lQBDDTbREd2lD7Jp_XKq2A" source="ToConstraintLabel"/>
321
+ <children xmi:id="_lQBDDjbREd2lD7Jp_XKq2A" visible="false" type="ToConstraintCompartment" element="_LsjhsTbPEd2lD7Jp_XKq2A">
322
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDDzbREd2lD7Jp_XKq2A"/>
323
+ </children>
324
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDDDbREd2lD7Jp_XKq2A" y="847"/>
325
+ </children>
326
+ <children xmi:id="_lQBDEDbREd2lD7Jp_XKq2A" type="FromRoleLabel" element="_LsjhsDbPEd2lD7Jp_XKq2A">
327
+ <eAnnotations xmi:id="_lQBDEjbREd2lD7Jp_XKq2A" source="FromConstraintLabel"/>
328
+ <children xmi:id="_lQBDEzbREd2lD7Jp_XKq2A" visible="false" type="FromConstraintCompartment" element="_LsjhsDbPEd2lD7Jp_XKq2A">
329
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDFDbREd2lD7Jp_XKq2A"/>
330
+ </children>
331
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDETbREd2lD7Jp_XKq2A" y="847"/>
332
+ </children>
333
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_lQBC8TbREd2lD7Jp_XKq2A" routing="Rectilinear" showStereotype="Text"/>
334
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_lQBC8jbREd2lD7Jp_XKq2A" points="[-2053, 614, -232, -5990]$[-2053, 6075, -232, -529]"/>
335
+ </edges>
336
+ <edges xmi:id="_lQBDFTbREd2lD7Jp_XKq2A" element="_DBfPADbPEd2lD7Jp_XKq2A" source="_gbHJgDbREd2lD7Jp_XKq2A" target="_lPuIIzbREd2lD7Jp_XKq2A">
337
+ <children xmi:id="_lQBDGDbREd2lD7Jp_XKq2A" type="NameLabel" element="_DBfPADbPEd2lD7Jp_XKq2A">
338
+ <children xmi:id="_lQBDGjbREd2lD7Jp_XKq2A" type="Stereotype" element="_DBfPADbPEd2lD7Jp_XKq2A"/>
339
+ <children xmi:id="_lQBDGzbREd2lD7Jp_XKq2A" type="Name" element="_DBfPADbPEd2lD7Jp_XKq2A"/>
340
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lQBDGTbREd2lD7Jp_XKq2A" y="-148"/>
341
+ </children>
342
+ <children xmi:id="_lQBDHDbREd2lD7Jp_XKq2A" type="ToMultiplicityLabel" element="_DBfPAjbPEd2lD7Jp_XKq2A">
343
+ <children xmi:id="_lQBDHjbREd2lD7Jp_XKq2A" type="ToMultiplicity" element="_DBfPAjbPEd2lD7Jp_XKq2A"/>
344
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDHTbREd2lD7Jp_XKq2A" y="318"/>
345
+ </children>
346
+ <children xmi:id="_lQBDHzbREd2lD7Jp_XKq2A" type="ToRoleLabel" element="_DBfPAjbPEd2lD7Jp_XKq2A">
347
+ <children xmi:id="_lQBDITbREd2lD7Jp_XKq2A" type="ToRole" element="_DBfPAjbPEd2lD7Jp_XKq2A"/>
348
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDIDbREd2lD7Jp_XKq2A" y="-317"/>
349
+ </children>
350
+ <children xmi:id="_lQBDIjbREd2lD7Jp_XKq2A" type="FromMultiplicityLabel" element="_DBfPATbPEd2lD7Jp_XKq2A">
351
+ <children xmi:id="_lQBDJDbREd2lD7Jp_XKq2A" type="FromMultiplicity" element="_DBfPATbPEd2lD7Jp_XKq2A"/>
352
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDIzbREd2lD7Jp_XKq2A" x="-230" y="-721"/>
353
+ </children>
354
+ <children xmi:id="_lQBDJTbREd2lD7Jp_XKq2A" type="FromRoleLabel" element="_DBfPATbPEd2lD7Jp_XKq2A">
355
+ <children xmi:id="_lQBDJzbREd2lD7Jp_XKq2A" type="FromRole" element="_DBfPATbPEd2lD7Jp_XKq2A"/>
356
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDJjbREd2lD7Jp_XKq2A" x="88" y="-1070"/>
357
+ </children>
358
+ <children xmi:id="_lQBDKDbREd2lD7Jp_XKq2A" type="ToQualifierLabel" element="_DBfPAjbPEd2lD7Jp_XKq2A">
359
+ <children xmi:id="_lQBDKjbREd2lD7Jp_XKq2A" type="QualifierCompartment" element="_DBfPAjbPEd2lD7Jp_XKq2A">
360
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDKzbREd2lD7Jp_XKq2A"/>
361
+ </children>
362
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDKTbREd2lD7Jp_XKq2A" y="-148"/>
363
+ </children>
364
+ <children xmi:id="_lQBDLDbREd2lD7Jp_XKq2A" type="FromQualifierLabel" element="_DBfPATbPEd2lD7Jp_XKq2A">
365
+ <children xmi:id="_lQBDLjbREd2lD7Jp_XKq2A" type="QualifierCompartment" element="_DBfPATbPEd2lD7Jp_XKq2A">
366
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDLzbREd2lD7Jp_XKq2A"/>
367
+ </children>
368
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDLTbREd2lD7Jp_XKq2A" y="-148"/>
369
+ </children>
370
+ <children xmi:id="_lQBDMDbREd2lD7Jp_XKq2A" type="ToRoleLabel" element="_DBfPAjbPEd2lD7Jp_XKq2A">
371
+ <eAnnotations xmi:id="_lQBDMjbREd2lD7Jp_XKq2A" source="ToConstraintLabel"/>
372
+ <children xmi:id="_lQBDMzbREd2lD7Jp_XKq2A" visible="false" type="ToConstraintCompartment" element="_DBfPAjbPEd2lD7Jp_XKq2A">
373
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDNDbREd2lD7Jp_XKq2A"/>
374
+ </children>
375
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDMTbREd2lD7Jp_XKq2A" y="847"/>
376
+ </children>
377
+ <children xmi:id="_lQBDNTbREd2lD7Jp_XKq2A" type="FromRoleLabel" element="_DBfPATbPEd2lD7Jp_XKq2A">
378
+ <eAnnotations xmi:id="_lQBDNzbREd2lD7Jp_XKq2A" source="FromConstraintLabel"/>
379
+ <children xmi:id="_lQBDODbREd2lD7Jp_XKq2A" visible="false" type="FromConstraintCompartment" element="_DBfPATbPEd2lD7Jp_XKq2A">
380
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDOTbREd2lD7Jp_XKq2A"/>
381
+ </children>
382
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDNjbREd2lD7Jp_XKq2A" y="847"/>
383
+ </children>
384
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_lQBDFjbREd2lD7Jp_XKq2A" routing="Rectilinear" showStereotype="Text"/>
385
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_lQBDFzbREd2lD7Jp_XKq2A" points="[-5207, 614, -741, -5990]$[-5207, 6075, -741, -529]"/>
386
+ </edges>
387
+ <edges xmi:id="_lQBDOjbREd2lD7Jp_XKq2A" element="_nK5GIDbPEd2lD7Jp_XKq2A" source="_gbHJgDbREd2lD7Jp_XKq2A" target="_lPkXADbREd2lD7Jp_XKq2A">
388
+ <children xmi:id="_lQBDPTbREd2lD7Jp_XKq2A" type="NameLabel" element="_nK5GIDbPEd2lD7Jp_XKq2A">
389
+ <children xmi:id="_lQBDPzbREd2lD7Jp_XKq2A" type="Stereotype" element="_nK5GIDbPEd2lD7Jp_XKq2A"/>
390
+ <children xmi:id="_lQBDQDbREd2lD7Jp_XKq2A" type="Name" element="_nK5GIDbPEd2lD7Jp_XKq2A"/>
391
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lQBDPjbREd2lD7Jp_XKq2A" y="-148"/>
392
+ </children>
393
+ <children xmi:id="_lQBDQTbREd2lD7Jp_XKq2A" type="ToMultiplicityLabel" element="_nK5GIjbPEd2lD7Jp_XKq2A">
394
+ <children xmi:id="_lQBDQzbREd2lD7Jp_XKq2A" type="ToMultiplicity" element="_nK5GIjbPEd2lD7Jp_XKq2A"/>
395
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDQjbREd2lD7Jp_XKq2A" y="318"/>
396
+ </children>
397
+ <children xmi:id="_lQBDRDbREd2lD7Jp_XKq2A" type="ToRoleLabel" element="_nK5GIjbPEd2lD7Jp_XKq2A">
398
+ <children xmi:id="_lQBDRjbREd2lD7Jp_XKq2A" type="ToRole" element="_nK5GIjbPEd2lD7Jp_XKq2A"/>
399
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDRTbREd2lD7Jp_XKq2A" y="-317"/>
400
+ </children>
401
+ <children xmi:id="_lQBDRzbREd2lD7Jp_XKq2A" type="FromMultiplicityLabel" element="_nK5GITbPEd2lD7Jp_XKq2A">
402
+ <children xmi:id="_lQBDSTbREd2lD7Jp_XKq2A" type="FromMultiplicity" element="_nK5GITbPEd2lD7Jp_XKq2A"/>
403
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDSDbREd2lD7Jp_XKq2A" x="88" y="-542"/>
404
+ </children>
405
+ <children xmi:id="_lQBDSjbREd2lD7Jp_XKq2A" type="FromRoleLabel" element="_nK5GITbPEd2lD7Jp_XKq2A">
406
+ <children xmi:id="_lQBDTDbREd2lD7Jp_XKq2A" type="FromRole" element="_nK5GITbPEd2lD7Jp_XKq2A"/>
407
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDSzbREd2lD7Jp_XKq2A" x="406" y="-1072"/>
408
+ </children>
409
+ <children xmi:id="_lQBDTTbREd2lD7Jp_XKq2A" type="ToQualifierLabel" element="_nK5GIjbPEd2lD7Jp_XKq2A">
410
+ <children xmi:id="_lQBDTzbREd2lD7Jp_XKq2A" type="QualifierCompartment" element="_nK5GIjbPEd2lD7Jp_XKq2A">
411
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDUDbREd2lD7Jp_XKq2A"/>
412
+ </children>
413
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDTjbREd2lD7Jp_XKq2A" y="-148"/>
414
+ </children>
415
+ <children xmi:id="_lQBDUTbREd2lD7Jp_XKq2A" type="FromQualifierLabel" element="_nK5GITbPEd2lD7Jp_XKq2A">
416
+ <children xmi:id="_lQBDUzbREd2lD7Jp_XKq2A" type="QualifierCompartment" element="_nK5GITbPEd2lD7Jp_XKq2A">
417
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDVDbREd2lD7Jp_XKq2A"/>
418
+ </children>
419
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDUjbREd2lD7Jp_XKq2A" y="-148"/>
420
+ </children>
421
+ <children xmi:id="_lQBDVTbREd2lD7Jp_XKq2A" type="ToRoleLabel" element="_nK5GIjbPEd2lD7Jp_XKq2A">
422
+ <eAnnotations xmi:id="_lQBDVzbREd2lD7Jp_XKq2A" source="ToConstraintLabel"/>
423
+ <children xmi:id="_lQBDWDbREd2lD7Jp_XKq2A" visible="false" type="ToConstraintCompartment" element="_nK5GIjbPEd2lD7Jp_XKq2A">
424
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDWTbREd2lD7Jp_XKq2A"/>
425
+ </children>
426
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDVjbREd2lD7Jp_XKq2A" y="847"/>
427
+ </children>
428
+ <children xmi:id="_lQBDWjbREd2lD7Jp_XKq2A" type="FromRoleLabel" element="_nK5GITbPEd2lD7Jp_XKq2A">
429
+ <eAnnotations xmi:id="_lQBDXDbREd2lD7Jp_XKq2A" source="FromConstraintLabel"/>
430
+ <children xmi:id="_lQBDXTbREd2lD7Jp_XKq2A" visible="false" type="FromConstraintCompartment" element="_nK5GITbPEd2lD7Jp_XKq2A">
431
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_lQBDXjbREd2lD7Jp_XKq2A"/>
432
+ </children>
433
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_lQBDWzbREd2lD7Jp_XKq2A" y="847"/>
434
+ </children>
435
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_lQBDOzbREd2lD7Jp_XKq2A" routing="Rectilinear" showStereotype="Text"/>
436
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_lQBDPDbREd2lD7Jp_XKq2A" points="[2286, 614, -699, -5990]$[2286, 6075, -699, -529]"/>
437
+ </edges>
438
+ <edges xmi:id="_6wxKYDx-Ed2SuOkT56DHAg" element="_6pwjcDx-Ed2SuOkT56DHAg" source="_gbHJgDbREd2lD7Jp_XKq2A" target="_586EgDx-Ed2SuOkT56DHAg">
439
+ <children xmi:id="_6wxKYzx-Ed2SuOkT56DHAg" type="NameLabel" element="_6pwjcDx-Ed2SuOkT56DHAg">
440
+ <children xmi:id="_6wxKZTx-Ed2SuOkT56DHAg" type="Stereotype" element="_6pwjcDx-Ed2SuOkT56DHAg"/>
441
+ <children xmi:id="_6wxKZjx-Ed2SuOkT56DHAg" type="Name" element="_6pwjcDx-Ed2SuOkT56DHAg"/>
442
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_6wxKZDx-Ed2SuOkT56DHAg" y="-185"/>
443
+ </children>
444
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_6wxKYTx-Ed2SuOkT56DHAg" showStereotype="Text"/>
445
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_6wxKYjx-Ed2SuOkT56DHAg" points="[211, 23, -161, 1]$[306, 23, -66, 1]"/>
446
+ </edges>
447
+ </contents>
448
+ </eAnnotations>
449
+ <ownedMember xmi:type="uml:Class" xmi:id="_AJAmADbPEd2lD7Jp_XKq2A" name="ContactList" clientDependency="_6pwjcDx-Ed2SuOkT56DHAg">
450
+ <implementation xmi:id="_6pwjcDx-Ed2SuOkT56DHAg" client="_AJAmADbPEd2lD7Jp_XKq2A" supplier="_V21kYDbPEd2lD7Jp_XKq2A" realizingClassifier="_V21kYDbPEd2lD7Jp_XKq2A" contract="_V21kYDbPEd2lD7Jp_XKq2A">
451
+ <mapping xmi:id="_6p6UcDx-Ed2SuOkT56DHAg"/>
452
+ </implementation>
453
+ <ownedAttribute xmi:id="_DBfPATbPEd2lD7Jp_XKq2A" name="contacts" visibility="private" type="_Rq2XADbNEd2lD7Jp_XKq2A" isOrdered="true" isReadOnly="true" isDerived="true" association="_DBfPADbPEd2lD7Jp_XKq2A">
454
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_DBfPBDbPEd2lD7Jp_XKq2A" value="-1"/>
455
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_DBfPAzbPEd2lD7Jp_XKq2A"/>
456
+ </ownedAttribute>
457
+ <ownedAttribute xmi:id="_JTXcwDbPEd2lD7Jp_XKq2A" name="filter" visibility="private" type="_pFT2UDbNEd2lD7Jp_XKq2A"/>
458
+ <ownedAttribute xmi:id="_LsjhsDbPEd2lD7Jp_XKq2A" name="currentCategory" visibility="private" type="__QWVIDbNEd2lD7Jp_XKq2A" association="_LsZwsDbPEd2lD7Jp_XKq2A">
459
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_LsjhszbPEd2lD7Jp_XKq2A" value="1"/>
460
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_LsjhsjbPEd2lD7Jp_XKq2A"/>
461
+ </ownedAttribute>
462
+ <ownedAttribute xmi:id="_nK5GITbPEd2lD7Jp_XKq2A" name="customer" visibility="private" type="_ab4u0DbNEd2lD7Jp_XKq2A" association="_nK5GIDbPEd2lD7Jp_XKq2A">
463
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_nLCQETbPEd2lD7Jp_XKq2A" value="1"/>
464
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_nLCQEDbPEd2lD7Jp_XKq2A" value="1"/>
465
+ </ownedAttribute>
466
+ <ownedAttribute xmi:id="_8x7OEDbREd2lD7Jp_XKq2A" name="displayMode" visibility="private" type="_4OKvADbREd2lD7Jp_XKq2A"/>
467
+ <ownedAttribute xmi:id="_VXo_kDbSEd2lD7Jp_XKq2A" name="searchString" visibility="private">
468
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
469
+ </ownedAttribute>
470
+ </ownedMember>
471
+ <ownedMember xmi:type="uml:Association" xmi:id="_nK5GIDbPEd2lD7Jp_XKq2A" memberEnd="_nK5GITbPEd2lD7Jp_XKq2A _nK5GIjbPEd2lD7Jp_XKq2A">
472
+ <ownedEnd xmi:id="_nK5GIjbPEd2lD7Jp_XKq2A" visibility="private" type="_AJAmADbPEd2lD7Jp_XKq2A" association="_nK5GIDbPEd2lD7Jp_XKq2A"/>
473
+ </ownedMember>
474
+ <ownedMember xmi:type="uml:Association" xmi:id="_LsZwsDbPEd2lD7Jp_XKq2A" memberEnd="_LsjhsDbPEd2lD7Jp_XKq2A _LsjhsTbPEd2lD7Jp_XKq2A">
475
+ <ownedEnd xmi:id="_LsjhsTbPEd2lD7Jp_XKq2A" visibility="private" type="_AJAmADbPEd2lD7Jp_XKq2A" association="_LsZwsDbPEd2lD7Jp_XKq2A">
476
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_QMl-YTbPEd2lD7Jp_XKq2A" value="-1"/>
477
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_QMl-YDbPEd2lD7Jp_XKq2A"/>
478
+ </ownedEnd>
479
+ </ownedMember>
480
+ <ownedMember xmi:type="uml:Association" xmi:id="_DBfPADbPEd2lD7Jp_XKq2A" memberEnd="_DBfPATbPEd2lD7Jp_XKq2A _DBfPAjbPEd2lD7Jp_XKq2A">
481
+ <ownedEnd xmi:id="_DBfPAjbPEd2lD7Jp_XKq2A" visibility="private" type="_AJAmADbPEd2lD7Jp_XKq2A" association="_DBfPADbPEd2lD7Jp_XKq2A">
482
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_E00N0TbPEd2lD7Jp_XKq2A" value="-1"/>
483
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_E00N0DbPEd2lD7Jp_XKq2A"/>
484
+ </ownedEnd>
485
+ </ownedMember>
486
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_4OKvADbREd2lD7Jp_XKq2A" name="DisplayMode">
487
+ <ownedLiteral xmi:id="_6PgUoDbREd2lD7Jp_XKq2A" name="listMode">
488
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_6z3l8DbREd2lD7Jp_XKq2A"/>
489
+ </ownedLiteral>
490
+ <ownedLiteral xmi:id="_7jP0cDbREd2lD7Jp_XKq2A" name="cardMode">
491
+ <specification xmi:type="uml:OpaqueExpression" xmi:id="_8P9JcDbREd2lD7Jp_XKq2A"/>
492
+ </ownedLiteral>
493
+ </ownedMember>
494
+ </ownedMember>
495
+ <ownedMember xmi:type="uml:Package" xmi:id="_aYb1YDbREd2lD7Jp_XKq2A" name="domain">
496
+ <eAnnotations xmi:id="_aYb1YTbREd2lD7Jp_XKq2A" source="uml2.diagrams" references="_aYb1YjbREd2lD7Jp_XKq2A">
497
+ <contents xmi:type="notation:Diagram" xmi:id="_aYb1YjbREd2lD7Jp_XKq2A" type="Freeform" name="Main model view">
498
+ <children xmi:id="_uZZXYDbTEd2h45X7NHdBZQ" sourceEdges="_iBDYADhPEd2Dg_DuOx74iA" targetEdges="_vHl6IDbTEd2h45X7NHdBZQ _veFumDbTEd2h45X7NHdBZQ" element="_AENbADbOEd2lD7Jp_XKq2A">
499
+ <children xmi:id="_uZZXYzbTEd2h45X7NHdBZQ" type="ImageCompartment" element="_AENbADbOEd2lD7Jp_XKq2A">
500
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_uZZXZDbTEd2h45X7NHdBZQ" width="1320" height="1320"/>
501
+ </children>
502
+ <children xmi:id="_uZZXZTbTEd2h45X7NHdBZQ" type="Stereotype" element="_AENbADbOEd2lD7Jp_XKq2A"/>
503
+ <children xmi:id="_uZZXZjbTEd2h45X7NHdBZQ" type="Name" element="_AENbADbOEd2lD7Jp_XKq2A"/>
504
+ <children xmi:id="_uZZXZzbTEd2h45X7NHdBZQ" type="AttributeCompartment" element="_AENbADbOEd2lD7Jp_XKq2A">
505
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uZZXaDbTEd2h45X7NHdBZQ"/>
506
+ </children>
507
+ <children xmi:id="_uZZXaTbTEd2h45X7NHdBZQ" type="OperationCompartment" element="_AENbADbOEd2lD7Jp_XKq2A">
508
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uZZXajbTEd2h45X7NHdBZQ"/>
509
+ </children>
510
+ <children xmi:id="_uZZXazbTEd2h45X7NHdBZQ" visible="false" type="SignalCompartment" element="_AENbADbOEd2lD7Jp_XKq2A">
511
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uZZXbDbTEd2h45X7NHdBZQ"/>
512
+ </children>
513
+ <children xmi:id="_uZZXbTbTEd2h45X7NHdBZQ" visible="false" type="StructureCompartment" element="_AENbADbOEd2lD7Jp_XKq2A">
514
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_uZZXbjbTEd2h45X7NHdBZQ"/>
515
+ </children>
516
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_uZZXYTbTEd2h45X7NHdBZQ" showStereotype="Label"/>
517
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_uZZXYjbTEd2h45X7NHdBZQ" x="2330" y="6042"/>
518
+ </children>
519
+ <children xmi:id="_uwC80DbTEd2h45X7NHdBZQ" sourceEdges="_vePfsDbTEd2h45X7NHdBZQ _5dnwIDhPEd2Dg_DuOx74iA" element="_ab4u0DbNEd2lD7Jp_XKq2A">
520
+ <children xmi:id="_uwC80zbTEd2h45X7NHdBZQ" type="ImageCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
521
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_uwC81DbTEd2h45X7NHdBZQ" width="1320" height="1320"/>
522
+ </children>
523
+ <children xmi:id="_uwC81TbTEd2h45X7NHdBZQ" type="Stereotype" element="_ab4u0DbNEd2lD7Jp_XKq2A"/>
524
+ <children xmi:id="_uwC81jbTEd2h45X7NHdBZQ" type="Name" element="_ab4u0DbNEd2lD7Jp_XKq2A"/>
525
+ <children xmi:id="_uwC81zbTEd2h45X7NHdBZQ" type="AttributeCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
526
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uwC82DbTEd2h45X7NHdBZQ"/>
527
+ </children>
528
+ <children xmi:id="_uwC82TbTEd2h45X7NHdBZQ" type="OperationCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
529
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uwC82jbTEd2h45X7NHdBZQ"/>
530
+ </children>
531
+ <children xmi:id="_uwC82zbTEd2h45X7NHdBZQ" visible="false" type="SignalCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
532
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uwC83DbTEd2h45X7NHdBZQ"/>
533
+ </children>
534
+ <children xmi:id="_uwC83TbTEd2h45X7NHdBZQ" visible="false" type="StructureCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
535
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_uwC83jbTEd2h45X7NHdBZQ"/>
536
+ </children>
537
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_uwC80TbTEd2h45X7NHdBZQ" showStereotype="Label"/>
538
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_uwC80jbTEd2h45X7NHdBZQ" x="1272" y="-636"/>
539
+ </children>
540
+ <children xmi:id="_vHcJIDbTEd2h45X7NHdBZQ" sourceEdges="_vHl6IDbTEd2h45X7NHdBZQ _xygoQTbTEd2h45X7NHdBZQ _hPkwtDbvEd2Dg_DuOx74iA _jO_KwDhPEd2Dg_DuOx74iA _mjCVcjhPEd2Dg_DuOx74iA" targetEdges="_veFuvTbTEd2h45X7NHdBZQ" element="_Rq2XADbNEd2lD7Jp_XKq2A">
541
+ <children xmi:id="_vHcJIzbTEd2h45X7NHdBZQ" type="ImageCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
542
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_vHcJJDbTEd2h45X7NHdBZQ" width="1320" height="1320"/>
543
+ </children>
544
+ <children xmi:id="_vHcJJTbTEd2h45X7NHdBZQ" type="Stereotype" element="_Rq2XADbNEd2lD7Jp_XKq2A"/>
545
+ <children xmi:id="_vHcJJjbTEd2h45X7NHdBZQ" type="Name" element="_Rq2XADbNEd2lD7Jp_XKq2A"/>
546
+ <children xmi:id="_vHcJJzbTEd2h45X7NHdBZQ" type="AttributeCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
547
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vHcJKDbTEd2h45X7NHdBZQ"/>
548
+ </children>
549
+ <children xmi:id="_vHcJKTbTEd2h45X7NHdBZQ" type="OperationCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
550
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vHcJKjbTEd2h45X7NHdBZQ"/>
551
+ </children>
552
+ <children xmi:id="_vHcJKzbTEd2h45X7NHdBZQ" visible="false" type="SignalCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
553
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vHcJLDbTEd2h45X7NHdBZQ"/>
554
+ </children>
555
+ <children xmi:id="_vHcJLTbTEd2h45X7NHdBZQ" visible="false" type="StructureCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
556
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_vHcJLjbTEd2h45X7NHdBZQ"/>
557
+ </children>
558
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_vHcJITbTEd2h45X7NHdBZQ" showStereotype="Label"/>
559
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vHcJIjbTEd2h45X7NHdBZQ" x="7950" y="6042"/>
560
+ </children>
561
+ <children xmi:id="_vd8koDbTEd2h45X7NHdBZQ" sourceEdges="_veFumDbTEd2h45X7NHdBZQ _veFuvTbTEd2h45X7NHdBZQ _xygoZjbTEd2h45X7NHdBZQ _fvwjwDbvEd2Dg_DuOx74iA" targetEdges="_vePfsDbTEd2h45X7NHdBZQ" element="_WCP1EDbNEd2lD7Jp_XKq2A">
562
+ <children xmi:id="_vd8kozbTEd2h45X7NHdBZQ" type="ImageCompartment" element="_WCP1EDbNEd2lD7Jp_XKq2A">
563
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_vd8kpDbTEd2h45X7NHdBZQ" width="1320" height="1320"/>
564
+ </children>
565
+ <children xmi:id="_vd8kpTbTEd2h45X7NHdBZQ" type="Stereotype" element="_WCP1EDbNEd2lD7Jp_XKq2A"/>
566
+ <children xmi:id="_vd8kpjbTEd2h45X7NHdBZQ" type="Name" element="_WCP1EDbNEd2lD7Jp_XKq2A"/>
567
+ <children xmi:id="_vd8kpzbTEd2h45X7NHdBZQ" type="AttributeCompartment" element="_WCP1EDbNEd2lD7Jp_XKq2A">
568
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vd8kqDbTEd2h45X7NHdBZQ"/>
569
+ </children>
570
+ <children xmi:id="_vd8kqTbTEd2h45X7NHdBZQ" type="OperationCompartment" element="_WCP1EDbNEd2lD7Jp_XKq2A">
571
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vd8kqjbTEd2h45X7NHdBZQ"/>
572
+ </children>
573
+ <children xmi:id="_vd8kqzbTEd2h45X7NHdBZQ" visible="false" type="SignalCompartment" element="_WCP1EDbNEd2lD7Jp_XKq2A">
574
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vd8krDbTEd2h45X7NHdBZQ"/>
575
+ </children>
576
+ <children xmi:id="_vd8krTbTEd2h45X7NHdBZQ" visible="false" type="StructureCompartment" element="_WCP1EDbNEd2lD7Jp_XKq2A">
577
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_vd8krjbTEd2h45X7NHdBZQ"/>
578
+ </children>
579
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_vd8koTbTEd2h45X7NHdBZQ" showStereotype="Label"/>
580
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vd8kojbTEd2h45X7NHdBZQ" x="318" y="2544"/>
581
+ </children>
582
+ <children xmi:id="_xyW3QDbTEd2h45X7NHdBZQ" sourceEdges="_iBDYBzhPEd2Dg_DuOx74iA" targetEdges="_xygoQTbTEd2h45X7NHdBZQ _xygoZjbTEd2h45X7NHdBZQ" element="__QWVIDbNEd2lD7Jp_XKq2A">
583
+ <children xmi:id="_xyW3QzbTEd2h45X7NHdBZQ" type="ImageCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
584
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_xyW3RDbTEd2h45X7NHdBZQ" width="1320" height="1320"/>
585
+ </children>
586
+ <children xmi:id="_xyW3RTbTEd2h45X7NHdBZQ" type="Stereotype" element="__QWVIDbNEd2lD7Jp_XKq2A"/>
587
+ <children xmi:id="_xyW3RjbTEd2h45X7NHdBZQ" type="Name" element="__QWVIDbNEd2lD7Jp_XKq2A"/>
588
+ <children xmi:id="_xyW3RzbTEd2h45X7NHdBZQ" type="AttributeCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
589
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xyW3SDbTEd2h45X7NHdBZQ"/>
590
+ </children>
591
+ <children xmi:id="_xyW3STbTEd2h45X7NHdBZQ" type="OperationCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
592
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xyW3SjbTEd2h45X7NHdBZQ"/>
593
+ </children>
594
+ <children xmi:id="_xyW3SzbTEd2h45X7NHdBZQ" visible="false" type="SignalCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
595
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xyW3TDbTEd2h45X7NHdBZQ"/>
596
+ </children>
597
+ <children xmi:id="_xyW3TTbTEd2h45X7NHdBZQ" visible="false" type="StructureCompartment" element="__QWVIDbNEd2lD7Jp_XKq2A">
598
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_xyW3TjbTEd2h45X7NHdBZQ"/>
599
+ </children>
600
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_xyW3QTbTEd2h45X7NHdBZQ" showStereotype="Label"/>
601
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_xyW3QjbTEd2h45X7NHdBZQ" x="318" y="7632"/>
602
+ </children>
603
+ <children xmi:id="_fuuB8DbvEd2Dg_DuOx74iA" targetEdges="_fvwjwDbvEd2Dg_DuOx74iA" element="_V21kYDbPEd2lD7Jp_XKq2A">
604
+ <children xmi:id="_fuuB8zbvEd2Dg_DuOx74iA" type="ImageCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
605
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_fuuB9DbvEd2Dg_DuOx74iA" width="530" height="530"/>
606
+ </children>
607
+ <children xmi:id="_fuuB9TbvEd2Dg_DuOx74iA" type="Stereotype" element="_V21kYDbPEd2lD7Jp_XKq2A"/>
608
+ <children xmi:id="_fuuB9jbvEd2Dg_DuOx74iA" type="Kind" element="_V21kYDbPEd2lD7Jp_XKq2A"/>
609
+ <children xmi:id="_fuuB9zbvEd2Dg_DuOx74iA" type="Name" element="_V21kYDbPEd2lD7Jp_XKq2A"/>
610
+ <children xmi:id="_fu3y8DbvEd2Dg_DuOx74iA" type="AttributeCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
611
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_fu3y8TbvEd2Dg_DuOx74iA"/>
612
+ </children>
613
+ <children xmi:id="_fu3y8jbvEd2Dg_DuOx74iA" type="OperationCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
614
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_fu3y8zbvEd2Dg_DuOx74iA"/>
615
+ </children>
616
+ <children xmi:id="_fu3y9DbvEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_V21kYDbPEd2lD7Jp_XKq2A">
617
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_fu3y9TbvEd2Dg_DuOx74iA"/>
618
+ </children>
619
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_fuuB8TbvEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
620
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_fuuB8jbvEd2Dg_DuOx74iA" x="8904" y="318"/>
621
+ </children>
622
+ <children xmi:id="_hPIEwDbvEd2Dg_DuOx74iA" targetEdges="_hPkwtDbvEd2Dg_DuOx74iA _5dnwIDhPEd2Dg_DuOx74iA" element="_yJVJoDbPEd2lD7Jp_XKq2A">
623
+ <children xmi:id="_hPIEwzbvEd2Dg_DuOx74iA" type="ImageCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
624
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_hPIExDbvEd2Dg_DuOx74iA" width="530" height="530"/>
625
+ </children>
626
+ <children xmi:id="_hPIExTbvEd2Dg_DuOx74iA" type="Stereotype" element="_yJVJoDbPEd2lD7Jp_XKq2A"/>
627
+ <children xmi:id="_hPIExjbvEd2Dg_DuOx74iA" type="Kind" element="_yJVJoDbPEd2lD7Jp_XKq2A"/>
628
+ <children xmi:id="_hPIExzbvEd2Dg_DuOx74iA" type="Name" element="_yJVJoDbPEd2lD7Jp_XKq2A"/>
629
+ <children xmi:id="_hPIEyDbvEd2Dg_DuOx74iA" type="AttributeCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
630
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hPIEyTbvEd2Dg_DuOx74iA"/>
631
+ </children>
632
+ <children xmi:id="_hPIEyjbvEd2Dg_DuOx74iA" type="OperationCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
633
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hPIEyzbvEd2Dg_DuOx74iA"/>
634
+ </children>
635
+ <children xmi:id="_hPIEzDbvEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
636
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_hPIEzTbvEd2Dg_DuOx74iA"/>
637
+ </children>
638
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_hPIEwTbvEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
639
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hPIEwjbvEd2Dg_DuOx74iA" x="12720" y="3498"/>
640
+ </children>
641
+ <children xmi:id="_iA6OEDhPEd2Dg_DuOx74iA" targetEdges="_iBDYADhPEd2Dg_DuOx74iA _iBDYBzhPEd2Dg_DuOx74iA" element="_BhMWYDbOEd2lD7Jp_XKq2A">
642
+ <children xmi:id="_iA6OEzhPEd2Dg_DuOx74iA" type="ImageCompartment" element="_BhMWYDbOEd2lD7Jp_XKq2A">
643
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_iA6OFDhPEd2Dg_DuOx74iA" width="530" height="530"/>
644
+ </children>
645
+ <children xmi:id="_iA6OFThPEd2Dg_DuOx74iA" type="Stereotype" element="_BhMWYDbOEd2lD7Jp_XKq2A"/>
646
+ <children xmi:id="_iA6OFjhPEd2Dg_DuOx74iA" type="Kind" element="_BhMWYDbOEd2lD7Jp_XKq2A"/>
647
+ <children xmi:id="_iA6OFzhPEd2Dg_DuOx74iA" type="Name" element="_BhMWYDbOEd2lD7Jp_XKq2A"/>
648
+ <children xmi:id="_iA6OGDhPEd2Dg_DuOx74iA" type="AttributeCompartment" element="_BhMWYDbOEd2lD7Jp_XKq2A">
649
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_iA6OGThPEd2Dg_DuOx74iA"/>
650
+ </children>
651
+ <children xmi:id="_iA6OGjhPEd2Dg_DuOx74iA" type="OperationCompartment" element="_BhMWYDbOEd2lD7Jp_XKq2A">
652
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_iA6OGzhPEd2Dg_DuOx74iA"/>
653
+ </children>
654
+ <children xmi:id="_iA6OHDhPEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_BhMWYDbOEd2lD7Jp_XKq2A">
655
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_iA6OHThPEd2Dg_DuOx74iA"/>
656
+ </children>
657
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_iA6OEThPEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
658
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iA6OEjhPEd2Dg_DuOx74iA" x="954" y="10812"/>
659
+ </children>
660
+ <children xmi:id="_jO2A0DhPEd2Dg_DuOx74iA" targetEdges="_jO_KwDhPEd2Dg_DuOx74iA" element="_P3nXcDbQEd2lD7Jp_XKq2A">
661
+ <children xmi:id="_jO2A0zhPEd2Dg_DuOx74iA" type="ImageCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
662
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_jO2A1DhPEd2Dg_DuOx74iA" width="530" height="530"/>
663
+ </children>
664
+ <children xmi:id="_jO2A1ThPEd2Dg_DuOx74iA" type="Stereotype" element="_P3nXcDbQEd2lD7Jp_XKq2A"/>
665
+ <children xmi:id="_jO2A1jhPEd2Dg_DuOx74iA" type="Kind" element="_P3nXcDbQEd2lD7Jp_XKq2A"/>
666
+ <children xmi:id="_jO2A1zhPEd2Dg_DuOx74iA" type="Name" element="_P3nXcDbQEd2lD7Jp_XKq2A"/>
667
+ <children xmi:id="_jO2A2DhPEd2Dg_DuOx74iA" type="AttributeCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
668
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jO2A2ThPEd2Dg_DuOx74iA"/>
669
+ </children>
670
+ <children xmi:id="_jO2A2jhPEd2Dg_DuOx74iA" type="OperationCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
671
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jO2A2zhPEd2Dg_DuOx74iA"/>
672
+ </children>
673
+ <children xmi:id="_jO2A3DhPEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
674
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_jO2A3ThPEd2Dg_DuOx74iA"/>
675
+ </children>
676
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_jO2A0ThPEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
677
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jO2A0jhPEd2Dg_DuOx74iA" x="13038" y="6996"/>
678
+ </children>
679
+ <children xmi:id="_kOBl4DhPEd2Dg_DuOx74iA" targetEdges="_mjCVcjhPEd2Dg_DuOx74iA" element="_n_0tkDbQEd2lD7Jp_XKq2A">
680
+ <children xmi:id="_kOBl4zhPEd2Dg_DuOx74iA" type="ImageCompartment" element="_n_0tkDbQEd2lD7Jp_XKq2A">
681
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_kOBl5DhPEd2Dg_DuOx74iA" width="530" height="530"/>
682
+ </children>
683
+ <children xmi:id="_kOBl5ThPEd2Dg_DuOx74iA" type="Stereotype" element="_n_0tkDbQEd2lD7Jp_XKq2A"/>
684
+ <children xmi:id="_kOBl5jhPEd2Dg_DuOx74iA" type="Kind" element="_n_0tkDbQEd2lD7Jp_XKq2A"/>
685
+ <children xmi:id="_kOBl5zhPEd2Dg_DuOx74iA" type="Name" element="_n_0tkDbQEd2lD7Jp_XKq2A"/>
686
+ <children xmi:id="_kOBl6DhPEd2Dg_DuOx74iA" type="AttributeCompartment" element="_n_0tkDbQEd2lD7Jp_XKq2A">
687
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kOBl6ThPEd2Dg_DuOx74iA"/>
688
+ </children>
689
+ <children xmi:id="_kOBl6jhPEd2Dg_DuOx74iA" type="OperationCompartment" element="_n_0tkDbQEd2lD7Jp_XKq2A">
690
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kOBl6zhPEd2Dg_DuOx74iA"/>
691
+ </children>
692
+ <children xmi:id="_kOBl7DhPEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_n_0tkDbQEd2lD7Jp_XKq2A">
693
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_kOBl7ThPEd2Dg_DuOx74iA"/>
694
+ </children>
695
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_kOBl4ThPEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
696
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kOBl4jhPEd2Dg_DuOx74iA" x="12402" y="10812"/>
697
+ </children>
698
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_aYb1YzbREd2lD7Jp_XKq2A"/>
699
+ <edges xmi:id="_vHl6IDbTEd2h45X7NHdBZQ" element="_cwLQMDbOEd2lD7Jp_XKq2A" source="_vHcJIDbTEd2h45X7NHdBZQ" target="_uZZXYDbTEd2h45X7NHdBZQ">
700
+ <children xmi:id="_vHl6IzbTEd2h45X7NHdBZQ" type="NameLabel" element="_cwLQMDbOEd2lD7Jp_XKq2A">
701
+ <children xmi:id="_vHl6JTbTEd2h45X7NHdBZQ" type="Stereotype" element="_cwLQMDbOEd2lD7Jp_XKq2A"/>
702
+ <children xmi:id="_vHl6JjbTEd2h45X7NHdBZQ" type="Name" element="_cwLQMDbOEd2lD7Jp_XKq2A"/>
703
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vHl6JDbTEd2h45X7NHdBZQ" y="-148"/>
704
+ </children>
705
+ <children xmi:id="_vHl6JzbTEd2h45X7NHdBZQ" type="ToMultiplicityLabel" element="_cwLQMjbOEd2lD7Jp_XKq2A">
706
+ <children xmi:id="_vHl6KTbTEd2h45X7NHdBZQ" type="ToMultiplicity" element="_cwLQMjbOEd2lD7Jp_XKq2A"/>
707
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6KDbTEd2h45X7NHdBZQ" y="318"/>
708
+ </children>
709
+ <children xmi:id="_vHl6KjbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_cwLQMjbOEd2lD7Jp_XKq2A">
710
+ <children xmi:id="_vHl6LDbTEd2h45X7NHdBZQ" type="ToRole" element="_cwLQMjbOEd2lD7Jp_XKq2A"/>
711
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6KzbTEd2h45X7NHdBZQ" y="-317"/>
712
+ </children>
713
+ <children xmi:id="_vHl6LTbTEd2h45X7NHdBZQ" type="FromMultiplicityLabel" element="_cwLQMTbOEd2lD7Jp_XKq2A">
714
+ <children xmi:id="_vHl6LzbTEd2h45X7NHdBZQ" type="FromMultiplicity" element="_cwLQMTbOEd2lD7Jp_XKq2A"/>
715
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6LjbTEd2h45X7NHdBZQ" y="318"/>
716
+ </children>
717
+ <children xmi:id="_vHl6MDbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_cwLQMTbOEd2lD7Jp_XKq2A">
718
+ <children xmi:id="_vHl6MjbTEd2h45X7NHdBZQ" type="FromRole" element="_cwLQMTbOEd2lD7Jp_XKq2A"/>
719
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6MTbTEd2h45X7NHdBZQ" y="-317"/>
720
+ </children>
721
+ <children xmi:id="_vHl6MzbTEd2h45X7NHdBZQ" type="ToQualifierLabel" element="_cwLQMjbOEd2lD7Jp_XKq2A">
722
+ <children xmi:id="_vHl6NTbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_cwLQMjbOEd2lD7Jp_XKq2A">
723
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vHl6NjbTEd2h45X7NHdBZQ"/>
724
+ </children>
725
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6NDbTEd2h45X7NHdBZQ" y="-148"/>
726
+ </children>
727
+ <children xmi:id="_vHl6NzbTEd2h45X7NHdBZQ" type="FromQualifierLabel" element="_cwLQMTbOEd2lD7Jp_XKq2A">
728
+ <children xmi:id="_vHl6OTbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_cwLQMTbOEd2lD7Jp_XKq2A">
729
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vHl6OjbTEd2h45X7NHdBZQ"/>
730
+ </children>
731
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6ODbTEd2h45X7NHdBZQ" y="-148"/>
732
+ </children>
733
+ <children xmi:id="_vHl6OzbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_cwLQMjbOEd2lD7Jp_XKq2A">
734
+ <eAnnotations xmi:id="_vHl6PTbTEd2h45X7NHdBZQ" source="ToConstraintLabel"/>
735
+ <children xmi:id="_vHl6PjbTEd2h45X7NHdBZQ" visible="false" type="ToConstraintCompartment" element="_cwLQMjbOEd2lD7Jp_XKq2A">
736
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vHl6PzbTEd2h45X7NHdBZQ"/>
737
+ </children>
738
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6PDbTEd2h45X7NHdBZQ" y="847"/>
739
+ </children>
740
+ <children xmi:id="_vHl6QDbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_cwLQMTbOEd2lD7Jp_XKq2A">
741
+ <eAnnotations xmi:id="_vHl6QjbTEd2h45X7NHdBZQ" source="FromConstraintLabel"/>
742
+ <children xmi:id="_vHl6QzbTEd2h45X7NHdBZQ" visible="false" type="FromConstraintCompartment" element="_cwLQMTbOEd2lD7Jp_XKq2A">
743
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vHl6RDbTEd2h45X7NHdBZQ"/>
744
+ </children>
745
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vHl6QTbTEd2h45X7NHdBZQ" y="847"/>
746
+ </children>
747
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_vHl6ITbTEd2h45X7NHdBZQ" routing="Rectilinear" showStereotype="Text"/>
748
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vHl6IjbTEd2h45X7NHdBZQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
749
+ </edges>
750
+ <edges xmi:id="_veFumDbTEd2h45X7NHdBZQ" element="_Y4-VIDbOEd2lD7Jp_XKq2A" source="_vd8koDbTEd2h45X7NHdBZQ" target="_uZZXYDbTEd2h45X7NHdBZQ">
751
+ <children xmi:id="_veFumzbTEd2h45X7NHdBZQ" type="NameLabel" element="_Y4-VIDbOEd2lD7Jp_XKq2A">
752
+ <children xmi:id="_veFunTbTEd2h45X7NHdBZQ" type="Stereotype" element="_Y4-VIDbOEd2lD7Jp_XKq2A"/>
753
+ <children xmi:id="_veFunjbTEd2h45X7NHdBZQ" type="Name" element="_Y4-VIDbOEd2lD7Jp_XKq2A"/>
754
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_veFunDbTEd2h45X7NHdBZQ" y="-148"/>
755
+ </children>
756
+ <children xmi:id="_veFunzbTEd2h45X7NHdBZQ" type="ToMultiplicityLabel" element="_Y4-VIjbOEd2lD7Jp_XKq2A">
757
+ <children xmi:id="_veFuoTbTEd2h45X7NHdBZQ" type="ToMultiplicity" element="_Y4-VIjbOEd2lD7Jp_XKq2A"/>
758
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFuoDbTEd2h45X7NHdBZQ" y="318"/>
759
+ </children>
760
+ <children xmi:id="_veFuojbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_Y4-VIjbOEd2lD7Jp_XKq2A">
761
+ <children xmi:id="_veFupDbTEd2h45X7NHdBZQ" type="ToRole" element="_Y4-VIjbOEd2lD7Jp_XKq2A"/>
762
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFuozbTEd2h45X7NHdBZQ" y="-317"/>
763
+ </children>
764
+ <children xmi:id="_veFupTbTEd2h45X7NHdBZQ" type="FromMultiplicityLabel" element="_Y4-VITbOEd2lD7Jp_XKq2A">
765
+ <children xmi:id="_veFupzbTEd2h45X7NHdBZQ" type="FromMultiplicity" element="_Y4-VITbOEd2lD7Jp_XKq2A"/>
766
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFupjbTEd2h45X7NHdBZQ" y="318"/>
767
+ </children>
768
+ <children xmi:id="_veFuqDbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_Y4-VITbOEd2lD7Jp_XKq2A">
769
+ <children xmi:id="_veFuqjbTEd2h45X7NHdBZQ" type="FromRole" element="_Y4-VITbOEd2lD7Jp_XKq2A"/>
770
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFuqTbTEd2h45X7NHdBZQ" y="-317"/>
771
+ </children>
772
+ <children xmi:id="_veFuqzbTEd2h45X7NHdBZQ" type="ToQualifierLabel" element="_Y4-VIjbOEd2lD7Jp_XKq2A">
773
+ <children xmi:id="_veFurTbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_Y4-VIjbOEd2lD7Jp_XKq2A">
774
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_veFurjbTEd2h45X7NHdBZQ"/>
775
+ </children>
776
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFurDbTEd2h45X7NHdBZQ" y="-148"/>
777
+ </children>
778
+ <children xmi:id="_veFurzbTEd2h45X7NHdBZQ" type="FromQualifierLabel" element="_Y4-VITbOEd2lD7Jp_XKq2A">
779
+ <children xmi:id="_veFusTbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_Y4-VITbOEd2lD7Jp_XKq2A">
780
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_veFusjbTEd2h45X7NHdBZQ"/>
781
+ </children>
782
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFusDbTEd2h45X7NHdBZQ" y="-148"/>
783
+ </children>
784
+ <children xmi:id="_veFuszbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_Y4-VIjbOEd2lD7Jp_XKq2A">
785
+ <eAnnotations xmi:id="_veFutTbTEd2h45X7NHdBZQ" source="ToConstraintLabel"/>
786
+ <children xmi:id="_veFutjbTEd2h45X7NHdBZQ" visible="false" type="ToConstraintCompartment" element="_Y4-VIjbOEd2lD7Jp_XKq2A">
787
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_veFutzbTEd2h45X7NHdBZQ"/>
788
+ </children>
789
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFutDbTEd2h45X7NHdBZQ" y="847"/>
790
+ </children>
791
+ <children xmi:id="_veFuuDbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_Y4-VITbOEd2lD7Jp_XKq2A">
792
+ <eAnnotations xmi:id="_veFuujbTEd2h45X7NHdBZQ" source="FromConstraintLabel"/>
793
+ <children xmi:id="_veFuuzbTEd2h45X7NHdBZQ" visible="false" type="FromConstraintCompartment" element="_Y4-VITbOEd2lD7Jp_XKq2A">
794
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_veFuvDbTEd2h45X7NHdBZQ"/>
795
+ </children>
796
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_veFuuTbTEd2h45X7NHdBZQ" y="847"/>
797
+ </children>
798
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_veFumTbTEd2h45X7NHdBZQ" routing="Rectilinear" showStereotype="Text"/>
799
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_veFumjbTEd2h45X7NHdBZQ" points="[445, 529, 169, -2963]$[445, 2963, 169, -529]"/>
800
+ </edges>
801
+ <edges xmi:id="_veFuvTbTEd2h45X7NHdBZQ" element="_dymzADbNEd2lD7Jp_XKq2A" source="_vd8koDbTEd2h45X7NHdBZQ" target="_vHcJIDbTEd2h45X7NHdBZQ">
802
+ <children xmi:id="_veFuwDbTEd2h45X7NHdBZQ" type="NameLabel" element="_dymzADbNEd2lD7Jp_XKq2A">
803
+ <children xmi:id="_vePfkDbTEd2h45X7NHdBZQ" type="Stereotype" element="_dymzADbNEd2lD7Jp_XKq2A"/>
804
+ <children xmi:id="_vePfkTbTEd2h45X7NHdBZQ" type="Name" element="_dymzADbNEd2lD7Jp_XKq2A"/>
805
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_veFuwTbTEd2h45X7NHdBZQ" y="-148"/>
806
+ </children>
807
+ <children xmi:id="_vePfkjbTEd2h45X7NHdBZQ" type="ToMultiplicityLabel" element="_dymzAjbNEd2lD7Jp_XKq2A">
808
+ <children xmi:id="_vePflDbTEd2h45X7NHdBZQ" type="ToMultiplicity" element="_dymzAjbNEd2lD7Jp_XKq2A"/>
809
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfkzbTEd2h45X7NHdBZQ" y="318"/>
810
+ </children>
811
+ <children xmi:id="_vePflTbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_dymzAjbNEd2lD7Jp_XKq2A">
812
+ <children xmi:id="_vePflzbTEd2h45X7NHdBZQ" type="ToRole" element="_dymzAjbNEd2lD7Jp_XKq2A"/>
813
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfljbTEd2h45X7NHdBZQ" y="-317"/>
814
+ </children>
815
+ <children xmi:id="_vePfmDbTEd2h45X7NHdBZQ" type="FromMultiplicityLabel" element="_dymzATbNEd2lD7Jp_XKq2A">
816
+ <children xmi:id="_vePfmjbTEd2h45X7NHdBZQ" type="FromMultiplicity" element="_dymzATbNEd2lD7Jp_XKq2A"/>
817
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfmTbTEd2h45X7NHdBZQ" x="-57" y="-414"/>
818
+ </children>
819
+ <children xmi:id="_vePfmzbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_dymzATbNEd2lD7Jp_XKq2A">
820
+ <children xmi:id="_vePfnTbTEd2h45X7NHdBZQ" type="FromRole" element="_dymzATbNEd2lD7Jp_XKq2A"/>
821
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfnDbTEd2h45X7NHdBZQ" x="579" y="-944"/>
822
+ </children>
823
+ <children xmi:id="_vePfnjbTEd2h45X7NHdBZQ" type="ToQualifierLabel" element="_dymzAjbNEd2lD7Jp_XKq2A">
824
+ <children xmi:id="_vePfoDbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_dymzAjbNEd2lD7Jp_XKq2A">
825
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vePfoTbTEd2h45X7NHdBZQ"/>
826
+ </children>
827
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfnzbTEd2h45X7NHdBZQ" y="-148"/>
828
+ </children>
829
+ <children xmi:id="_vePfojbTEd2h45X7NHdBZQ" type="FromQualifierLabel" element="_dymzATbNEd2lD7Jp_XKq2A">
830
+ <children xmi:id="_vePfpDbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_dymzATbNEd2lD7Jp_XKq2A">
831
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vePfpTbTEd2h45X7NHdBZQ"/>
832
+ </children>
833
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfozbTEd2h45X7NHdBZQ" y="-148"/>
834
+ </children>
835
+ <children xmi:id="_vePfpjbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_dymzAjbNEd2lD7Jp_XKq2A">
836
+ <eAnnotations xmi:id="_vePfqDbTEd2h45X7NHdBZQ" source="ToConstraintLabel"/>
837
+ <children xmi:id="_vePfqTbTEd2h45X7NHdBZQ" visible="false" type="ToConstraintCompartment" element="_dymzAjbNEd2lD7Jp_XKq2A">
838
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vePfqjbTEd2h45X7NHdBZQ"/>
839
+ </children>
840
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfpzbTEd2h45X7NHdBZQ" y="847"/>
841
+ </children>
842
+ <children xmi:id="_vePfqzbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_dymzATbNEd2lD7Jp_XKq2A">
843
+ <eAnnotations xmi:id="_vePfrTbTEd2h45X7NHdBZQ" source="FromConstraintLabel"/>
844
+ <children xmi:id="_vePfrjbTEd2h45X7NHdBZQ" visible="false" type="FromConstraintCompartment" element="_dymzATbNEd2lD7Jp_XKq2A">
845
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_vePfrzbTEd2h45X7NHdBZQ"/>
846
+ </children>
847
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_vePfrDbTEd2h45X7NHdBZQ" y="847"/>
848
+ </children>
849
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_veFuvjbTEd2h45X7NHdBZQ" routing="Rectilinear" showStereotype="Text"/>
850
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_veFuvzbTEd2h45X7NHdBZQ" points="[1969, -255, -3514, -3747]$[5377, -255, -106, -3747]$[5377, 2963, -106, -529]"/>
851
+ </edges>
852
+ <edges xmi:id="_vePfsDbTEd2h45X7NHdBZQ" element="_dDEzgDbNEd2lD7Jp_XKq2A" source="_uwC80DbTEd2h45X7NHdBZQ" target="_vd8koDbTEd2h45X7NHdBZQ">
853
+ <children xmi:id="_vePfszbTEd2h45X7NHdBZQ" type="NameLabel" element="_dDEzgDbNEd2lD7Jp_XKq2A">
854
+ <children xmi:id="_vePftTbTEd2h45X7NHdBZQ" type="Stereotype" element="_dDEzgDbNEd2lD7Jp_XKq2A"/>
855
+ <children xmi:id="_vePftjbTEd2h45X7NHdBZQ" type="Name" element="_dDEzgDbNEd2lD7Jp_XKq2A"/>
856
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vePftDbTEd2h45X7NHdBZQ" y="-148"/>
857
+ </children>
858
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_vePfsTbTEd2h45X7NHdBZQ" routing="Rectilinear" showStereotype="Text"/>
859
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vePfsjbTEd2h45X7NHdBZQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
860
+ </edges>
861
+ <edges xmi:id="_xygoQTbTEd2h45X7NHdBZQ" element="_VC9F0DbOEd2lD7Jp_XKq2A" source="_vHcJIDbTEd2h45X7NHdBZQ" target="_xyW3QDbTEd2h45X7NHdBZQ">
862
+ <children xmi:id="_xygoRDbTEd2h45X7NHdBZQ" type="NameLabel" element="_VC9F0DbOEd2lD7Jp_XKq2A">
863
+ <children xmi:id="_xygoRjbTEd2h45X7NHdBZQ" type="Stereotype" element="_VC9F0DbOEd2lD7Jp_XKq2A"/>
864
+ <children xmi:id="_xygoRzbTEd2h45X7NHdBZQ" type="Name" element="_VC9F0DbOEd2lD7Jp_XKq2A"/>
865
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_xygoRTbTEd2h45X7NHdBZQ" y="-148"/>
866
+ </children>
867
+ <children xmi:id="_xygoSDbTEd2h45X7NHdBZQ" type="ToMultiplicityLabel" element="_VC9F0jbOEd2lD7Jp_XKq2A">
868
+ <children xmi:id="_xygoSjbTEd2h45X7NHdBZQ" type="ToMultiplicity" element="_VC9F0jbOEd2lD7Jp_XKq2A"/>
869
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoSTbTEd2h45X7NHdBZQ" x="95" y="120"/>
870
+ </children>
871
+ <children xmi:id="_xygoSzbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_VC9F0jbOEd2lD7Jp_XKq2A">
872
+ <children xmi:id="_xygoTTbTEd2h45X7NHdBZQ" type="ToRole" element="_VC9F0jbOEd2lD7Jp_XKq2A"/>
873
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoTDbTEd2h45X7NHdBZQ" y="-317"/>
874
+ </children>
875
+ <children xmi:id="_xygoTjbTEd2h45X7NHdBZQ" type="FromMultiplicityLabel" element="_VC9F0TbOEd2lD7Jp_XKq2A">
876
+ <children xmi:id="_xygoUDbTEd2h45X7NHdBZQ" type="FromMultiplicity" element="_VC9F0TbOEd2lD7Jp_XKq2A"/>
877
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoTzbTEd2h45X7NHdBZQ" y="318"/>
878
+ </children>
879
+ <children xmi:id="_xygoUTbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_VC9F0TbOEd2lD7Jp_XKq2A">
880
+ <children xmi:id="_xygoUzbTEd2h45X7NHdBZQ" type="FromRole" element="_VC9F0TbOEd2lD7Jp_XKq2A"/>
881
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoUjbTEd2h45X7NHdBZQ" y="-317"/>
882
+ </children>
883
+ <children xmi:id="_xygoVDbTEd2h45X7NHdBZQ" type="ToQualifierLabel" element="_VC9F0jbOEd2lD7Jp_XKq2A">
884
+ <children xmi:id="_xygoVjbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_VC9F0jbOEd2lD7Jp_XKq2A">
885
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xygoVzbTEd2h45X7NHdBZQ"/>
886
+ </children>
887
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoVTbTEd2h45X7NHdBZQ" y="-148"/>
888
+ </children>
889
+ <children xmi:id="_xygoWDbTEd2h45X7NHdBZQ" type="FromQualifierLabel" element="_VC9F0TbOEd2lD7Jp_XKq2A">
890
+ <children xmi:id="_xygoWjbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_VC9F0TbOEd2lD7Jp_XKq2A">
891
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xygoWzbTEd2h45X7NHdBZQ"/>
892
+ </children>
893
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoWTbTEd2h45X7NHdBZQ" y="-148"/>
894
+ </children>
895
+ <children xmi:id="_xygoXDbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_VC9F0jbOEd2lD7Jp_XKq2A">
896
+ <eAnnotations xmi:id="_xygoXjbTEd2h45X7NHdBZQ" source="ToConstraintLabel"/>
897
+ <children xmi:id="_xygoXzbTEd2h45X7NHdBZQ" visible="false" type="ToConstraintCompartment" element="_VC9F0jbOEd2lD7Jp_XKq2A">
898
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xygoYDbTEd2h45X7NHdBZQ"/>
899
+ </children>
900
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoXTbTEd2h45X7NHdBZQ" y="847"/>
901
+ </children>
902
+ <children xmi:id="_xygoYTbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_VC9F0TbOEd2lD7Jp_XKq2A">
903
+ <eAnnotations xmi:id="_xygoYzbTEd2h45X7NHdBZQ" source="FromConstraintLabel"/>
904
+ <children xmi:id="_xygoZDbTEd2h45X7NHdBZQ" visible="false" type="FromConstraintCompartment" element="_VC9F0TbOEd2lD7Jp_XKq2A">
905
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xygoZTbTEd2h45X7NHdBZQ"/>
906
+ </children>
907
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygoYjbTEd2h45X7NHdBZQ" y="847"/>
908
+ </children>
909
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_xygoQjbTEd2h45X7NHdBZQ" routing="Rectilinear" showStereotype="Text"/>
910
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_xygoQzbTEd2h45X7NHdBZQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
911
+ </edges>
912
+ <edges xmi:id="_xygoZjbTEd2h45X7NHdBZQ" element="_XQ9OcDbOEd2lD7Jp_XKq2A" source="_vd8koDbTEd2h45X7NHdBZQ" target="_xyW3QDbTEd2h45X7NHdBZQ">
913
+ <children xmi:id="_xygoaTbTEd2h45X7NHdBZQ" type="NameLabel" element="_XQ9OcDbOEd2lD7Jp_XKq2A">
914
+ <children xmi:id="_xygoazbTEd2h45X7NHdBZQ" type="Stereotype" element="_XQ9OcDbOEd2lD7Jp_XKq2A"/>
915
+ <children xmi:id="_xygobDbTEd2h45X7NHdBZQ" type="Name" element="_XQ9OcDbOEd2lD7Jp_XKq2A"/>
916
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_xygoajbTEd2h45X7NHdBZQ" y="-148"/>
917
+ </children>
918
+ <children xmi:id="_xygobTbTEd2h45X7NHdBZQ" type="ToMultiplicityLabel" element="_XQ9OcjbOEd2lD7Jp_XKq2A">
919
+ <children xmi:id="_xygobzbTEd2h45X7NHdBZQ" type="ToMultiplicity" element="_XQ9OcjbOEd2lD7Jp_XKq2A"/>
920
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygobjbTEd2h45X7NHdBZQ" y="318"/>
921
+ </children>
922
+ <children xmi:id="_xygocDbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_XQ9OcjbOEd2lD7Jp_XKq2A">
923
+ <children xmi:id="_xygocjbTEd2h45X7NHdBZQ" type="ToRole" element="_XQ9OcjbOEd2lD7Jp_XKq2A"/>
924
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygocTbTEd2h45X7NHdBZQ" y="-317"/>
925
+ </children>
926
+ <children xmi:id="_xygoczbTEd2h45X7NHdBZQ" type="FromMultiplicityLabel" element="_XQ9OcTbOEd2lD7Jp_XKq2A">
927
+ <children xmi:id="_xygodTbTEd2h45X7NHdBZQ" type="FromMultiplicity" element="_XQ9OcTbOEd2lD7Jp_XKq2A"/>
928
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xygodDbTEd2h45X7NHdBZQ" y="318"/>
929
+ </children>
930
+ <children xmi:id="_xypyMDbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_XQ9OcTbOEd2lD7Jp_XKq2A">
931
+ <children xmi:id="_xypyMjbTEd2h45X7NHdBZQ" type="FromRole" element="_XQ9OcTbOEd2lD7Jp_XKq2A"/>
932
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xypyMTbTEd2h45X7NHdBZQ" x="-496" y="-397"/>
933
+ </children>
934
+ <children xmi:id="_xypyMzbTEd2h45X7NHdBZQ" type="ToQualifierLabel" element="_XQ9OcjbOEd2lD7Jp_XKq2A">
935
+ <children xmi:id="_xypyNTbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_XQ9OcjbOEd2lD7Jp_XKq2A">
936
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xypyNjbTEd2h45X7NHdBZQ"/>
937
+ </children>
938
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xypyNDbTEd2h45X7NHdBZQ" y="-148"/>
939
+ </children>
940
+ <children xmi:id="_xypyNzbTEd2h45X7NHdBZQ" type="FromQualifierLabel" element="_XQ9OcTbOEd2lD7Jp_XKq2A">
941
+ <children xmi:id="_xypyOTbTEd2h45X7NHdBZQ" type="QualifierCompartment" element="_XQ9OcTbOEd2lD7Jp_XKq2A">
942
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xypyOjbTEd2h45X7NHdBZQ"/>
943
+ </children>
944
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xypyODbTEd2h45X7NHdBZQ" y="-148"/>
945
+ </children>
946
+ <children xmi:id="_xypyOzbTEd2h45X7NHdBZQ" type="ToRoleLabel" element="_XQ9OcjbOEd2lD7Jp_XKq2A">
947
+ <eAnnotations xmi:id="_xypyPTbTEd2h45X7NHdBZQ" source="ToConstraintLabel"/>
948
+ <children xmi:id="_xypyPjbTEd2h45X7NHdBZQ" visible="false" type="ToConstraintCompartment" element="_XQ9OcjbOEd2lD7Jp_XKq2A">
949
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xypyPzbTEd2h45X7NHdBZQ"/>
950
+ </children>
951
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xypyPDbTEd2h45X7NHdBZQ" y="847"/>
952
+ </children>
953
+ <children xmi:id="_xypyQDbTEd2h45X7NHdBZQ" type="FromRoleLabel" element="_XQ9OcTbOEd2lD7Jp_XKq2A">
954
+ <eAnnotations xmi:id="_xypyQjbTEd2h45X7NHdBZQ" source="FromConstraintLabel"/>
955
+ <children xmi:id="_xypyQzbTEd2h45X7NHdBZQ" visible="false" type="FromConstraintCompartment" element="_XQ9OcTbOEd2lD7Jp_XKq2A">
956
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_xypyRDbTEd2h45X7NHdBZQ"/>
957
+ </children>
958
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_xypyQTbTEd2h45X7NHdBZQ" y="847"/>
959
+ </children>
960
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_xygoZzbTEd2h45X7NHdBZQ" routing="Rectilinear" showStereotype="Text"/>
961
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_xygoaDbTEd2h45X7NHdBZQ" points="[-1575, 529, -813, -4551]$[-1575, 4572, -813, -508]"/>
962
+ </edges>
963
+ <edges xmi:id="_fvwjwDbvEd2Dg_DuOx74iA" element="_cTdCgDbPEd2lD7Jp_XKq2A" source="_vd8koDbTEd2h45X7NHdBZQ" target="_fuuB8DbvEd2Dg_DuOx74iA">
964
+ <children xmi:id="_fvwjwzbvEd2Dg_DuOx74iA" type="NameLabel" element="_cTdCgDbPEd2lD7Jp_XKq2A">
965
+ <children xmi:id="_fvwjxTbvEd2Dg_DuOx74iA" type="Stereotype" element="_cTdCgDbPEd2lD7Jp_XKq2A"/>
966
+ <children xmi:id="_fvwjxjbvEd2Dg_DuOx74iA" type="Name" element="_cTdCgDbPEd2lD7Jp_XKq2A"/>
967
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_fvwjxDbvEd2Dg_DuOx74iA" y="-185"/>
968
+ </children>
969
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_fvwjwTbvEd2Dg_DuOx74iA" showStereotype="Text"/>
970
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_fvwjwjbvEd2Dg_DuOx74iA" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
971
+ </edges>
972
+ <edges xmi:id="_hPkwtDbvEd2Dg_DuOx74iA" element="_PI0XwDbQEd2lD7Jp_XKq2A" source="_vHcJIDbTEd2h45X7NHdBZQ" target="_hPIEwDbvEd2Dg_DuOx74iA">
973
+ <children xmi:id="_hPkwtzbvEd2Dg_DuOx74iA" type="NameLabel" element="_PI0XwDbQEd2lD7Jp_XKq2A">
974
+ <children xmi:id="_hPkwuTbvEd2Dg_DuOx74iA" type="Stereotype" element="_PI0XwDbQEd2lD7Jp_XKq2A"/>
975
+ <children xmi:id="_hPkwujbvEd2Dg_DuOx74iA" type="Name" element="_PI0XwDbQEd2lD7Jp_XKq2A"/>
976
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hPkwuDbvEd2Dg_DuOx74iA" y="-185"/>
977
+ </children>
978
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_hPkwtTbvEd2Dg_DuOx74iA" showStereotype="Text"/>
979
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hPkwtjbvEd2Dg_DuOx74iA" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
980
+ </edges>
981
+ <edges xmi:id="_iBDYADhPEd2Dg_DuOx74iA" element="_LAjz0DbOEd2lD7Jp_XKq2A" source="_uZZXYDbTEd2h45X7NHdBZQ" target="_iA6OEDhPEd2Dg_DuOx74iA">
982
+ <children xmi:id="_iBDYAzhPEd2Dg_DuOx74iA" type="NameLabel" element="_LAjz0DbOEd2lD7Jp_XKq2A">
983
+ <children xmi:id="_iBDYBThPEd2Dg_DuOx74iA" type="Stereotype" element="_LAjz0DbOEd2lD7Jp_XKq2A"/>
984
+ <children xmi:id="_iBDYBjhPEd2Dg_DuOx74iA" type="Name" element="_LAjz0DbOEd2lD7Jp_XKq2A"/>
985
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iBDYBDhPEd2Dg_DuOx74iA" y="-185"/>
986
+ </children>
987
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_iBDYAThPEd2Dg_DuOx74iA" showStereotype="Text"/>
988
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iBDYAjhPEd2Dg_DuOx74iA" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
989
+ </edges>
990
+ <edges xmi:id="_iBDYBzhPEd2Dg_DuOx74iA" element="_KKK-YDbOEd2lD7Jp_XKq2A" source="_xyW3QDbTEd2h45X7NHdBZQ" target="_iA6OEDhPEd2Dg_DuOx74iA">
991
+ <children xmi:id="_iBDYCjhPEd2Dg_DuOx74iA" type="NameLabel" element="_KKK-YDbOEd2lD7Jp_XKq2A">
992
+ <children xmi:id="_iBDYDDhPEd2Dg_DuOx74iA" type="Stereotype" element="_KKK-YDbOEd2lD7Jp_XKq2A"/>
993
+ <children xmi:id="_iBDYDThPEd2Dg_DuOx74iA" type="Name" element="_KKK-YDbOEd2lD7Jp_XKq2A"/>
994
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_iBDYCzhPEd2Dg_DuOx74iA" y="-185"/>
995
+ </children>
996
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_iBDYCDhPEd2Dg_DuOx74iA" showStereotype="Text"/>
997
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iBDYCThPEd2Dg_DuOx74iA" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
998
+ </edges>
999
+ <edges xmi:id="_jO_KwDhPEd2Dg_DuOx74iA" element="_YuvwMDbQEd2lD7Jp_XKq2A" source="_vHcJIDbTEd2h45X7NHdBZQ" target="_jO2A0DhPEd2Dg_DuOx74iA">
1000
+ <children xmi:id="_jO_KwzhPEd2Dg_DuOx74iA" type="NameLabel" element="_YuvwMDbQEd2lD7Jp_XKq2A">
1001
+ <children xmi:id="_jO_KxThPEd2Dg_DuOx74iA" type="Stereotype" element="_YuvwMDbQEd2lD7Jp_XKq2A"/>
1002
+ <children xmi:id="_jO_KxjhPEd2Dg_DuOx74iA" type="Name" element="_YuvwMDbQEd2lD7Jp_XKq2A"/>
1003
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jO_KxDhPEd2Dg_DuOx74iA" y="-185"/>
1004
+ </children>
1005
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_jO_KwThPEd2Dg_DuOx74iA" showStereotype="Text"/>
1006
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_jO_KwjhPEd2Dg_DuOx74iA" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
1007
+ </edges>
1008
+ <edges xmi:id="_mjCVcjhPEd2Dg_DuOx74iA" element="_mjCVcDhPEd2Dg_DuOx74iA" source="_vHcJIDbTEd2h45X7NHdBZQ" target="_kOBl4DhPEd2Dg_DuOx74iA">
1009
+ <children xmi:id="_mjCVdThPEd2Dg_DuOx74iA" type="NameLabel" element="_mjCVcDhPEd2Dg_DuOx74iA">
1010
+ <children xmi:id="_mjCVdzhPEd2Dg_DuOx74iA" type="Stereotype" element="_mjCVcDhPEd2Dg_DuOx74iA"/>
1011
+ <children xmi:id="_mjCVeDhPEd2Dg_DuOx74iA" type="Name" element="_mjCVcDhPEd2Dg_DuOx74iA"/>
1012
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mjCVdjhPEd2Dg_DuOx74iA" y="-185"/>
1013
+ </children>
1014
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_mjCVczhPEd2Dg_DuOx74iA" showStereotype="Text"/>
1015
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mjCVdDhPEd2Dg_DuOx74iA" points="[36, 24, -301, -186]$[255, 173, -82, -37]"/>
1016
+ </edges>
1017
+ <edges xmi:id="_5dnwIDhPEd2Dg_DuOx74iA" element="_5demMDhPEd2Dg_DuOx74iA" source="_uwC80DbTEd2h45X7NHdBZQ" target="_hPIEwDbvEd2Dg_DuOx74iA">
1018
+ <children xmi:id="_5dnwIzhPEd2Dg_DuOx74iA" type="NameLabel" element="_5demMDhPEd2Dg_DuOx74iA">
1019
+ <children xmi:id="_5dnwJThPEd2Dg_DuOx74iA" type="Stereotype" element="_5demMDhPEd2Dg_DuOx74iA"/>
1020
+ <children xmi:id="_5dnwJjhPEd2Dg_DuOx74iA" type="Name" element="_5demMDhPEd2Dg_DuOx74iA"/>
1021
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_5dnwJDhPEd2Dg_DuOx74iA" y="-185"/>
1022
+ </children>
1023
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_5dnwIThPEd2Dg_DuOx74iA" showStereotype="Text"/>
1024
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5dnwIjhPEd2Dg_DuOx74iA" points="[1694, 608, -9975, -3943]$[7647, 2831, -4022, -1720]$[9737, 3704, -1932, -847]"/>
1025
+ </edges>
1026
+ </contents>
1027
+ </eAnnotations>
1028
+ <ownedMember xmi:type="uml:Class" xmi:id="__QWVIDbNEd2lD7Jp_XKq2A" name="Category" clientDependency="_KKK-YDbOEd2lD7Jp_XKq2A">
1029
+ <implementation xmi:id="_KKK-YDbOEd2lD7Jp_XKq2A" client="__QWVIDbNEd2lD7Jp_XKq2A" supplier="_BhMWYDbOEd2lD7Jp_XKq2A" realizingClassifier="_BhMWYDbOEd2lD7Jp_XKq2A" contract="_BhMWYDbOEd2lD7Jp_XKq2A">
1030
+ <mapping xmi:id="_KKK-YTbOEd2lD7Jp_XKq2A"/>
1031
+ </implementation>
1032
+ <ownedAttribute xmi:id="_VC9F0jbOEd2lD7Jp_XKq2A" name="contacts" visibility="private" type="_Rq2XADbNEd2lD7Jp_XKq2A" association="_VC9F0DbOEd2lD7Jp_XKq2A">
1033
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_WX44cTbOEd2lD7Jp_XKq2A" value="-1"/>
1034
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_WX44cDbOEd2lD7Jp_XKq2A"/>
1035
+ </ownedAttribute>
1036
+ </ownedMember>
1037
+ <ownedMember xmi:type="uml:Class" xmi:id="_Rq2XADbNEd2lD7Jp_XKq2A" name="Contact" clientDependency="_PI0XwDbQEd2lD7Jp_XKq2A _YuvwMDbQEd2lD7Jp_XKq2A _mjCVcDhPEd2Dg_DuOx74iA">
1038
+ <implementation xmi:id="_PI0XwDbQEd2lD7Jp_XKq2A" client="_Rq2XADbNEd2lD7Jp_XKq2A" supplier="_yJVJoDbPEd2lD7Jp_XKq2A" realizingClassifier="_yJVJoDbPEd2lD7Jp_XKq2A" contract="_yJVJoDbPEd2lD7Jp_XKq2A">
1039
+ <mapping xmi:id="_PI0XwTbQEd2lD7Jp_XKq2A"/>
1040
+ </implementation>
1041
+ <implementation xmi:id="_YuvwMDbQEd2lD7Jp_XKq2A" client="_Rq2XADbNEd2lD7Jp_XKq2A" supplier="_P3nXcDbQEd2lD7Jp_XKq2A" realizingClassifier="_P3nXcDbQEd2lD7Jp_XKq2A" contract="_P3nXcDbQEd2lD7Jp_XKq2A">
1042
+ <mapping xmi:id="_YuvwMTbQEd2lD7Jp_XKq2A"/>
1043
+ </implementation>
1044
+ <implementation xmi:id="_mjCVcDhPEd2Dg_DuOx74iA" client="_Rq2XADbNEd2lD7Jp_XKq2A" supplier="_n_0tkDbQEd2lD7Jp_XKq2A" realizingClassifier="_n_0tkDbQEd2lD7Jp_XKq2A" contract="_n_0tkDbQEd2lD7Jp_XKq2A">
1045
+ <mapping xmi:id="_mjCVcThPEd2Dg_DuOx74iA"/>
1046
+ </implementation>
1047
+ <ownedAttribute xmi:id="_VC9F0TbOEd2lD7Jp_XKq2A" name="category" visibility="private" type="__QWVIDbNEd2lD7Jp_XKq2A" association="_VC9F0DbOEd2lD7Jp_XKq2A"/>
1048
+ <ownedAttribute xmi:id="_cwLQMTbOEd2lD7Jp_XKq2A" name="groups" visibility="private" type="_AENbADbOEd2lD7Jp_XKq2A" association="_cwLQMDbOEd2lD7Jp_XKq2A">
1049
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_dSmn0TbOEd2lD7Jp_XKq2A" value="-1"/>
1050
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dSmn0DbOEd2lD7Jp_XKq2A"/>
1051
+ </ownedAttribute>
1052
+ </ownedMember>
1053
+ <ownedMember xmi:type="uml:Class" xmi:id="_WCP1EDbNEd2lD7Jp_XKq2A" name="ContactRepository" clientDependency="_cTdCgDbPEd2lD7Jp_XKq2A _g9UwoDbPEd2lD7Jp_XKq2A">
1054
+ <implementation xmi:id="_cTdCgDbPEd2lD7Jp_XKq2A" client="_WCP1EDbNEd2lD7Jp_XKq2A" supplier="_V21kYDbPEd2lD7Jp_XKq2A" realizingClassifier="_V21kYDbPEd2lD7Jp_XKq2A" contract="_V21kYDbPEd2lD7Jp_XKq2A">
1055
+ <mapping xmi:id="_cTmMcDbPEd2lD7Jp_XKq2A"/>
1056
+ </implementation>
1057
+ <implementation xmi:id="_g9UwoDbPEd2lD7Jp_XKq2A" client="_WCP1EDbNEd2lD7Jp_XKq2A" supplier="_Xp4PUDbPEd2lD7Jp_XKq2A" realizingClassifier="_Xp4PUDbPEd2lD7Jp_XKq2A" contract="_Xp4PUDbPEd2lD7Jp_XKq2A">
1058
+ <mapping xmi:id="_g9UwoTbPEd2lD7Jp_XKq2A"/>
1059
+ </implementation>
1060
+ <ownedAttribute xmi:id="_dymzATbNEd2lD7Jp_XKq2A" name="contact" visibility="private" type="_Rq2XADbNEd2lD7Jp_XKq2A" association="_dymzADbNEd2lD7Jp_XKq2A" aggregation="composite">
1061
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_dymzBDbNEd2lD7Jp_XKq2A" value="-1"/>
1062
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dymzAzbNEd2lD7Jp_XKq2A"/>
1063
+ </ownedAttribute>
1064
+ <ownedAttribute xmi:id="_XQ9OcTbOEd2lD7Jp_XKq2A" name="categories" visibility="private" type="__QWVIDbNEd2lD7Jp_XKq2A" association="_XQ9OcDbOEd2lD7Jp_XKq2A" aggregation="composite">
1065
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_XQ9OdDbOEd2lD7Jp_XKq2A" value="-1"/>
1066
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_XQ9OczbOEd2lD7Jp_XKq2A"/>
1067
+ </ownedAttribute>
1068
+ <ownedAttribute xmi:id="_Y4-VITbOEd2lD7Jp_XKq2A" name="groups" visibility="private" type="_AENbADbOEd2lD7Jp_XKq2A" association="_Y4-VIDbOEd2lD7Jp_XKq2A" aggregation="composite">
1069
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Y4-VJDbOEd2lD7Jp_XKq2A" value="-1"/>
1070
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Y4-VIzbOEd2lD7Jp_XKq2A"/>
1071
+ </ownedAttribute>
1072
+ </ownedMember>
1073
+ <ownedMember xmi:type="uml:Class" xmi:id="_ab4u0DbNEd2lD7Jp_XKq2A" name="Customer" clientDependency="_5demMDhPEd2Dg_DuOx74iA">
1074
+ <eAnnotations xmi:id="_sXHvwD04Ed2SuOkT56DHAg" source="appliedStereotypes">
1075
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__AuthPrincipal" xmi:id="_sXHvwT04Ed2SuOkT56DHAg"/>
1076
+ </eAnnotations>
1077
+ <generalization xmi:id="_dDEzgDbNEd2lD7Jp_XKq2A" general="_WCP1EDbNEd2lD7Jp_XKq2A"/>
1078
+ <implementation xmi:id="_5demMDhPEd2Dg_DuOx74iA" client="_ab4u0DbNEd2lD7Jp_XKq2A" supplier="_yJVJoDbPEd2lD7Jp_XKq2A" realizingClassifier="_yJVJoDbPEd2lD7Jp_XKq2A" contract="_yJVJoDbPEd2lD7Jp_XKq2A">
1079
+ <mapping xmi:id="_5demMThPEd2Dg_DuOx74iA"/>
1080
+ </implementation>
1081
+ <ownedAttribute xmi:id="_Ksd9kD05Ed2SuOkT56DHAg" name="password" visibility="private">
1082
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1083
+ </ownedAttribute>
1084
+ <ownedAttribute xmi:id="_SVQ-iD09Ed2SuOkT56DHAg" name="owner" type="_SVQ-oj09Ed2SuOkT56DHAg" association="_SVQ-tz09Ed2SuOkT56DHAg"/>
1085
+ <ownedAttribute xmi:id="_SVQ-hT09Ed2SuOkT56DHAg" name="userGroup" type="_SVQ-0D09Ed2SuOkT56DHAg" association="_SVQ-uD09Ed2SuOkT56DHAg">
1086
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-hj09Ed2SuOkT56DHAg" value="-1"/>
1087
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-hz09Ed2SuOkT56DHAg"/>
1088
+ </ownedAttribute>
1089
+ <ownedAttribute xmi:id="_MpsMMD7OEd26IbPJL4I4Nw" name="test" visibility="private">
1090
+ <eAnnotations xmi:id="_RyQogD7OEd26IbPJL4I4Nw" source="appliedStereotypes">
1091
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Secured" xmi:id="_RyQogT7OEd26IbPJL4I4Nw"/>
1092
+ </eAnnotations>
1093
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1094
+ </ownedAttribute>
1095
+ <ownedOperation xmi:id="_PB1IQD7OEd26IbPJL4I4Nw" name="test">
1096
+ <eAnnotations xmi:id="_RAf0YD7OEd26IbPJL4I4Nw" source="appliedStereotypes">
1097
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Secured" xmi:id="_RAf0YT7OEd26IbPJL4I4Nw"/>
1098
+ </eAnnotations>
1099
+ </ownedOperation>
1100
+ </ownedMember>
1101
+ <ownedMember xmi:type="uml:Class" xmi:id="_AENbADbOEd2lD7Jp_XKq2A" name="ContactGroup" clientDependency="_LAjz0DbOEd2lD7Jp_XKq2A">
1102
+ <implementation xmi:id="_LAjz0DbOEd2lD7Jp_XKq2A" client="_AENbADbOEd2lD7Jp_XKq2A" supplier="_BhMWYDbOEd2lD7Jp_XKq2A" realizingClassifier="_BhMWYDbOEd2lD7Jp_XKq2A" contract="_BhMWYDbOEd2lD7Jp_XKq2A">
1103
+ <mapping xmi:id="_LAjz0TbOEd2lD7Jp_XKq2A"/>
1104
+ </implementation>
1105
+ <ownedAttribute xmi:id="_cwLQMjbOEd2lD7Jp_XKq2A" name="contacts" visibility="private" type="_Rq2XADbNEd2lD7Jp_XKq2A" association="_cwLQMDbOEd2lD7Jp_XKq2A">
1106
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_dgwYkTbOEd2lD7Jp_XKq2A" value="-1"/>
1107
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dgwYkDbOEd2lD7Jp_XKq2A"/>
1108
+ </ownedAttribute>
1109
+ </ownedMember>
1110
+ <ownedMember xmi:type="uml:Interface" xmi:id="_yJVJoDbPEd2lD7Jp_XKq2A" name="CivilInformations">
1111
+ <ownedAttribute xmi:id="_4M6csDbPEd2lD7Jp_XKq2A" name="name" visibility="private">
1112
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1113
+ </ownedAttribute>
1114
+ <ownedAttribute xmi:id="_6YY1wDbPEd2lD7Jp_XKq2A" name="lastname" visibility="private">
1115
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1116
+ </ownedAttribute>
1117
+ <ownedAttribute xmi:id="_6gbXcDbPEd2lD7Jp_XKq2A" name="surname" visibility="private">
1118
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1119
+ </ownedAttribute>
1120
+ <ownedAttribute xmi:id="_6iXRIDbPEd2lD7Jp_XKq2A" name="civility" visibility="private" type="_C72roDbQEd2lD7Jp_XKq2A"/>
1121
+ </ownedMember>
1122
+ <ownedMember xmi:type="uml:Interface" xmi:id="_V21kYDbPEd2lD7Jp_XKq2A" name="ContactCreate">
1123
+ <ownedOperation xmi:id="_ryDT8DbOEd2lD7Jp_XKq2A" name="newContact">
1124
+ <ownedParameter xmi:id="_B1IcYD0sEd2SuOkT56DHAg" name="lastname" effect="read">
1125
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1126
+ </ownedParameter>
1127
+ <ownedParameter xmi:id="_8OOLcDbOEd2lD7Jp_XKq2A" name="office" type="_lD-H0DbNEd2lD7Jp_XKq2A" effect="read"/>
1128
+ <ownedParameter xmi:id="_4ZPd8DbOEd2lD7Jp_XKq2A" name="cell" type="_lD-H0DbNEd2lD7Jp_XKq2A" effect="read"/>
1129
+ <ownedParameter xmi:id="_1XPFgDbOEd2lD7Jp_XKq2A" name="home" type="_lD-H0DbNEd2lD7Jp_XKq2A" effect="read"/>
1130
+ <ownedParameter xmi:id="_zhEOEDbOEd2lD7Jp_XKq2A" name="surname" effect="read">
1131
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1132
+ </ownedParameter>
1133
+ <ownedParameter xmi:id="_wl6EgDbOEd2lD7Jp_XKq2A" name="name" effect="read">
1134
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1135
+ </ownedParameter>
1136
+ </ownedOperation>
1137
+ </ownedMember>
1138
+ <ownedMember xmi:type="uml:Interface" xmi:id="_Xp4PUDbPEd2lD7Jp_XKq2A" name="ContactCreationFromNumber">
1139
+ <ownedOperation xmi:id="_e1hBgDbNEd2lD7Jp_XKq2A" name="newContactFromPhoneNumber">
1140
+ <ownedParameter xmi:id="_iuGAIDbOEd2lD7Jp_XKq2A" name="homeNumber" type="_lD-H0DbNEd2lD7Jp_XKq2A" effect="read"/>
1141
+ </ownedOperation>
1142
+ </ownedMember>
1143
+ <ownedMember xmi:type="uml:Interface" xmi:id="_BhMWYDbOEd2lD7Jp_XKq2A" name="NamedElement">
1144
+ <eAnnotations xmi:id="_CSXUoDbOEd2lD7Jp_XKq2A" source="uml2.diagrams">
1145
+ <contents xmi:type="notation:Diagram" xmi:id="_CSXUoTbOEd2lD7Jp_XKq2A" type="Component" name="Diagramme1">
1146
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_CSXUojbOEd2lD7Jp_XKq2A"/>
1147
+ </contents>
1148
+ </eAnnotations>
1149
+ <ownedAttribute xmi:id="_D2y70DbOEd2lD7Jp_XKq2A" name="name" visibility="private">
1150
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1151
+ </ownedAttribute>
1152
+ </ownedMember>
1153
+ <ownedMember xmi:type="uml:Interface" xmi:id="_P3nXcDbQEd2lD7Jp_XKq2A" name="PhoneContacts">
1154
+ <ownedAttribute xmi:id="_S4u_EDbQEd2lD7Jp_XKq2A" name="office" visibility="private" type="_lD-H0DbNEd2lD7Jp_XKq2A"/>
1155
+ <ownedAttribute xmi:id="_e_cSMDbQEd2lD7Jp_XKq2A" name="home" visibility="private" type="_lD-H0DbNEd2lD7Jp_XKq2A"/>
1156
+ <ownedAttribute xmi:id="_fFZwQDbQEd2lD7Jp_XKq2A" name="cell" visibility="private" type="_lD-H0DbNEd2lD7Jp_XKq2A"/>
1157
+ <ownedAttribute xmi:id="_fIrtwDbQEd2lD7Jp_XKq2A" name="fax" visibility="private" type="_lD-H0DbNEd2lD7Jp_XKq2A"/>
1158
+ </ownedMember>
1159
+ <ownedMember xmi:type="uml:Interface" xmi:id="_n_0tkDbQEd2lD7Jp_XKq2A" name="SpecialInformations">
1160
+ <ownedAttribute xmi:id="_r4N7cDbQEd2lD7Jp_XKq2A" name="birthdate" visibility="private" type="_vhRs0DbQEd2lD7Jp_XKq2A"/>
1161
+ <ownedAttribute xmi:id="_zznEsDbQEd2lD7Jp_XKq2A" name="website" visibility="private">
1162
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1163
+ </ownedAttribute>
1164
+ </ownedMember>
1165
+ <ownedMember xmi:type="uml:Association" xmi:id="_Y4-VIDbOEd2lD7Jp_XKq2A" memberEnd="_Y4-VITbOEd2lD7Jp_XKq2A _Y4-VIjbOEd2lD7Jp_XKq2A">
1166
+ <ownedEnd xmi:id="_Y4-VIjbOEd2lD7Jp_XKq2A" visibility="private" type="_WCP1EDbNEd2lD7Jp_XKq2A" association="_Y4-VIDbOEd2lD7Jp_XKq2A"/>
1167
+ </ownedMember>
1168
+ <ownedMember xmi:type="uml:Association" xmi:id="_dymzADbNEd2lD7Jp_XKq2A" memberEnd="_dymzATbNEd2lD7Jp_XKq2A _dymzAjbNEd2lD7Jp_XKq2A">
1169
+ <ownedEnd xmi:id="_dymzAjbNEd2lD7Jp_XKq2A" visibility="private" type="_WCP1EDbNEd2lD7Jp_XKq2A" association="_dymzADbNEd2lD7Jp_XKq2A"/>
1170
+ </ownedMember>
1171
+ <ownedMember xmi:type="uml:Association" xmi:id="_XQ9OcDbOEd2lD7Jp_XKq2A" memberEnd="_XQ9OcTbOEd2lD7Jp_XKq2A _XQ9OcjbOEd2lD7Jp_XKq2A">
1172
+ <ownedEnd xmi:id="_XQ9OcjbOEd2lD7Jp_XKq2A" visibility="private" type="_WCP1EDbNEd2lD7Jp_XKq2A" association="_XQ9OcDbOEd2lD7Jp_XKq2A"/>
1173
+ </ownedMember>
1174
+ <ownedMember xmi:type="uml:Association" xmi:id="_cwLQMDbOEd2lD7Jp_XKq2A" memberEnd="_cwLQMTbOEd2lD7Jp_XKq2A _cwLQMjbOEd2lD7Jp_XKq2A"/>
1175
+ <ownedMember xmi:type="uml:Association" xmi:id="_VC9F0DbOEd2lD7Jp_XKq2A" memberEnd="_VC9F0TbOEd2lD7Jp_XKq2A _VC9F0jbOEd2lD7Jp_XKq2A"/>
1176
+ <ownedMember xmi:type="uml:Package" xmi:id="_cP2msDhVEd2Dg_DuOx74iA" name="dto">
1177
+ <eAnnotations xmi:id="_cP2msThVEd2Dg_DuOx74iA" source="uml2.diagrams" references="_cP2msjhVEd2Dg_DuOx74iA">
1178
+ <contents xmi:type="notation:Diagram" xmi:id="_cP2msjhVEd2Dg_DuOx74iA" type="Freeform" name="Main">
1179
+ <children xmi:id="_dkDZgThVEd2Dg_DuOx74iA" sourceEdges="_ryhDUjhVEd2Dg_DuOx74iA _u3XUYDhVEd2Dg_DuOx74iA _vXjQUDhVEd2Dg_DuOx74iA _2XMjAThVEd2Dg_DuOx74iA" element="_dkDZgDhVEd2Dg_DuOx74iA">
1180
+ <children xmi:id="_dkDZhDhVEd2Dg_DuOx74iA" type="ImageCompartment" element="_dkDZgDhVEd2Dg_DuOx74iA">
1181
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_dkDZhThVEd2Dg_DuOx74iA" width="1320" height="1320"/>
1182
+ </children>
1183
+ <children xmi:id="_dkDZhjhVEd2Dg_DuOx74iA" type="Stereotype" element="_dkDZgDhVEd2Dg_DuOx74iA"/>
1184
+ <children xmi:id="_dkDZhzhVEd2Dg_DuOx74iA" type="Name" element="_dkDZgDhVEd2Dg_DuOx74iA"/>
1185
+ <children xmi:id="_dkDZiDhVEd2Dg_DuOx74iA" type="AttributeCompartment" element="_dkDZgDhVEd2Dg_DuOx74iA">
1186
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_dkDZiThVEd2Dg_DuOx74iA"/>
1187
+ </children>
1188
+ <children xmi:id="_dkDZijhVEd2Dg_DuOx74iA" type="OperationCompartment" element="_dkDZgDhVEd2Dg_DuOx74iA">
1189
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_dkDZizhVEd2Dg_DuOx74iA"/>
1190
+ </children>
1191
+ <children xmi:id="_dkDZjDhVEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_dkDZgDhVEd2Dg_DuOx74iA">
1192
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_dkDZjThVEd2Dg_DuOx74iA"/>
1193
+ </children>
1194
+ <children xmi:id="_dkDZjjhVEd2Dg_DuOx74iA" visible="false" type="StructureCompartment" element="_dkDZgDhVEd2Dg_DuOx74iA">
1195
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_dkDZjzhVEd2Dg_DuOx74iA"/>
1196
+ </children>
1197
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_dkDZgjhVEd2Dg_DuOx74iA" showStereotype="Label"/>
1198
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_dkDZgzhVEd2Dg_DuOx74iA" x="8904" y="7950"/>
1199
+ </children>
1200
+ <children xmi:id="_rXQDoDhVEd2Dg_DuOx74iA" targetEdges="_ryhDUjhVEd2Dg_DuOx74iA" element="_hEnWMDhVEd2Dg_DuOx74iA">
1201
+ <children xmi:id="_rXQDozhVEd2Dg_DuOx74iA" type="ImageCompartment" element="_hEnWMDhVEd2Dg_DuOx74iA">
1202
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_rXQDpDhVEd2Dg_DuOx74iA" width="530" height="530"/>
1203
+ </children>
1204
+ <children xmi:id="_rXQDpThVEd2Dg_DuOx74iA" type="Stereotype" element="_hEnWMDhVEd2Dg_DuOx74iA"/>
1205
+ <children xmi:id="_rXQDpjhVEd2Dg_DuOx74iA" type="Kind" element="_hEnWMDhVEd2Dg_DuOx74iA"/>
1206
+ <children xmi:id="_rXQDpzhVEd2Dg_DuOx74iA" type="Name" element="_hEnWMDhVEd2Dg_DuOx74iA"/>
1207
+ <children xmi:id="_rXQDqDhVEd2Dg_DuOx74iA" type="AttributeCompartment" element="_hEnWMDhVEd2Dg_DuOx74iA">
1208
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_rXQDqThVEd2Dg_DuOx74iA"/>
1209
+ </children>
1210
+ <children xmi:id="_rXQDqjhVEd2Dg_DuOx74iA" type="OperationCompartment" element="_hEnWMDhVEd2Dg_DuOx74iA">
1211
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_rXQDqzhVEd2Dg_DuOx74iA"/>
1212
+ </children>
1213
+ <children xmi:id="_rXQDrDhVEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_hEnWMDhVEd2Dg_DuOx74iA">
1214
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_rXQDrThVEd2Dg_DuOx74iA"/>
1215
+ </children>
1216
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_rXQDoThVEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
1217
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_rXQDojhVEd2Dg_DuOx74iA" x="13229" y="2751"/>
1218
+ </children>
1219
+ <children xmi:id="_tOKh8DhVEd2Dg_DuOx74iA" targetEdges="_u3XUYDhVEd2Dg_DuOx74iA _1lR98ThVEd2Dg_DuOx74iA" element="_P3nXcDbQEd2lD7Jp_XKq2A">
1220
+ <children xmi:id="_tOKh8zhVEd2Dg_DuOx74iA" type="ImageCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
1221
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_tOKh9DhVEd2Dg_DuOx74iA" width="530" height="530"/>
1222
+ </children>
1223
+ <children xmi:id="_tOKh9ThVEd2Dg_DuOx74iA" type="Stereotype" element="_P3nXcDbQEd2lD7Jp_XKq2A"/>
1224
+ <children xmi:id="_tOKh9jhVEd2Dg_DuOx74iA" type="Kind" element="_P3nXcDbQEd2lD7Jp_XKq2A"/>
1225
+ <children xmi:id="_tOKh9zhVEd2Dg_DuOx74iA" type="Name" element="_P3nXcDbQEd2lD7Jp_XKq2A"/>
1226
+ <children xmi:id="_tOKh-DhVEd2Dg_DuOx74iA" type="AttributeCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
1227
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tOKh-ThVEd2Dg_DuOx74iA"/>
1228
+ </children>
1229
+ <children xmi:id="_tOKh-jhVEd2Dg_DuOx74iA" type="OperationCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
1230
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tOKh-zhVEd2Dg_DuOx74iA"/>
1231
+ </children>
1232
+ <children xmi:id="_tOKh_DhVEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_P3nXcDbQEd2lD7Jp_XKq2A">
1233
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tOKh_ThVEd2Dg_DuOx74iA"/>
1234
+ </children>
1235
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_tOKh8ThVEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
1236
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tOKh8jhVEd2Dg_DuOx74iA" x="8586" y="1908"/>
1237
+ </children>
1238
+ <children xmi:id="_tw40gDhVEd2Dg_DuOx74iA" targetEdges="_vXjQUDhVEd2Dg_DuOx74iA _1lR9-DhVEd2Dg_DuOx74iA" element="_yJVJoDbPEd2lD7Jp_XKq2A">
1239
+ <children xmi:id="_tw40gzhVEd2Dg_DuOx74iA" type="ImageCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
1240
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_tw40hDhVEd2Dg_DuOx74iA" width="530" height="530"/>
1241
+ </children>
1242
+ <children xmi:id="_tw40hThVEd2Dg_DuOx74iA" type="Stereotype" element="_yJVJoDbPEd2lD7Jp_XKq2A"/>
1243
+ <children xmi:id="_tw40hjhVEd2Dg_DuOx74iA" type="Kind" element="_yJVJoDbPEd2lD7Jp_XKq2A"/>
1244
+ <children xmi:id="_tw40hzhVEd2Dg_DuOx74iA" type="Name" element="_yJVJoDbPEd2lD7Jp_XKq2A"/>
1245
+ <children xmi:id="_tw40iDhVEd2Dg_DuOx74iA" type="AttributeCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
1246
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tw40iThVEd2Dg_DuOx74iA"/>
1247
+ </children>
1248
+ <children xmi:id="_tw40ijhVEd2Dg_DuOx74iA" type="OperationCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
1249
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tw40izhVEd2Dg_DuOx74iA"/>
1250
+ </children>
1251
+ <children xmi:id="_tw40jDhVEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_yJVJoDbPEd2lD7Jp_XKq2A">
1252
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_tw40jThVEd2Dg_DuOx74iA"/>
1253
+ </children>
1254
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_tw40gThVEd2Dg_DuOx74iA" showStereotype="Label" useClassifierShape="true"/>
1255
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tw40gjhVEd2Dg_DuOx74iA" x="3704" y="2698"/>
1256
+ </children>
1257
+ <children xmi:id="_1lR94DhVEd2Dg_DuOx74iA" sourceEdges="_1lR98ThVEd2Dg_DuOx74iA _1lR9-DhVEd2Dg_DuOx74iA" targetEdges="_2XMjAThVEd2Dg_DuOx74iA" element="_Rq2XADbNEd2lD7Jp_XKq2A">
1258
+ <children xmi:id="_1lR94zhVEd2Dg_DuOx74iA" type="ImageCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
1259
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_1lR95DhVEd2Dg_DuOx74iA" width="1320" height="1320"/>
1260
+ </children>
1261
+ <children xmi:id="_1lR95ThVEd2Dg_DuOx74iA" type="Stereotype" element="_Rq2XADbNEd2lD7Jp_XKq2A"/>
1262
+ <children xmi:id="_1lR95jhVEd2Dg_DuOx74iA" type="Name" element="_Rq2XADbNEd2lD7Jp_XKq2A"/>
1263
+ <children xmi:id="_1lR95zhVEd2Dg_DuOx74iA" type="AttributeCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
1264
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_1lR96DhVEd2Dg_DuOx74iA"/>
1265
+ </children>
1266
+ <children xmi:id="_1lR96ThVEd2Dg_DuOx74iA" type="OperationCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
1267
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_1lR96jhVEd2Dg_DuOx74iA"/>
1268
+ </children>
1269
+ <children xmi:id="_1lR96zhVEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
1270
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_1lR97DhVEd2Dg_DuOx74iA"/>
1271
+ </children>
1272
+ <children xmi:id="_1lR97ThVEd2Dg_DuOx74iA" visible="false" type="StructureCompartment" element="_Rq2XADbNEd2lD7Jp_XKq2A">
1273
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_1lR97jhVEd2Dg_DuOx74iA"/>
1274
+ </children>
1275
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_1lR94ThVEd2Dg_DuOx74iA" showStereotype="Label"/>
1276
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1lR94jhVEd2Dg_DuOx74iA" x="16166" y="8466"/>
1277
+ </children>
1278
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_cP2mszhVEd2Dg_DuOx74iA"/>
1279
+ <edges xmi:id="_ryhDUjhVEd2Dg_DuOx74iA" element="_ryhDUDhVEd2Dg_DuOx74iA" source="_dkDZgThVEd2Dg_DuOx74iA" target="_rXQDoDhVEd2Dg_DuOx74iA">
1280
+ <children xmi:id="_ryhDVThVEd2Dg_DuOx74iA" type="NameLabel" element="_ryhDUDhVEd2Dg_DuOx74iA">
1281
+ <children xmi:id="_ryhDVzhVEd2Dg_DuOx74iA" type="Stereotype" element="_ryhDUDhVEd2Dg_DuOx74iA"/>
1282
+ <children xmi:id="_ryhDWDhVEd2Dg_DuOx74iA" type="Name" element="_ryhDUDhVEd2Dg_DuOx74iA"/>
1283
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ryhDVjhVEd2Dg_DuOx74iA" y="-185"/>
1284
+ </children>
1285
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_ryhDUzhVEd2Dg_DuOx74iA" showStereotype="Text"/>
1286
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_ryhDVDhVEd2Dg_DuOx74iA" points="[32, -23, -161, 91]$[117, -97, -76, 17]"/>
1287
+ </edges>
1288
+ <edges xmi:id="_u3XUYDhVEd2Dg_DuOx74iA" element="_u2xegDhVEd2Dg_DuOx74iA" source="_dkDZgThVEd2Dg_DuOx74iA" target="_tOKh8DhVEd2Dg_DuOx74iA">
1289
+ <children xmi:id="_u3XUYzhVEd2Dg_DuOx74iA" type="NameLabel" element="_u2xegDhVEd2Dg_DuOx74iA">
1290
+ <children xmi:id="_u3XUZThVEd2Dg_DuOx74iA" type="Stereotype" element="_u2xegDhVEd2Dg_DuOx74iA"/>
1291
+ <children xmi:id="_u3XUZjhVEd2Dg_DuOx74iA" type="Name" element="_u2xegDhVEd2Dg_DuOx74iA"/>
1292
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_u3XUZDhVEd2Dg_DuOx74iA" y="-185"/>
1293
+ </children>
1294
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_u3XUYThVEd2Dg_DuOx74iA" showStereotype="Text"/>
1295
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_u3XUYjhVEd2Dg_DuOx74iA" points="[-5, -22, 10, 143]$[-23, -108, -8, 57]"/>
1296
+ </edges>
1297
+ <edges xmi:id="_vXjQUDhVEd2Dg_DuOx74iA" element="_vXaGYDhVEd2Dg_DuOx74iA" source="_dkDZgThVEd2Dg_DuOx74iA" target="_tw40gDhVEd2Dg_DuOx74iA">
1298
+ <children xmi:id="_vXjQUzhVEd2Dg_DuOx74iA" type="NameLabel" element="_vXaGYDhVEd2Dg_DuOx74iA">
1299
+ <children xmi:id="_vXjQVThVEd2Dg_DuOx74iA" type="Stereotype" element="_vXaGYDhVEd2Dg_DuOx74iA"/>
1300
+ <children xmi:id="_vXjQVjhVEd2Dg_DuOx74iA" type="Name" element="_vXaGYDhVEd2Dg_DuOx74iA"/>
1301
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vXjQVDhVEd2Dg_DuOx74iA" y="-185"/>
1302
+ </children>
1303
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_vXjQUThVEd2Dg_DuOx74iA" showStereotype="Text"/>
1304
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vXjQUjhVEd2Dg_DuOx74iA" points="[-28, -23, 142, 141]$[-149, -107, 21, 57]"/>
1305
+ </edges>
1306
+ <edges xmi:id="_1lR98ThVEd2Dg_DuOx74iA" element="_YuvwMDbQEd2lD7Jp_XKq2A" source="_1lR94DhVEd2Dg_DuOx74iA" target="_tOKh8DhVEd2Dg_DuOx74iA">
1307
+ <children xmi:id="_1lR99DhVEd2Dg_DuOx74iA" type="NameLabel" element="_YuvwMDbQEd2lD7Jp_XKq2A">
1308
+ <children xmi:id="_1lR99jhVEd2Dg_DuOx74iA" type="Stereotype" element="_YuvwMDbQEd2lD7Jp_XKq2A"/>
1309
+ <children xmi:id="_1lR99zhVEd2Dg_DuOx74iA" type="Name" element="_YuvwMDbQEd2lD7Jp_XKq2A"/>
1310
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1lR99ThVEd2Dg_DuOx74iA" y="-185"/>
1311
+ </children>
1312
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_1lR98jhVEd2Dg_DuOx74iA" showStereotype="Text"/>
1313
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_1lR98zhVEd2Dg_DuOx74iA" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
1314
+ </edges>
1315
+ <edges xmi:id="_1lR9-DhVEd2Dg_DuOx74iA" element="_PI0XwDbQEd2lD7Jp_XKq2A" source="_1lR94DhVEd2Dg_DuOx74iA" target="_tw40gDhVEd2Dg_DuOx74iA">
1316
+ <children xmi:id="_1lR9-zhVEd2Dg_DuOx74iA" type="NameLabel" element="_PI0XwDbQEd2lD7Jp_XKq2A">
1317
+ <children xmi:id="_1lR9_ThVEd2Dg_DuOx74iA" type="Stereotype" element="_PI0XwDbQEd2lD7Jp_XKq2A"/>
1318
+ <children xmi:id="_1lR9_jhVEd2Dg_DuOx74iA" type="Name" element="_PI0XwDbQEd2lD7Jp_XKq2A"/>
1319
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1lR9_DhVEd2Dg_DuOx74iA" y="-185"/>
1320
+ </children>
1321
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_1lR9-ThVEd2Dg_DuOx74iA" showStereotype="Text"/>
1322
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_1lR9-jhVEd2Dg_DuOx74iA" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
1323
+ </edges>
1324
+ <edges xmi:id="_2XMjAThVEd2Dg_DuOx74iA" element="_2XMjADhVEd2Dg_DuOx74iA" source="_dkDZgThVEd2Dg_DuOx74iA" target="_1lR94DhVEd2Dg_DuOx74iA">
1325
+ <children xmi:id="_2XMjBDhVEd2Dg_DuOx74iA" type="NameLabel" element="_2XMjADhVEd2Dg_DuOx74iA">
1326
+ <children xmi:id="_2XMjBjhVEd2Dg_DuOx74iA" type="Stereotype" element="_2XMjADhVEd2Dg_DuOx74iA"/>
1327
+ <children xmi:id="_2XMjBzhVEd2Dg_DuOx74iA" type="Name" element="_2XMjADhVEd2Dg_DuOx74iA"/>
1328
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2XMjBThVEd2Dg_DuOx74iA" x="-667" y="120"/>
1329
+ </children>
1330
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_2XMjAjhVEd2Dg_DuOx74iA" showStereotype="Text"/>
1331
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_2XMjAzhVEd2Dg_DuOx74iA" points="[58, 5, -216, -15]$[229, 20, -45, 0]"/>
1332
+ </edges>
1333
+ </contents>
1334
+ </eAnnotations>
1335
+ <ownedMember xmi:type="uml:Class" xmi:id="_dkDZgDhVEd2Dg_DuOx74iA" name="ContactDTO" clientDependency="_ryhDUDhVEd2Dg_DuOx74iA _u2xegDhVEd2Dg_DuOx74iA _vXaGYDhVEd2Dg_DuOx74iA _2XMjADhVEd2Dg_DuOx74iA">
1336
+ <eAnnotations xmi:id="_4e61wDhbEd2zjtJrcVcbMw" source="appliedStereotypes">
1337
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__DTO" xmi:id="_wxbBwDhfEd2zjtJrcVcbMw"/>
1338
+ <contents xmi:type="OntoMDEprofil_24_1:OntoMDEprofil__DTO" xmi:id="_4e61wThbEd2zjtJrcVcbMw"/>
1339
+ </eAnnotations>
1340
+ <implementation xmi:id="_ryhDUDhVEd2Dg_DuOx74iA" client="_dkDZgDhVEd2Dg_DuOx74iA" supplier="_hEnWMDhVEd2Dg_DuOx74iA" realizingClassifier="_hEnWMDhVEd2Dg_DuOx74iA" contract="_hEnWMDhVEd2Dg_DuOx74iA">
1341
+ <mapping xmi:id="_ryhDUThVEd2Dg_DuOx74iA"/>
1342
+ </implementation>
1343
+ <implementation xmi:id="_u2xegDhVEd2Dg_DuOx74iA" client="_dkDZgDhVEd2Dg_DuOx74iA" supplier="_P3nXcDbQEd2lD7Jp_XKq2A" realizingClassifier="_P3nXcDbQEd2lD7Jp_XKq2A" contract="_P3nXcDbQEd2lD7Jp_XKq2A">
1344
+ <mapping xmi:id="_u2xegThVEd2Dg_DuOx74iA"/>
1345
+ </implementation>
1346
+ <implementation xmi:id="_vXaGYDhVEd2Dg_DuOx74iA" client="_dkDZgDhVEd2Dg_DuOx74iA" supplier="_yJVJoDbPEd2lD7Jp_XKq2A" realizingClassifier="_yJVJoDbPEd2lD7Jp_XKq2A" contract="_yJVJoDbPEd2lD7Jp_XKq2A">
1347
+ <mapping xmi:id="_vXaGYThVEd2Dg_DuOx74iA"/>
1348
+ </implementation>
1349
+ </ownedMember>
1350
+ <ownedMember xmi:type="uml:Dependency" xmi:id="_2XMjADhVEd2Dg_DuOx74iA" client="_dkDZgDhVEd2Dg_DuOx74iA" supplier="_Rq2XADbNEd2lD7Jp_XKq2A">
1351
+ <eAnnotations xmi:id="_IClo0DkpEd2zjtJrcVcbMw" source="keywords">
1352
+ <details xmi:id="_Jqv5cDkpEd2zjtJrcVcbMw" key="IsDtoOf"/>
1353
+ </eAnnotations>
1354
+ </ownedMember>
1355
+ </ownedMember>
1356
+ <ownedMember xmi:type="uml:Interface" xmi:id="_hEnWMDhVEd2Dg_DuOx74iA" name="IdentifiedElement">
1357
+ <ownedAttribute xmi:id="_mOFKYDhVEd2Dg_DuOx74iA" name="id" visibility="private" type="_kBaegDhVEd2Dg_DuOx74iA"/>
1358
+ </ownedMember>
1359
+ <ownedMember xmi:type="uml:UseCase" xmi:id="_czeocDhmEd2zjtJrcVcbMw" name="init"/>
1360
+ </ownedMember>
1361
+ <ownedMember xmi:type="uml:Package" xmi:id="_snXPYDhPEd2Dg_DuOx74iA" name="service">
1362
+ <eAnnotations xmi:id="_snXPYThPEd2Dg_DuOx74iA" source="uml2.diagrams" references="_snXPYjhPEd2Dg_DuOx74iA">
1363
+ <contents xmi:type="notation:Diagram" xmi:id="_snXPYjhPEd2Dg_DuOx74iA" type="Freeform" name="Main">
1364
+ <children xmi:id="_uLWxsThPEd2Dg_DuOx74iA" targetEdges="_LR2NcjhVEd2Dg_DuOx74iA" element="_uLWxsDhPEd2Dg_DuOx74iA">
1365
+ <children xmi:id="_uLWxtDhPEd2Dg_DuOx74iA" type="ImageCompartment" element="_uLWxsDhPEd2Dg_DuOx74iA">
1366
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_uLWxtThPEd2Dg_DuOx74iA" width="530" height="530"/>
1367
+ </children>
1368
+ <children xmi:id="_uLWxtjhPEd2Dg_DuOx74iA" type="Stereotype" element="_uLWxsDhPEd2Dg_DuOx74iA"/>
1369
+ <children xmi:id="_uLWxtzhPEd2Dg_DuOx74iA" type="Kind" element="_uLWxsDhPEd2Dg_DuOx74iA"/>
1370
+ <children xmi:id="_uLWxuDhPEd2Dg_DuOx74iA" type="Name" element="_uLWxsDhPEd2Dg_DuOx74iA"/>
1371
+ <children xmi:id="_uLWxuThPEd2Dg_DuOx74iA" type="AttributeCompartment" element="_uLWxsDhPEd2Dg_DuOx74iA">
1372
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uLWxujhPEd2Dg_DuOx74iA"/>
1373
+ </children>
1374
+ <children xmi:id="_uLWxuzhPEd2Dg_DuOx74iA" type="OperationCompartment" element="_uLWxsDhPEd2Dg_DuOx74iA">
1375
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uLWxvDhPEd2Dg_DuOx74iA"/>
1376
+ </children>
1377
+ <children xmi:id="_uLWxvThPEd2Dg_DuOx74iA" visible="false" type="SignalCompartment" element="_uLWxsDhPEd2Dg_DuOx74iA">
1378
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_uLWxvjhPEd2Dg_DuOx74iA"/>
1379
+ </children>
1380
+ <styles xmi:type="umlnotation:UMLClassifierStyle" xmi:id="_uLWxsjhPEd2Dg_DuOx74iA" showListSignature="true" showStereotype="Label" useClassifierShape="true"/>
1381
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_uLWxszhPEd2Dg_DuOx74iA" x="6996" y="2544"/>
1382
+ </children>
1383
+ <children xmi:id="_JcRy8DhVEd2Dg_DuOx74iA" sourceEdges="_LR2NcjhVEd2Dg_DuOx74iA" element="_JcIB8DhVEd2Dg_DuOx74iA">
1384
+ <children xmi:id="_JeW2kDhVEd2Dg_DuOx74iA" type="ImageCompartment" element="_JcIB8DhVEd2Dg_DuOx74iA">
1385
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_JeW2kThVEd2Dg_DuOx74iA" width="1320" height="1320"/>
1386
+ </children>
1387
+ <children xmi:id="_JeW2kjhVEd2Dg_DuOx74iA" type="Stereotype" element="_JcIB8DhVEd2Dg_DuOx74iA"/>
1388
+ <children xmi:id="_JeW2kzhVEd2Dg_DuOx74iA" type="Kind" element="_JcIB8DhVEd2Dg_DuOx74iA"/>
1389
+ <children xmi:id="_JeW2lDhVEd2Dg_DuOx74iA" type="Name" element="_JcIB8DhVEd2Dg_DuOx74iA"/>
1390
+ <children xmi:id="_JeW2lThVEd2Dg_DuOx74iA" visible="false" type="AttributeCompartment" element="_JcIB8DhVEd2Dg_DuOx74iA">
1391
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JeW2ljhVEd2Dg_DuOx74iA"/>
1392
+ </children>
1393
+ <children xmi:id="_JeW2lzhVEd2Dg_DuOx74iA" visible="false" type="OperationCompartment" element="_JcIB8DhVEd2Dg_DuOx74iA">
1394
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JeW2mDhVEd2Dg_DuOx74iA"/>
1395
+ </children>
1396
+ <children xmi:id="_JeW2mThVEd2Dg_DuOx74iA" visible="false" type="RealizationListCompartment" element="_JcIB8DhVEd2Dg_DuOx74iA">
1397
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JeW2mjhVEd2Dg_DuOx74iA"/>
1398
+ </children>
1399
+ <children xmi:id="_JeW2mzhVEd2Dg_DuOx74iA" type="RequiredInterfaceListCompartment" element="_JcIB8DhVEd2Dg_DuOx74iA">
1400
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JeW2nDhVEd2Dg_DuOx74iA"/>
1401
+ </children>
1402
+ <children xmi:id="_JeW2nThVEd2Dg_DuOx74iA" type="ProvidedInterfaceListCompartment" element="_JcIB8DhVEd2Dg_DuOx74iA">
1403
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_JeW2njhVEd2Dg_DuOx74iA"/>
1404
+ </children>
1405
+ <children xmi:id="_JeW2nzhVEd2Dg_DuOx74iA" visible="false" type="StructureCompartment" element="_JcIB8DhVEd2Dg_DuOx74iA">
1406
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_JeW2oDhVEd2Dg_DuOx74iA"/>
1407
+ </children>
1408
+ <styles xmi:type="umlnotation:UMLComponentStyle" xmi:id="_JcRy8ThVEd2Dg_DuOx74iA" showStereotype="Label"/>
1409
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JcRy8jhVEd2Dg_DuOx74iA" x="4533" y="7605"/>
1410
+ </children>
1411
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_snXPYzhPEd2Dg_DuOx74iA"/>
1412
+ <edges xmi:id="_LR2NcjhVEd2Dg_DuOx74iA" element="_LR2NcDhVEd2Dg_DuOx74iA" source="_JcRy8DhVEd2Dg_DuOx74iA" target="_uLWxsThPEd2Dg_DuOx74iA">
1413
+ <children xmi:id="_LR2NdThVEd2Dg_DuOx74iA" type="NameLabel" element="_LR2NcDhVEd2Dg_DuOx74iA">
1414
+ <children xmi:id="_LR2NdzhVEd2Dg_DuOx74iA" type="Stereotype" element="_LR2NcDhVEd2Dg_DuOx74iA"/>
1415
+ <children xmi:id="_LR2NeDhVEd2Dg_DuOx74iA" type="Name" element="_LR2NcDhVEd2Dg_DuOx74iA"/>
1416
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LR2NdjhVEd2Dg_DuOx74iA" y="-185"/>
1417
+ </children>
1418
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_LR2NczhVEd2Dg_DuOx74iA" showStereotype="Text"/>
1419
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_LR2NdDhVEd2Dg_DuOx74iA" points="[19, -31, -125, 153]$[82, -143, -62, 41]"/>
1420
+ </edges>
1421
+ </contents>
1422
+ </eAnnotations>
1423
+ <ownedMember xmi:type="uml:Interface" xmi:id="_uLWxsDhPEd2Dg_DuOx74iA" name="ContactService">
1424
+ <ownedOperation xmi:id="_-_h5gDhPEd2Dg_DuOx74iA" name="listAllContacts" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true">
1425
+ <returnResult xmi:id="_WeoBMDhQEd2Dg_DuOx74iA" name="ReturnResultParameter1" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true" direction="return">
1426
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_0mFM4ThkEd2zjtJrcVcbMw" value="-1"/>
1427
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_0mFM4DhkEd2zjtJrcVcbMw"/>
1428
+ </returnResult>
1429
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_fX3SwThQEd2Dg_DuOx74iA" value="-1"/>
1430
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_fX3SwDhQEd2Dg_DuOx74iA"/>
1431
+ <ownedParameter xmi:id="_MAhDkDhQEd2Dg_DuOx74iA" name="contactRepositoryId" effect="read">
1432
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1433
+ </ownedParameter>
1434
+ </ownedOperation>
1435
+ <ownedOperation xmi:id="_iVaB8DhQEd2Dg_DuOx74iA" name="findContactByHomePhone" type="_dkDZgDhVEd2Dg_DuOx74iA">
1436
+ <returnResult xmi:id="_qnl6kDhQEd2Dg_DuOx74iA" name="ReturnResultParameter1" type="_dkDZgDhVEd2Dg_DuOx74iA" direction="return"/>
1437
+ <ownedParameter xmi:id="_u78IADh5Ed2zjtJrcVcbMw" name="contactRepositoryId" effect="read">
1438
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1439
+ </ownedParameter>
1440
+ <ownedParameter xmi:id="_np6BcDhQEd2Dg_DuOx74iA" name="phone" type="_lD-H0DbNEd2lD7Jp_XKq2A" effect="read"/>
1441
+ </ownedOperation>
1442
+ <ownedOperation xmi:id="_Y2IUADhkEd2zjtJrcVcbMw" name="listContactsByLetter" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true">
1443
+ <returnResult xmi:id="_hneN0DhkEd2zjtJrcVcbMw" name="ReturnResultParameter1" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true" direction="return">
1444
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yfhJAThkEd2zjtJrcVcbMw" value="-1"/>
1445
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yfhJADhkEd2zjtJrcVcbMw"/>
1446
+ </returnResult>
1447
+ <ownedParameter xmi:id="_dw2hkDhkEd2zjtJrcVcbMw" name="letterFilter" type="_pFT2UDbNEd2lD7Jp_XKq2A" effect="read"/>
1448
+ <ownedParameter xmi:id="_buBHIDhkEd2zjtJrcVcbMw" name="contactRepositoryId" effect="read">
1449
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1450
+ </ownedParameter>
1451
+ </ownedOperation>
1452
+ <ownedOperation xmi:id="_iADs8DhkEd2zjtJrcVcbMw" name="listContactsByCategory" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true">
1453
+ <returnResult xmi:id="_qPkFADhkEd2zjtJrcVcbMw" name="ReturnResultParameter1" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true" direction="return">
1454
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_21lKUThkEd2zjtJrcVcbMw" value="-1"/>
1455
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_21lKUDhkEd2zjtJrcVcbMw"/>
1456
+ </returnResult>
1457
+ <ownedParameter xmi:id="_mB2HYDhkEd2zjtJrcVcbMw" name="category" effect="read">
1458
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1459
+ </ownedParameter>
1460
+ <ownedParameter xmi:id="_kUnwkDhkEd2zjtJrcVcbMw" name="contactRepositoryId" effect="read">
1461
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1462
+ </ownedParameter>
1463
+ </ownedOperation>
1464
+ <ownedOperation xmi:id="__I9VwDhkEd2zjtJrcVcbMw" name="listContactsByGroup" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true">
1465
+ <returnResult xmi:id="__I9VwThkEd2zjtJrcVcbMw" name="ReturnResultParameter1" type="_dkDZgDhVEd2Dg_DuOx74iA" isOrdered="true" direction="return">
1466
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="__I9VwjhkEd2zjtJrcVcbMw" value="-1"/>
1467
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="__I9VwzhkEd2zjtJrcVcbMw"/>
1468
+ </returnResult>
1469
+ <ownedParameter xmi:id="__I9VxDhkEd2zjtJrcVcbMw" name="group" effect="read">
1470
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1471
+ </ownedParameter>
1472
+ <ownedParameter xmi:id="__I9VxThkEd2zjtJrcVcbMw" name="contactRepositoryId" effect="read">
1473
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1474
+ </ownedParameter>
1475
+ </ownedOperation>
1476
+ </ownedMember>
1477
+ <ownedMember xmi:type="uml:Component" xmi:id="_JcIB8DhVEd2Dg_DuOx74iA" name="ContactManager" clientDependency="_LR2NcDhVEd2Dg_DuOx74iA">
1478
+ <implementation xmi:id="_LR2NcDhVEd2Dg_DuOx74iA" client="_JcIB8DhVEd2Dg_DuOx74iA" supplier="_uLWxsDhPEd2Dg_DuOx74iA" realizingClassifier="_uLWxsDhPEd2Dg_DuOx74iA" contract="_uLWxsDhPEd2Dg_DuOx74iA">
1479
+ <mapping xmi:id="_LR2NcThVEd2Dg_DuOx74iA"/>
1480
+ </implementation>
1481
+ </ownedMember>
1482
+ </ownedMember>
1483
+ <ownedMember xmi:type="uml:Package" xmi:id="_SVH0MD09Ed2SuOkT56DHAg" name="Administration">
1484
+ <eAnnotations xmi:id="_SVH0MT09Ed2SuOkT56DHAg" source="uml2.diagrams" references="_SVH0Mj09Ed2SuOkT56DHAg">
1485
+ <contents xmi:type="notation:Diagram" xmi:id="_SVH0Mj09Ed2SuOkT56DHAg" type="Freeform" name="Administration Model">
1486
+ <children xmi:id="_SVH0Qj09Ed2SuOkT56DHAg" sourceEdges="_SVH1jT09Ed2SuOkT56DHAg _SVQ-OD09Ed2SuOkT56DHAg" targetEdges="_SVH06z09Ed2SuOkT56DHAg _SVH1Vz09Ed2SuOkT56DHAg" element="_SVQ-jT09Ed2SuOkT56DHAg">
1487
+ <children xmi:id="_SVH0Qz09Ed2SuOkT56DHAg" type="ImageCompartment" element="_SVQ-jT09Ed2SuOkT56DHAg">
1488
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_SVH0RD09Ed2SuOkT56DHAg" width="1320" height="1320"/>
1489
+ </children>
1490
+ <children xmi:id="_SVH0RT09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-jT09Ed2SuOkT56DHAg"/>
1491
+ <children xmi:id="_SVH0Rj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-jT09Ed2SuOkT56DHAg"/>
1492
+ <children xmi:id="_SVH0Rz09Ed2SuOkT56DHAg" type="AttributeCompartment" element="_SVQ-jT09Ed2SuOkT56DHAg">
1493
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0SD09Ed2SuOkT56DHAg"/>
1494
+ </children>
1495
+ <children xmi:id="_SVH0ST09Ed2SuOkT56DHAg" type="OperationCompartment" element="_SVQ-jT09Ed2SuOkT56DHAg">
1496
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0Sj09Ed2SuOkT56DHAg"/>
1497
+ </children>
1498
+ <children xmi:id="_SVH0Sz09Ed2SuOkT56DHAg" visible="false" type="SignalCompartment" element="_SVQ-jT09Ed2SuOkT56DHAg">
1499
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0TD09Ed2SuOkT56DHAg"/>
1500
+ </children>
1501
+ <children xmi:id="_SVH0TT09Ed2SuOkT56DHAg" visible="false" type="StructureCompartment" element="_SVQ-jT09Ed2SuOkT56DHAg">
1502
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_SVH0Tj09Ed2SuOkT56DHAg"/>
1503
+ </children>
1504
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0Tz09Ed2SuOkT56DHAg" fillColor="12621752" showStereotype="Label"/>
1505
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0UD09Ed2SuOkT56DHAg" x="21968" y="14468" width="3941" height="3230"/>
1506
+ </children>
1507
+ <children xmi:id="_SVH0UT09Ed2SuOkT56DHAg" sourceEdges="_SVH0tT09Ed2SuOkT56DHAg _SVH06z09Ed2SuOkT56DHAg _SVH1PD09Ed2SuOkT56DHAg _SVH1cj09Ed2SuOkT56DHAg _SVQ-Uz09Ed2SuOkT56DHAg" element="_SVQ-oj09Ed2SuOkT56DHAg">
1508
+ <children xmi:id="_SVH0Uj09Ed2SuOkT56DHAg" type="ImageCompartment" element="_SVQ-oj09Ed2SuOkT56DHAg">
1509
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_SVH0Uz09Ed2SuOkT56DHAg" width="1320" height="1320"/>
1510
+ </children>
1511
+ <children xmi:id="_SVH0VD09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-oj09Ed2SuOkT56DHAg"/>
1512
+ <children xmi:id="_SVH0VT09Ed2SuOkT56DHAg" type="Name" element="_SVQ-oj09Ed2SuOkT56DHAg"/>
1513
+ <children xmi:id="_SVH0Vj09Ed2SuOkT56DHAg" type="AttributeCompartment" element="_SVQ-oj09Ed2SuOkT56DHAg">
1514
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0Vz09Ed2SuOkT56DHAg"/>
1515
+ </children>
1516
+ <children xmi:id="_SVH0WD09Ed2SuOkT56DHAg" type="OperationCompartment" element="_SVQ-oj09Ed2SuOkT56DHAg">
1517
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0WT09Ed2SuOkT56DHAg"/>
1518
+ </children>
1519
+ <children xmi:id="_SVH0Wj09Ed2SuOkT56DHAg" visible="false" type="SignalCompartment" element="_SVQ-oj09Ed2SuOkT56DHAg">
1520
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0Wz09Ed2SuOkT56DHAg"/>
1521
+ </children>
1522
+ <children xmi:id="_SVH0XD09Ed2SuOkT56DHAg" visible="false" type="StructureCompartment" element="_SVQ-oj09Ed2SuOkT56DHAg">
1523
+ <children xmi:id="_SVH0XT09Ed2SuOkT56DHAg" element="_SVQ-oz09Ed2SuOkT56DHAg">
1524
+ <children xmi:id="_SVH0Xj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-oz09Ed2SuOkT56DHAg"/>
1525
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0Xz09Ed2SuOkT56DHAg" showStereotype="Label"/>
1526
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0YD09Ed2SuOkT56DHAg"/>
1527
+ </children>
1528
+ <children xmi:id="_SVH0YT09Ed2SuOkT56DHAg" element="_SVQ-pj09Ed2SuOkT56DHAg">
1529
+ <children xmi:id="_SVH0Yj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-pj09Ed2SuOkT56DHAg"/>
1530
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0Yz09Ed2SuOkT56DHAg" showStereotype="Label"/>
1531
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0ZD09Ed2SuOkT56DHAg" x="10" y="10"/>
1532
+ </children>
1533
+ <children xmi:id="_SVH0aT09Ed2SuOkT56DHAg" element="_SVQ-rD09Ed2SuOkT56DHAg">
1534
+ <children xmi:id="_SVH0aj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-rD09Ed2SuOkT56DHAg"/>
1535
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0az09Ed2SuOkT56DHAg" showStereotype="Label"/>
1536
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0bD09Ed2SuOkT56DHAg" x="30" y="30"/>
1537
+ </children>
1538
+ <children xmi:id="_SVH0bT09Ed2SuOkT56DHAg" element="_SVQ-rz09Ed2SuOkT56DHAg">
1539
+ <children xmi:id="_SVH0bj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-rz09Ed2SuOkT56DHAg"/>
1540
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0bz09Ed2SuOkT56DHAg" showStereotype="Label"/>
1541
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0cD09Ed2SuOkT56DHAg" x="40" y="40"/>
1542
+ </children>
1543
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_SVH0cT09Ed2SuOkT56DHAg"/>
1544
+ </children>
1545
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0cj09Ed2SuOkT56DHAg" fillColor="12621752" showStereotype="Label"/>
1546
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0cz09Ed2SuOkT56DHAg" x="10812" y="4452" width="6456" height="2277"/>
1547
+ </children>
1548
+ <children xmi:id="_SVH0gz09Ed2SuOkT56DHAg" targetEdges="_SVH1PD09Ed2SuOkT56DHAg _SVH1jT09Ed2SuOkT56DHAg" element="_SVQ-xz09Ed2SuOkT56DHAg">
1549
+ <children xmi:id="_SVH0hD09Ed2SuOkT56DHAg" type="ImageCompartment" element="_SVQ-xz09Ed2SuOkT56DHAg">
1550
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_SVH0hT09Ed2SuOkT56DHAg" width="1320" height="1320"/>
1551
+ </children>
1552
+ <children xmi:id="_SVH0hj09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-xz09Ed2SuOkT56DHAg"/>
1553
+ <children xmi:id="_SVH0hz09Ed2SuOkT56DHAg" type="Name" element="_SVQ-xz09Ed2SuOkT56DHAg"/>
1554
+ <children xmi:id="_SVH0iD09Ed2SuOkT56DHAg" type="AttributeCompartment" element="_SVQ-xz09Ed2SuOkT56DHAg">
1555
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0iT09Ed2SuOkT56DHAg"/>
1556
+ </children>
1557
+ <children xmi:id="_SVH0ij09Ed2SuOkT56DHAg" type="OperationCompartment" element="_SVQ-xz09Ed2SuOkT56DHAg">
1558
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0iz09Ed2SuOkT56DHAg"/>
1559
+ </children>
1560
+ <children xmi:id="_SVH0jD09Ed2SuOkT56DHAg" visible="false" type="SignalCompartment" element="_SVQ-xz09Ed2SuOkT56DHAg">
1561
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0jT09Ed2SuOkT56DHAg"/>
1562
+ </children>
1563
+ <children xmi:id="_SVH0jj09Ed2SuOkT56DHAg" visible="false" type="StructureCompartment" element="_SVQ-xz09Ed2SuOkT56DHAg">
1564
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_SVH0jz09Ed2SuOkT56DHAg"/>
1565
+ </children>
1566
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0kD09Ed2SuOkT56DHAg" fillColor="12621752" showStereotype="Label"/>
1567
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0kT09Ed2SuOkT56DHAg" x="22895" y="4452" width="4866" height="2595"/>
1568
+ </children>
1569
+ <children xmi:id="_SVH0kj09Ed2SuOkT56DHAg" sourceEdges="_SVH00D09Ed2SuOkT56DHAg _SVH1Vz09Ed2SuOkT56DHAg" targetEdges="_SVH1cj09Ed2SuOkT56DHAg" element="_SVQ-0D09Ed2SuOkT56DHAg">
1570
+ <children xmi:id="_SVH0kz09Ed2SuOkT56DHAg" type="ImageCompartment" element="_SVQ-0D09Ed2SuOkT56DHAg">
1571
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_SVH0lD09Ed2SuOkT56DHAg" width="1320" height="1320"/>
1572
+ </children>
1573
+ <children xmi:id="_SVH0lT09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-0D09Ed2SuOkT56DHAg"/>
1574
+ <children xmi:id="_SVH0lj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-0D09Ed2SuOkT56DHAg"/>
1575
+ <children xmi:id="_SVH0lz09Ed2SuOkT56DHAg" type="AttributeCompartment" element="_SVQ-0D09Ed2SuOkT56DHAg">
1576
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0mD09Ed2SuOkT56DHAg"/>
1577
+ </children>
1578
+ <children xmi:id="_SVH0mT09Ed2SuOkT56DHAg" type="OperationCompartment" element="_SVQ-0D09Ed2SuOkT56DHAg">
1579
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0mj09Ed2SuOkT56DHAg"/>
1580
+ </children>
1581
+ <children xmi:id="_SVH0mz09Ed2SuOkT56DHAg" visible="false" type="SignalCompartment" element="_SVQ-0D09Ed2SuOkT56DHAg">
1582
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0nD09Ed2SuOkT56DHAg"/>
1583
+ </children>
1584
+ <children xmi:id="_SVH0nT09Ed2SuOkT56DHAg" visible="false" type="StructureCompartment" element="_SVQ-0D09Ed2SuOkT56DHAg">
1585
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_SVH0nj09Ed2SuOkT56DHAg"/>
1586
+ </children>
1587
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0nz09Ed2SuOkT56DHAg" fillColor="12621752" showStereotype="Label"/>
1588
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0oD09Ed2SuOkT56DHAg" x="5700" y="9540" width="7117" height="2594"/>
1589
+ </children>
1590
+ <children xmi:id="_SVH0oT09Ed2SuOkT56DHAg" element="_SVQ-eD09Ed2SuOkT56DHAg">
1591
+ <children xmi:id="_SVH0oj09Ed2SuOkT56DHAg" type="CommentBody" element="_SVQ-eD09Ed2SuOkT56DHAg"/>
1592
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0oz09Ed2SuOkT56DHAg" fillColor="16763850" lineColor="16744576" showStereotype="Label"/>
1593
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0pD09Ed2SuOkT56DHAg" x="211" y="323" width="22034" height="3809"/>
1594
+ </children>
1595
+ <children xmi:id="_SVH0pT09Ed2SuOkT56DHAg" targetEdges="_SVQ-OD09Ed2SuOkT56DHAg _SVQ-Uz09Ed2SuOkT56DHAg" element="_SVQ-4D09Ed2SuOkT56DHAg">
1596
+ <children xmi:id="_SVH0pj09Ed2SuOkT56DHAg" type="ImageCompartment" element="_SVQ-4D09Ed2SuOkT56DHAg">
1597
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_SVH0pz09Ed2SuOkT56DHAg" width="1320" height="1320"/>
1598
+ </children>
1599
+ <children xmi:id="_SVH0qD09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-4D09Ed2SuOkT56DHAg"/>
1600
+ <children xmi:id="_SVH0qT09Ed2SuOkT56DHAg" type="Name" element="_SVQ-4D09Ed2SuOkT56DHAg"/>
1601
+ <children xmi:id="_SVH0qj09Ed2SuOkT56DHAg" type="AttributeCompartment" element="_SVQ-4D09Ed2SuOkT56DHAg">
1602
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0qz09Ed2SuOkT56DHAg"/>
1603
+ </children>
1604
+ <children xmi:id="_SVH0rD09Ed2SuOkT56DHAg" type="OperationCompartment" element="_SVQ-4D09Ed2SuOkT56DHAg">
1605
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0rT09Ed2SuOkT56DHAg"/>
1606
+ </children>
1607
+ <children xmi:id="_SVH0rj09Ed2SuOkT56DHAg" visible="false" type="SignalCompartment" element="_SVQ-4D09Ed2SuOkT56DHAg">
1608
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0rz09Ed2SuOkT56DHAg"/>
1609
+ </children>
1610
+ <children xmi:id="_SVH0sD09Ed2SuOkT56DHAg" visible="false" type="StructureCompartment" element="_SVQ-4D09Ed2SuOkT56DHAg">
1611
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_SVH0sT09Ed2SuOkT56DHAg"/>
1612
+ </children>
1613
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_SVH0sj09Ed2SuOkT56DHAg" fillColor="12621752" showStereotype="Label"/>
1614
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVH0sz09Ed2SuOkT56DHAg" x="25758" y="8586" width="3915" height="2595"/>
1615
+ </children>
1616
+ <children xmi:id="_WHHfID09Ed2SuOkT56DHAg" targetEdges="_SVH0tT09Ed2SuOkT56DHAg _SVH00D09Ed2SuOkT56DHAg" element="_ab4u0DbNEd2lD7Jp_XKq2A">
1617
+ <children xmi:id="_WHHfIz09Ed2SuOkT56DHAg" type="ImageCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
1618
+ <layoutConstraint xmi:type="notation:Size" xmi:id="_WHHfJD09Ed2SuOkT56DHAg" width="1320" height="1320"/>
1619
+ </children>
1620
+ <children xmi:id="_WHHfJT09Ed2SuOkT56DHAg" type="Stereotype" element="_ab4u0DbNEd2lD7Jp_XKq2A"/>
1621
+ <children xmi:id="_WHHfJj09Ed2SuOkT56DHAg" type="Name" element="_ab4u0DbNEd2lD7Jp_XKq2A"/>
1622
+ <children xmi:id="_WHHfJz09Ed2SuOkT56DHAg" type="AttributeCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
1623
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WHHfKD09Ed2SuOkT56DHAg"/>
1624
+ </children>
1625
+ <children xmi:id="_WHHfKT09Ed2SuOkT56DHAg" type="OperationCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
1626
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WHHfKj09Ed2SuOkT56DHAg"/>
1627
+ </children>
1628
+ <children xmi:id="_WHHfKz09Ed2SuOkT56DHAg" visible="false" type="SignalCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
1629
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_WHHfLD09Ed2SuOkT56DHAg"/>
1630
+ </children>
1631
+ <children xmi:id="_WHHfLT09Ed2SuOkT56DHAg" visible="false" type="StructureCompartment" element="_ab4u0DbNEd2lD7Jp_XKq2A">
1632
+ <styles xmi:type="umlnotation:UMLShapeCompartmentStyle" xmi:id="_WHHfLj09Ed2SuOkT56DHAg"/>
1633
+ </children>
1634
+ <styles xmi:type="umlnotation:UMLShapeStyle" xmi:id="_WHHfIT09Ed2SuOkT56DHAg" showStereotype="Label"/>
1635
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WHHfIj09Ed2SuOkT56DHAg" x="14310" y="12084"/>
1636
+ </children>
1637
+ <styles xmi:type="umlnotation:UMLDiagramStyle" xmi:id="_SVH0tD09Ed2SuOkT56DHAg"/>
1638
+ <edges xmi:id="_SVH0tT09Ed2SuOkT56DHAg" element="_SVQ-tz09Ed2SuOkT56DHAg" source="_SVH0UT09Ed2SuOkT56DHAg" target="_WHHfID09Ed2SuOkT56DHAg">
1639
+ <children xmi:id="_SVH0tj09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-tz09Ed2SuOkT56DHAg">
1640
+ <children xmi:id="_SVH0tz09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-tz09Ed2SuOkT56DHAg"/>
1641
+ <children xmi:id="_SVH0uD09Ed2SuOkT56DHAg" type="Name" element="_SVQ-tz09Ed2SuOkT56DHAg"/>
1642
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0uT09Ed2SuOkT56DHAg" y="-185"/>
1643
+ </children>
1644
+ <children xmi:id="_SVH0uj09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-iD09Ed2SuOkT56DHAg">
1645
+ <children xmi:id="_SVH0uz09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-iD09Ed2SuOkT56DHAg"/>
1646
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0vD09Ed2SuOkT56DHAg" y="397"/>
1647
+ </children>
1648
+ <children xmi:id="_SVH0vT09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-iD09Ed2SuOkT56DHAg">
1649
+ <children xmi:id="_SVH0vj09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-iD09Ed2SuOkT56DHAg"/>
1650
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0vz09Ed2SuOkT56DHAg" x="696" y="786"/>
1651
+ </children>
1652
+ <children xmi:id="_SVH0wD09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-oz09Ed2SuOkT56DHAg">
1653
+ <children xmi:id="_SVH0wT09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-oz09Ed2SuOkT56DHAg"/>
1654
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0wj09Ed2SuOkT56DHAg" x="446" y="339"/>
1655
+ </children>
1656
+ <children xmi:id="_SVH0wz09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-oz09Ed2SuOkT56DHAg">
1657
+ <children xmi:id="_SVH0xD09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-oz09Ed2SuOkT56DHAg"/>
1658
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0xT09Ed2SuOkT56DHAg" x="766" y="-1202"/>
1659
+ </children>
1660
+ <children xmi:id="_SVH0xj09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-iD09Ed2SuOkT56DHAg">
1661
+ <children xmi:id="_SVH0xz09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-iD09Ed2SuOkT56DHAg">
1662
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0yD09Ed2SuOkT56DHAg"/>
1663
+ </children>
1664
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0yT09Ed2SuOkT56DHAg" y="-185"/>
1665
+ </children>
1666
+ <children xmi:id="_SVH0yj09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-oz09Ed2SuOkT56DHAg">
1667
+ <children xmi:id="_SVH0yz09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-oz09Ed2SuOkT56DHAg">
1668
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0zD09Ed2SuOkT56DHAg"/>
1669
+ </children>
1670
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0zT09Ed2SuOkT56DHAg" y="-185"/>
1671
+ </children>
1672
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVH0zj09Ed2SuOkT56DHAg" showStereotype="Text"/>
1673
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVH0zz09Ed2SuOkT56DHAg" points="[132, 1137, -1614, -6642]$[132, 1772, -1614, -6007]$[1217, 5847, -529, -1932]"/>
1674
+ </edges>
1675
+ <edges xmi:id="_SVH00D09Ed2SuOkT56DHAg" element="_SVQ-uD09Ed2SuOkT56DHAg" source="_SVH0kj09Ed2SuOkT56DHAg" target="_WHHfID09Ed2SuOkT56DHAg">
1676
+ <children xmi:id="_SVH00T09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-uD09Ed2SuOkT56DHAg">
1677
+ <children xmi:id="_SVH00j09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-uD09Ed2SuOkT56DHAg"/>
1678
+ <children xmi:id="_SVH00z09Ed2SuOkT56DHAg" type="Name" element="_SVQ-uD09Ed2SuOkT56DHAg"/>
1679
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH01D09Ed2SuOkT56DHAg" y="-185"/>
1680
+ </children>
1681
+ <children xmi:id="_SVH01T09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-hT09Ed2SuOkT56DHAg">
1682
+ <children xmi:id="_SVH01j09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-hT09Ed2SuOkT56DHAg"/>
1683
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH01z09Ed2SuOkT56DHAg" y="397"/>
1684
+ </children>
1685
+ <children xmi:id="_SVH02D09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-hT09Ed2SuOkT56DHAg">
1686
+ <children xmi:id="_SVH02T09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-hT09Ed2SuOkT56DHAg"/>
1687
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH02j09Ed2SuOkT56DHAg" x="-46" y="-546"/>
1688
+ </children>
1689
+ <children xmi:id="_SVH02z09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-0T09Ed2SuOkT56DHAg">
1690
+ <children xmi:id="_SVH03D09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-0T09Ed2SuOkT56DHAg"/>
1691
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH03T09Ed2SuOkT56DHAg" y="397"/>
1692
+ </children>
1693
+ <children xmi:id="_SVH03j09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-0T09Ed2SuOkT56DHAg">
1694
+ <children xmi:id="_SVH03z09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-0T09Ed2SuOkT56DHAg"/>
1695
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH04D09Ed2SuOkT56DHAg" x="23" y="-482"/>
1696
+ </children>
1697
+ <children xmi:id="_SVH04T09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-hT09Ed2SuOkT56DHAg">
1698
+ <children xmi:id="_SVH04j09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-hT09Ed2SuOkT56DHAg">
1699
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH04z09Ed2SuOkT56DHAg"/>
1700
+ </children>
1701
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH05D09Ed2SuOkT56DHAg" y="-185"/>
1702
+ </children>
1703
+ <children xmi:id="_SVH05T09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-0T09Ed2SuOkT56DHAg">
1704
+ <children xmi:id="_SVH05j09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-0T09Ed2SuOkT56DHAg">
1705
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH05z09Ed2SuOkT56DHAg"/>
1706
+ </children>
1707
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH06D09Ed2SuOkT56DHAg" y="-185"/>
1708
+ </children>
1709
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVH06T09Ed2SuOkT56DHAg" showStereotype="Text"/>
1710
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVH06j09Ed2SuOkT56DHAg" points="[-344, 1137, -6217, -1403]$[-344, 1720, -6217, -820]$[-344, 2804, -6217, 264]$[4101, 2804, -1772, 264]"/>
1711
+ </edges>
1712
+ <edges xmi:id="_SVH06z09Ed2SuOkT56DHAg" element="_SVQ-uT09Ed2SuOkT56DHAg" source="_SVH0UT09Ed2SuOkT56DHAg" target="_SVH0Qj09Ed2SuOkT56DHAg">
1713
+ <children xmi:id="_SVH07D09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-uT09Ed2SuOkT56DHAg">
1714
+ <children xmi:id="_SVH07T09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-uT09Ed2SuOkT56DHAg"/>
1715
+ <children xmi:id="_SVH07j09Ed2SuOkT56DHAg" type="Name" element="_SVQ-uT09Ed2SuOkT56DHAg"/>
1716
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH07z09Ed2SuOkT56DHAg" y="-185"/>
1717
+ </children>
1718
+ <children xmi:id="_SVH08D09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-lT09Ed2SuOkT56DHAg">
1719
+ <children xmi:id="_SVH08T09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-lT09Ed2SuOkT56DHAg"/>
1720
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH08j09Ed2SuOkT56DHAg" y="397"/>
1721
+ </children>
1722
+ <children xmi:id="_SVH08z09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-lT09Ed2SuOkT56DHAg">
1723
+ <children xmi:id="_SVH09D09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-lT09Ed2SuOkT56DHAg"/>
1724
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH09T09Ed2SuOkT56DHAg" y="-397"/>
1725
+ </children>
1726
+ <children xmi:id="_SVH09j09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-pj09Ed2SuOkT56DHAg">
1727
+ <children xmi:id="_SVH09z09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-pj09Ed2SuOkT56DHAg"/>
1728
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0-D09Ed2SuOkT56DHAg" x="888" y="208"/>
1729
+ </children>
1730
+ <children xmi:id="_SVH0-T09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-pj09Ed2SuOkT56DHAg">
1731
+ <children xmi:id="_SVH0-j09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-pj09Ed2SuOkT56DHAg"/>
1732
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0-z09Ed2SuOkT56DHAg" x="523" y="-719"/>
1733
+ </children>
1734
+ <children xmi:id="_SVH0_D09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-lT09Ed2SuOkT56DHAg">
1735
+ <children xmi:id="_SVH0_T09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-lT09Ed2SuOkT56DHAg">
1736
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH0_j09Ed2SuOkT56DHAg"/>
1737
+ </children>
1738
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH0_z09Ed2SuOkT56DHAg" y="-185"/>
1739
+ </children>
1740
+ <children xmi:id="_SVH1AD09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-pj09Ed2SuOkT56DHAg">
1741
+ <children xmi:id="_SVH1AT09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-pj09Ed2SuOkT56DHAg">
1742
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH1Aj09Ed2SuOkT56DHAg"/>
1743
+ </children>
1744
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1Az09Ed2SuOkT56DHAg" y="-185"/>
1745
+ </children>
1746
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVH1BD09Ed2SuOkT56DHAg" showStereotype="Text"/>
1747
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVH1BT09Ed2SuOkT56DHAg" points="[762, 1143, -9144, -9356]$[5778, 8636, -4128, -1863]$[7958, 9610, -1948, -889]"/>
1748
+ </edges>
1749
+ <edges xmi:id="_SVH1PD09Ed2SuOkT56DHAg" element="_SVQ-zz09Ed2SuOkT56DHAg" source="_SVH0UT09Ed2SuOkT56DHAg" target="_SVH0gz09Ed2SuOkT56DHAg">
1750
+ <children xmi:id="_SVH1PT09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-zz09Ed2SuOkT56DHAg">
1751
+ <children xmi:id="_SVH1Pj09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-zz09Ed2SuOkT56DHAg"/>
1752
+ <children xmi:id="_SVH1Pz09Ed2SuOkT56DHAg" type="Name" element="_SVQ-zz09Ed2SuOkT56DHAg"/>
1753
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1QD09Ed2SuOkT56DHAg" y="-185"/>
1754
+ </children>
1755
+ <children xmi:id="_SVH1QT09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-yz09Ed2SuOkT56DHAg">
1756
+ <children xmi:id="_SVH1Qj09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-yz09Ed2SuOkT56DHAg"/>
1757
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1Qz09Ed2SuOkT56DHAg" y="397"/>
1758
+ </children>
1759
+ <children xmi:id="_SVH1RD09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-yz09Ed2SuOkT56DHAg">
1760
+ <children xmi:id="_SVH1RT09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-yz09Ed2SuOkT56DHAg"/>
1761
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1Rj09Ed2SuOkT56DHAg" y="-397"/>
1762
+ </children>
1763
+ <children xmi:id="_SVH1Rz09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-rD09Ed2SuOkT56DHAg">
1764
+ <children xmi:id="_SVH1SD09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-rD09Ed2SuOkT56DHAg"/>
1765
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1ST09Ed2SuOkT56DHAg" y="397"/>
1766
+ </children>
1767
+ <children xmi:id="_SVH1Sj09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-rD09Ed2SuOkT56DHAg">
1768
+ <children xmi:id="_SVH1Sz09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-rD09Ed2SuOkT56DHAg"/>
1769
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1TD09Ed2SuOkT56DHAg" x="-954" y="-425"/>
1770
+ </children>
1771
+ <children xmi:id="_SVH1TT09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-yz09Ed2SuOkT56DHAg">
1772
+ <children xmi:id="_SVH1Tj09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-yz09Ed2SuOkT56DHAg">
1773
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH1Tz09Ed2SuOkT56DHAg"/>
1774
+ </children>
1775
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1UD09Ed2SuOkT56DHAg" y="-185"/>
1776
+ </children>
1777
+ <children xmi:id="_SVH1UT09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-rD09Ed2SuOkT56DHAg">
1778
+ <children xmi:id="_SVH1Uj09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-rD09Ed2SuOkT56DHAg">
1779
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH1Uz09Ed2SuOkT56DHAg"/>
1780
+ </children>
1781
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1VD09Ed2SuOkT56DHAg" y="-185"/>
1782
+ </children>
1783
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVH1VT09Ed2SuOkT56DHAg" showStereotype="Text"/>
1784
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVH1Vj09Ed2SuOkT56DHAg" points="[3201, -27, -8096, -186]$[5080, -27, -6217, -186]$[8890, -27, -2407, -186]"/>
1785
+ </edges>
1786
+ <edges xmi:id="_SVH1Vz09Ed2SuOkT56DHAg" element="_SVQ-3D09Ed2SuOkT56DHAg" source="_SVH0kj09Ed2SuOkT56DHAg" target="_SVH0Qj09Ed2SuOkT56DHAg">
1787
+ <children xmi:id="_SVH1WD09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-3D09Ed2SuOkT56DHAg">
1788
+ <children xmi:id="_SVH1WT09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-3D09Ed2SuOkT56DHAg"/>
1789
+ <children xmi:id="_SVH1Wj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-3D09Ed2SuOkT56DHAg"/>
1790
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1Wz09Ed2SuOkT56DHAg" y="-185"/>
1791
+ </children>
1792
+ <children xmi:id="_SVH1XD09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-lj09Ed2SuOkT56DHAg">
1793
+ <children xmi:id="_SVH1XT09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-lj09Ed2SuOkT56DHAg"/>
1794
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1Xj09Ed2SuOkT56DHAg" x="-954" y="212"/>
1795
+ </children>
1796
+ <children xmi:id="_SVH1Xz09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-lj09Ed2SuOkT56DHAg">
1797
+ <children xmi:id="_SVH1YD09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-lj09Ed2SuOkT56DHAg"/>
1798
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1YT09Ed2SuOkT56DHAg" y="-397"/>
1799
+ </children>
1800
+ <children xmi:id="_SVH1Yj09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-1D09Ed2SuOkT56DHAg">
1801
+ <children xmi:id="_SVH1Yz09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-1D09Ed2SuOkT56DHAg"/>
1802
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1ZD09Ed2SuOkT56DHAg" x="1667" y="260"/>
1803
+ </children>
1804
+ <children xmi:id="_SVH1ZT09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-1D09Ed2SuOkT56DHAg">
1805
+ <children xmi:id="_SVH1Zj09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-1D09Ed2SuOkT56DHAg"/>
1806
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1Zz09Ed2SuOkT56DHAg" x="1070" y="696"/>
1807
+ </children>
1808
+ <children xmi:id="_SVH1aD09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-lj09Ed2SuOkT56DHAg">
1809
+ <children xmi:id="_SVH1aT09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-lj09Ed2SuOkT56DHAg">
1810
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH1aj09Ed2SuOkT56DHAg"/>
1811
+ </children>
1812
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1az09Ed2SuOkT56DHAg" y="-185"/>
1813
+ </children>
1814
+ <children xmi:id="_SVH1bD09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-1D09Ed2SuOkT56DHAg">
1815
+ <children xmi:id="_SVH1bT09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-1D09Ed2SuOkT56DHAg">
1816
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH1bj09Ed2SuOkT56DHAg"/>
1817
+ </children>
1818
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1bz09Ed2SuOkT56DHAg" y="-185"/>
1819
+ </children>
1820
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVH1cD09Ed2SuOkT56DHAg" showStereotype="Text"/>
1821
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVH1cT09Ed2SuOkT56DHAg" points="[1931, -80, -12382, -5319]$[6614, -80, -7699, -5319]$[12991, -80, -1322, -5319]$[13917, 3625, -396, -1614]"/>
1822
+ </edges>
1823
+ <edges xmi:id="_SVH1cj09Ed2SuOkT56DHAg" element="_SVQ-3T09Ed2SuOkT56DHAg" source="_SVH0UT09Ed2SuOkT56DHAg" target="_SVH0kj09Ed2SuOkT56DHAg">
1824
+ <children xmi:id="_SVH1cz09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-3T09Ed2SuOkT56DHAg">
1825
+ <children xmi:id="_SVH1dD09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-3T09Ed2SuOkT56DHAg"/>
1826
+ <children xmi:id="_SVH1dT09Ed2SuOkT56DHAg" type="Name" element="_SVQ-3T09Ed2SuOkT56DHAg"/>
1827
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1dj09Ed2SuOkT56DHAg" y="-185"/>
1828
+ </children>
1829
+ <children xmi:id="_SVH1dz09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-3j09Ed2SuOkT56DHAg">
1830
+ <children xmi:id="_SVH1eD09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-3j09Ed2SuOkT56DHAg"/>
1831
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1eT09Ed2SuOkT56DHAg" x="-466" y="-311"/>
1832
+ </children>
1833
+ <children xmi:id="_SVH1ej09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-3j09Ed2SuOkT56DHAg">
1834
+ <children xmi:id="_SVH1ez09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-3j09Ed2SuOkT56DHAg"/>
1835
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1fD09Ed2SuOkT56DHAg" x="-51" y="785"/>
1836
+ </children>
1837
+ <children xmi:id="_SVH1fT09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-rz09Ed2SuOkT56DHAg">
1838
+ <children xmi:id="_SVH1fj09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-rz09Ed2SuOkT56DHAg"/>
1839
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1fz09Ed2SuOkT56DHAg" x="611" y="211"/>
1840
+ </children>
1841
+ <children xmi:id="_SVH1gD09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-rz09Ed2SuOkT56DHAg">
1842
+ <children xmi:id="_SVH1gT09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-rz09Ed2SuOkT56DHAg"/>
1843
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1gj09Ed2SuOkT56DHAg" x="318" y="-1449"/>
1844
+ </children>
1845
+ <children xmi:id="_SVH1gz09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-3j09Ed2SuOkT56DHAg">
1846
+ <children xmi:id="_SVH1hD09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-3j09Ed2SuOkT56DHAg">
1847
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH1hT09Ed2SuOkT56DHAg"/>
1848
+ </children>
1849
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1hj09Ed2SuOkT56DHAg" y="-185"/>
1850
+ </children>
1851
+ <children xmi:id="_SVH1hz09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-rz09Ed2SuOkT56DHAg">
1852
+ <children xmi:id="_SVH1iD09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-rz09Ed2SuOkT56DHAg">
1853
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVH1iT09Ed2SuOkT56DHAg"/>
1854
+ </children>
1855
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVH1ij09Ed2SuOkT56DHAg" y="-185"/>
1856
+ </children>
1857
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVH1iz09Ed2SuOkT56DHAg" showStereotype="Text"/>
1858
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVH1jD09Ed2SuOkT56DHAg" points="[-3202, 555, 582, -4525]$[-4102, 555, -318, -4525]$[-4102, 3942, -318, -1138]"/>
1859
+ </edges>
1860
+ <edges xmi:id="_SVH1jT09Ed2SuOkT56DHAg" element="_SVQ-3z09Ed2SuOkT56DHAg" source="_SVH0Qj09Ed2SuOkT56DHAg" target="_SVH0gz09Ed2SuOkT56DHAg">
1861
+ <children xmi:id="_SVH1jj09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-3z09Ed2SuOkT56DHAg">
1862
+ <children xmi:id="_SVH1jz09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-3z09Ed2SuOkT56DHAg"/>
1863
+ <children xmi:id="_SVQ-ID09Ed2SuOkT56DHAg" type="Name" element="_SVQ-3z09Ed2SuOkT56DHAg"/>
1864
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-IT09Ed2SuOkT56DHAg" y="-185"/>
1865
+ </children>
1866
+ <children xmi:id="_SVQ-Ij09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-zD09Ed2SuOkT56DHAg">
1867
+ <children xmi:id="_SVQ-Iz09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-zD09Ed2SuOkT56DHAg"/>
1868
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-JD09Ed2SuOkT56DHAg" y="397"/>
1869
+ </children>
1870
+ <children xmi:id="_SVQ-JT09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-zD09Ed2SuOkT56DHAg">
1871
+ <children xmi:id="_SVQ-Jj09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-zD09Ed2SuOkT56DHAg"/>
1872
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-Jz09Ed2SuOkT56DHAg" x="-167" y="2346"/>
1873
+ </children>
1874
+ <children xmi:id="_SVQ-KD09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-mT09Ed2SuOkT56DHAg">
1875
+ <children xmi:id="_SVQ-KT09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-mT09Ed2SuOkT56DHAg"/>
1876
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-Kj09Ed2SuOkT56DHAg" y="397"/>
1877
+ </children>
1878
+ <children xmi:id="_SVQ-Kz09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-mT09Ed2SuOkT56DHAg">
1879
+ <children xmi:id="_SVQ-LD09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-mT09Ed2SuOkT56DHAg"/>
1880
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-LT09Ed2SuOkT56DHAg" x="-12" y="1668"/>
1881
+ </children>
1882
+ <children xmi:id="_SVQ-Lj09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-zD09Ed2SuOkT56DHAg">
1883
+ <children xmi:id="_SVQ-Lz09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-zD09Ed2SuOkT56DHAg">
1884
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-MD09Ed2SuOkT56DHAg"/>
1885
+ </children>
1886
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-MT09Ed2SuOkT56DHAg" y="-185"/>
1887
+ </children>
1888
+ <children xmi:id="_SVQ-Mj09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-mT09Ed2SuOkT56DHAg">
1889
+ <children xmi:id="_SVQ-Mz09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-mT09Ed2SuOkT56DHAg">
1890
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-ND09Ed2SuOkT56DHAg"/>
1891
+ </children>
1892
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-NT09Ed2SuOkT56DHAg" y="-185"/>
1893
+ </children>
1894
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVQ-Nj09Ed2SuOkT56DHAg" showStereotype="Text"/>
1895
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVQ-Nz09Ed2SuOkT56DHAg" points="[1138, -1614, -450, 3943]$[1614, -2249, 26, 3308]$[1614, -3149, 26, 2408]$[1614, -4737, 26, 820]"/>
1896
+ </edges>
1897
+ <edges xmi:id="_SVQ-OD09Ed2SuOkT56DHAg" element="_SVQ-6j09Ed2SuOkT56DHAg" source="_SVH0Qj09Ed2SuOkT56DHAg" target="_SVH0pT09Ed2SuOkT56DHAg">
1898
+ <children xmi:id="_SVQ-OT09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-6j09Ed2SuOkT56DHAg">
1899
+ <children xmi:id="_SVQ-Oj09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-6j09Ed2SuOkT56DHAg"/>
1900
+ <children xmi:id="_SVQ-Oz09Ed2SuOkT56DHAg" type="Name" element="_SVQ-6j09Ed2SuOkT56DHAg"/>
1901
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-PD09Ed2SuOkT56DHAg" y="-185"/>
1902
+ </children>
1903
+ <children xmi:id="_SVQ-PT09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-5D09Ed2SuOkT56DHAg">
1904
+ <children xmi:id="_SVQ-Pj09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-5D09Ed2SuOkT56DHAg"/>
1905
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-Pz09Ed2SuOkT56DHAg" y="397"/>
1906
+ </children>
1907
+ <children xmi:id="_SVQ-QD09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-5D09Ed2SuOkT56DHAg">
1908
+ <children xmi:id="_SVQ-QT09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-5D09Ed2SuOkT56DHAg"/>
1909
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-Qj09Ed2SuOkT56DHAg" y="-397"/>
1910
+ </children>
1911
+ <children xmi:id="_SVQ-Qz09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-nz09Ed2SuOkT56DHAg">
1912
+ <children xmi:id="_SVQ-RD09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-nz09Ed2SuOkT56DHAg"/>
1913
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-RT09Ed2SuOkT56DHAg" y="397"/>
1914
+ </children>
1915
+ <children xmi:id="_SVQ-Rj09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-nz09Ed2SuOkT56DHAg">
1916
+ <children xmi:id="_SVQ-Rz09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-nz09Ed2SuOkT56DHAg"/>
1917
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-SD09Ed2SuOkT56DHAg" x="-2107" y="-3233"/>
1918
+ </children>
1919
+ <children xmi:id="_SVQ-ST09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-5D09Ed2SuOkT56DHAg">
1920
+ <children xmi:id="_SVQ-Sj09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-5D09Ed2SuOkT56DHAg">
1921
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-Sz09Ed2SuOkT56DHAg"/>
1922
+ </children>
1923
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-TD09Ed2SuOkT56DHAg" y="-185"/>
1924
+ </children>
1925
+ <children xmi:id="_SVQ-TT09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-nz09Ed2SuOkT56DHAg">
1926
+ <children xmi:id="_SVQ-Tj09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-nz09Ed2SuOkT56DHAg">
1927
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-Tz09Ed2SuOkT56DHAg"/>
1928
+ </children>
1929
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-UD09Ed2SuOkT56DHAg" y="-185"/>
1930
+ </children>
1931
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVQ-UT09Ed2SuOkT56DHAg" showStereotype="Text"/>
1932
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVQ-Uj09Ed2SuOkT56DHAg" points="[1969, -1461, -1820, 4593]$[4318, -3175, 529, 2879]$[4318, -4636, 529, 1418]$[4318, -4742, 529, 1312]"/>
1933
+ </edges>
1934
+ <edges xmi:id="_SVQ-Uz09Ed2SuOkT56DHAg" element="_SVQ-6z09Ed2SuOkT56DHAg" source="_SVH0UT09Ed2SuOkT56DHAg" target="_SVH0pT09Ed2SuOkT56DHAg">
1935
+ <children xmi:id="_SVQ-VD09Ed2SuOkT56DHAg" type="NameLabel" element="_SVQ-6z09Ed2SuOkT56DHAg">
1936
+ <children xmi:id="_SVQ-VT09Ed2SuOkT56DHAg" type="Stereotype" element="_SVQ-6z09Ed2SuOkT56DHAg"/>
1937
+ <children xmi:id="_SVQ-Vj09Ed2SuOkT56DHAg" type="Name" element="_SVQ-6z09Ed2SuOkT56DHAg"/>
1938
+ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_SVQ-Vz09Ed2SuOkT56DHAg" y="-148"/>
1939
+ </children>
1940
+ <children xmi:id="_SVQ-WD09Ed2SuOkT56DHAg" type="ToMultiplicityLabel" element="_SVQ-6T09Ed2SuOkT56DHAg">
1941
+ <children xmi:id="_SVQ-WT09Ed2SuOkT56DHAg" type="ToMultiplicity" element="_SVQ-6T09Ed2SuOkT56DHAg"/>
1942
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-Wj09Ed2SuOkT56DHAg" y="318"/>
1943
+ </children>
1944
+ <children xmi:id="_SVQ-Wz09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-6T09Ed2SuOkT56DHAg">
1945
+ <children xmi:id="_SVQ-XD09Ed2SuOkT56DHAg" type="ToRole" element="_SVQ-6T09Ed2SuOkT56DHAg"/>
1946
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-XT09Ed2SuOkT56DHAg" y="-317"/>
1947
+ </children>
1948
+ <children xmi:id="_SVQ-Xj09Ed2SuOkT56DHAg" type="FromMultiplicityLabel" element="_SVQ-sj09Ed2SuOkT56DHAg">
1949
+ <children xmi:id="_SVQ-Xz09Ed2SuOkT56DHAg" type="FromMultiplicity" element="_SVQ-sj09Ed2SuOkT56DHAg"/>
1950
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-YD09Ed2SuOkT56DHAg" y="318"/>
1951
+ </children>
1952
+ <children xmi:id="_SVQ-YT09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-sj09Ed2SuOkT56DHAg">
1953
+ <children xmi:id="_SVQ-Yj09Ed2SuOkT56DHAg" type="FromRole" element="_SVQ-sj09Ed2SuOkT56DHAg"/>
1954
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-Yz09Ed2SuOkT56DHAg" x="-1060" y="955"/>
1955
+ </children>
1956
+ <children xmi:id="_SVQ-ZD09Ed2SuOkT56DHAg" type="ToQualifierLabel" element="_SVQ-6T09Ed2SuOkT56DHAg">
1957
+ <children xmi:id="_SVQ-ZT09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-6T09Ed2SuOkT56DHAg">
1958
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-Zj09Ed2SuOkT56DHAg"/>
1959
+ </children>
1960
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-Zz09Ed2SuOkT56DHAg" y="-148"/>
1961
+ </children>
1962
+ <children xmi:id="_SVQ-aD09Ed2SuOkT56DHAg" type="FromQualifierLabel" element="_SVQ-sj09Ed2SuOkT56DHAg">
1963
+ <children xmi:id="_SVQ-aT09Ed2SuOkT56DHAg" type="QualifierCompartment" element="_SVQ-sj09Ed2SuOkT56DHAg">
1964
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-aj09Ed2SuOkT56DHAg"/>
1965
+ </children>
1966
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-az09Ed2SuOkT56DHAg" y="-148"/>
1967
+ </children>
1968
+ <children xmi:id="_SVQ-bD09Ed2SuOkT56DHAg" type="ToRoleLabel" element="_SVQ-6T09Ed2SuOkT56DHAg">
1969
+ <eAnnotations xmi:id="_SVQ-bT09Ed2SuOkT56DHAg" source="ToConstraintLabel"/>
1970
+ <children xmi:id="_SVQ-bj09Ed2SuOkT56DHAg" visible="false" type="ToConstraintCompartment" element="_SVQ-6T09Ed2SuOkT56DHAg">
1971
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-bz09Ed2SuOkT56DHAg"/>
1972
+ </children>
1973
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-cD09Ed2SuOkT56DHAg" y="847"/>
1974
+ </children>
1975
+ <children xmi:id="_SVQ-cT09Ed2SuOkT56DHAg" type="FromRoleLabel" element="_SVQ-sj09Ed2SuOkT56DHAg">
1976
+ <eAnnotations xmi:id="_SVQ-cj09Ed2SuOkT56DHAg" source="FromConstraintLabel"/>
1977
+ <children xmi:id="_SVQ-cz09Ed2SuOkT56DHAg" visible="false" type="FromConstraintCompartment" element="_SVQ-sj09Ed2SuOkT56DHAg">
1978
+ <styles xmi:type="umlnotation:UMLListCompartmentStyle" xmi:id="_SVQ-dD09Ed2SuOkT56DHAg"/>
1979
+ </children>
1980
+ <layoutConstraint xmi:type="notation:Location" xmi:id="_SVQ-dT09Ed2SuOkT56DHAg" y="847"/>
1981
+ </children>
1982
+ <styles xmi:type="umlnotation:UMLConnectorStyle" xmi:id="_SVQ-dj09Ed2SuOkT56DHAg" showStereotype="Text"/>
1983
+ <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_SVQ-dz09Ed2SuOkT56DHAg" points="[119, 43, -398, -119]$[444, 172, -73, 10]"/>
1984
+ </edges>
1985
+ </contents>
1986
+ </eAnnotations>
1987
+ <ownedComment xmi:id="_SVQ-eD09Ed2SuOkT56DHAg" 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)"/>
1988
+ <ownedMember xmi:type="uml:Class" xmi:id="_SVQ-jT09Ed2SuOkT56DHAg" name="Security Role">
1989
+ <eAnnotations xmi:id="_SVQ-jj09Ed2SuOkT56DHAg" source="keywords"/>
1990
+ <ownedAttribute xmi:id="_SVQ-jz09Ed2SuOkT56DHAg" name="Role Name" visibility="private">
1991
+ <eAnnotations xmi:id="_SVQ-kD09Ed2SuOkT56DHAg" source="appliedStereotypes">
1992
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Label" xmi:id="_SVQ-kT09Ed2SuOkT56DHAg"/>
1993
+ </eAnnotations>
1994
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
1995
+ </ownedAttribute>
1996
+ <ownedAttribute xmi:id="_SVQ-lT09Ed2SuOkT56DHAg" name="owner" visibility="private" type="_SVQ-oj09Ed2SuOkT56DHAg" association="_SVQ-uT09Ed2SuOkT56DHAg"/>
1997
+ <ownedAttribute xmi:id="_SVQ-lj09Ed2SuOkT56DHAg" name="roleGroups" visibility="private" type="_SVQ-0D09Ed2SuOkT56DHAg" association="_SVQ-3D09Ed2SuOkT56DHAg">
1998
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-lz09Ed2SuOkT56DHAg" value="-1"/>
1999
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-mD09Ed2SuOkT56DHAg"/>
2000
+ </ownedAttribute>
2001
+ <ownedAttribute xmi:id="_SVQ-mT09Ed2SuOkT56DHAg" name="secureMethods" visibility="private" type="_SVQ-xz09Ed2SuOkT56DHAg" association="_SVQ-3z09Ed2SuOkT56DHAg" aggregation="shared">
2002
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-mj09Ed2SuOkT56DHAg" value="-1"/>
2003
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-mz09Ed2SuOkT56DHAg"/>
2004
+ </ownedAttribute>
2005
+ <ownedAttribute xmi:id="_SVQ-nD09Ed2SuOkT56DHAg" name="requiredComputedAccessRight" visibility="private" type="_N9poNz0-Ed2SuOkT56DHAg">
2006
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-nT09Ed2SuOkT56DHAg" value="1"/>
2007
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-nj09Ed2SuOkT56DHAg"/>
2008
+ </ownedAttribute>
2009
+ <ownedAttribute xmi:id="_SVQ-nz09Ed2SuOkT56DHAg" name="secureFieldS" visibility="private" type="_SVQ-4D09Ed2SuOkT56DHAg" association="_SVQ-6j09Ed2SuOkT56DHAg" aggregation="shared">
2010
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-oD09Ed2SuOkT56DHAg" value="-1"/>
2011
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-oT09Ed2SuOkT56DHAg"/>
2012
+ </ownedAttribute>
2013
+ </ownedMember>
2014
+ <ownedMember xmi:type="uml:Class" xmi:id="_SVQ-oj09Ed2SuOkT56DHAg" name="Security Panel">
2015
+ <ownedAttribute xmi:id="_SVQ-oz09Ed2SuOkT56DHAg" name="gestionUser" type="_ab4u0DbNEd2lD7Jp_XKq2A" association="_SVQ-tz09Ed2SuOkT56DHAg" aggregation="composite">
2016
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-pD09Ed2SuOkT56DHAg" value="-1"/>
2017
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-pT09Ed2SuOkT56DHAg"/>
2018
+ </ownedAttribute>
2019
+ <ownedAttribute xmi:id="_SVQ-pj09Ed2SuOkT56DHAg" name="gestionRoles" visibility="private" type="_SVQ-jT09Ed2SuOkT56DHAg" association="_SVQ-uT09Ed2SuOkT56DHAg" aggregation="composite">
2020
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-pz09Ed2SuOkT56DHAg" value="-1"/>
2021
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-qD09Ed2SuOkT56DHAg"/>
2022
+ </ownedAttribute>
2023
+ <ownedAttribute xmi:id="_SVQ-rD09Ed2SuOkT56DHAg" name="gestionsecureMethods" visibility="private" type="_SVQ-xz09Ed2SuOkT56DHAg" association="_SVQ-zz09Ed2SuOkT56DHAg" aggregation="composite">
2024
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-rT09Ed2SuOkT56DHAg" value="-1"/>
2025
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-rj09Ed2SuOkT56DHAg"/>
2026
+ </ownedAttribute>
2027
+ <ownedAttribute xmi:id="_SVQ-rz09Ed2SuOkT56DHAg" name="gestionGroup" type="_SVQ-0D09Ed2SuOkT56DHAg" association="_SVQ-3T09Ed2SuOkT56DHAg" aggregation="composite">
2028
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-sD09Ed2SuOkT56DHAg" value="-1"/>
2029
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-sT09Ed2SuOkT56DHAg"/>
2030
+ </ownedAttribute>
2031
+ <ownedAttribute xmi:id="_SVQ-sj09Ed2SuOkT56DHAg" name="secure Fields" visibility="private" type="_SVQ-4D09Ed2SuOkT56DHAg" association="_SVQ-6z09Ed2SuOkT56DHAg" aggregation="composite">
2032
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-sz09Ed2SuOkT56DHAg" value="-1"/>
2033
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-tD09Ed2SuOkT56DHAg"/>
2034
+ </ownedAttribute>
2035
+ <ownedOperation xmi:id="_SVQ-tT09Ed2SuOkT56DHAg" name="autoGenerateStaticRoles"/>
2036
+ <ownedOperation xmi:id="_SVQ-tj09Ed2SuOkT56DHAg" name="loadSecurityConfig"/>
2037
+ </ownedMember>
2038
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-uT09Ed2SuOkT56DHAg" memberEnd="_SVQ-pj09Ed2SuOkT56DHAg _SVQ-lT09Ed2SuOkT56DHAg"/>
2039
+ <ownedMember xmi:type="uml:Class" xmi:id="_SVQ-xz09Ed2SuOkT56DHAg" name="Secure Method">
2040
+ <ownedAttribute xmi:id="_SVQ-yD09Ed2SuOkT56DHAg" name="signature" visibility="private" type="_N9poNT0-Ed2SuOkT56DHAg">
2041
+ <eAnnotations xmi:id="_SVQ-yT09Ed2SuOkT56DHAg" source="appliedStereotypes">
2042
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Label" xmi:id="_SVQ-yj09Ed2SuOkT56DHAg"/>
2043
+ </eAnnotations>
2044
+ </ownedAttribute>
2045
+ <ownedAttribute xmi:id="_SVQ-yz09Ed2SuOkT56DHAg" name="owner" visibility="private" type="_SVQ-oj09Ed2SuOkT56DHAg" association="_SVQ-zz09Ed2SuOkT56DHAg"/>
2046
+ <ownedAttribute xmi:id="_SVQ-zD09Ed2SuOkT56DHAg" name="secureMethodRoles" visibility="private" type="_SVQ-jT09Ed2SuOkT56DHAg" association="_SVQ-3z09Ed2SuOkT56DHAg">
2047
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-zT09Ed2SuOkT56DHAg" value="-1"/>
2048
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-zj09Ed2SuOkT56DHAg"/>
2049
+ </ownedAttribute>
2050
+ </ownedMember>
2051
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-zz09Ed2SuOkT56DHAg" memberEnd="_SVQ-rD09Ed2SuOkT56DHAg _SVQ-yz09Ed2SuOkT56DHAg"/>
2052
+ <ownedMember xmi:type="uml:Class" xmi:id="_SVQ-0D09Ed2SuOkT56DHAg" name="Business Group">
2053
+ <ownedAttribute xmi:id="_SVQ-0T09Ed2SuOkT56DHAg" name="userList" type="_ab4u0DbNEd2lD7Jp_XKq2A" association="_SVQ-uD09Ed2SuOkT56DHAg">
2054
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-0j09Ed2SuOkT56DHAg" value="-1"/>
2055
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-0z09Ed2SuOkT56DHAg"/>
2056
+ </ownedAttribute>
2057
+ <ownedAttribute xmi:id="_SVQ-1D09Ed2SuOkT56DHAg" name="groupRole" visibility="private" type="_SVQ-jT09Ed2SuOkT56DHAg" association="_SVQ-3D09Ed2SuOkT56DHAg">
2058
+ <eAnnotations xmi:id="_SVQ-1T09Ed2SuOkT56DHAg" source="appliedStereotypes">
2059
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Label" xmi:id="_SVQ-1j09Ed2SuOkT56DHAg"/>
2060
+ </eAnnotations>
2061
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-1z09Ed2SuOkT56DHAg" value="-1"/>
2062
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-2D09Ed2SuOkT56DHAg"/>
2063
+ </ownedAttribute>
2064
+ <ownedAttribute xmi:id="_SVQ-2T09Ed2SuOkT56DHAg" name="group Name" visibility="private">
2065
+ <eAnnotations xmi:id="_SVQ-2j09Ed2SuOkT56DHAg" source="appliedStereotypes">
2066
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Label" xmi:id="_SVQ-2z09Ed2SuOkT56DHAg"/>
2067
+ </eAnnotations>
2068
+ <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>
2069
+ </ownedAttribute>
2070
+ </ownedMember>
2071
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-3D09Ed2SuOkT56DHAg" memberEnd="_SVQ-1D09Ed2SuOkT56DHAg _SVQ-lj09Ed2SuOkT56DHAg"/>
2072
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-3T09Ed2SuOkT56DHAg" memberEnd="_SVQ-rz09Ed2SuOkT56DHAg _SVQ-3j09Ed2SuOkT56DHAg">
2073
+ <ownedEnd xmi:id="_SVQ-3j09Ed2SuOkT56DHAg" name="owner" type="_SVQ-oj09Ed2SuOkT56DHAg" association="_SVQ-3T09Ed2SuOkT56DHAg"/>
2074
+ </ownedMember>
2075
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-3z09Ed2SuOkT56DHAg" memberEnd="_SVQ-mT09Ed2SuOkT56DHAg _SVQ-zD09Ed2SuOkT56DHAg"/>
2076
+ <ownedMember xmi:type="uml:Class" xmi:id="_SVQ-4D09Ed2SuOkT56DHAg" name="Secure Field">
2077
+ <ownedAttribute xmi:id="_SVQ-4T09Ed2SuOkT56DHAg" name="definition" visibility="private" type="_N9poNj0-Ed2SuOkT56DHAg">
2078
+ <eAnnotations xmi:id="_SVQ-4j09Ed2SuOkT56DHAg" source="appliedStereotypes">
2079
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Label" xmi:id="_SVQ-4z09Ed2SuOkT56DHAg"/>
2080
+ </eAnnotations>
2081
+ </ownedAttribute>
2082
+ <ownedAttribute xmi:id="_SVQ-5D09Ed2SuOkT56DHAg" name="secureFieldRoles" visibility="private" type="_SVQ-jT09Ed2SuOkT56DHAg" association="_SVQ-6j09Ed2SuOkT56DHAg">
2083
+ <eAnnotations xmi:id="_SVQ-5T09Ed2SuOkT56DHAg" source="appliedStereotypes">
2084
+ <contents xmi:type="OntoMDEprofil_24:OntoMDEprofil__Label" xmi:id="_SVQ-5j09Ed2SuOkT56DHAg"/>
2085
+ </eAnnotations>
2086
+ <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_SVQ-5z09Ed2SuOkT56DHAg" value="-1"/>
2087
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_SVQ-6D09Ed2SuOkT56DHAg"/>
2088
+ </ownedAttribute>
2089
+ <ownedAttribute xmi:id="_SVQ-6T09Ed2SuOkT56DHAg" name="owner" visibility="private" type="_SVQ-oj09Ed2SuOkT56DHAg" association="_SVQ-6z09Ed2SuOkT56DHAg"/>
2090
+ </ownedMember>
2091
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-6j09Ed2SuOkT56DHAg" memberEnd="_SVQ-nz09Ed2SuOkT56DHAg _SVQ-5D09Ed2SuOkT56DHAg"/>
2092
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-6z09Ed2SuOkT56DHAg" memberEnd="_SVQ-sj09Ed2SuOkT56DHAg _SVQ-6T09Ed2SuOkT56DHAg"/>
2093
+ </ownedMember>
2094
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-tz09Ed2SuOkT56DHAg" memberEnd="_SVQ-oz09Ed2SuOkT56DHAg _SVQ-iD09Ed2SuOkT56DHAg"/>
2095
+ <ownedMember xmi:type="uml:Association" xmi:id="_SVQ-uD09Ed2SuOkT56DHAg" memberEnd="_SVQ-0T09Ed2SuOkT56DHAg _SVQ-hT09Ed2SuOkT56DHAg"/>
2096
+ <ownedMember xmi:type="uml:Package" xmi:id="_N9poMD0-Ed2SuOkT56DHAg" name="xmda">
2097
+ <eAnnotations xmi:id="_N9poMT0-Ed2SuOkT56DHAg" source="uml2.diagrams"/>
2098
+ <ownedMember xmi:type="uml:Package" xmi:id="_N9poMj0-Ed2SuOkT56DHAg" name="security">
2099
+ <eAnnotations xmi:id="_N9poMz0-Ed2SuOkT56DHAg" source="uml2.diagrams"/>
2100
+ <ownedComment xmi:id="_N9poND0-Ed2SuOkT56DHAg" body="This package will be modified/enriched by generator.&#xD;&#xA;"/>
2101
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_N9poNT0-Ed2SuOkT56DHAg" name="SecuredMethodInventory"/>
2102
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_N9poNj0-Ed2SuOkT56DHAg" name="SecuredPropertyInventory"/>
2103
+ <ownedMember xmi:type="uml:Enumeration" xmi:id="_N9poNz0-Ed2SuOkT56DHAg" name="GlobalComputedAccessControlCriteria"/>
2104
+ </ownedMember>
2105
+ </ownedMember>
2106
+ </uml:Model>