aboutsummaryrefslogtreecommitdiffstats
path: root/Domains
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszka@152.66.252.189>2017-06-21 18:40:57 +0200
committerLibravatar OszkarSemerath <oszka@152.66.252.189>2017-06-21 18:40:57 +0200
commitdfba700e84eab68e47df6713040047ca06db88c5 (patch)
treed95af2457fa2438275feee9fa1098c89bb54c8bf /Domains
parentAdded missing types: exit state, final state and choice (diff)
downloadVIATRA-Generator-dfba700e84eab68e47df6713040047ca06db88c5.tar.gz
VIATRA-Generator-dfba700e84eab68e47df6713040047ca06db88c5.tar.zst
VIATRA-Generator-dfba700e84eab68e47df6713040047ca06db88c5.zip
generated code for the newly added types
Diffstat (limited to 'Domains')
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Choice.java17
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Exit.java17
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/FinalState.java17
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ChoiceImpl.java37
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ExitImpl.java37
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/FinalStateImpl.java37
-rw-r--r--Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/original.svg5671
7 files changed, 5833 insertions, 0 deletions
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Choice.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Choice.java
new file mode 100644
index 00000000..86fa83bb
--- /dev/null
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Choice.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Choice</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getChoice()
13 * @model
14 * @generated
15 */
16public interface Choice extends Pseudostate {
17} // Choice
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Exit.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Exit.java
new file mode 100644
index 00000000..c5cb114c
--- /dev/null
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/Exit.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Exit</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getExit()
13 * @model
14 * @generated
15 */
16public interface Exit extends Pseudostate {
17} // Exit
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/FinalState.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/FinalState.java
new file mode 100644
index 00000000..db3f2221
--- /dev/null
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/FinalState.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Final State</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage#getFinalState()
13 * @model
14 * @generated
15 */
16public interface FinalState extends RegularState {
17} // FinalState
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ChoiceImpl.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ChoiceImpl.java
new file mode 100644
index 00000000..fb2657fe
--- /dev/null
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ChoiceImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl;
4
5import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Choice;
6import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Choice</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class ChoiceImpl extends PseudostateImpl implements Choice {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected ChoiceImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return YakindummPackage.Literals.CHOICE;
35 }
36
37} //ChoiceImpl
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ExitImpl.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ExitImpl.java
new file mode 100644
index 00000000..95a7b998
--- /dev/null
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/ExitImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl;
4
5import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.Exit;
6import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Exit</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class ExitImpl extends PseudostateImpl implements Exit {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected ExitImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return YakindummPackage.Literals.EXIT;
35 }
36
37} //ExitImpl
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/FinalStateImpl.java b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/FinalStateImpl.java
new file mode 100644
index 00000000..8d24bf1c
--- /dev/null
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/ecore-gen/hu/bme/mit/inf/dslreasoner/domains/yakindu/sgraph/yakindumm/impl/FinalStateImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.impl;
4
5import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.FinalState;
6import hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.yakindumm.YakindummPackage;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Final State</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class FinalStateImpl extends RegularStateImpl implements FinalState {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected FinalStateImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return YakindummPackage.Literals.FINAL_STATE;
35 }
36
37} //FinalStateImpl
diff --git a/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/original.svg b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/original.svg
new file mode 100644
index 00000000..b9d0ec9c
--- /dev/null
+++ b/Domains/hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph/model/original.svg
@@ -0,0 +1,5671 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:xlink="http://www.w3.org/1999/xlink"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 stroke-dasharray="none"
12 shape-rendering="auto"
13 font-family="'Dialog'"
14 width="1162"
15 text-rendering="auto"
16 fill-opacity="1"
17 contentScriptType="text/ecmascript"
18 color-interpolation="auto"
19 color-rendering="auto"
20 preserveAspectRatio="xMidYMid meet"
21 font-size="12"
22 viewBox="0 0 1162 864"
23 fill="black"
24 stroke="black"
25 image-rendering="auto"
26 stroke-miterlimit="10"
27 zoomAndPan="magnify"
28 version="1.0"
29 stroke-linecap="square"
30 stroke-linejoin="miter"
31 contentStyleType="text/css"
32 font-style="normal"
33 height="864"
34 stroke-width="1"
35 stroke-dashoffset="0"
36 font-weight="normal"
37 stroke-opacity="1"
38 id="svg2"
39 inkscape:version="0.91 r13725"
40 sodipodi:docname="original.svg">
41 <metadata
42 id="metadata1548">
43 <rdf:RDF>
44 <cc:Work
45 rdf:about="">
46 <dc:format>image/svg+xml</dc:format>
47 <dc:type
48 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
49 </cc:Work>
50 </rdf:RDF>
51 </metadata>
52 <sodipodi:namedview
53 pagecolor="#ffffff"
54 bordercolor="#666666"
55 borderopacity="1"
56 objecttolerance="10"
57 gridtolerance="10"
58 guidetolerance="10"
59 inkscape:pageopacity="0"
60 inkscape:pageshadow="2"
61 inkscape:window-width="1366"
62 inkscape:window-height="745"
63 id="namedview1546"
64 showgrid="false"
65 inkscape:zoom="1.0925926"
66 inkscape:cx="697.3094"
67 inkscape:cy="490.33233"
68 inkscape:window-x="-8"
69 inkscape:window-y="-8"
70 inkscape:window-maximized="1"
71 inkscape:current-layer="g778" />
72 <!--Generated by the Batik Graphics2D SVG Generator-->
73 <defs
74 id="genericDefs" />
75 <g
76 id="g5">
77 <defs
78 id="defs1">
79 <linearGradient
80 x1="670"
81 x2="670"
82 y1="448"
83 gradientUnits="userSpaceOnUse"
84 y2="488"
85 xlink:type="simple"
86 xlink:actuate="onLoad"
87 id="linearGradient1"
88 xlink:show="other"
89 spreadMethod="pad">
90 <stop
91 stop-opacity="1"
92 stop-color="rgb(248,249,209)"
93 offset="0%"
94 id="stop9" />
95 <stop
96 stop-opacity="1"
97 stop-color="white"
98 offset="100%"
99 id="stop11" />
100 </linearGradient>
101 <linearGradient
102 x1="634"
103 x2="634"
104 y1="340"
105 gradientUnits="userSpaceOnUse"
106 y2="380"
107 xlink:type="simple"
108 xlink:actuate="onLoad"
109 id="linearGradient2"
110 xlink:show="other"
111 spreadMethod="pad">
112 <stop
113 stop-opacity="1"
114 stop-color="rgb(248,249,209)"
115 offset="0%"
116 id="stop14" />
117 <stop
118 stop-opacity="1"
119 stop-color="white"
120 offset="100%"
121 id="stop16" />
122 </linearGradient>
123 <linearGradient
124 x1="830"
125 x2="830"
126 y1="180"
127 gradientUnits="userSpaceOnUse"
128 y2="227"
129 xlink:type="simple"
130 xlink:actuate="onLoad"
131 id="linearGradient3"
132 xlink:show="other"
133 spreadMethod="pad">
134 <stop
135 stop-opacity="1"
136 stop-color="rgb(248,249,209)"
137 offset="0%"
138 id="stop19" />
139 <stop
140 stop-opacity="1"
141 stop-color="white"
142 offset="100%"
143 id="stop21" />
144 </linearGradient>
145 <linearGradient
146 x1="1050"
147 x2="1050"
148 y1="328"
149 gradientUnits="userSpaceOnUse"
150 y2="375"
151 xlink:type="simple"
152 xlink:actuate="onLoad"
153 id="linearGradient4"
154 xlink:show="other"
155 spreadMethod="pad">
156 <stop
157 stop-opacity="1"
158 stop-color="rgb(248,249,209)"
159 offset="0%"
160 id="stop24" />
161 <stop
162 stop-opacity="1"
163 stop-color="white"
164 offset="100%"
165 id="stop26" />
166 </linearGradient>
167 <linearGradient
168 x1="494"
169 x2="494"
170 y1="576"
171 gradientUnits="userSpaceOnUse"
172 y2="616"
173 xlink:type="simple"
174 xlink:actuate="onLoad"
175 id="linearGradient5"
176 xlink:show="other"
177 spreadMethod="pad">
178 <stop
179 stop-opacity="1"
180 stop-color="rgb(248,249,209)"
181 offset="0%"
182 id="stop29" />
183 <stop
184 stop-opacity="1"
185 stop-color="white"
186 offset="100%"
187 id="stop31" />
188 </linearGradient>
189 <linearGradient
190 x1="10"
191 x2="10"
192 y1="116"
193 gradientUnits="userSpaceOnUse"
194 y2="156"
195 xlink:type="simple"
196 xlink:actuate="onLoad"
197 id="linearGradient6"
198 xlink:show="other"
199 spreadMethod="pad">
200 <stop
201 stop-opacity="1"
202 stop-color="rgb(248,249,209)"
203 offset="0%"
204 id="stop34" />
205 <stop
206 stop-opacity="1"
207 stop-color="white"
208 offset="100%"
209 id="stop36" />
210 </linearGradient>
211 <linearGradient
212 x1="126"
213 x2="126"
214 y1="116"
215 gradientUnits="userSpaceOnUse"
216 y2="156"
217 xlink:type="simple"
218 xlink:actuate="onLoad"
219 id="linearGradient7"
220 xlink:show="other"
221 spreadMethod="pad">
222 <stop
223 stop-opacity="1"
224 stop-color="rgb(248,249,209)"
225 offset="0%"
226 id="stop39" />
227 <stop
228 stop-opacity="1"
229 stop-color="white"
230 offset="100%"
231 id="stop41" />
232 </linearGradient>
233 <linearGradient
234 x1="634"
235 x2="634"
236 y1="576"
237 gradientUnits="userSpaceOnUse"
238 y2="623"
239 xlink:type="simple"
240 xlink:actuate="onLoad"
241 id="linearGradient8"
242 xlink:show="other"
243 spreadMethod="pad">
244 <stop
245 stop-opacity="1"
246 stop-color="rgb(248,249,209)"
247 offset="0%"
248 id="stop44" />
249 <stop
250 stop-opacity="1"
251 stop-color="white"
252 offset="100%"
253 id="stop46" />
254 </linearGradient>
255 <linearGradient
256 x1="70"
257 x2="70"
258 y1="408"
259 gradientUnits="userSpaceOnUse"
260 y2="448"
261 xlink:type="simple"
262 xlink:actuate="onLoad"
263 id="linearGradient9"
264 xlink:show="other"
265 spreadMethod="pad">
266 <stop
267 stop-opacity="1"
268 stop-color="rgb(248,249,209)"
269 offset="0%"
270 id="stop49" />
271 <stop
272 stop-opacity="1"
273 stop-color="white"
274 offset="100%"
275 id="stop51" />
276 </linearGradient>
277 <linearGradient
278 x1="770"
279 x2="770"
280 y1="576"
281 gradientUnits="userSpaceOnUse"
282 y2="623"
283 xlink:type="simple"
284 xlink:actuate="onLoad"
285 id="linearGradient10"
286 xlink:show="other"
287 spreadMethod="pad">
288 <stop
289 stop-opacity="1"
290 stop-color="rgb(248,249,209)"
291 offset="0%"
292 id="stop54" />
293 <stop
294 stop-opacity="1"
295 stop-color="white"
296 offset="100%"
297 id="stop56" />
298 </linearGradient>
299 <linearGradient
300 x1="234"
301 x2="234"
302 y1="812"
303 gradientUnits="userSpaceOnUse"
304 y2="852"
305 xlink:type="simple"
306 xlink:actuate="onLoad"
307 id="linearGradient11"
308 xlink:show="other"
309 spreadMethod="pad">
310 <stop
311 stop-opacity="1"
312 stop-color="rgb(248,249,209)"
313 offset="0%"
314 id="stop59" />
315 <stop
316 stop-opacity="1"
317 stop-color="white"
318 offset="100%"
319 id="stop61" />
320 </linearGradient>
321 <linearGradient
322 x1="370"
323 x2="370"
324 y1="812"
325 gradientUnits="userSpaceOnUse"
326 y2="852"
327 xlink:type="simple"
328 xlink:actuate="onLoad"
329 id="linearGradient12"
330 xlink:show="other"
331 spreadMethod="pad">
332 <stop
333 stop-opacity="1"
334 stop-color="rgb(248,249,209)"
335 offset="0%"
336 id="stop64" />
337 <stop
338 stop-opacity="1"
339 stop-color="white"
340 offset="100%"
341 id="stop66" />
342 </linearGradient>
343 <linearGradient
344 x1="78"
345 x2="78"
346 y1="28"
347 gradientUnits="userSpaceOnUse"
348 y2="68"
349 xlink:type="simple"
350 xlink:actuate="onLoad"
351 id="linearGradient13"
352 xlink:show="other"
353 spreadMethod="pad">
354 <stop
355 stop-opacity="1"
356 stop-color="rgb(248,249,209)"
357 offset="0%"
358 id="stop69" />
359 <stop
360 stop-opacity="1"
361 stop-color="white"
362 offset="100%"
363 id="stop71" />
364 </linearGradient>
365 <linearGradient
366 x1="298"
367 x2="298"
368 y1="724"
369 gradientUnits="userSpaceOnUse"
370 y2="764"
371 xlink:type="simple"
372 xlink:actuate="onLoad"
373 id="linearGradient14"
374 xlink:show="other"
375 spreadMethod="pad">
376 <stop
377 stop-opacity="1"
378 stop-color="rgb(248,249,209)"
379 offset="0%"
380 id="stop74" />
381 <stop
382 stop-opacity="1"
383 stop-color="white"
384 offset="100%"
385 id="stop76" />
386 </linearGradient>
387 <linearGradient
388 x1="770"
389 x2="770"
390 y1="632"
391 gradientUnits="userSpaceOnUse"
392 y2="711"
393 xlink:type="simple"
394 xlink:actuate="onLoad"
395 id="linearGradient15"
396 xlink:show="other"
397 spreadMethod="pad">
398 <stop
399 stop-opacity="1"
400 stop-color="rgb(248,249,209)"
401 offset="0%"
402 id="stop79" />
403 <stop
404 stop-opacity="1"
405 stop-color="white"
406 offset="100%"
407 id="stop81" />
408 </linearGradient>
409 <linearGradient
410 x1="294"
411 x2="294"
412 y1="616"
413 gradientUnits="userSpaceOnUse"
414 y2="656"
415 xlink:type="simple"
416 xlink:actuate="onLoad"
417 id="linearGradient16"
418 xlink:show="other"
419 spreadMethod="pad">
420 <stop
421 stop-opacity="1"
422 stop-color="rgb(248,249,209)"
423 offset="0%"
424 id="stop84" />
425 <stop
426 stop-opacity="1"
427 stop-color="white"
428 offset="100%"
429 id="stop86" />
430 </linearGradient>
431 <linearGradient
432 x1="886"
433 x2="886"
434 y1="576"
435 gradientUnits="userSpaceOnUse"
436 y2="616"
437 xlink:type="simple"
438 xlink:actuate="onLoad"
439 id="linearGradient17"
440 xlink:show="other"
441 spreadMethod="pad">
442 <stop
443 stop-opacity="1"
444 stop-color="rgb(248,249,209)"
445 offset="0%"
446 id="stop89" />
447 <stop
448 stop-opacity="1"
449 stop-color="white"
450 offset="100%"
451 id="stop91" />
452 </linearGradient>
453 <linearGradient
454 x1="262"
455 x2="262"
456 y1="180"
457 gradientUnits="userSpaceOnUse"
458 y2="220"
459 xlink:type="simple"
460 xlink:actuate="onLoad"
461 id="linearGradient18"
462 xlink:show="other"
463 spreadMethod="pad">
464 <stop
465 stop-opacity="1"
466 stop-color="rgb(248,249,209)"
467 offset="0%"
468 id="stop94" />
469 <stop
470 stop-opacity="1"
471 stop-color="white"
472 offset="100%"
473 id="stop96" />
474 </linearGradient>
475 <linearGradient
476 x1="442"
477 x2="442"
478 y1="180"
479 gradientUnits="userSpaceOnUse"
480 y2="227"
481 xlink:type="simple"
482 xlink:actuate="onLoad"
483 id="linearGradient19"
484 xlink:show="other"
485 spreadMethod="pad">
486 <stop
487 stop-opacity="1"
488 stop-color="rgb(248,249,209)"
489 offset="0%"
490 id="stop99" />
491 <stop
492 stop-opacity="1"
493 stop-color="white"
494 offset="100%"
495 id="stop101" />
496 </linearGradient>
497 <linearGradient
498 x1="994"
499 x2="994"
500 y1="576"
501 gradientUnits="userSpaceOnUse"
502 y2="616"
503 xlink:type="simple"
504 xlink:actuate="onLoad"
505 id="linearGradient20"
506 xlink:show="other"
507 spreadMethod="pad">
508 <stop
509 stop-opacity="1"
510 stop-color="rgb(248,249,209)"
511 offset="0%"
512 id="stop104" />
513 <stop
514 stop-opacity="1"
515 stop-color="white"
516 offset="100%"
517 id="stop106" />
518 </linearGradient>
519 <linearGradient
520 x1="274"
521 x2="274"
522 y1="396"
523 gradientUnits="userSpaceOnUse"
524 y2="523"
525 xlink:type="simple"
526 xlink:actuate="onLoad"
527 id="linearGradient21"
528 xlink:show="other"
529 spreadMethod="pad">
530 <stop
531 stop-opacity="1"
532 stop-color="rgb(248,249,209)"
533 offset="0%"
534 id="stop109" />
535 <stop
536 stop-opacity="1"
537 stop-color="white"
538 offset="100%"
539 id="stop111" />
540 </linearGradient>
541 <linearGradient
542 x1="494"
543 x2="494"
544 y1="444"
545 gradientUnits="userSpaceOnUse"
546 y2="484"
547 xlink:type="simple"
548 xlink:actuate="onLoad"
549 id="linearGradient22"
550 xlink:show="other"
551 spreadMethod="pad">
552 <stop
553 stop-opacity="1"
554 stop-color="rgb(248,249,209)"
555 offset="0%"
556 id="stop114" />
557 <stop
558 stop-opacity="1"
559 stop-color="white"
560 offset="100%"
561 id="stop116" />
562 </linearGradient>
563 <linearGradient
564 x1="634"
565 x2="634"
566 y1="632"
567 gradientUnits="userSpaceOnUse"
568 y2="695"
569 xlink:type="simple"
570 xlink:actuate="onLoad"
571 id="linearGradient23"
572 xlink:show="other"
573 spreadMethod="pad">
574 <stop
575 stop-opacity="1"
576 stop-color="rgb(248,249,209)"
577 offset="0%"
578 id="stop119" />
579 <stop
580 stop-opacity="1"
581 stop-color="white"
582 offset="100%"
583 id="stop121" />
584 </linearGradient>
585 <linearGradient
586 x1="614"
587 x2="614"
588 y1="180"
589 gradientUnits="userSpaceOnUse"
590 y2="220"
591 xlink:type="simple"
592 xlink:actuate="onLoad"
593 id="linearGradient24"
594 xlink:show="other"
595 spreadMethod="pad">
596 <stop
597 stop-opacity="1"
598 stop-color="rgb(248,249,209)"
599 offset="0%"
600 id="stop124" />
601 <stop
602 stop-opacity="1"
603 stop-color="white"
604 offset="100%"
605 id="stop126" />
606 </linearGradient>
607 <clipPath
608 clipPathUnits="userSpaceOnUse"
609 id="clipPath1">
610 <path
611 d="M669 447 L771 447 L771 489 L669 489 L669 447 Z"
612 id="path129" />
613 </clipPath>
614 <clipPath
615 clipPathUnits="userSpaceOnUse"
616 id="clipPath2">
617 <path
618 d="M669 447 L771 447 L771 465 L669 465 L669 447 Z"
619 id="path132" />
620 </clipPath>
621 <clipPath
622 clipPathUnits="userSpaceOnUse"
623 id="clipPath3">
624 <path
625 d="M698 449 L761 449 L761 463 L698 463 L698 449 Z"
626 id="path135" />
627 </clipPath>
628 <clipPath
629 clipPathUnits="userSpaceOnUse"
630 id="clipPath4">
631 <path
632 d="M669 463 L771 463 L771 477 L669 477 L669 463 Z"
633 id="path138" />
634 </clipPath>
635 <clipPath
636 clipPathUnits="userSpaceOnUse"
637 id="clipPath5">
638 <path
639 d="M669 475 L771 475 L771 489 L669 489 L669 475 Z"
640 id="path141" />
641 </clipPath>
642 <clipPath
643 clipPathUnits="userSpaceOnUse"
644 id="clipPath6">
645 <path
646 d="M-1 -1 L1163 -1 L1163 865 L-1 865 L-1 -1 Z"
647 id="path144" />
648 </clipPath>
649 <clipPath
650 clipPathUnits="userSpaceOnUse"
651 id="clipPath7">
652 <path
653 d="M633 339 L735 339 L735 381 L633 381 L633 339 Z"
654 id="path147" />
655 </clipPath>
656 <clipPath
657 clipPathUnits="userSpaceOnUse"
658 id="clipPath8">
659 <path
660 d="M633 339 L735 339 L735 357 L633 357 L633 339 Z"
661 id="path150" />
662 </clipPath>
663 <clipPath
664 clipPathUnits="userSpaceOnUse"
665 id="clipPath9">
666 <path
667 d="M675 341 L711 341 L711 355 L675 355 L675 341 Z"
668 id="path153" />
669 </clipPath>
670 <clipPath
671 clipPathUnits="userSpaceOnUse"
672 id="clipPath10">
673 <path
674 d="M633 355 L735 355 L735 369 L633 369 L633 355 Z"
675 id="path156" />
676 </clipPath>
677 <clipPath
678 clipPathUnits="userSpaceOnUse"
679 id="clipPath11">
680 <path
681 d="M633 367 L735 367 L735 381 L633 381 L633 367 Z"
682 id="path159" />
683 </clipPath>
684 <clipPath
685 clipPathUnits="userSpaceOnUse"
686 id="clipPath12">
687 <path
688 d="M829 179 L931 179 L931 228 L829 228 L829 179 Z"
689 id="path162" />
690 </clipPath>
691 <clipPath
692 clipPathUnits="userSpaceOnUse"
693 id="clipPath13">
694 <path
695 d="M829 179 L931 179 L931 197 L829 197 L829 179 Z"
696 id="path165" />
697 </clipPath>
698 <clipPath
699 clipPathUnits="userSpaceOnUse"
700 id="clipPath14">
701 <path
702 d="M871 181 L907 181 L907 195 L871 195 L871 181 Z"
703 id="path168" />
704 </clipPath>
705 <clipPath
706 clipPathUnits="userSpaceOnUse"
707 id="clipPath15">
708 <path
709 d="M834 197 L919 197 L919 215 L834 215 L834 197 Z"
710 id="path171" />
711 </clipPath>
712 <clipPath
713 clipPathUnits="userSpaceOnUse"
714 id="clipPath16">
715 <path
716 d="M853 199 L919 199 L919 213 L853 213 L853 199 Z"
717 id="path174" />
718 </clipPath>
719 <clipPath
720 clipPathUnits="userSpaceOnUse"
721 id="clipPath17">
722 <path
723 d="M829 195 L931 195 L931 216 L829 216 L829 195 Z"
724 id="path177" />
725 </clipPath>
726 <clipPath
727 clipPathUnits="userSpaceOnUse"
728 id="clipPath18">
729 <path
730 d="M829 214 L931 214 L931 228 L829 228 L829 214 Z"
731 id="path180" />
732 </clipPath>
733 <clipPath
734 clipPathUnits="userSpaceOnUse"
735 id="clipPath19">
736 <path
737 d="M1049 327 L1151 327 L1151 376 L1049 376 L1049 327 Z"
738 id="path183" />
739 </clipPath>
740 <clipPath
741 clipPathUnits="userSpaceOnUse"
742 id="clipPath20">
743 <path
744 d="M1049 327 L1151 327 L1151 345 L1049 345 L1049 327 Z"
745 id="path186" />
746 </clipPath>
747 <clipPath
748 clipPathUnits="userSpaceOnUse"
749 id="clipPath21">
750 <path
751 d="M1083 329 L1135 329 L1135 343 L1083 343 L1083 329 Z"
752 id="path189" />
753 </clipPath>
754 <clipPath
755 clipPathUnits="userSpaceOnUse"
756 id="clipPath22">
757 <path
758 d="M1054 345 L1139 345 L1139 363 L1054 363 L1054 345 Z"
759 id="path192" />
760 </clipPath>
761 <clipPath
762 clipPathUnits="userSpaceOnUse"
763 id="clipPath23">
764 <path
765 d="M1073 347 L1139 347 L1139 361 L1073 361 L1073 347 Z"
766 id="path195" />
767 </clipPath>
768 <clipPath
769 clipPathUnits="userSpaceOnUse"
770 id="clipPath24">
771 <path
772 d="M1049 343 L1151 343 L1151 364 L1049 364 L1049 343 Z"
773 id="path198" />
774 </clipPath>
775 <clipPath
776 clipPathUnits="userSpaceOnUse"
777 id="clipPath25">
778 <path
779 d="M1049 362 L1151 362 L1151 376 L1049 376 L1049 362 Z"
780 id="path201" />
781 </clipPath>
782 <clipPath
783 clipPathUnits="userSpaceOnUse"
784 id="clipPath26">
785 <path
786 d="M493 575 L595 575 L595 617 L493 617 L493 575 Z"
787 id="path204" />
788 </clipPath>
789 <clipPath
790 clipPathUnits="userSpaceOnUse"
791 id="clipPath27">
792 <path
793 d="M493 575 L595 575 L595 593 L493 593 L493 575 Z"
794 id="path207" />
795 </clipPath>
796 <clipPath
797 clipPathUnits="userSpaceOnUse"
798 id="clipPath28">
799 <path
800 d="M529 577 L578 577 L578 591 L529 591 L529 577 Z"
801 id="path210" />
802 </clipPath>
803 <clipPath
804 clipPathUnits="userSpaceOnUse"
805 id="clipPath29">
806 <path
807 d="M493 591 L595 591 L595 605 L493 605 L493 591 Z"
808 id="path213" />
809 </clipPath>
810 <clipPath
811 clipPathUnits="userSpaceOnUse"
812 id="clipPath30">
813 <path
814 d="M493 603 L595 603 L595 617 L493 617 L493 603 Z"
815 id="path216" />
816 </clipPath>
817 <clipPath
818 clipPathUnits="userSpaceOnUse"
819 id="clipPath31">
820 <path
821 d="M9 115 L111 115 L111 157 L9 157 L9 115 Z"
822 id="path219" />
823 </clipPath>
824 <clipPath
825 clipPathUnits="userSpaceOnUse"
826 id="clipPath32">
827 <path
828 d="M9 115 L111 115 L111 133 L9 133 L9 115 Z"
829 id="path222" />
830 </clipPath>
831 <clipPath
832 clipPathUnits="userSpaceOnUse"
833 id="clipPath33">
834 <path
835 d="M47 117 L91 117 L91 131 L47 131 L47 117 Z"
836 id="path225" />
837 </clipPath>
838 <clipPath
839 clipPathUnits="userSpaceOnUse"
840 id="clipPath34">
841 <path
842 d="M9 131 L111 131 L111 145 L9 145 L9 131 Z"
843 id="path228" />
844 </clipPath>
845 <clipPath
846 clipPathUnits="userSpaceOnUse"
847 id="clipPath35">
848 <path
849 d="M9 143 L111 143 L111 157 L9 157 L9 143 Z"
850 id="path231" />
851 </clipPath>
852 <clipPath
853 clipPathUnits="userSpaceOnUse"
854 id="clipPath36">
855 <path
856 d="M125 115 L227 115 L227 157 L125 157 L125 115 Z"
857 id="path234" />
858 </clipPath>
859 <clipPath
860 clipPathUnits="userSpaceOnUse"
861 id="clipPath37">
862 <path
863 d="M125 115 L227 115 L227 133 L125 133 L125 115 Z"
864 id="path237" />
865 </clipPath>
866 <clipPath
867 clipPathUnits="userSpaceOnUse"
868 id="clipPath38">
869 <path
870 d="M170 117 L201 117 L201 131 L170 131 L170 117 Z"
871 id="path240" />
872 </clipPath>
873 <clipPath
874 clipPathUnits="userSpaceOnUse"
875 id="clipPath39">
876 <path
877 d="M125 131 L227 131 L227 145 L125 145 L125 131 Z"
878 id="path243" />
879 </clipPath>
880 <clipPath
881 clipPathUnits="userSpaceOnUse"
882 id="clipPath40">
883 <path
884 d="M125 143 L227 143 L227 157 L125 157 L125 143 Z"
885 id="path246" />
886 </clipPath>
887 <clipPath
888 clipPathUnits="userSpaceOnUse"
889 id="clipPath41">
890 <path
891 d="M633 575 L750 575 L750 624 L633 624 L633 575 Z"
892 id="path249" />
893 </clipPath>
894 <clipPath
895 clipPathUnits="userSpaceOnUse"
896 id="clipPath42">
897 <path
898 d="M633 575 L750 575 L750 593 L633 593 L633 575 Z"
899 id="path252" />
900 </clipPath>
901 <clipPath
902 clipPathUnits="userSpaceOnUse"
903 id="clipPath43">
904 <path
905 d="M683 577 L718 577 L718 591 L683 591 L683 577 Z"
906 id="path255" />
907 </clipPath>
908 <clipPath
909 clipPathUnits="userSpaceOnUse"
910 id="clipPath44">
911 <path
912 d="M638 593 L745 593 L745 611 L638 611 L638 593 Z"
913 id="path258" />
914 </clipPath>
915 <clipPath
916 clipPathUnits="userSpaceOnUse"
917 id="clipPath45">
918 <path
919 d="M657 595 L745 595 L745 609 L657 609 L657 595 Z"
920 id="path261" />
921 </clipPath>
922 <clipPath
923 clipPathUnits="userSpaceOnUse"
924 id="clipPath46">
925 <path
926 d="M633 591 L750 591 L750 612 L633 612 L633 591 Z"
927 id="path264" />
928 </clipPath>
929 <clipPath
930 clipPathUnits="userSpaceOnUse"
931 id="clipPath47">
932 <path
933 d="M633 610 L750 610 L750 624 L633 624 L633 610 Z"
934 id="path267" />
935 </clipPath>
936 <clipPath
937 clipPathUnits="userSpaceOnUse"
938 id="clipPath48">
939 <path
940 d="M69 407 L171 407 L171 449 L69 449 L69 407 Z"
941 id="path270" />
942 </clipPath>
943 <clipPath
944 clipPathUnits="userSpaceOnUse"
945 id="clipPath49">
946 <path
947 d="M69 407 L171 407 L171 425 L69 425 L69 407 Z"
948 id="path273" />
949 </clipPath>
950 <clipPath
951 clipPathUnits="userSpaceOnUse"
952 id="clipPath50">
953 <path
954 d="M104 409 L155 409 L155 423 L104 423 L104 409 Z"
955 id="path276" />
956 </clipPath>
957 <clipPath
958 clipPathUnits="userSpaceOnUse"
959 id="clipPath51">
960 <path
961 d="M69 423 L171 423 L171 437 L69 437 L69 423 Z"
962 id="path279" />
963 </clipPath>
964 <clipPath
965 clipPathUnits="userSpaceOnUse"
966 id="clipPath52">
967 <path
968 d="M69 435 L171 435 L171 449 L69 449 L69 435 Z"
969 id="path282" />
970 </clipPath>
971 <clipPath
972 clipPathUnits="userSpaceOnUse"
973 id="clipPath53">
974 <path
975 d="M769 575 L878 575 L878 624 L769 624 L769 575 Z"
976 id="path285" />
977 </clipPath>
978 <clipPath
979 clipPathUnits="userSpaceOnUse"
980 id="clipPath54">
981 <path
982 d="M769 575 L878 575 L878 593 L769 593 L769 575 Z"
983 id="path288" />
984 </clipPath>
985 <clipPath
986 clipPathUnits="userSpaceOnUse"
987 id="clipPath55">
988 <path
989 d="M819 577 L846 577 L846 591 L819 591 L819 577 Z"
990 id="path291" />
991 </clipPath>
992 <clipPath
993 clipPathUnits="userSpaceOnUse"
994 id="clipPath56">
995 <path
996 d="M774 593 L873 593 L873 611 L774 611 L774 593 Z"
997 id="path294" />
998 </clipPath>
999 <clipPath
1000 clipPathUnits="userSpaceOnUse"
1001 id="clipPath57">
1002 <path
1003 d="M793 595 L873 595 L873 609 L793 609 L793 595 Z"
1004 id="path297" />
1005 </clipPath>
1006 <clipPath
1007 clipPathUnits="userSpaceOnUse"
1008 id="clipPath58">
1009 <path
1010 d="M769 591 L878 591 L878 612 L769 612 L769 591 Z"
1011 id="path300" />
1012 </clipPath>
1013 <clipPath
1014 clipPathUnits="userSpaceOnUse"
1015 id="clipPath59">
1016 <path
1017 d="M769 610 L878 610 L878 624 L769 624 L769 610 Z"
1018 id="path303" />
1019 </clipPath>
1020 <clipPath
1021 clipPathUnits="userSpaceOnUse"
1022 id="clipPath60">
1023 <path
1024 d="M233 811 L335 811 L335 853 L233 853 L233 811 Z"
1025 id="path306" />
1026 </clipPath>
1027 <clipPath
1028 clipPathUnits="userSpaceOnUse"
1029 id="clipPath61">
1030 <path
1031 d="M233 811 L335 811 L335 829 L233 829 L233 811 Z"
1032 id="path309" />
1033 </clipPath>
1034 <clipPath
1035 clipPathUnits="userSpaceOnUse"
1036 id="clipPath62">
1037 <path
1038 d="M273 813 L313 813 L313 827 L273 827 L273 813 Z"
1039 id="path312" />
1040 </clipPath>
1041 <clipPath
1042 clipPathUnits="userSpaceOnUse"
1043 id="clipPath63">
1044 <path
1045 d="M233 827 L335 827 L335 841 L233 841 L233 827 Z"
1046 id="path315" />
1047 </clipPath>
1048 <clipPath
1049 clipPathUnits="userSpaceOnUse"
1050 id="clipPath64">
1051 <path
1052 d="M233 839 L335 839 L335 853 L233 853 L233 839 Z"
1053 id="path318" />
1054 </clipPath>
1055 <clipPath
1056 clipPathUnits="userSpaceOnUse"
1057 id="clipPath65">
1058 <path
1059 d="M369 811 L471 811 L471 853 L369 853 L369 811 Z"
1060 id="path321" />
1061 </clipPath>
1062 <clipPath
1063 clipPathUnits="userSpaceOnUse"
1064 id="clipPath66">
1065 <path
1066 d="M369 811 L471 811 L471 829 L369 829 L369 811 Z"
1067 id="path324" />
1068 </clipPath>
1069 <clipPath
1070 clipPathUnits="userSpaceOnUse"
1071 id="clipPath67">
1072 <path
1073 d="M414 813 L445 813 L445 827 L414 827 L414 813 Z"
1074 id="path327" />
1075 </clipPath>
1076 <clipPath
1077 clipPathUnits="userSpaceOnUse"
1078 id="clipPath68">
1079 <path
1080 d="M369 827 L471 827 L471 841 L369 841 L369 827 Z"
1081 id="path330" />
1082 </clipPath>
1083 <clipPath
1084 clipPathUnits="userSpaceOnUse"
1085 id="clipPath69">
1086 <path
1087 d="M369 839 L471 839 L471 853 L369 853 L369 839 Z"
1088 id="path333" />
1089 </clipPath>
1090 <clipPath
1091 clipPathUnits="userSpaceOnUse"
1092 id="clipPath70">
1093 <path
1094 d="M77 27 L179 27 L179 69 L77 69 L77 27 Z"
1095 id="path336" />
1096 </clipPath>
1097 <clipPath
1098 clipPathUnits="userSpaceOnUse"
1099 id="clipPath71">
1100 <path
1101 d="M77 27 L179 27 L179 45 L77 45 L77 27 Z"
1102 id="path339" />
1103 </clipPath>
1104 <clipPath
1105 clipPathUnits="userSpaceOnUse"
1106 id="clipPath72">
1107 <path
1108 d="M107 29 L167 29 L167 43 L107 43 L107 29 Z"
1109 id="path342" />
1110 </clipPath>
1111 <clipPath
1112 clipPathUnits="userSpaceOnUse"
1113 id="clipPath73">
1114 <path
1115 d="M77 43 L179 43 L179 57 L77 57 L77 43 Z"
1116 id="path345" />
1117 </clipPath>
1118 <clipPath
1119 clipPathUnits="userSpaceOnUse"
1120 id="clipPath74">
1121 <path
1122 d="M77 55 L179 55 L179 69 L77 69 L77 55 Z"
1123 id="path348" />
1124 </clipPath>
1125 <clipPath
1126 clipPathUnits="userSpaceOnUse"
1127 id="clipPath75">
1128 <path
1129 d="M297 723 L399 723 L399 765 L297 765 L297 723 Z"
1130 id="path351" />
1131 </clipPath>
1132 <clipPath
1133 clipPathUnits="userSpaceOnUse"
1134 id="clipPath76">
1135 <path
1136 d="M297 723 L399 723 L399 741 L297 741 L297 723 Z"
1137 id="path354" />
1138 </clipPath>
1139 <clipPath
1140 clipPathUnits="userSpaceOnUse"
1141 id="clipPath77">
1142 <path
1143 d="M334 725 L380 725 L380 739 L334 739 L334 725 Z"
1144 id="path357" />
1145 </clipPath>
1146 <clipPath
1147 clipPathUnits="userSpaceOnUse"
1148 id="clipPath78">
1149 <path
1150 d="M297 739 L399 739 L399 753 L297 753 L297 739 Z"
1151 id="path360" />
1152 </clipPath>
1153 <clipPath
1154 clipPathUnits="userSpaceOnUse"
1155 id="clipPath79">
1156 <path
1157 d="M297 751 L399 751 L399 765 L297 765 L297 751 Z"
1158 id="path363" />
1159 </clipPath>
1160 <clipPath
1161 clipPathUnits="userSpaceOnUse"
1162 id="clipPath80">
1163 <path
1164 d="M769 631 L871 631 L871 712 L769 712 L769 631 Z"
1165 id="path366" />
1166 </clipPath>
1167 <clipPath
1168 clipPathUnits="userSpaceOnUse"
1169 id="clipPath81">
1170 <path
1171 d="M772 631 L868 631 L868 645 L772 645 L772 631 Z"
1172 id="path369" />
1173 </clipPath>
1174 <clipPath
1175 clipPathUnits="userSpaceOnUse"
1176 id="clipPath82">
1177 <path
1178 d="M769 643 L871 643 L871 661 L769 661 L769 643 Z"
1179 id="path372" />
1180 </clipPath>
1181 <clipPath
1182 clipPathUnits="userSpaceOnUse"
1183 id="clipPath83">
1184 <path
1185 d="M805 645 L854 645 L854 659 L805 659 L805 645 Z"
1186 id="path375" />
1187 </clipPath>
1188 <clipPath
1189 clipPathUnits="userSpaceOnUse"
1190 id="clipPath84">
1191 <path
1192 d="M774 661 L823 661 L823 679 L774 679 L774 661 Z"
1193 id="path378" />
1194 </clipPath>
1195 <clipPath
1196 clipPathUnits="userSpaceOnUse"
1197 id="clipPath85">
1198 <path
1199 d="M793 663 L823 663 L823 677 L793 677 L793 663 Z"
1200 id="path381" />
1201 </clipPath>
1202 <clipPath
1203 clipPathUnits="userSpaceOnUse"
1204 id="clipPath86">
1205 <path
1206 d="M774 677 L866 677 L866 695 L774 695 L774 677 Z"
1207 id="path384" />
1208 </clipPath>
1209 <clipPath
1210 clipPathUnits="userSpaceOnUse"
1211 id="clipPath87">
1212 <path
1213 d="M793 679 L866 679 L866 693 L793 693 L793 679 Z"
1214 id="path387" />
1215 </clipPath>
1216 <clipPath
1217 clipPathUnits="userSpaceOnUse"
1218 id="clipPath88">
1219 <path
1220 d="M774 693 L854 693 L854 711 L774 711 L774 693 Z"
1221 id="path390" />
1222 </clipPath>
1223 <clipPath
1224 clipPathUnits="userSpaceOnUse"
1225 id="clipPath89">
1226 <path
1227 d="M793 695 L854 695 L854 709 L793 709 L793 695 Z"
1228 id="path393" />
1229 </clipPath>
1230 <clipPath
1231 clipPathUnits="userSpaceOnUse"
1232 id="clipPath90">
1233 <path
1234 d="M769 659 L871 659 L871 712 L769 712 L769 659 Z"
1235 id="path396" />
1236 </clipPath>
1237 <clipPath
1238 clipPathUnits="userSpaceOnUse"
1239 id="clipPath91">
1240 <path
1241 d="M293 615 L395 615 L395 657 L293 657 L293 615 Z"
1242 id="path399" />
1243 </clipPath>
1244 <clipPath
1245 clipPathUnits="userSpaceOnUse"
1246 id="clipPath92">
1247 <path
1248 d="M293 615 L395 615 L395 633 L293 633 L293 615 Z"
1249 id="path402" />
1250 </clipPath>
1251 <clipPath
1252 clipPathUnits="userSpaceOnUse"
1253 id="clipPath93">
1254 <path
1255 d="M312 617 L395 617 L395 631 L312 631 L312 617 Z"
1256 id="path405" />
1257 </clipPath>
1258 <clipPath
1259 clipPathUnits="userSpaceOnUse"
1260 id="clipPath94">
1261 <path
1262 d="M293 631 L395 631 L395 645 L293 645 L293 631 Z"
1263 id="path408" />
1264 </clipPath>
1265 <clipPath
1266 clipPathUnits="userSpaceOnUse"
1267 id="clipPath95">
1268 <path
1269 d="M293 643 L395 643 L395 657 L293 657 L293 643 Z"
1270 id="path411" />
1271 </clipPath>
1272 <clipPath
1273 clipPathUnits="userSpaceOnUse"
1274 id="clipPath96">
1275 <path
1276 d="M885 575 L987 575 L987 617 L885 617 L885 575 Z"
1277 id="path414" />
1278 </clipPath>
1279 <clipPath
1280 clipPathUnits="userSpaceOnUse"
1281 id="clipPath97">
1282 <path
1283 d="M885 575 L987 575 L987 593 L885 593 L885 575 Z"
1284 id="path417" />
1285 </clipPath>
1286 <clipPath
1287 clipPathUnits="userSpaceOnUse"
1288 id="clipPath98">
1289 <path
1290 d="M935 577 L956 577 L956 591 L935 591 L935 577 Z"
1291 id="path420" />
1292 </clipPath>
1293 <clipPath
1294 clipPathUnits="userSpaceOnUse"
1295 id="clipPath99">
1296 <path
1297 d="M885 591 L987 591 L987 605 L885 605 L885 591 Z"
1298 id="path423" />
1299 </clipPath>
1300 <clipPath
1301 clipPathUnits="userSpaceOnUse"
1302 id="clipPath100">
1303 <path
1304 d="M885 603 L987 603 L987 617 L885 617 L885 603 Z"
1305 id="path426" />
1306 </clipPath>
1307 <clipPath
1308 clipPathUnits="userSpaceOnUse"
1309 id="clipPath101">
1310 <path
1311 d="M261 179 L363 179 L363 221 L261 221 L261 179 Z"
1312 id="path429" />
1313 </clipPath>
1314 <clipPath
1315 clipPathUnits="userSpaceOnUse"
1316 id="clipPath102">
1317 <path
1318 d="M261 179 L363 179 L363 197 L261 197 L261 179 Z"
1319 id="path432" />
1320 </clipPath>
1321 <clipPath
1322 clipPathUnits="userSpaceOnUse"
1323 id="clipPath103">
1324 <path
1325 d="M306 181 L337 181 L337 195 L306 195 L306 181 Z"
1326 id="path435" />
1327 </clipPath>
1328 <clipPath
1329 clipPathUnits="userSpaceOnUse"
1330 id="clipPath104">
1331 <path
1332 d="M261 195 L363 195 L363 209 L261 209 L261 195 Z"
1333 id="path438" />
1334 </clipPath>
1335 <clipPath
1336 clipPathUnits="userSpaceOnUse"
1337 id="clipPath105">
1338 <path
1339 d="M261 207 L363 207 L363 221 L261 221 L261 207 Z"
1340 id="path441" />
1341 </clipPath>
1342 <clipPath
1343 clipPathUnits="userSpaceOnUse"
1344 id="clipPath106">
1345 <path
1346 d="M441 179 L570 179 L570 228 L441 228 L441 179 Z"
1347 id="path444" />
1348 </clipPath>
1349 <clipPath
1350 clipPathUnits="userSpaceOnUse"
1351 id="clipPath107">
1352 <path
1353 d="M441 179 L570 179 L570 197 L441 197 L441 179 Z"
1354 id="path447" />
1355 </clipPath>
1356 <clipPath
1357 clipPathUnits="userSpaceOnUse"
1358 id="clipPath108">
1359 <path
1360 d="M476 181 L554 181 L554 195 L476 195 L476 181 Z"
1361 id="path450" />
1362 </clipPath>
1363 <clipPath
1364 clipPathUnits="userSpaceOnUse"
1365 id="clipPath109">
1366 <path
1367 d="M446 197 L565 197 L565 215 L446 215 L446 197 Z"
1368 id="path453" />
1369 </clipPath>
1370 <clipPath
1371 clipPathUnits="userSpaceOnUse"
1372 id="clipPath110">
1373 <path
1374 d="M465 199 L565 199 L565 213 L465 213 L465 199 Z"
1375 id="path456" />
1376 </clipPath>
1377 <clipPath
1378 clipPathUnits="userSpaceOnUse"
1379 id="clipPath111">
1380 <path
1381 d="M441 195 L570 195 L570 216 L441 216 L441 195 Z"
1382 id="path459" />
1383 </clipPath>
1384 <clipPath
1385 clipPathUnits="userSpaceOnUse"
1386 id="clipPath112">
1387 <path
1388 d="M441 214 L570 214 L570 228 L441 228 L441 214 Z"
1389 id="path462" />
1390 </clipPath>
1391 <clipPath
1392 clipPathUnits="userSpaceOnUse"
1393 id="clipPath113">
1394 <path
1395 d="M993 575 L1095 575 L1095 617 L993 617 L993 575 Z"
1396 id="path465" />
1397 </clipPath>
1398 <clipPath
1399 clipPathUnits="userSpaceOnUse"
1400 id="clipPath114">
1401 <path
1402 d="M993 575 L1095 575 L1095 593 L993 593 L993 575 Z"
1403 id="path468" />
1404 </clipPath>
1405 <clipPath
1406 clipPathUnits="userSpaceOnUse"
1407 id="clipPath115">
1408 <path
1409 d="M1013 577 L1093 577 L1093 591 L1013 591 L1013 577 Z"
1410 id="path471" />
1411 </clipPath>
1412 <clipPath
1413 clipPathUnits="userSpaceOnUse"
1414 id="clipPath116">
1415 <path
1416 d="M993 591 L1095 591 L1095 605 L993 605 L993 591 Z"
1417 id="path474" />
1418 </clipPath>
1419 <clipPath
1420 clipPathUnits="userSpaceOnUse"
1421 id="clipPath117">
1422 <path
1423 d="M993 603 L1095 603 L1095 617 L993 617 L993 603 Z"
1424 id="path477" />
1425 </clipPath>
1426 <clipPath
1427 clipPathUnits="userSpaceOnUse"
1428 id="clipPath118">
1429 <path
1430 d="M273 395 L423 395 L423 524 L273 524 L273 395 Z"
1431 id="path480" />
1432 </clipPath>
1433 <clipPath
1434 clipPathUnits="userSpaceOnUse"
1435 id="clipPath119">
1436 <path
1437 d="M273 395 L423 395 L423 413 L273 413 L273 395 Z"
1438 id="path483" />
1439 </clipPath>
1440 <clipPath
1441 clipPathUnits="userSpaceOnUse"
1442 id="clipPath120">
1443 <path
1444 d="M344 397 L370 397 L370 411 L344 411 L344 397 Z"
1445 id="path486" />
1446 </clipPath>
1447 <clipPath
1448 clipPathUnits="userSpaceOnUse"
1449 id="clipPath121">
1450 <path
1451 d="M278 413 L406 413 L406 431 L278 431 L278 413 Z"
1452 id="path489" />
1453 </clipPath>
1454 <clipPath
1455 clipPathUnits="userSpaceOnUse"
1456 id="clipPath122">
1457 <path
1458 d="M297 415 L406 415 L406 429 L297 429 L297 415 Z"
1459 id="path492" />
1460 </clipPath>
1461 <clipPath
1462 clipPathUnits="userSpaceOnUse"
1463 id="clipPath123">
1464 <path
1465 d="M278 429 L418 429 L418 447 L278 447 L278 429 Z"
1466 id="path495" />
1467 </clipPath>
1468 <clipPath
1469 clipPathUnits="userSpaceOnUse"
1470 id="clipPath124">
1471 <path
1472 d="M297 431 L418 431 L418 445 L297 445 L297 431 Z"
1473 id="path498" />
1474 </clipPath>
1475 <clipPath
1476 clipPathUnits="userSpaceOnUse"
1477 id="clipPath125">
1478 <path
1479 d="M278 445 L395 445 L395 463 L278 463 L278 445 Z"
1480 id="path501" />
1481 </clipPath>
1482 <clipPath
1483 clipPathUnits="userSpaceOnUse"
1484 id="clipPath126">
1485 <path
1486 d="M297 447 L395 447 L395 461 L297 461 L297 447 Z"
1487 id="path504" />
1488 </clipPath>
1489 <clipPath
1490 clipPathUnits="userSpaceOnUse"
1491 id="clipPath127">
1492 <path
1493 d="M278 461 L385 461 L385 479 L278 479 L278 461 Z"
1494 id="path507" />
1495 </clipPath>
1496 <clipPath
1497 clipPathUnits="userSpaceOnUse"
1498 id="clipPath128">
1499 <path
1500 d="M297 463 L385 463 L385 477 L297 477 L297 463 Z"
1501 id="path510" />
1502 </clipPath>
1503 <clipPath
1504 clipPathUnits="userSpaceOnUse"
1505 id="clipPath129">
1506 <path
1507 d="M278 477 L403 477 L403 495 L278 495 L278 477 Z"
1508 id="path513" />
1509 </clipPath>
1510 <clipPath
1511 clipPathUnits="userSpaceOnUse"
1512 id="clipPath130">
1513 <path
1514 d="M297 479 L403 479 L403 493 L297 493 L297 479 Z"
1515 id="path516" />
1516 </clipPath>
1517 <clipPath
1518 clipPathUnits="userSpaceOnUse"
1519 id="clipPath131">
1520 <path
1521 d="M278 493 L370 493 L370 511 L278 511 L278 493 Z"
1522 id="path519" />
1523 </clipPath>
1524 <clipPath
1525 clipPathUnits="userSpaceOnUse"
1526 id="clipPath132">
1527 <path
1528 d="M297 495 L370 495 L370 509 L297 509 L297 495 Z"
1529 id="path522" />
1530 </clipPath>
1531 <clipPath
1532 clipPathUnits="userSpaceOnUse"
1533 id="clipPath133">
1534 <path
1535 d="M273 411 L423 411 L423 512 L273 512 L273 411 Z"
1536 id="path525" />
1537 </clipPath>
1538 <clipPath
1539 clipPathUnits="userSpaceOnUse"
1540 id="clipPath134">
1541 <path
1542 d="M273 510 L423 510 L423 524 L273 524 L273 510 Z"
1543 id="path528" />
1544 </clipPath>
1545 <clipPath
1546 clipPathUnits="userSpaceOnUse"
1547 id="clipPath135">
1548 <path
1549 d="M493 443 L595 443 L595 485 L493 485 L493 443 Z"
1550 id="path531" />
1551 </clipPath>
1552 <clipPath
1553 clipPathUnits="userSpaceOnUse"
1554 id="clipPath136">
1555 <path
1556 d="M493 443 L595 443 L595 461 L493 461 L493 443 Z"
1557 id="path534" />
1558 </clipPath>
1559 <clipPath
1560 clipPathUnits="userSpaceOnUse"
1561 id="clipPath137">
1562 <path
1563 d="M522 445 L585 445 L585 459 L522 459 L522 445 Z"
1564 id="path537" />
1565 </clipPath>
1566 <clipPath
1567 clipPathUnits="userSpaceOnUse"
1568 id="clipPath138">
1569 <path
1570 d="M493 459 L595 459 L595 473 L493 473 L493 459 Z"
1571 id="path540" />
1572 </clipPath>
1573 <clipPath
1574 clipPathUnits="userSpaceOnUse"
1575 id="clipPath139">
1576 <path
1577 d="M493 471 L595 471 L595 485 L493 485 L493 471 Z"
1578 id="path543" />
1579 </clipPath>
1580 <clipPath
1581 clipPathUnits="userSpaceOnUse"
1582 id="clipPath140">
1583 <path
1584 d="M633 631 L735 631 L735 696 L633 696 L633 631 Z"
1585 id="path546" />
1586 </clipPath>
1587 <clipPath
1588 clipPathUnits="userSpaceOnUse"
1589 id="clipPath141">
1590 <path
1591 d="M636 631 L732 631 L732 645 L636 645 L636 631 Z"
1592 id="path549" />
1593 </clipPath>
1594 <clipPath
1595 clipPathUnits="userSpaceOnUse"
1596 id="clipPath142">
1597 <path
1598 d="M633 643 L735 643 L735 661 L633 661 L633 643 Z"
1599 id="path552" />
1600 </clipPath>
1601 <clipPath
1602 clipPathUnits="userSpaceOnUse"
1603 id="clipPath143">
1604 <path
1605 d="M665 645 L722 645 L722 659 L665 659 L665 645 Z"
1606 id="path555" />
1607 </clipPath>
1608 <clipPath
1609 clipPathUnits="userSpaceOnUse"
1610 id="clipPath144">
1611 <path
1612 d="M638 661 L700 661 L700 679 L638 679 L638 661 Z"
1613 id="path558" />
1614 </clipPath>
1615 <clipPath
1616 clipPathUnits="userSpaceOnUse"
1617 id="clipPath145">
1618 <path
1619 d="M657 663 L700 663 L700 677 L657 677 L657 663 Z"
1620 id="path561" />
1621 </clipPath>
1622 <clipPath
1623 clipPathUnits="userSpaceOnUse"
1624 id="clipPath146">
1625 <path
1626 d="M638 677 L686 677 L686 695 L638 695 L638 677 Z"
1627 id="path564" />
1628 </clipPath>
1629 <clipPath
1630 clipPathUnits="userSpaceOnUse"
1631 id="clipPath147">
1632 <path
1633 d="M657 679 L686 679 L686 693 L657 693 L657 679 Z"
1634 id="path567" />
1635 </clipPath>
1636 <clipPath
1637 clipPathUnits="userSpaceOnUse"
1638 id="clipPath148">
1639 <path
1640 d="M633 659 L735 659 L735 696 L633 696 L633 659 Z"
1641 id="path570" />
1642 </clipPath>
1643 <clipPath
1644 clipPathUnits="userSpaceOnUse"
1645 id="clipPath149">
1646 <path
1647 d="M613 179 L727 179 L727 221 L613 221 L613 179 Z"
1648 id="path573" />
1649 </clipPath>
1650 <clipPath
1651 clipPathUnits="userSpaceOnUse"
1652 id="clipPath150">
1653 <path
1654 d="M613 179 L727 179 L727 197 L613 197 L613 179 Z"
1655 id="path576" />
1656 </clipPath>
1657 <clipPath
1658 clipPathUnits="userSpaceOnUse"
1659 id="clipPath151">
1660 <path
1661 d="M632 181 L727 181 L727 195 L632 195 L632 181 Z"
1662 id="path579" />
1663 </clipPath>
1664 <clipPath
1665 clipPathUnits="userSpaceOnUse"
1666 id="clipPath152">
1667 <path
1668 d="M613 195 L727 195 L727 209 L613 209 L613 195 Z"
1669 id="path582" />
1670 </clipPath>
1671 <clipPath
1672 clipPathUnits="userSpaceOnUse"
1673 id="clipPath153">
1674 <path
1675 d="M613 207 L727 207 L727 221 L613 221 L613 207 Z"
1676 id="path585" />
1677 </clipPath>
1678 <clipPath
1679 clipPathUnits="userSpaceOnUse"
1680 id="clipPath154">
1681 <path
1682 d="M652 379 L667 379 L667 396 L652 396 L652 379 Z"
1683 id="path588" />
1684 </clipPath>
1685 <clipPath
1686 clipPathUnits="userSpaceOnUse"
1687 id="clipPath155">
1688 <path
1689 d="M839 249 L906 249 L906 263 L839 263 L839 249 Z"
1690 id="path591" />
1691 </clipPath>
1692 <clipPath
1693 clipPathUnits="userSpaceOnUse"
1694 id="clipPath156">
1695 <path
1696 d="M867 235 L876 235 L876 249 L867 249 L867 235 Z"
1697 id="path594" />
1698 </clipPath>
1699 <clipPath
1700 clipPathUnits="userSpaceOnUse"
1701 id="clipPath157">
1702 <path
1703 d="M941 373 L1043 373 L1043 387 L941 387 L941 373 Z"
1704 id="path597" />
1705 </clipPath>
1706 <clipPath
1707 clipPathUnits="userSpaceOnUse"
1708 id="clipPath158">
1709 <path
1710 d="M1004 365 L1024 365 L1024 379 L1004 379 L1004 365 Z"
1711 id="path600" />
1712 </clipPath>
1713 <clipPath
1714 clipPathUnits="userSpaceOnUse"
1715 id="clipPath159">
1716 <path
1717 d="M733 340 L750 340 L750 349 L733 349 L733 340 Z"
1718 id="path603" />
1719 </clipPath>
1720 <clipPath
1721 clipPathUnits="userSpaceOnUse"
1722 id="clipPath160">
1723 <path
1724 d="M942 315 L1043 315 L1043 329 L942 329 L942 315 Z"
1725 id="path606" />
1726 </clipPath>
1727 <clipPath
1728 clipPathUnits="userSpaceOnUse"
1729 id="clipPath161">
1730 <path
1731 d="M1024 330 L1044 330 L1044 344 L1024 344 L1024 330 Z"
1732 id="path609" />
1733 </clipPath>
1734 <clipPath
1735 clipPathUnits="userSpaceOnUse"
1736 id="clipPath162">
1737 <path
1738 d="M850 226 L865 226 L865 236 L850 236 L850 226 Z"
1739 id="path612" />
1740 </clipPath>
1741 <clipPath
1742 clipPathUnits="userSpaceOnUse"
1743 id="clipPath163">
1744 <path
1745 d="M658 320 L698 320 L698 334 L658 334 L658 320 Z"
1746 id="path615" />
1747 </clipPath>
1748 <clipPath
1749 clipPathUnits="userSpaceOnUse"
1750 id="clipPath164">
1751 <path
1752 d="M699 313 L719 313 L719 327 L699 327 L699 313 Z"
1753 id="path618" />
1754 </clipPath>
1755 <clipPath
1756 clipPathUnits="userSpaceOnUse"
1757 id="clipPath165">
1758 <path
1759 d="M733 179 L786 179 L786 193 L733 193 L733 179 Z"
1760 id="path621" />
1761 </clipPath>
1762 <clipPath
1763 clipPathUnits="userSpaceOnUse"
1764 id="clipPath166">
1765 <path
1766 d="M731 189 L740 189 L740 203 L731 203 L731 189 Z"
1767 id="path624" />
1768 </clipPath>
1769 <clipPath
1770 clipPathUnits="userSpaceOnUse"
1771 id="clipPath167">
1772 <path
1773 d="M766 365 L797 365 L797 379 L766 379 L766 365 Z"
1774 id="path627" />
1775 </clipPath>
1776 <clipPath
1777 clipPathUnits="userSpaceOnUse"
1778 id="clipPath168">
1779 <path
1780 d="M754 364 L763 364 L763 378 L754 378 L754 364 Z"
1781 id="path630" />
1782 </clipPath>
1783 <clipPath
1784 clipPathUnits="userSpaceOnUse"
1785 id="clipPath169">
1786 <path
1787 d="M770 329 L805 329 L805 343 L770 343 L770 329 Z"
1788 id="path633" />
1789 </clipPath>
1790 <clipPath
1791 clipPathUnits="userSpaceOnUse"
1792 id="clipPath170">
1793 <path
1794 d="M763 328 L772 328 L772 342 L763 342 L763 328 Z"
1795 id="path636" />
1796 </clipPath>
1797 <clipPath
1798 clipPathUnits="userSpaceOnUse"
1799 id="clipPath171">
1800 <path
1801 d="M397 737 L414 737 L414 752 L397 752 L397 737 Z"
1802 id="path639" />
1803 </clipPath>
1804 <clipPath
1805 clipPathUnits="userSpaceOnUse"
1806 id="clipPath172">
1807 <path
1808 d="M537 483 L552 483 L552 500 L537 500 L537 483 Z"
1809 id="path642" />
1810 </clipPath>
1811 <clipPath
1812 clipPathUnits="userSpaceOnUse"
1813 id="clipPath173">
1814 <path
1815 d="M95 67 L110 67 L110 84 L95 84 L95 67 Z"
1816 id="path645" />
1817 </clipPath>
1818 <clipPath
1819 clipPathUnits="userSpaceOnUse"
1820 id="clipPath174">
1821 <path
1822 d="M131 67 L146 67 L146 84 L131 84 L131 67 Z"
1823 id="path648" />
1824 </clipPath>
1825 <clipPath
1826 clipPathUnits="userSpaceOnUse"
1827 id="clipPath175">
1828 <path
1829 d="M719 487 L734 487 L734 504 L719 504 L719 487 Z"
1830 id="path651" />
1831 </clipPath>
1832 <clipPath
1833 clipPathUnits="userSpaceOnUse"
1834 id="clipPath176">
1835 <path
1836 d="M333 601 L348 601 L348 618 L333 618 L333 601 Z"
1837 id="path654" />
1838 </clipPath>
1839 <clipPath
1840 clipPathUnits="userSpaceOnUse"
1841 id="clipPath177">
1842 <path
1843 d="M467 226 L482 226 L482 243 L467 243 L467 226 Z"
1844 id="path657" />
1845 </clipPath>
1846 <clipPath
1847 clipPathUnits="userSpaceOnUse"
1848 id="clipPath178">
1849 <path
1850 d="M656 219 L671 219 L671 236 L656 236 L656 219 Z"
1851 id="path660" />
1852 </clipPath>
1853 <clipPath
1854 clipPathUnits="userSpaceOnUse"
1855 id="clipPath179">
1856 <path
1857 d="M310 763 L318 763 L318 779 L310 779 L310 763 Z"
1858 id="path663" />
1859 </clipPath>
1860 <clipPath
1861 clipPathUnits="userSpaceOnUse"
1862 id="clipPath180">
1863 <path
1864 d="M297 803 L305 803 L305 814 L297 814 L297 803 Z"
1865 id="path666" />
1866 </clipPath>
1867 <clipPath
1868 clipPathUnits="userSpaceOnUse"
1869 id="clipPath181">
1870 <path
1871 d="M274 768 L309 768 L309 782 L274 782 L274 768 Z"
1872 id="path669" />
1873 </clipPath>
1874 <clipPath
1875 clipPathUnits="userSpaceOnUse"
1876 id="clipPath182">
1877 <path
1878 d="M280 795 L301 795 L301 809 L280 809 L280 795 Z"
1879 id="path672" />
1880 </clipPath>
1881 <clipPath
1882 clipPathUnits="userSpaceOnUse"
1883 id="clipPath183">
1884 <path
1885 d="M380 763 L389 763 L389 779 L380 779 L380 763 Z"
1886 id="path675" />
1887 </clipPath>
1888 <clipPath
1889 clipPathUnits="userSpaceOnUse"
1890 id="clipPath184">
1891 <path
1892 d="M395 803 L404 803 L404 814 L395 814 L395 803 Z"
1893 id="path678" />
1894 </clipPath>
1895 <clipPath
1896 clipPathUnits="userSpaceOnUse"
1897 id="clipPath185">
1898 <path
1899 d="M392 769 L422 769 L422 783 L392 783 L392 769 Z"
1900 id="path681" />
1901 </clipPath>
1902 <clipPath
1903 clipPathUnits="userSpaceOnUse"
1904 id="clipPath186">
1905 <path
1906 d="M379 796 L400 796 L400 810 L379 810 L379 796 Z"
1907 id="path684" />
1908 </clipPath>
1909 <clipPath
1910 clipPathUnits="userSpaceOnUse"
1911 id="clipPath187">
1912 <path
1913 d="M365 716 L374 716 L374 726 L365 726 L365 716 Z"
1914 id="path687" />
1915 </clipPath>
1916 <clipPath
1917 clipPathUnits="userSpaceOnUse"
1918 id="clipPath188">
1919 <path
1920 d="M358 673 L405 673 L405 687 L358 687 L358 673 Z"
1921 id="path690" />
1922 </clipPath>
1923 <clipPath
1924 clipPathUnits="userSpaceOnUse"
1925 id="clipPath189">
1926 <path
1927 d="M349 717 L369 717 L369 731 L349 731 L349 717 Z"
1928 id="path693" />
1929 </clipPath>
1930 <clipPath
1931 clipPathUnits="userSpaceOnUse"
1932 id="clipPath190">
1933 <path
1934 d="M318 716 L327 716 L327 726 L318 726 L318 716 Z"
1935 id="path696" />
1936 </clipPath>
1937 <clipPath
1938 clipPathUnits="userSpaceOnUse"
1939 id="clipPath191">
1940 <path
1941 d="M265 669 L337 669 L337 683 L265 683 L265 669 Z"
1942 id="path699" />
1943 </clipPath>
1944 <clipPath
1945 clipPathUnits="userSpaceOnUse"
1946 id="clipPath192">
1947 <path
1948 d="M302 717 L322 717 L322 731 L302 731 L302 717 Z"
1949 id="path702" />
1950 </clipPath>
1951 <clipPath
1952 clipPathUnits="userSpaceOnUse"
1953 id="clipPath193">
1954 <path
1955 d="M318 165 L327 165 L327 182 L318 182 L318 165 Z"
1956 id="path705" />
1957 </clipPath>
1958 <clipPath
1959 clipPathUnits="userSpaceOnUse"
1960 id="clipPath194">
1961 <path
1962 d="M177 35 L187 35 L187 44 L177 44 L177 35 Z"
1963 id="path708" />
1964 </clipPath>
1965 <clipPath
1966 clipPathUnits="userSpaceOnUse"
1967 id="clipPath195">
1968 <path
1969 d="M200 42 L262 42 L262 56 L200 56 L200 42 Z"
1970 id="path711" />
1971 </clipPath>
1972 <clipPath
1973 clipPathUnits="userSpaceOnUse"
1974 id="clipPath196">
1975 <path
1976 d="M201 22 L221 22 L221 36 L201 36 L201 22 Z"
1977 id="path714" />
1978 </clipPath>
1979 <clipPath
1980 clipPathUnits="userSpaceOnUse"
1981 id="clipPath197">
1982 <path
1983 d="M166 155 L175 155 L175 165 L166 165 L166 155 Z"
1984 id="path717" />
1985 </clipPath>
1986 <clipPath
1987 clipPathUnits="userSpaceOnUse"
1988 id="clipPath198">
1989 <path
1990 d="M143 179 L177 179 L177 193 L143 193 L143 179 Z"
1991 id="path720" />
1992 </clipPath>
1993 <clipPath
1994 clipPathUnits="userSpaceOnUse"
1995 id="clipPath199">
1996 <path
1997 d="M173 159 L193 159 L193 173 L173 173 L173 159 Z"
1998 id="path723" />
1999 </clipPath>
2000 <clipPath
2001 clipPathUnits="userSpaceOnUse"
2002 id="clipPath200">
2003 <path
2004 d="M62 155 L71 155 L71 165 L62 165 L62 155 Z"
2005 id="path726" />
2006 </clipPath>
2007 <clipPath
2008 clipPathUnits="userSpaceOnUse"
2009 id="clipPath201">
2010 <path
2011 d="M33 197 L79 197 L79 211 L33 211 L33 197 Z"
2012 id="path729" />
2013 </clipPath>
2014 <clipPath
2015 clipPathUnits="userSpaceOnUse"
2016 id="clipPath202">
2017 <path
2018 d="M66 177 L86 177 L86 191 L66 191 L66 177 Z"
2019 id="path732" />
2020 </clipPath>
2021 <clipPath
2022 clipPathUnits="userSpaceOnUse"
2023 id="clipPath203">
2024 <path
2025 d="M427 195 L444 195 L444 204 L427 204 L427 195 Z"
2026 id="path735" />
2027 </clipPath>
2028 <clipPath
2029 clipPathUnits="userSpaceOnUse"
2030 id="clipPath204">
2031 <path
2032 d="M361 195 L371 195 L371 204 L361 204 L361 195 Z"
2033 id="path738" />
2034 </clipPath>
2035 <clipPath
2036 clipPathUnits="userSpaceOnUse"
2037 id="clipPath205">
2038 <path
2039 d="M366 202 L402 202 L402 216 L366 216 L366 202 Z"
2040 id="path741" />
2041 </clipPath>
2042 <clipPath
2043 clipPathUnits="userSpaceOnUse"
2044 id="clipPath206">
2045 <path
2046 d="M373 179 L393 179 L393 193 L373 193 L373 179 Z"
2047 id="path744" />
2048 </clipPath>
2049 <clipPath
2050 clipPathUnits="userSpaceOnUse"
2051 id="clipPath207">
2052 <path
2053 d="M169 414 L179 414 L179 423 L169 423 L169 414 Z"
2054 id="path747" />
2055 </clipPath>
2056 <clipPath
2057 clipPathUnits="userSpaceOnUse"
2058 id="clipPath208">
2059 <path
2060 d="M201 423 L269 423 L269 437 L201 437 L201 423 Z"
2061 id="path750" />
2062 </clipPath>
2063 <clipPath
2064 clipPathUnits="userSpaceOnUse"
2065 id="clipPath209">
2066 <path
2067 d="M177 403 L198 403 L198 417 L177 417 L177 403 Z"
2068 id="path753" />
2069 </clipPath>
2070 <clipPath
2071 clipPathUnits="userSpaceOnUse"
2072 id="clipPath210">
2073 <path
2074 d="M350 601 L365 601 L365 618 L350 618 L350 601 Z"
2075 id="path756" />
2076 </clipPath>
2077 <clipPath
2078 clipPathUnits="userSpaceOnUse"
2079 id="clipPath211">
2080 <path
2081 d="M479 457 L496 457 L496 472 L479 472 L479 457 Z"
2082 id="path759" />
2083 </clipPath>
2084 <clipPath
2085 clipPathUnits="userSpaceOnUse"
2086 id="clipPath212">
2087 <path
2088 d="M725 202 L742 202 L742 210 L725 210 L725 202 Z"
2089 id="path762" />
2090 </clipPath>
2091 <clipPath
2092 clipPathUnits="userSpaceOnUse"
2093 id="clipPath213">
2094 <path
2095 d="M800 229 L839 229 L839 243 L800 243 L800 229 Z"
2096 id="path765" />
2097 </clipPath>
2098 <clipPath
2099 clipPathUnits="userSpaceOnUse"
2100 id="clipPath214">
2101 <path
2102 d="M815 210 L835 210 L835 224 L815 224 L815 210 Z"
2103 id="path768" />
2104 </clipPath>
2105 </defs>
2106 <g
2107 font-size="10"
2108 fill="rgb(131,122,133)"
2109 font-family="'Lucida Grande'"
2110 stroke-linejoin="round"
2111 stroke="rgb(131,122,133)"
2112 stroke-width="0"
2113 stroke-miterlimit="0"
2114 id="g770">
2115 <polygon
2116 opacity="0.2549"
2117 points=" 671 449 771 449 771 489 671 489 671 449"
2118 stroke="none"
2119 id="polygon772" />
2120 <polygon
2121 opacity="0.2549"
2122 points=" 672 450 772 450 772 490 672 490 672 450"
2123 stroke="none"
2124 id="polygon774" />
2125 <rect
2126 x="670"
2127 y="448"
2128 clip-path="url(#clipPath1)"
2129 fill="url(#linearGradient1)"
2130 width="100"
2131 height="40"
2132 stroke="none"
2133 id="rect776" />
2134 </g>
2135 <g
2136 font-size="10"
2137 stroke-linecap="butt"
2138 fill="gray"
2139 font-family="'Lucida Grande'"
2140 stroke="gray"
2141 stroke-width="1.1"
2142 id="g778">
2143 <rect
2144 x="670"
2145 y="448"
2146 clip-path="url(#clipPath1)"
2147 fill="none"
2148 width="99"
2149 height="39"
2150 id="rect780" />
2151 <image
2152 width="16"
2153 xlink:show="embed"
2154 xlink:type="simple"
2155 clip-path="url(#clipPath2)"
2156 preserveAspectRatio="none"
2157 height="16"
2158 font-style="italic"
2159 x="680"
2160 y="448"
2161 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2162iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2163hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2164GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2165UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2166 xlink:actuate="onLoad"
2167 id="image782" />
2168 <text
2169 x="699"
2170 y="460"
2171 clip-path="url(#clipPath3)"
2172 fill="rgb(64,64,64)"
2173 font-style="italic"
2174 stroke="none"
2175 xml:space="preserve"
2176 id="text784">Pseudostate</text>
2177 <line
2178 clip-path="url(#clipPath4)"
2179 fill="none"
2180 x1="670"
2181 x2="770"
2182 y1="464"
2183 y2="464"
2184 id="line786" />
2185 <line
2186 clip-path="url(#clipPath5)"
2187 fill="none"
2188 x1="670"
2189 x2="770"
2190 y1="476"
2191 y2="476"
2192 id="line788" />
2193 <polygon
2194 fill="rgb(131,122,133)"
2195 clip-path="url(#clipPath6)"
2196 opacity="0.2549"
2197 points=" 635 341 735 341 735 381 635 381 635 341"
2198 stroke="none"
2199 id="polygon790" />
2200 <polygon
2201 fill="rgb(131,122,133)"
2202 clip-path="url(#clipPath6)"
2203 opacity="0.2549"
2204 points=" 636 342 736 342 736 382 636 382 636 342"
2205 stroke="none"
2206 id="polygon792" />
2207 <rect
2208 x="634"
2209 y="340"
2210 clip-path="url(#clipPath7)"
2211 fill="url(#linearGradient2)"
2212 width="100"
2213 height="40"
2214 stroke="none"
2215 id="rect794" />
2216 <rect
2217 x="634"
2218 y="340"
2219 clip-path="url(#clipPath7)"
2220 fill="none"
2221 width="99"
2222 height="39"
2223 id="rect796" />
2224 <image
2225 width="16"
2226 xlink:show="embed"
2227 xlink:type="simple"
2228 clip-path="url(#clipPath8)"
2229 preserveAspectRatio="none"
2230 height="16"
2231 font-style="italic"
2232 x="657"
2233 y="340"
2234 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2235iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2236hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2237GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2238UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2239 xlink:actuate="onLoad"
2240 id="image798" />
2241 <text
2242 x="676"
2243 y="352"
2244 clip-path="url(#clipPath9)"
2245 fill="rgb(64,64,64)"
2246 font-style="italic"
2247 stroke="none"
2248 xml:space="preserve"
2249 id="text800">Vertex</text>
2250 <line
2251 clip-path="url(#clipPath10)"
2252 fill="none"
2253 x1="634"
2254 x2="734"
2255 y1="356"
2256 y2="356"
2257 id="line802" />
2258 <line
2259 clip-path="url(#clipPath11)"
2260 fill="none"
2261 x1="634"
2262 x2="734"
2263 y1="368"
2264 y2="368"
2265 id="line804" />
2266 <polygon
2267 fill="rgb(131,122,133)"
2268 clip-path="url(#clipPath6)"
2269 opacity="0.2549"
2270 points=" 831 181 931 181 931 228 831 228 831 181"
2271 stroke="none"
2272 id="polygon806" />
2273 <polygon
2274 fill="rgb(131,122,133)"
2275 clip-path="url(#clipPath6)"
2276 opacity="0.2549"
2277 points=" 832 182 932 182 932 229 832 229 832 182"
2278 stroke="none"
2279 id="polygon808" />
2280 <rect
2281 x="830"
2282 y="180"
2283 clip-path="url(#clipPath12)"
2284 fill="url(#linearGradient3)"
2285 width="100"
2286 height="47"
2287 stroke="none"
2288 id="rect810" />
2289 <rect
2290 x="830"
2291 y="180"
2292 clip-path="url(#clipPath12)"
2293 fill="none"
2294 width="99"
2295 height="46"
2296 id="rect812" />
2297 <image
2298 x="853"
2299 y="180"
2300 clip-path="url(#clipPath13)"
2301 width="16"
2302 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2303iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2304hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2305GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2306UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2307 xlink:type="simple"
2308 xlink:actuate="onLoad"
2309 height="16"
2310 preserveAspectRatio="none"
2311 xlink:show="embed"
2312 id="image814" />
2313 <text
2314 x="872"
2315 y="192"
2316 clip-path="url(#clipPath14)"
2317 fill="rgb(64,64,64)"
2318 stroke="none"
2319 xml:space="preserve"
2320 id="text816">Region</text>
2321 <image
2322 stroke="rgb(64,64,64)"
2323 width="16"
2324 xlink:show="embed"
2325 xlink:type="simple"
2326 fill="rgb(64,64,64)"
2327 clip-path="url(#clipPath15)"
2328 preserveAspectRatio="none"
2329 height="16"
2330 x="835"
2331 y="198"
2332 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
2333DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
2334Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
2335TkSuQmCC"
2336 xlink:actuate="onLoad"
2337 id="image818" />
2338 <text
2339 x="854"
2340 y="210"
2341 clip-path="url(#clipPath16)"
2342 fill="rgb(64,64,64)"
2343 stroke="none"
2344 xml:space="preserve"
2345 id="text820">priority : EInt</text>
2346 <line
2347 clip-path="url(#clipPath17)"
2348 fill="none"
2349 x1="830"
2350 x2="930"
2351 y1="196"
2352 y2="196"
2353 id="line822" />
2354 <line
2355 clip-path="url(#clipPath18)"
2356 fill="none"
2357 x1="830"
2358 x2="930"
2359 y1="215"
2360 y2="215"
2361 id="line824" />
2362 <polygon
2363 fill="rgb(131,122,133)"
2364 clip-path="url(#clipPath6)"
2365 opacity="0.2549"
2366 points=" 1051 329 1151 329 1151 376 1051 376 1051 329"
2367 stroke="none"
2368 id="polygon826" />
2369 <polygon
2370 fill="rgb(131,122,133)"
2371 clip-path="url(#clipPath6)"
2372 opacity="0.2549"
2373 points=" 1052 330 1152 330 1152 377 1052 377 1052 330"
2374 stroke="none"
2375 id="polygon828" />
2376 <rect
2377 x="1050"
2378 y="328"
2379 clip-path="url(#clipPath19)"
2380 fill="url(#linearGradient4)"
2381 width="100"
2382 height="47"
2383 stroke="none"
2384 id="rect830" />
2385 <rect
2386 x="1050"
2387 y="328"
2388 clip-path="url(#clipPath19)"
2389 fill="none"
2390 width="99"
2391 height="46"
2392 id="rect832" />
2393 <image
2394 x="1065"
2395 y="328"
2396 clip-path="url(#clipPath20)"
2397 width="16"
2398 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2399iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2400hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2401GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2402UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2403 xlink:type="simple"
2404 xlink:actuate="onLoad"
2405 height="16"
2406 preserveAspectRatio="none"
2407 xlink:show="embed"
2408 id="image834" />
2409 <text
2410 x="1084"
2411 y="340"
2412 clip-path="url(#clipPath21)"
2413 fill="rgb(64,64,64)"
2414 stroke="none"
2415 xml:space="preserve"
2416 id="text836">Transition</text>
2417 <image
2418 stroke="rgb(64,64,64)"
2419 width="16"
2420 xlink:show="embed"
2421 xlink:type="simple"
2422 fill="rgb(64,64,64)"
2423 clip-path="url(#clipPath22)"
2424 preserveAspectRatio="none"
2425 height="16"
2426 x="1055"
2427 y="346"
2428 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
2429DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
2430Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
2431TkSuQmCC"
2432 xlink:actuate="onLoad"
2433 id="image838" />
2434 <text
2435 x="1074"
2436 y="358"
2437 clip-path="url(#clipPath23)"
2438 fill="rgb(64,64,64)"
2439 stroke="none"
2440 xml:space="preserve"
2441 id="text840">priority : EInt</text>
2442 <line
2443 clip-path="url(#clipPath24)"
2444 fill="none"
2445 x1="1050"
2446 x2="1150"
2447 y1="344"
2448 y2="344"
2449 id="line842" />
2450 <line
2451 clip-path="url(#clipPath25)"
2452 fill="none"
2453 x1="1050"
2454 x2="1150"
2455 y1="363"
2456 y2="363"
2457 id="line844" />
2458 <polygon
2459 fill="rgb(131,122,133)"
2460 clip-path="url(#clipPath6)"
2461 opacity="0.2549"
2462 points=" 495 577 595 577 595 617 495 617 495 577"
2463 stroke="none"
2464 id="polygon846" />
2465 <polygon
2466 fill="rgb(131,122,133)"
2467 clip-path="url(#clipPath6)"
2468 opacity="0.2549"
2469 points=" 496 578 596 578 596 618 496 618 496 578"
2470 stroke="none"
2471 id="polygon848" />
2472 <rect
2473 x="494"
2474 y="576"
2475 clip-path="url(#clipPath26)"
2476 fill="url(#linearGradient5)"
2477 width="100"
2478 height="40"
2479 stroke="none"
2480 id="rect850" />
2481 <rect
2482 x="494"
2483 y="576"
2484 clip-path="url(#clipPath26)"
2485 fill="none"
2486 width="99"
2487 height="39"
2488 id="rect852" />
2489 <image
2490 x="511"
2491 y="576"
2492 clip-path="url(#clipPath27)"
2493 width="16"
2494 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2495iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2496hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2497GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2498UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2499 xlink:type="simple"
2500 xlink:actuate="onLoad"
2501 height="16"
2502 preserveAspectRatio="none"
2503 xlink:show="embed"
2504 id="image854" />
2505 <text
2506 x="530"
2507 y="588"
2508 clip-path="url(#clipPath28)"
2509 fill="rgb(64,64,64)"
2510 stroke="none"
2511 xml:space="preserve"
2512 id="text856">FinalState</text>
2513 <line
2514 clip-path="url(#clipPath29)"
2515 fill="none"
2516 x1="494"
2517 x2="594"
2518 y1="592"
2519 y2="592"
2520 id="line858" />
2521 <line
2522 clip-path="url(#clipPath30)"
2523 fill="none"
2524 x1="494"
2525 x2="594"
2526 y1="604"
2527 y2="604"
2528 id="line860" />
2529 <polygon
2530 fill="rgb(131,122,133)"
2531 clip-path="url(#clipPath6)"
2532 opacity="0.2549"
2533 points=" 11 117 111 117 111 157 11 157 11 117"
2534 stroke="none"
2535 id="polygon862"
2536 style="stroke:#fc0000;stroke-opacity:1" />
2537 <polygon
2538 fill="rgb(131,122,133)"
2539 clip-path="url(#clipPath6)"
2540 opacity="0.2549"
2541 points=" 12 118 112 118 112 158 12 158 12 118"
2542 stroke="none"
2543 id="polygon864"
2544 style="stroke:#fc0000;stroke-opacity:1" />
2545 <rect
2546 x="10"
2547 y="116"
2548 clip-path="url(#clipPath31)"
2549 fill="url(#linearGradient6)"
2550 width="100"
2551 height="40"
2552 stroke="none"
2553 id="rect866"
2554 style="stroke:#fc0000;stroke-opacity:1" />
2555 <rect
2556 x="10"
2557 y="116"
2558 clip-path="url(#clipPath31)"
2559 fill="none"
2560 width="99"
2561 height="39"
2562 id="rect868"
2563 style="stroke:#fc0000;stroke-opacity:1" />
2564 <image
2565 width="16"
2566 xlink:show="embed"
2567 xlink:type="simple"
2568 clip-path="url(#clipPath32)"
2569 preserveAspectRatio="none"
2570 height="16"
2571 font-style="italic"
2572 x="29"
2573 y="116"
2574 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2575iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2576hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2577GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2578UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2579 xlink:actuate="onLoad"
2580 id="image870"
2581 style="stroke:#fc0000;stroke-opacity:1" />
2582 <text
2583 x="48"
2584 y="128"
2585 clip-path="url(#clipPath33)"
2586 fill="rgb(64,64,64)"
2587 font-style="italic"
2588 stroke="none"
2589 xml:space="preserve"
2590 id="text872"
2591 style="stroke:#fc0000;stroke-opacity:1;">Variable</text>
2592 <line
2593 clip-path="url(#clipPath34)"
2594 fill="none"
2595 x1="10"
2596 x2="110"
2597 y1="132"
2598 y2="132"
2599 id="line874"
2600 style="stroke:#fc0000;stroke-opacity:1" />
2601 <line
2602 clip-path="url(#clipPath35)"
2603 fill="none"
2604 x1="10"
2605 x2="110"
2606 y1="144"
2607 y2="144"
2608 id="line876"
2609 style="stroke:#fc0000;stroke-opacity:1" />
2610 <polygon
2611 fill="rgb(131,122,133)"
2612 clip-path="url(#clipPath6)"
2613 opacity="0.2549"
2614 points=" 127 117 227 117 227 157 127 157 127 117"
2615 stroke="none"
2616 id="polygon878"
2617 style="stroke:#fc0000;stroke-opacity:1" />
2618 <polygon
2619 fill="rgb(131,122,133)"
2620 clip-path="url(#clipPath6)"
2621 opacity="0.2549"
2622 points=" 128 118 228 118 228 158 128 158 128 118"
2623 stroke="none"
2624 id="polygon880"
2625 style="stroke:#fc0000;stroke-opacity:1" />
2626 <rect
2627 x="126"
2628 y="116"
2629 clip-path="url(#clipPath36)"
2630 fill="url(#linearGradient7)"
2631 width="100"
2632 height="40"
2633 stroke="none"
2634 id="rect882"
2635 style="stroke:#fc0000;stroke-opacity:1" />
2636 <rect
2637 x="126"
2638 y="116"
2639 clip-path="url(#clipPath36)"
2640 fill="none"
2641 width="99"
2642 height="39"
2643 id="rect884"
2644 style="stroke:#fc0000;stroke-opacity:1" />
2645 <image
2646 width="16"
2647 xlink:show="embed"
2648 xlink:type="simple"
2649 clip-path="url(#clipPath37)"
2650 preserveAspectRatio="none"
2651 height="16"
2652 font-style="italic"
2653 x="152"
2654 y="116"
2655 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2656iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2657hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2658GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2659UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2660 xlink:actuate="onLoad"
2661 id="image886"
2662 style="stroke:#fc0000;stroke-opacity:1" />
2663 <text
2664 x="171"
2665 y="128"
2666 clip-path="url(#clipPath38)"
2667 fill="rgb(64,64,64)"
2668 font-style="italic"
2669 stroke="none"
2670 xml:space="preserve"
2671 id="text888"
2672 style="stroke:#fc0000;stroke-opacity:1;">Event</text>
2673 <line
2674 clip-path="url(#clipPath39)"
2675 fill="none"
2676 x1="126"
2677 x2="226"
2678 y1="132"
2679 y2="132"
2680 id="line890"
2681 style="stroke:#fc0000;stroke-opacity:1" />
2682 <line
2683 clip-path="url(#clipPath40)"
2684 fill="none"
2685 x1="126"
2686 x2="226"
2687 y1="144"
2688 y2="144"
2689 id="line892"
2690 style="stroke:#fc0000;stroke-opacity:1" />
2691 <polygon
2692 fill="rgb(131,122,133)"
2693 clip-path="url(#clipPath6)"
2694 opacity="0.2549"
2695 points=" 635 577 750 577 750 624 635 624 635 577"
2696 stroke="none"
2697 id="polygon894" />
2698 <polygon
2699 fill="rgb(131,122,133)"
2700 clip-path="url(#clipPath6)"
2701 opacity="0.2549"
2702 points=" 636 578 751 578 751 625 636 625 636 578"
2703 stroke="none"
2704 id="polygon896" />
2705 <rect
2706 x="634"
2707 y="576"
2708 clip-path="url(#clipPath41)"
2709 fill="url(#linearGradient8)"
2710 width="115"
2711 height="47"
2712 stroke="none"
2713 id="rect898" />
2714 <rect
2715 x="634"
2716 y="576"
2717 clip-path="url(#clipPath41)"
2718 fill="none"
2719 width="114"
2720 height="46"
2721 id="rect900" />
2722 <image
2723 x="665"
2724 y="576"
2725 clip-path="url(#clipPath42)"
2726 width="16"
2727 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2728iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2729hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2730GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2731UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2732 xlink:type="simple"
2733 xlink:actuate="onLoad"
2734 height="16"
2735 preserveAspectRatio="none"
2736 xlink:show="embed"
2737 id="image902" />
2738 <text
2739 x="684"
2740 y="588"
2741 clip-path="url(#clipPath43)"
2742 fill="rgb(64,64,64)"
2743 stroke="none"
2744 xml:space="preserve"
2745 id="text904">Choice</text>
2746 <image
2747 stroke="rgb(64,64,64)"
2748 width="16"
2749 xlink:show="embed"
2750 xlink:type="simple"
2751 fill="rgb(64,64,64)"
2752 clip-path="url(#clipPath44)"
2753 preserveAspectRatio="none"
2754 height="16"
2755 x="639"
2756 y="594"
2757 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
2758DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
2759Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
2760TkSuQmCC"
2761 xlink:actuate="onLoad"
2762 id="image906" />
2763 <text
2764 x="658"
2765 y="606"
2766 clip-path="url(#clipPath45)"
2767 fill="rgb(64,64,64)"
2768 stroke="none"
2769 xml:space="preserve"
2770 id="text908">kind : ChoiceKind</text>
2771 <line
2772 clip-path="url(#clipPath46)"
2773 fill="none"
2774 x1="634"
2775 x2="749"
2776 y1="592"
2777 y2="592"
2778 id="line910" />
2779 <line
2780 clip-path="url(#clipPath47)"
2781 fill="none"
2782 x1="634"
2783 x2="749"
2784 y1="611"
2785 y2="611"
2786 id="line912" />
2787 <polygon
2788 fill="rgb(131,122,133)"
2789 clip-path="url(#clipPath6)"
2790 opacity="0.2549"
2791 points=" 71 409 171 409 171 449 71 449 71 409"
2792 stroke="none"
2793 id="polygon914" />
2794 <polygon
2795 fill="rgb(131,122,133)"
2796 clip-path="url(#clipPath6)"
2797 opacity="0.2549"
2798 points=" 72 410 172 410 172 450 72 450 72 410"
2799 stroke="none"
2800 id="polygon916" />
2801 <rect
2802 x="70"
2803 y="408"
2804 clip-path="url(#clipPath48)"
2805 fill="url(#linearGradient9)"
2806 width="100"
2807 height="40"
2808 stroke="none"
2809 id="rect918" />
2810 <rect
2811 x="70"
2812 y="408"
2813 clip-path="url(#clipPath48)"
2814 fill="none"
2815 width="99"
2816 height="39"
2817 id="rect920" />
2818 <image
2819 x="86"
2820 y="408"
2821 clip-path="url(#clipPath49)"
2822 width="16"
2823 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2824iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2825hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2826GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2827UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2828 xlink:type="simple"
2829 xlink:actuate="onLoad"
2830 height="16"
2831 preserveAspectRatio="none"
2832 xlink:show="embed"
2833 id="image922" />
2834 <text
2835 x="105"
2836 y="420"
2837 clip-path="url(#clipPath50)"
2838 fill="rgb(64,64,64)"
2839 stroke="none"
2840 xml:space="preserve"
2841 id="text924">Statechart</text>
2842 <line
2843 clip-path="url(#clipPath51)"
2844 fill="none"
2845 x1="70"
2846 x2="170"
2847 y1="424"
2848 y2="424"
2849 id="line926" />
2850 <line
2851 clip-path="url(#clipPath52)"
2852 fill="none"
2853 x1="70"
2854 x2="170"
2855 y1="436"
2856 y2="436"
2857 id="line928" />
2858 <polygon
2859 fill="rgb(131,122,133)"
2860 clip-path="url(#clipPath6)"
2861 opacity="0.2549"
2862 points=" 771 577 878 577 878 624 771 624 771 577"
2863 stroke="none"
2864 id="polygon930" />
2865 <polygon
2866 fill="rgb(131,122,133)"
2867 clip-path="url(#clipPath6)"
2868 opacity="0.2549"
2869 points=" 772 578 879 578 879 625 772 625 772 578"
2870 stroke="none"
2871 id="polygon932" />
2872 <rect
2873 x="770"
2874 y="576"
2875 clip-path="url(#clipPath53)"
2876 fill="url(#linearGradient10)"
2877 width="107"
2878 height="47"
2879 stroke="none"
2880 id="rect934" />
2881 <rect
2882 x="770"
2883 y="576"
2884 clip-path="url(#clipPath53)"
2885 fill="none"
2886 width="106"
2887 height="46"
2888 id="rect936" />
2889 <image
2890 x="801"
2891 y="576"
2892 clip-path="url(#clipPath54)"
2893 width="16"
2894 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
2895iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
2896hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
2897GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
2898UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
2899 xlink:type="simple"
2900 xlink:actuate="onLoad"
2901 height="16"
2902 preserveAspectRatio="none"
2903 xlink:show="embed"
2904 id="image938" />
2905 <text
2906 x="820"
2907 y="588"
2908 clip-path="url(#clipPath55)"
2909 fill="rgb(64,64,64)"
2910 stroke="none"
2911 xml:space="preserve"
2912 id="text940">Entry</text>
2913 <image
2914 stroke="rgb(64,64,64)"
2915 width="16"
2916 xlink:show="embed"
2917 xlink:type="simple"
2918 fill="rgb(64,64,64)"
2919 clip-path="url(#clipPath56)"
2920 preserveAspectRatio="none"
2921 height="16"
2922 x="775"
2923 y="594"
2924 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
2925DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
2926Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
2927TkSuQmCC"
2928 xlink:actuate="onLoad"
2929 id="image942" />
2930 <text
2931 x="794"
2932 y="606"
2933 clip-path="url(#clipPath57)"
2934 fill="rgb(64,64,64)"
2935 stroke="none"
2936 xml:space="preserve"
2937 id="text944">kind : EntryKind</text>
2938 <line
2939 clip-path="url(#clipPath58)"
2940 fill="none"
2941 x1="770"
2942 x2="877"
2943 y1="592"
2944 y2="592"
2945 id="line946" />
2946 <line
2947 clip-path="url(#clipPath59)"
2948 fill="none"
2949 x1="770"
2950 x2="877"
2951 y1="611"
2952 y2="611"
2953 id="line948" />
2954 <polygon
2955 fill="rgb(131,122,133)"
2956 clip-path="url(#clipPath6)"
2957 opacity="0.2549"
2958 points=" 235 813 335 813 335 853 235 853 235 813"
2959 stroke="none"
2960 id="polygon950"
2961 style="stroke:#ff0000;stroke-opacity:1" />
2962 <polygon
2963 fill="rgb(131,122,133)"
2964 clip-path="url(#clipPath6)"
2965 opacity="0.2549"
2966 points=" 236 814 336 814 336 854 236 854 236 814"
2967 stroke="none"
2968 id="polygon952"
2969 style="stroke:#ff0000;stroke-opacity:1" />
2970 <rect
2971 x="234"
2972 y="812"
2973 clip-path="url(#clipPath60)"
2974 fill="url(#linearGradient11)"
2975 width="100"
2976 height="40"
2977 stroke="none"
2978 id="rect954"
2979 style="stroke:#ff0000;stroke-opacity:1" />
2980 <rect
2981 x="234"
2982 y="812"
2983 clip-path="url(#clipPath60)"
2984 fill="none"
2985 width="99"
2986 height="39"
2987 id="rect956"
2988 style="stroke:#ff0000;stroke-opacity:1" />
2989 <image
2990 width="16"
2991 xlink:show="embed"
2992 xlink:type="simple"
2993 clip-path="url(#clipPath61)"
2994 preserveAspectRatio="none"
2995 height="16"
2996 font-style="italic"
2997 x="255"
2998 y="812"
2999 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3000iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3001hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3002GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3003UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3004 xlink:actuate="onLoad"
3005 id="image958"
3006 style="stroke:#ff0000;stroke-opacity:1" />
3007 <text
3008 x="274"
3009 y="824"
3010 clip-path="url(#clipPath62)"
3011 fill="rgb(64,64,64)"
3012 font-style="italic"
3013 stroke="none"
3014 xml:space="preserve"
3015 id="text960"
3016 style="stroke:#ff0000;stroke-opacity:1;">Trigger</text>
3017 <line
3018 clip-path="url(#clipPath63)"
3019 fill="none"
3020 x1="234"
3021 x2="334"
3022 y1="828"
3023 y2="828"
3024 id="line962"
3025 style="stroke:#ff0000;stroke-opacity:1" />
3026 <line
3027 clip-path="url(#clipPath64)"
3028 fill="none"
3029 x1="234"
3030 x2="334"
3031 y1="840"
3032 y2="840"
3033 id="line964"
3034 style="stroke:#ff0000;stroke-opacity:1" />
3035 <polygon
3036 fill="rgb(131,122,133)"
3037 clip-path="url(#clipPath6)"
3038 opacity="0.2549"
3039 points=" 371 813 471 813 471 853 371 853 371 813"
3040 stroke="none"
3041 id="polygon966"
3042 style="stroke:#ff0000;stroke-opacity:1" />
3043 <polygon
3044 fill="rgb(131,122,133)"
3045 clip-path="url(#clipPath6)"
3046 opacity="0.2549"
3047 points=" 372 814 472 814 472 854 372 854 372 814"
3048 stroke="none"
3049 id="polygon968"
3050 style="stroke:#ff0000;stroke-opacity:1" />
3051 <rect
3052 x="370"
3053 y="812"
3054 clip-path="url(#clipPath65)"
3055 fill="url(#linearGradient12)"
3056 width="100"
3057 height="40"
3058 stroke="none"
3059 id="rect970"
3060 style="stroke:#ff0000;stroke-opacity:1" />
3061 <rect
3062 x="370"
3063 y="812"
3064 clip-path="url(#clipPath65)"
3065 fill="none"
3066 width="99"
3067 height="39"
3068 id="rect972"
3069 style="stroke:#ff0000;stroke-opacity:1" />
3070 <image
3071 width="16"
3072 xlink:show="embed"
3073 xlink:type="simple"
3074 clip-path="url(#clipPath66)"
3075 preserveAspectRatio="none"
3076 height="16"
3077 font-style="italic"
3078 x="396"
3079 y="812"
3080 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3081iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3082hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3083GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3084UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3085 xlink:actuate="onLoad"
3086 id="image974"
3087 style="stroke:#ff0000;stroke-opacity:1" />
3088 <text
3089 x="415"
3090 y="824"
3091 clip-path="url(#clipPath67)"
3092 fill="rgb(64,64,64)"
3093 font-style="italic"
3094 stroke="none"
3095 xml:space="preserve"
3096 id="text976"
3097 style="stroke:#ff0000;stroke-opacity:1;">Effect</text>
3098 <line
3099 clip-path="url(#clipPath68)"
3100 fill="none"
3101 x1="370"
3102 x2="470"
3103 y1="828"
3104 y2="828"
3105 id="line978"
3106 style="stroke:#ff0000;stroke-opacity:1" />
3107 <line
3108 clip-path="url(#clipPath69)"
3109 fill="none"
3110 x1="370"
3111 x2="470"
3112 y1="840"
3113 y2="840"
3114 id="line980"
3115 style="stroke:#ff0000;stroke-opacity:1" />
3116 <polygon
3117 fill="rgb(131,122,133)"
3118 clip-path="url(#clipPath6)"
3119 opacity="0.2549"
3120 points=" 79 29 179 29 179 69 79 69 79 29"
3121 stroke="none"
3122 id="polygon982"
3123 style="stroke:#fc0000;stroke-opacity:1" />
3124 <polygon
3125 fill="rgb(131,122,133)"
3126 clip-path="url(#clipPath6)"
3127 opacity="0.2549"
3128 points=" 80 30 180 30 180 70 80 70 80 30"
3129 stroke="none"
3130 id="polygon984"
3131 style="stroke:#fc0000;stroke-opacity:1" />
3132 <rect
3133 x="78"
3134 y="28"
3135 clip-path="url(#clipPath70)"
3136 fill="url(#linearGradient13)"
3137 width="100"
3138 height="40"
3139 stroke="none"
3140 id="rect986"
3141 style="stroke:#fc0000;stroke-opacity:1" />
3142 <rect
3143 x="78"
3144 y="28"
3145 clip-path="url(#clipPath70)"
3146 fill="none"
3147 width="99"
3148 height="39"
3149 id="rect988"
3150 style="stroke:#fc0000;stroke-opacity:1" />
3151 <image
3152 width="16"
3153 xlink:show="embed"
3154 xlink:type="simple"
3155 clip-path="url(#clipPath71)"
3156 preserveAspectRatio="none"
3157 height="16"
3158 font-style="italic"
3159 x="89"
3160 y="28"
3161 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3162iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3163hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3164GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3165UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3166 xlink:actuate="onLoad"
3167 id="image990"
3168 style="stroke:#fc0000;stroke-opacity:1" />
3169 <text
3170 x="108"
3171 y="40"
3172 clip-path="url(#clipPath72)"
3173 fill="rgb(64,64,64)"
3174 font-style="italic"
3175 stroke="none"
3176 xml:space="preserve"
3177 id="text992"
3178 style="stroke:#fc0000;stroke-opacity:1;">Declaration</text>
3179 <line
3180 clip-path="url(#clipPath73)"
3181 fill="none"
3182 x1="78"
3183 x2="178"
3184 y1="44"
3185 y2="44"
3186 id="line994"
3187 style="stroke:#fc0000;stroke-opacity:1" />
3188 <line
3189 clip-path="url(#clipPath74)"
3190 fill="none"
3191 x1="78"
3192 x2="178"
3193 y1="56"
3194 y2="56"
3195 id="line996"
3196 style="stroke:#fc0000;stroke-opacity:1" />
3197 <polygon
3198 fill="rgb(131,122,133)"
3199 clip-path="url(#clipPath6)"
3200 opacity="0.2549"
3201 points=" 299 725 399 725 399 765 299 765 299 725"
3202 stroke="none"
3203 id="polygon998"
3204 style="stroke:#ff0000;stroke-opacity:1" />
3205 <polygon
3206 fill="rgb(131,122,133)"
3207 clip-path="url(#clipPath6)"
3208 opacity="0.2549"
3209 points=" 300 726 400 726 400 766 300 766 300 726"
3210 stroke="none"
3211 id="polygon1000"
3212 style="stroke:#ff0000;stroke-opacity:1" />
3213 <rect
3214 x="298"
3215 y="724"
3216 clip-path="url(#clipPath75)"
3217 fill="url(#linearGradient14)"
3218 width="100"
3219 height="40"
3220 stroke="none"
3221 id="rect1002"
3222 style="stroke:#ff0000;stroke-opacity:1" />
3223 <rect
3224 x="298"
3225 y="724"
3226 clip-path="url(#clipPath75)"
3227 fill="none"
3228 width="99"
3229 height="39"
3230 id="rect1004"
3231 style="stroke:#ff0000;stroke-opacity:1" />
3232 <image
3233 width="16"
3234 xlink:show="embed"
3235 xlink:type="simple"
3236 clip-path="url(#clipPath76)"
3237 preserveAspectRatio="none"
3238 height="16"
3239 font-style="italic"
3240 x="316"
3241 y="724"
3242 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3243iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3244hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3245GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3246UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3247 xlink:actuate="onLoad"
3248 id="image1006"
3249 style="stroke:#ff0000;stroke-opacity:1" />
3250 <text
3251 x="335"
3252 y="736"
3253 clip-path="url(#clipPath77)"
3254 fill="rgb(64,64,64)"
3255 font-style="italic"
3256 stroke="none"
3257 xml:space="preserve"
3258 id="text1008"
3259 style="stroke:#ff0000;stroke-opacity:1;">Reaction</text>
3260 <line
3261 clip-path="url(#clipPath78)"
3262 fill="none"
3263 x1="298"
3264 x2="398"
3265 y1="740"
3266 y2="740"
3267 id="line1010"
3268 style="stroke:#ff0000;stroke-opacity:1" />
3269 <line
3270 clip-path="url(#clipPath79)"
3271 fill="none"
3272 x1="298"
3273 x2="398"
3274 y1="752"
3275 y2="752"
3276 id="line1012"
3277 style="stroke:#ff0000;stroke-opacity:1" />
3278 <polygon
3279 fill="rgb(131,122,133)"
3280 clip-path="url(#clipPath6)"
3281 opacity="0.2549"
3282 points=" 771 633 871 633 871 712 771 712 771 633"
3283 stroke="none"
3284 id="polygon1014" />
3285 <polygon
3286 fill="rgb(131,122,133)"
3287 clip-path="url(#clipPath6)"
3288 opacity="0.2549"
3289 points=" 772 634 872 634 872 713 772 713 772 634"
3290 stroke="none"
3291 id="polygon1016" />
3292 <rect
3293 x="770"
3294 y="632"
3295 clip-path="url(#clipPath80)"
3296 fill="url(#linearGradient15)"
3297 width="100"
3298 height="79"
3299 stroke="none"
3300 id="rect1018" />
3301 <rect
3302 x="770"
3303 y="632"
3304 clip-path="url(#clipPath80)"
3305 fill="none"
3306 width="99"
3307 height="78"
3308 id="rect1020" />
3309 <text
3310 xml:space="preserve"
3311 x="773"
3312 y="642"
3313 clip-path="url(#clipPath81)"
3314 stroke="none"
3315 id="text1022">&lt;&lt;enumeration&gt;&gt;</text>
3316 <image
3317 x="787"
3318 y="644"
3319 clip-path="url(#clipPath82)"
3320 width="16"
3321 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAk0lEQVR42mNgGJ6g
3322tO3Efy3z9P/IYiA+SJwkzTA2TCM2Q5jRNW/dOJ/h2smZjCD+hy/MDSD69s0LDK+f
3323nm0EYZBYQvbUhmN75zSC5JiQDeiusmD09k9kgLkAxEamQeIgNkgdXm9s2vMAaxiA
3324xKke4FidkpVkD7aJneUfAw/bHwZeIOYGYg4gP7nlIuOoC6jsAooBANepYaSzROrL
3325AAAAAElFTkSuQmCC"
3326 xlink:type="simple"
3327 xlink:actuate="onLoad"
3328 height="16"
3329 preserveAspectRatio="none"
3330 xlink:show="embed"
3331 id="image1024" />
3332 <text
3333 x="806"
3334 y="656"
3335 clip-path="url(#clipPath83)"
3336 fill="rgb(64,64,64)"
3337 stroke="none"
3338 xml:space="preserve"
3339 id="text1026">EntryKind</text>
3340 <image
3341 stroke="rgb(64,64,64)"
3342 width="16"
3343 xlink:show="embed"
3344 xlink:type="simple"
3345 fill="rgb(64,64,64)"
3346 clip-path="url(#clipPath84)"
3347 preserveAspectRatio="none"
3348 height="16"
3349 x="775"
3350 y="662"
3351 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOUlEQVR42mNgGAXD
3352ADBiE8xKsv8PotlZ/jLwsP5l4GX/w8DN9oeBg+UfQ3LLRRQ9TATNZxwN5REAAE89
3353CQZX1R6mAAAAAElFTkSuQmCC"
3354 xlink:actuate="onLoad"
3355 id="image1028" />
3356 <text
3357 x="794"
3358 y="674"
3359 clip-path="url(#clipPath85)"
3360 fill="rgb(64,64,64)"
3361 stroke="none"
3362 xml:space="preserve"
3363 id="text1030">initial</text>
3364 <image
3365 stroke="rgb(64,64,64)"
3366 width="16"
3367 xlink:show="embed"
3368 xlink:type="simple"
3369 fill="rgb(64,64,64)"
3370 clip-path="url(#clipPath86)"
3371 preserveAspectRatio="none"
3372 height="16"
3373 x="775"
3374 y="678"
3375 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOUlEQVR42mNgGAXD
3376ADBiE8xKsv8PotlZ/jLwsP5l4GX/w8DN9oeBg+UfQ3LLRRQ9TATNZxwN5REAAE89
3377CQZX1R6mAAAAAElFTkSuQmCC"
3378 xlink:actuate="onLoad"
3379 id="image1032" />
3380 <text
3381 x="794"
3382 y="690"
3383 clip-path="url(#clipPath87)"
3384 fill="rgb(64,64,64)"
3385 stroke="none"
3386 xml:space="preserve"
3387 id="text1034">shallowHistory</text>
3388 <image
3389 stroke="rgb(64,64,64)"
3390 width="16"
3391 xlink:show="embed"
3392 xlink:type="simple"
3393 fill="rgb(64,64,64)"
3394 clip-path="url(#clipPath88)"
3395 preserveAspectRatio="none"
3396 height="16"
3397 x="775"
3398 y="694"
3399 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOUlEQVR42mNgGAXD
3400ADBiE8xKsv8PotlZ/jLwsP5l4GX/w8DN9oeBg+UfQ3LLRRQ9TATNZxwN5REAAE89
3401CQZX1R6mAAAAAElFTkSuQmCC"
3402 xlink:actuate="onLoad"
3403 id="image1036" />
3404 <text
3405 x="794"
3406 y="706"
3407 clip-path="url(#clipPath89)"
3408 fill="rgb(64,64,64)"
3409 stroke="none"
3410 xml:space="preserve"
3411 id="text1038">deepHistory</text>
3412 <line
3413 clip-path="url(#clipPath90)"
3414 fill="none"
3415 x1="770"
3416 x2="870"
3417 y1="660"
3418 y2="660"
3419 id="line1040" />
3420 <polygon
3421 fill="rgb(131,122,133)"
3422 clip-path="url(#clipPath6)"
3423 opacity="0.2549"
3424 points=" 295 617 395 617 395 657 295 657 295 617"
3425 stroke="none"
3426 id="polygon1042"
3427 style="stroke:#ff0000;stroke-opacity:1" />
3428 <polygon
3429 fill="rgb(131,122,133)"
3430 clip-path="url(#clipPath6)"
3431 opacity="0.2549"
3432 points=" 296 618 396 618 396 658 296 658 296 618"
3433 stroke="none"
3434 id="polygon1044"
3435 style="stroke:#ff0000;stroke-opacity:1" />
3436 <rect
3437 x="294"
3438 y="616"
3439 clip-path="url(#clipPath91)"
3440 fill="url(#linearGradient16)"
3441 width="100"
3442 height="40"
3443 stroke="none"
3444 id="rect1046"
3445 style="stroke:#ff0000;stroke-opacity:1" />
3446 <rect
3447 x="294"
3448 y="616"
3449 clip-path="url(#clipPath91)"
3450 fill="none"
3451 width="99"
3452 height="39"
3453 id="rect1048"
3454 style="stroke:#ff0000;stroke-opacity:1" />
3455 <image
3456 width="16"
3457 xlink:show="embed"
3458 xlink:type="simple"
3459 clip-path="url(#clipPath92)"
3460 preserveAspectRatio="none"
3461 height="16"
3462 font-style="italic"
3463 x="294"
3464 y="616"
3465 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3466iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3467hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3468GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3469UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3470 xlink:actuate="onLoad"
3471 id="image1050"
3472 style="stroke:#ff0000;stroke-opacity:1" />
3473 <text
3474 x="313"
3475 y="628"
3476 clip-path="url(#clipPath93)"
3477 fill="rgb(64,64,64)"
3478 font-style="italic"
3479 stroke="none"
3480 xml:space="preserve"
3481 id="text1052"
3482 style="stroke:#ff0000;stroke-opacity:1;">ReactiveElement</text>
3483 <line
3484 clip-path="url(#clipPath94)"
3485 fill="none"
3486 x1="294"
3487 x2="394"
3488 y1="632"
3489 y2="632"
3490 id="line1054"
3491 style="stroke:#ff0000;stroke-opacity:1" />
3492 <line
3493 clip-path="url(#clipPath95)"
3494 fill="none"
3495 x1="294"
3496 x2="394"
3497 y1="644"
3498 y2="644"
3499 id="line1056"
3500 style="stroke:#ff0000;stroke-opacity:1" />
3501 <polygon
3502 fill="rgb(131,122,133)"
3503 clip-path="url(#clipPath6)"
3504 opacity="0.2549"
3505 points=" 887 577 987 577 987 617 887 617 887 577"
3506 stroke="none"
3507 id="polygon1058" />
3508 <polygon
3509 fill="rgb(131,122,133)"
3510 clip-path="url(#clipPath6)"
3511 opacity="0.2549"
3512 points=" 888 578 988 578 988 618 888 618 888 578"
3513 stroke="none"
3514 id="polygon1060" />
3515 <rect
3516 x="886"
3517 y="576"
3518 clip-path="url(#clipPath96)"
3519 fill="url(#linearGradient17)"
3520 width="100"
3521 height="40"
3522 stroke="none"
3523 id="rect1062" />
3524 <rect
3525 x="886"
3526 y="576"
3527 clip-path="url(#clipPath96)"
3528 fill="none"
3529 width="99"
3530 height="39"
3531 id="rect1064" />
3532 <image
3533 x="917"
3534 y="576"
3535 clip-path="url(#clipPath97)"
3536 width="16"
3537 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3538iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3539hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3540GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3541UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3542 xlink:type="simple"
3543 xlink:actuate="onLoad"
3544 height="16"
3545 preserveAspectRatio="none"
3546 xlink:show="embed"
3547 id="image1066" />
3548 <text
3549 x="936"
3550 y="588"
3551 clip-path="url(#clipPath98)"
3552 fill="rgb(64,64,64)"
3553 stroke="none"
3554 xml:space="preserve"
3555 id="text1068">Exit</text>
3556 <line
3557 clip-path="url(#clipPath99)"
3558 fill="none"
3559 x1="886"
3560 x2="986"
3561 y1="592"
3562 y2="592"
3563 id="line1070" />
3564 <line
3565 clip-path="url(#clipPath100)"
3566 fill="none"
3567 x1="886"
3568 x2="986"
3569 y1="604"
3570 y2="604"
3571 id="line1072" />
3572 <polygon
3573 fill="rgb(131,122,133)"
3574 clip-path="url(#clipPath6)"
3575 opacity="0.2549"
3576 points=" 263 181 363 181 363 221 263 221 263 181"
3577 stroke="none"
3578 id="polygon1074"
3579 style="stroke:#fc0000;stroke-opacity:1" />
3580 <polygon
3581 fill="rgb(131,122,133)"
3582 clip-path="url(#clipPath6)"
3583 opacity="0.2549"
3584 points=" 264 182 364 182 364 222 264 222 264 182"
3585 stroke="none"
3586 id="polygon1076"
3587 style="stroke:#fc0000;stroke-opacity:1" />
3588 <rect
3589 x="262"
3590 y="180"
3591 clip-path="url(#clipPath101)"
3592 fill="url(#linearGradient18)"
3593 width="100"
3594 height="40"
3595 stroke="none"
3596 id="rect1078"
3597 style="stroke:#fc0000;stroke-opacity:1" />
3598 <rect
3599 x="262"
3600 y="180"
3601 clip-path="url(#clipPath101)"
3602 fill="none"
3603 width="99"
3604 height="39"
3605 id="rect1080"
3606 style="stroke:#fc0000;stroke-opacity:1" />
3607 <image
3608 x="288"
3609 y="180"
3610 clip-path="url(#clipPath102)"
3611 width="16"
3612 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3613iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3614hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3615GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3616UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3617 xlink:type="simple"
3618 xlink:actuate="onLoad"
3619 height="16"
3620 preserveAspectRatio="none"
3621 xlink:show="embed"
3622 id="image1082"
3623 style="stroke:#fc0000;stroke-opacity:1" />
3624 <text
3625 x="307"
3626 y="192"
3627 clip-path="url(#clipPath103)"
3628 fill="rgb(64,64,64)"
3629 stroke="none"
3630 xml:space="preserve"
3631 id="text1084"
3632 style="stroke:#fc0000;stroke-opacity:1;">Scope</text>
3633 <line
3634 clip-path="url(#clipPath104)"
3635 fill="none"
3636 x1="262"
3637 x2="362"
3638 y1="196"
3639 y2="196"
3640 id="line1086"
3641 style="stroke:#fc0000;stroke-opacity:1" />
3642 <line
3643 clip-path="url(#clipPath105)"
3644 fill="none"
3645 x1="262"
3646 x2="362"
3647 y1="208"
3648 y2="208"
3649 id="line1088"
3650 style="stroke:#fc0000;stroke-opacity:1" />
3651 <polygon
3652 fill="rgb(131,122,133)"
3653 clip-path="url(#clipPath6)"
3654 opacity="0.2549"
3655 points=" 443 181 570 181 570 228 443 228 443 181"
3656 stroke="none"
3657 id="polygon1090"
3658 style="stroke:#fc0000;stroke-opacity:1" />
3659 <polygon
3660 fill="rgb(131,122,133)"
3661 clip-path="url(#clipPath6)"
3662 opacity="0.2549"
3663 points=" 444 182 571 182 571 229 444 229 444 182"
3664 stroke="none"
3665 id="polygon1092"
3666 style="stroke:#fc0000;stroke-opacity:1" />
3667 <rect
3668 x="442"
3669 y="180"
3670 clip-path="url(#clipPath106)"
3671 fill="url(#linearGradient19)"
3672 width="127"
3673 height="47"
3674 stroke="none"
3675 id="rect1094"
3676 style="stroke:#fc0000;stroke-opacity:1" />
3677 <rect
3678 x="442"
3679 y="180"
3680 clip-path="url(#clipPath106)"
3681 fill="none"
3682 width="126"
3683 height="46"
3684 id="rect1096"
3685 style="stroke:#fc0000;stroke-opacity:1" />
3686 <image
3687 width="16"
3688 xlink:show="embed"
3689 xlink:type="simple"
3690 clip-path="url(#clipPath107)"
3691 preserveAspectRatio="none"
3692 height="16"
3693 font-style="italic"
3694 x="458"
3695 y="180"
3696 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3697iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3698hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3699GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3700UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3701 xlink:actuate="onLoad"
3702 id="image1098"
3703 style="stroke:#fc0000;stroke-opacity:1" />
3704 <text
3705 x="477"
3706 y="192"
3707 clip-path="url(#clipPath108)"
3708 fill="rgb(64,64,64)"
3709 font-style="italic"
3710 stroke="none"
3711 xml:space="preserve"
3712 id="text1100"
3713 style="stroke:#fc0000;stroke-opacity:1;">ScopedElement</text>
3714 <image
3715 stroke="rgb(64,64,64)"
3716 width="16"
3717 xlink:show="embed"
3718 xlink:type="simple"
3719 fill="rgb(64,64,64)"
3720 clip-path="url(#clipPath109)"
3721 preserveAspectRatio="none"
3722 height="16"
3723 x="447"
3724 y="198"
3725 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
3726DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
3727Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
3728TkSuQmCC"
3729 xlink:actuate="onLoad"
3730 id="image1102"
3731 style="stroke:#fc0000;stroke-opacity:1" />
3732 <text
3733 x="466"
3734 y="210"
3735 clip-path="url(#clipPath110)"
3736 fill="rgb(64,64,64)"
3737 stroke="none"
3738 xml:space="preserve"
3739 id="text1104"
3740 style="stroke:#fc0000;stroke-opacity:1;">namespace : EString</text>
3741 <line
3742 clip-path="url(#clipPath111)"
3743 fill="none"
3744 x1="442"
3745 x2="569"
3746 y1="196"
3747 y2="196"
3748 id="line1106"
3749 style="stroke:#fc0000;stroke-opacity:1" />
3750 <line
3751 clip-path="url(#clipPath112)"
3752 fill="none"
3753 x1="442"
3754 x2="569"
3755 y1="215"
3756 y2="215"
3757 id="line1108"
3758 style="stroke:#fc0000;stroke-opacity:1" />
3759 <polygon
3760 fill="rgb(131,122,133)"
3761 clip-path="url(#clipPath6)"
3762 opacity="0.2549"
3763 points=" 995 577 1095 577 1095 617 995 617 995 577"
3764 stroke="none"
3765 id="polygon1110" />
3766 <polygon
3767 fill="rgb(131,122,133)"
3768 clip-path="url(#clipPath6)"
3769 opacity="0.2549"
3770 points=" 996 578 1096 578 1096 618 996 618 996 578"
3771 stroke="none"
3772 id="polygon1112" />
3773 <rect
3774 x="994"
3775 y="576"
3776 clip-path="url(#clipPath113)"
3777 fill="url(#linearGradient20)"
3778 width="100"
3779 height="40"
3780 stroke="none"
3781 id="rect1114" />
3782 <rect
3783 x="994"
3784 y="576"
3785 clip-path="url(#clipPath113)"
3786 fill="none"
3787 width="99"
3788 height="39"
3789 id="rect1116" />
3790 <image
3791 x="995"
3792 y="576"
3793 clip-path="url(#clipPath114)"
3794 width="16"
3795 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3796iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3797hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3798GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3799UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3800 xlink:type="simple"
3801 xlink:actuate="onLoad"
3802 height="16"
3803 preserveAspectRatio="none"
3804 xlink:show="embed"
3805 id="image1118" />
3806 <text
3807 x="1014"
3808 y="588"
3809 clip-path="url(#clipPath115)"
3810 fill="rgb(64,64,64)"
3811 stroke="none"
3812 xml:space="preserve"
3813 id="text1120">Synchronization</text>
3814 <line
3815 clip-path="url(#clipPath116)"
3816 fill="none"
3817 x1="994"
3818 x2="1094"
3819 y1="592"
3820 y2="592"
3821 id="line1122" />
3822 <line
3823 clip-path="url(#clipPath117)"
3824 fill="none"
3825 x1="994"
3826 x2="1094"
3827 y1="604"
3828 y2="604"
3829 id="line1124" />
3830 <polygon
3831 fill="rgb(131,122,133)"
3832 clip-path="url(#clipPath6)"
3833 opacity="0.2549"
3834 points=" 275 397 423 397 423 524 275 524 275 397"
3835 stroke="none"
3836 id="polygon1126" />
3837 <polygon
3838 fill="rgb(131,122,133)"
3839 clip-path="url(#clipPath6)"
3840 opacity="0.2549"
3841 points=" 276 398 424 398 424 525 276 525 276 398"
3842 stroke="none"
3843 id="polygon1128" />
3844 <rect
3845 x="274"
3846 y="396"
3847 clip-path="url(#clipPath118)"
3848 fill="url(#linearGradient21)"
3849 width="148"
3850 height="127"
3851 stroke="none"
3852 id="rect1130" />
3853 <rect
3854 x="274"
3855 y="396"
3856 clip-path="url(#clipPath118)"
3857 fill="none"
3858 width="147"
3859 height="126"
3860 id="rect1132" />
3861 <image
3862 x="326"
3863 y="396"
3864 clip-path="url(#clipPath119)"
3865 width="16"
3866 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
3867iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
3868hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
3869GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
3870UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
3871 xlink:type="simple"
3872 xlink:actuate="onLoad"
3873 height="16"
3874 preserveAspectRatio="none"
3875 xlink:show="embed"
3876 id="image1134" />
3877 <text
3878 x="345"
3879 y="408"
3880 clip-path="url(#clipPath120)"
3881 fill="rgb(64,64,64)"
3882 stroke="none"
3883 xml:space="preserve"
3884 id="text1136">State</text>
3885 <image
3886 stroke="rgb(64,64,64)"
3887 width="16"
3888 xlink:show="embed"
3889 xlink:type="simple"
3890 fill="rgb(64,64,64)"
3891 clip-path="url(#clipPath121)"
3892 preserveAspectRatio="none"
3893 height="16"
3894 x="279"
3895 y="414"
3896 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
3897DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
3898Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
3899TkSuQmCC"
3900 xlink:actuate="onLoad"
3901 id="image1138" />
3902 <text
3903 x="298"
3904 y="426"
3905 clip-path="url(#clipPath122)"
3906 fill="rgb(64,64,64)"
3907 stroke="none"
3908 xml:space="preserve"
3909 id="text1140">orthogonal : EBoolean</text>
3910 <image
3911 stroke="rgb(64,64,64)"
3912 width="16"
3913 xlink:show="embed"
3914 xlink:type="simple"
3915 fill="rgb(64,64,64)"
3916 clip-path="url(#clipPath123)"
3917 preserveAspectRatio="none"
3918 height="16"
3919 x="279"
3920 y="430"
3921 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
3922DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
3923Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
3924TkSuQmCC"
3925 xlink:actuate="onLoad"
3926 id="image1142" />
3927 <text
3928 x="298"
3929 y="442"
3930 clip-path="url(#clipPath124)"
3931 fill="rgb(64,64,64)"
3932 stroke="none"
3933 xml:space="preserve"
3934 id="text1144">substatechartId : EString</text>
3935 <image
3936 stroke="rgb(64,64,64)"
3937 width="16"
3938 xlink:show="embed"
3939 xlink:type="simple"
3940 fill="rgb(64,64,64)"
3941 clip-path="url(#clipPath125)"
3942 preserveAspectRatio="none"
3943 height="16"
3944 x="279"
3945 y="446"
3946 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
3947DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
3948Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
3949TkSuQmCC"
3950 xlink:actuate="onLoad"
3951 id="image1146" />
3952 <text
3953 x="298"
3954 y="458"
3955 clip-path="url(#clipPath126)"
3956 fill="rgb(64,64,64)"
3957 stroke="none"
3958 xml:space="preserve"
3959 id="text1148">subchart : EBoolean</text>
3960 <image
3961 stroke="rgb(64,64,64)"
3962 width="16"
3963 xlink:show="embed"
3964 xlink:type="simple"
3965 fill="rgb(64,64,64)"
3966 clip-path="url(#clipPath127)"
3967 preserveAspectRatio="none"
3968 height="16"
3969 x="279"
3970 y="462"
3971 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
3972DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
3973Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
3974TkSuQmCC"
3975 xlink:actuate="onLoad"
3976 id="image1150" />
3977 <text
3978 x="298"
3979 y="474"
3980 clip-path="url(#clipPath128)"
3981 fill="rgb(64,64,64)"
3982 stroke="none"
3983 xml:space="preserve"
3984 id="text1152">simple : EBoolean</text>
3985 <image
3986 stroke="rgb(64,64,64)"
3987 width="16"
3988 xlink:show="embed"
3989 xlink:type="simple"
3990 fill="rgb(64,64,64)"
3991 clip-path="url(#clipPath129)"
3992 preserveAspectRatio="none"
3993 height="16"
3994 x="279"
3995 y="478"
3996 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
3997DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
3998Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
3999TkSuQmCC"
4000 xlink:actuate="onLoad"
4001 id="image1154" />
4002 <text
4003 x="298"
4004 y="490"
4005 clip-path="url(#clipPath130)"
4006 fill="rgb(64,64,64)"
4007 stroke="none"
4008 xml:space="preserve"
4009 id="text1156">composite : EBoolean</text>
4010 <image
4011 stroke="rgb(64,64,64)"
4012 width="16"
4013 xlink:show="embed"
4014 xlink:type="simple"
4015 fill="rgb(64,64,64)"
4016 clip-path="url(#clipPath131)"
4017 preserveAspectRatio="none"
4018 height="16"
4019 x="279"
4020 y="494"
4021 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42mNgGAUD
4022DxjRBebW6P8npCm55SJcHwu65I8/TAzJjQtwap5bn4DCZ0JX8PUXC17b0eUxVH8G
4023Kvj/nxXiP5hD/0M9+x8ij9cAkA3FWZk4XcDBwjKacqgNALytGBsVIOzJAAAAAElF
4024TkSuQmCC"
4025 xlink:actuate="onLoad"
4026 id="image1158" />
4027 <text
4028 x="298"
4029 y="506"
4030 clip-path="url(#clipPath132)"
4031 fill="rgb(64,64,64)"
4032 stroke="none"
4033 xml:space="preserve"
4034 id="text1160">leaf : EBoolean</text>
4035 <line
4036 clip-path="url(#clipPath133)"
4037 fill="none"
4038 x1="274"
4039 x2="422"
4040 y1="412"
4041 y2="412"
4042 id="line1162" />
4043 <line
4044 clip-path="url(#clipPath134)"
4045 fill="none"
4046 x1="274"
4047 x2="422"
4048 y1="511"
4049 y2="511"
4050 id="line1164" />
4051 <polygon
4052 fill="rgb(131,122,133)"
4053 clip-path="url(#clipPath6)"
4054 opacity="0.2549"
4055 points=" 495 445 595 445 595 485 495 485 495 445"
4056 stroke="none"
4057 id="polygon1166" />
4058 <polygon
4059 fill="rgb(131,122,133)"
4060 clip-path="url(#clipPath6)"
4061 opacity="0.2549"
4062 points=" 496 446 596 446 596 486 496 486 496 446"
4063 stroke="none"
4064 id="polygon1168" />
4065 <rect
4066 x="494"
4067 y="444"
4068 clip-path="url(#clipPath135)"
4069 fill="url(#linearGradient22)"
4070 width="100"
4071 height="40"
4072 stroke="none"
4073 id="rect1170" />
4074 <rect
4075 x="494"
4076 y="444"
4077 clip-path="url(#clipPath135)"
4078 fill="none"
4079 width="99"
4080 height="39"
4081 id="rect1172" />
4082 <image
4083 x="504"
4084 y="444"
4085 clip-path="url(#clipPath136)"
4086 width="16"
4087 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
4088iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
4089hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
4090GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
4091UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
4092 xlink:type="simple"
4093 xlink:actuate="onLoad"
4094 height="16"
4095 preserveAspectRatio="none"
4096 xlink:show="embed"
4097 id="image1174" />
4098 <text
4099 x="523"
4100 y="456"
4101 clip-path="url(#clipPath137)"
4102 fill="rgb(64,64,64)"
4103 stroke="none"
4104 xml:space="preserve"
4105 id="text1176">RegularState</text>
4106 <line
4107 clip-path="url(#clipPath138)"
4108 fill="none"
4109 x1="494"
4110 x2="594"
4111 y1="460"
4112 y2="460"
4113 id="line1178" />
4114 <line
4115 clip-path="url(#clipPath139)"
4116 fill="none"
4117 x1="494"
4118 x2="594"
4119 y1="472"
4120 y2="472"
4121 id="line1180" />
4122 <polygon
4123 fill="rgb(131,122,133)"
4124 clip-path="url(#clipPath6)"
4125 opacity="0.2549"
4126 points=" 635 633 735 633 735 696 635 696 635 633"
4127 stroke="none"
4128 id="polygon1182" />
4129 <polygon
4130 fill="rgb(131,122,133)"
4131 clip-path="url(#clipPath6)"
4132 opacity="0.2549"
4133 points=" 636 634 736 634 736 697 636 697 636 634"
4134 stroke="none"
4135 id="polygon1184" />
4136 <rect
4137 x="634"
4138 y="632"
4139 clip-path="url(#clipPath140)"
4140 width="100"
4141 height="63"
4142 id="rect1186"
4143 stroke="none"
4144 fill="url(#linearGradient23)" />
4145 <rect
4146 x="634"
4147 y="632"
4148 clip-path="url(#clipPath140)"
4149 fill="none"
4150 width="99"
4151 height="62"
4152 id="rect1188" />
4153 <text
4154 xml:space="preserve"
4155 x="637"
4156 y="642"
4157 clip-path="url(#clipPath141)"
4158 stroke="none"
4159 id="text1190">&lt;&lt;enumeration&gt;&gt;</text>
4160 <image
4161 x="647"
4162 y="644"
4163 clip-path="url(#clipPath142)"
4164 width="16"
4165 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAk0lEQVR42mNgGJ6g
4166tO3Efy3z9P/IYiA+SJwkzTA2TCM2Q5jRNW/dOJ/h2smZjCD+hy/MDSD69s0LDK+f
4167nm0EYZBYQvbUhmN75zSC5JiQDeiusmD09k9kgLkAxEamQeIgNkgdXm9s2vMAaxiA
4168xKke4FidkpVkD7aJneUfAw/bHwZeIOYGYg4gP7nlIuOoC6jsAooBANepYaSzROrL
4169AAAAAElFTkSuQmCC"
4170 xlink:type="simple"
4171 xlink:actuate="onLoad"
4172 height="16"
4173 preserveAspectRatio="none"
4174 xlink:show="embed"
4175 id="image1192" />
4176 <text
4177 x="666"
4178 y="656"
4179 clip-path="url(#clipPath143)"
4180 fill="rgb(64,64,64)"
4181 stroke="none"
4182 xml:space="preserve"
4183 id="text1194">ChoiceKind</text>
4184 <image
4185 stroke="rgb(64,64,64)"
4186 width="16"
4187 xlink:show="embed"
4188 xlink:type="simple"
4189 fill="rgb(64,64,64)"
4190 clip-path="url(#clipPath144)"
4191 preserveAspectRatio="none"
4192 height="16"
4193 x="639"
4194 y="662"
4195 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOUlEQVR42mNgGAXD
4196ADBiE8xKsv8PotlZ/jLwsP5l4GX/w8DN9oeBg+UfQ3LLRRQ9TATNZxwN5REAAE89
4197CQZX1R6mAAAAAElFTkSuQmCC"
4198 xlink:actuate="onLoad"
4199 id="image1196" />
4200 <text
4201 x="658"
4202 y="674"
4203 clip-path="url(#clipPath145)"
4204 fill="rgb(64,64,64)"
4205 stroke="none"
4206 xml:space="preserve"
4207 id="text1198">dynamic</text>
4208 <image
4209 stroke="rgb(64,64,64)"
4210 width="16"
4211 xlink:show="embed"
4212 xlink:type="simple"
4213 fill="rgb(64,64,64)"
4214 clip-path="url(#clipPath146)"
4215 preserveAspectRatio="none"
4216 height="16"
4217 x="639"
4218 y="678"
4219 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAOUlEQVR42mNgGAXD
4220ADBiE8xKsv8PotlZ/jLwsP5l4GX/w8DN9oeBg+UfQ3LLRRQ9TATNZxwN5REAAE89
4221CQZX1R6mAAAAAElFTkSuQmCC"
4222 xlink:actuate="onLoad"
4223 id="image1200" />
4224 <text
4225 x="658"
4226 y="690"
4227 clip-path="url(#clipPath147)"
4228 fill="rgb(64,64,64)"
4229 stroke="none"
4230 xml:space="preserve"
4231 id="text1202">static</text>
4232 <line
4233 clip-path="url(#clipPath148)"
4234 fill="none"
4235 x1="634"
4236 x2="734"
4237 y1="660"
4238 y2="660"
4239 id="line1204" />
4240 <polygon
4241 fill="rgb(131,122,133)"
4242 clip-path="url(#clipPath6)"
4243 opacity="0.2549"
4244 points=" 615 181 727 181 727 221 615 221 615 181"
4245 stroke="none"
4246 id="polygon1206" />
4247 <polygon
4248 fill="rgb(131,122,133)"
4249 clip-path="url(#clipPath6)"
4250 opacity="0.2549"
4251 points=" 616 182 728 182 728 222 616 222 616 182"
4252 stroke="none"
4253 id="polygon1208" />
4254 <rect
4255 x="614"
4256 y="180"
4257 clip-path="url(#clipPath149)"
4258 fill="url(#linearGradient24)"
4259 width="112"
4260 height="40"
4261 stroke="none"
4262 id="rect1210" />
4263 <rect
4264 x="614"
4265 y="180"
4266 clip-path="url(#clipPath149)"
4267 fill="none"
4268 width="111"
4269 height="39"
4270 id="rect1212" />
4271 <image
4272 width="16"
4273 xlink:show="embed"
4274 xlink:type="simple"
4275 clip-path="url(#clipPath150)"
4276 preserveAspectRatio="none"
4277 height="16"
4278 font-style="italic"
4279 x="614"
4280 y="180"
4281 xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAtElEQVR42mNgGGjA
4282iC4wt0b/PyFNyS0X4fpYsCmIrl2EU/PS5jgUPhO6gn//GfHaji6P4YI/fxkY/v9n
4283hfgPpvY/1LP/IfL4DfjPxLBqwTQGXAEBksdrwO9/TAzhiak4vTCt5gT+MPj9lwlv
4284GKDLY7jg119GvGEAksfvBaCC7r7VDLgC4Q9BA4BhUFUcgNMLjYU7CYTBPwJh8I+J
4285UDpgJJAOCHjhLzCei7MycbqAmYmJurkRAGS/RaNk4/qhAAAAAElFTkSuQmCC"
4286 xlink:actuate="onLoad"
4287 id="image1214" />
4288 <text
4289 x="633"
4290 y="192"
4291 clip-path="url(#clipPath151)"
4292 fill="rgb(64,64,64)"
4293 font-style="italic"
4294 stroke="none"
4295 xml:space="preserve"
4296 id="text1216">CompositeElement</text>
4297 <line
4298 clip-path="url(#clipPath152)"
4299 fill="none"
4300 x1="614"
4301 x2="726"
4302 y1="196"
4303 y2="196"
4304 id="line1218" />
4305 <line
4306 clip-path="url(#clipPath153)"
4307 fill="none"
4308 x1="614"
4309 x2="726"
4310 y1="208"
4311 y2="208"
4312 id="line1220" />
4313 <line
4314 clip-path="url(#clipPath6)"
4315 fill="none"
4316 x1="734"
4317 x2="734"
4318 y1="448"
4319 y2="415"
4320 stroke="rgb(64,64,64)"
4321 id="line1222" />
4322 <line
4323 clip-path="url(#clipPath6)"
4324 fill="none"
4325 x1="734"
4326 x2="659"
4327 y1="415"
4328 y2="415"
4329 stroke="rgb(64,64,64)"
4330 id="line1224" />
4331 <line
4332 clip-path="url(#clipPath6)"
4333 fill="none"
4334 x1="659"
4335 x2="659"
4336 y1="415"
4337 y2="380"
4338 stroke="rgb(64,64,64)"
4339 id="line1226" />
4340 <polygon
4341 fill="white"
4342 clip-path="url(#clipPath154)"
4343 points=" 659 380 665 394 653 394 659 380"
4344 stroke="none"
4345 id="polygon1228" />
4346 <polygon
4347 fill="none"
4348 clip-path="url(#clipPath154)"
4349 points=" 659 380 665 394 653 394 659 380"
4350 stroke="rgb(64,64,64)"
4351 id="polygon1230" />
4352 <line
4353 clip-path="url(#clipPath6)"
4354 fill="none"
4355 x1="700"
4356 x2="770"
4357 y1="340"
4358 y2="282"
4359 stroke="rgb(64,64,64)"
4360 id="line1232" />
4361 <line
4362 clip-path="url(#clipPath6)"
4363 fill="none"
4364 x1="770"
4365 x2="863"
4366 y1="282"
4367 y2="227"
4368 stroke="rgb(64,64,64)"
4369 id="line1234" />
4370 <text
4371 x="840"
4372 y="260"
4373 clip-path="url(#clipPath155)"
4374 fill="rgb(64,64,64)"
4375 stroke="none"
4376 xml:space="preserve"
4377 id="text1236">parentRegion</text>
4378 <text
4379 x="868"
4380 y="246"
4381 clip-path="url(#clipPath156)"
4382 fill="rgb(64,64,64)"
4383 stroke="none"
4384 xml:space="preserve"
4385 id="text1238">1</text>
4386 <text
4387 x="942"
4388 y="384"
4389 clip-path="url(#clipPath157)"
4390 fill="rgb(64,64,64)"
4391 stroke="none"
4392 xml:space="preserve"
4393 id="text1240">incomingTransitions</text>
4394 <text
4395 x="1005"
4396 y="376"
4397 clip-path="url(#clipPath158)"
4398 fill="rgb(64,64,64)"
4399 stroke="none"
4400 xml:space="preserve"
4401 id="text1242">0..*</text>
4402 <line
4403 clip-path="url(#clipPath6)"
4404 fill="none"
4405 x1="734"
4406 x2="910"
4407 y1="344"
4408 y2="332"
4409 stroke="rgb(64,64,64)"
4410 id="line1244" />
4411 <line
4412 clip-path="url(#clipPath6)"
4413 fill="none"
4414 x1="910"
4415 x2="1050"
4416 y1="332"
4417 y2="343"
4418 stroke="rgb(64,64,64)"
4419 id="line1246" />
4420 <polygon
4421 fill="rgb(64,64,64)"
4422 clip-path="url(#clipPath159)"
4423 points=" 741 341 734 344 741 347 748 343 741 341"
4424 stroke="none"
4425 id="polygon1248" />
4426 <polygon
4427 fill="none"
4428 clip-path="url(#clipPath159)"
4429 points=" 741 341 734 344 741 347 748 343 741 341"
4430 stroke="rgb(64,64,64)"
4431 id="polygon1250" />
4432 <text
4433 x="943"
4434 y="326"
4435 clip-path="url(#clipPath160)"
4436 fill="rgb(64,64,64)"
4437 stroke="none"
4438 xml:space="preserve"
4439 id="text1252">outgoingTransitions</text>
4440 <text
4441 x="1025"
4442 y="341"
4443 clip-path="url(#clipPath161)"
4444 fill="rgb(64,64,64)"
4445 stroke="none"
4446 xml:space="preserve"
4447 id="text1254">0..*</text>
4448 <line
4449 clip-path="url(#clipPath6)"
4450 fill="none"
4451 x1="863"
4452 x2="770"
4453 y1="227"
4454 y2="282"
4455 stroke="rgb(64,64,64)"
4456 id="line1256" />
4457 <line
4458 clip-path="url(#clipPath6)"
4459 fill="none"
4460 x1="770"
4461 x2="700"
4462 y1="282"
4463 y2="340"
4464 stroke="rgb(64,64,64)"
4465 id="line1258" />
4466 <polygon
4467 fill="rgb(64,64,64)"
4468 clip-path="url(#clipPath162)"
4469 points=" 859 233 863 227 855 228 851 234 859 233"
4470 stroke="none"
4471 id="polygon1260" />
4472 <polygon
4473 fill="none"
4474 clip-path="url(#clipPath162)"
4475 points=" 859 233 863 227 855 228 851 234 859 233"
4476 stroke="rgb(64,64,64)"
4477 id="polygon1262" />
4478 <text
4479 x="659"
4480 y="331"
4481 clip-path="url(#clipPath163)"
4482 fill="rgb(64,64,64)"
4483 stroke="none"
4484 xml:space="preserve"
4485 id="text1264">vertices</text>
4486 <text
4487 x="700"
4488 y="324"
4489 clip-path="url(#clipPath164)"
4490 fill="rgb(64,64,64)"
4491 stroke="none"
4492 xml:space="preserve"
4493 id="text1266">0..*</text>
4494 <line
4495 clip-path="url(#clipPath6)"
4496 fill="none"
4497 x1="830"
4498 x2="782"
4499 y1="207"
4500 y2="216"
4501 stroke="rgb(64,64,64)"
4502 id="line1268" />
4503 <line
4504 clip-path="url(#clipPath6)"
4505 fill="none"
4506 x1="782"
4507 x2="726"
4508 y1="216"
4509 y2="204"
4510 stroke="rgb(64,64,64)"
4511 id="line1270" />
4512 <text
4513 x="734"
4514 y="190"
4515 clip-path="url(#clipPath165)"
4516 fill="rgb(64,64,64)"
4517 stroke="none"
4518 xml:space="preserve"
4519 id="text1272">composite</text>
4520 <text
4521 x="732"
4522 y="200"
4523 clip-path="url(#clipPath166)"
4524 fill="rgb(64,64,64)"
4525 stroke="none"
4526 xml:space="preserve"
4527 id="text1274">1</text>
4528 <line
4529 clip-path="url(#clipPath6)"
4530 fill="none"
4531 x1="1050"
4532 x2="894"
4533 y1="357"
4534 y2="380"
4535 stroke="rgb(64,64,64)"
4536 id="line1276" />
4537 <line
4538 clip-path="url(#clipPath6)"
4539 fill="none"
4540 x1="894"
4541 x2="734"
4542 y1="380"
4543 y2="356"
4544 stroke="rgb(64,64,64)"
4545 id="line1278" />
4546 <text
4547 x="767"
4548 y="376"
4549 clip-path="url(#clipPath167)"
4550 fill="rgb(64,64,64)"
4551 stroke="none"
4552 xml:space="preserve"
4553 id="text1280">target</text>
4554 <text
4555 x="755"
4556 y="375"
4557 clip-path="url(#clipPath168)"
4558 fill="rgb(64,64,64)"
4559 stroke="none"
4560 xml:space="preserve"
4561 id="text1282">1</text>
4562 <text
4563 x="771"
4564 y="340"
4565 clip-path="url(#clipPath169)"
4566 fill="rgb(64,64,64)"
4567 stroke="none"
4568 xml:space="preserve"
4569 id="text1284">source</text>
4570 <text
4571 x="764"
4572 y="339"
4573 clip-path="url(#clipPath170)"
4574 fill="rgb(64,64,64)"
4575 stroke="none"
4576 xml:space="preserve"
4577 id="text1286">1</text>
4578 <line
4579 clip-path="url(#clipPath6)"
4580 fill="none"
4581 x1="1126"
4582 x2="1126"
4583 y1="375"
4584 y2="744"
4585 stroke="rgb(64,64,64)"
4586 id="line1288" />
4587 <line
4588 clip-path="url(#clipPath6)"
4589 fill="none"
4590 x1="1126"
4591 x2="398"
4592 y1="744"
4593 y2="744"
4594 stroke="rgb(64,64,64)"
4595 id="line1290" />
4596 <polygon
4597 fill="white"
4598 clip-path="url(#clipPath171)"
4599 points=" 398 744 412 738 412 750 398 744"
4600 stroke="none"
4601 id="polygon1292"
4602 style="stroke:#ff0000;stroke-opacity:1" />
4603 <polygon
4604 fill="none"
4605 clip-path="url(#clipPath171)"
4606 points=" 398 744 412 738 412 750 398 744"
4607 stroke="rgb(64,64,64)"
4608 id="polygon1294"
4609 style="stroke:#ff0000;stroke-opacity:1" />
4610 <line
4611 clip-path="url(#clipPath6)"
4612 fill="none"
4613 x1="544"
4614 x2="544"
4615 y1="576"
4616 y2="484"
4617 stroke="rgb(64,64,64)"
4618 id="line1296" />
4619 <polygon
4620 fill="white"
4621 clip-path="url(#clipPath172)"
4622 points=" 544 484 550 498 538 498 544 484"
4623 stroke="none"
4624 id="polygon1298" />
4625 <polygon
4626 fill="none"
4627 clip-path="url(#clipPath172)"
4628 points=" 544 484 550 498 538 498 544 484"
4629 stroke="rgb(64,64,64)"
4630 id="polygon1300" />
4631 <line
4632 clip-path="url(#clipPath6)"
4633 fill="none"
4634 x1="102"
4635 x2="102"
4636 y1="116"
4637 y2="68"
4638 stroke="rgb(64,64,64)"
4639 id="line1302"
4640 style="stroke:#fc0000;stroke-opacity:1" />
4641 <polygon
4642 fill="white"
4643 clip-path="url(#clipPath173)"
4644 points=" 102 68 108 82 96 82 102 68"
4645 stroke="none"
4646 id="polygon1304"
4647 style="stroke:#fc0000;stroke-opacity:1" />
4648 <polygon
4649 fill="none"
4650 clip-path="url(#clipPath173)"
4651 points=" 102 68 108 82 96 82 102 68"
4652 stroke="rgb(64,64,64)"
4653 id="polygon1306"
4654 style="stroke:#fc0000;stroke-opacity:1" />
4655 <line
4656 clip-path="url(#clipPath6)"
4657 fill="none"
4658 x1="138"
4659 x2="138"
4660 y1="116"
4661 y2="68"
4662 stroke="rgb(64,64,64)"
4663 id="line1308"
4664 style="stroke:#fc0000;stroke-opacity:1" />
4665 <polygon
4666 fill="white"
4667 clip-path="url(#clipPath174)"
4668 points=" 138 68 144 82 132 82 138 68"
4669 stroke="none"
4670 id="polygon1310"
4671 style="stroke:#fc0000;stroke-opacity:1" />
4672 <polygon
4673 fill="none"
4674 clip-path="url(#clipPath174)"
4675 points=" 138 68 144 82 132 82 138 68"
4676 stroke="rgb(64,64,64)"
4677 id="polygon1312"
4678 style="stroke:#fc0000;stroke-opacity:1" />
4679 <line
4680 clip-path="url(#clipPath6)"
4681 fill="none"
4682 x1="690"
4683 x2="690"
4684 y1="576"
4685 y2="528"
4686 stroke="rgb(64,64,64)"
4687 id="line1314" />
4688 <line
4689 clip-path="url(#clipPath6)"
4690 fill="none"
4691 x1="690"
4692 x2="726"
4693 y1="528"
4694 y2="528"
4695 stroke="rgb(64,64,64)"
4696 id="line1316" />
4697 <line
4698 clip-path="url(#clipPath6)"
4699 fill="none"
4700 x1="726"
4701 x2="726"
4702 y1="528"
4703 y2="488"
4704 stroke="rgb(64,64,64)"
4705 id="line1318" />
4706 <polygon
4707 fill="white"
4708 clip-path="url(#clipPath175)"
4709 points=" 726 488 732 502 720 502 726 488"
4710 stroke="none"
4711 id="polygon1320" />
4712 <polygon
4713 fill="none"
4714 clip-path="url(#clipPath175)"
4715 points=" 726 488 732 502 720 502 726 488"
4716 stroke="rgb(64,64,64)"
4717 id="polygon1322" />
4718 <line
4719 clip-path="url(#clipPath6)"
4720 fill="none"
4721 x1="132"
4722 x2="132"
4723 y1="448"
4724 y2="560"
4725 stroke="rgb(64,64,64)"
4726 id="line1324"
4727 style="stroke:#ff0000;stroke-opacity:1" />
4728 <line
4729 clip-path="url(#clipPath6)"
4730 fill="none"
4731 x1="132"
4732 x2="340"
4733 y1="560"
4734 y2="560"
4735 stroke="rgb(64,64,64)"
4736 id="line1326"
4737 style="stroke:#ff0000;stroke-opacity:1" />
4738 <line
4739 clip-path="url(#clipPath6)"
4740 fill="none"
4741 x1="340"
4742 x2="340"
4743 y1="560"
4744 y2="616"
4745 stroke="rgb(64,64,64)"
4746 id="line1328"
4747 style="stroke:#ff0000;stroke-opacity:1" />
4748 <polygon
4749 fill="white"
4750 clip-path="url(#clipPath176)"
4751 points=" 340 616 334 602 346 602 340 616"
4752 stroke="none"
4753 id="polygon1330"
4754 style="stroke:#ff0000;stroke-opacity:1" />
4755 <polygon
4756 fill="none"
4757 clip-path="url(#clipPath176)"
4758 points=" 340 616 334 602 346 602 340 616"
4759 stroke="rgb(64,64,64)"
4760 id="polygon1332"
4761 style="stroke:#ff0000;stroke-opacity:1" />
4762 <line
4763 clip-path="url(#clipPath6)"
4764 fill="none"
4765 x1="86"
4766 x2="86"
4767 y1="408"
4768 y2="294"
4769 stroke="rgb(64,64,64)"
4770 id="line1334"
4771 style="stroke:#ff0000;stroke-opacity:1" />
4772 <line
4773 clip-path="url(#clipPath6)"
4774 fill="none"
4775 x1="86"
4776 x2="474"
4777 y1="294"
4778 y2="294"
4779 stroke="rgb(64,64,64)"
4780 id="line1336"
4781 style="stroke:#ff0000;stroke-opacity:1" />
4782 <line
4783 clip-path="url(#clipPath6)"
4784 fill="none"
4785 x1="474"
4786 x2="474"
4787 y1="294"
4788 y2="227"
4789 stroke="rgb(64,64,64)"
4790 id="line1338" />
4791 <polygon
4792 fill="white"
4793 clip-path="url(#clipPath177)"
4794 points=" 474 227 480 241 468 241 474 227"
4795 stroke="none"
4796 id="polygon1340"
4797 style="stroke:#fc0000;stroke-opacity:1" />
4798 <polygon
4799 fill="none"
4800 clip-path="url(#clipPath177)"
4801 points=" 474 227 480 241 468 241 474 227"
4802 stroke="rgb(64,64,64)"
4803 id="polygon1342"
4804 style="stroke:#fc0000;stroke-opacity:1" />
4805 <line
4806 clip-path="url(#clipPath6)"
4807 fill="none"
4808 x1="135"
4809 x2="135"
4810 y1="408"
4811 y2="318"
4812 stroke="rgb(64,64,64)"
4813 id="line1344" />
4814 <line
4815 clip-path="url(#clipPath6)"
4816 fill="none"
4817 x1="135"
4818 x2="663"
4819 y1="318"
4820 y2="318"
4821 stroke="rgb(64,64,64)"
4822 id="line1346" />
4823 <line
4824 clip-path="url(#clipPath6)"
4825 fill="none"
4826 x1="663"
4827 x2="663"
4828 y1="318"
4829 y2="220"
4830 stroke="rgb(64,64,64)"
4831 id="line1348" />
4832 <polygon
4833 fill="white"
4834 clip-path="url(#clipPath178)"
4835 points=" 663 220 669 234 657 234 663 220"
4836 stroke="none"
4837 id="polygon1350" />
4838 <polygon
4839 fill="none"
4840 clip-path="url(#clipPath178)"
4841 points=" 663 220 669 234 657 234 663 220"
4842 stroke="rgb(64,64,64)"
4843 id="polygon1352" />
4844 <line
4845 clip-path="url(#clipPath6)"
4846 fill="none"
4847 x1="847"
4848 x2="847"
4849 y1="576"
4850 y2="528"
4851 stroke="rgb(64,64,64)"
4852 id="line1354" />
4853 <line
4854 clip-path="url(#clipPath6)"
4855 fill="none"
4856 x1="847"
4857 x2="726"
4858 y1="528"
4859 y2="528"
4860 stroke="rgb(64,64,64)"
4861 id="line1356" />
4862 <line
4863 clip-path="url(#clipPath6)"
4864 fill="none"
4865 x1="726"
4866 x2="726"
4867 y1="528"
4868 y2="488"
4869 stroke="rgb(64,64,64)"
4870 id="line1358" />
4871 <polygon
4872 fill="white"
4873 clip-path="url(#clipPath175)"
4874 points=" 726 488 732 502 720 502 726 488"
4875 stroke="none"
4876 id="polygon1360" />
4877 <polygon
4878 fill="none"
4879 clip-path="url(#clipPath175)"
4880 points=" 726 488 732 502 720 502 726 488"
4881 stroke="rgb(64,64,64)"
4882 id="polygon1362" />
4883 <line
4884 clip-path="url(#clipPath6)"
4885 fill="none"
4886 x1="316"
4887 x2="298"
4888 y1="764"
4889 y2="812"
4890 stroke="rgb(64,64,64)"
4891 id="line1364"
4892 style="stroke:#ff0000;stroke-opacity:1" />
4893 <polygon
4894 fill="rgb(64,64,64)"
4895 clip-path="url(#clipPath179)"
4896 points=" 316 772 316 764 311 770 311 777 316 772"
4897 stroke="none"
4898 id="polygon1366"
4899 style="stroke:#ff0000;stroke-opacity:1" />
4900 <polygon
4901 fill="none"
4902 clip-path="url(#clipPath179)"
4903 points=" 316 772 316 764 311 770 311 777 316 772"
4904 stroke="rgb(64,64,64)"
4905 id="polygon1368"
4906 style="stroke:#ff0000;stroke-opacity:1" />
4907 <line
4908 clip-path="url(#clipPath180)"
4909 fill="none"
4910 x1="298"
4911 x2="298"
4912 y1="804"
4913 y2="812"
4914 stroke="rgb(64,64,64)"
4915 id="line1370"
4916 style="stroke:#ff0000;stroke-opacity:1" />
4917 <line
4918 clip-path="url(#clipPath180)"
4919 fill="none"
4920 x1="298"
4921 x2="303"
4922 y1="812"
4923 y2="806"
4924 stroke="rgb(64,64,64)"
4925 id="line1372"
4926 style="stroke:#ff0000;stroke-opacity:1" />
4927 <text
4928 x="275"
4929 y="779"
4930 clip-path="url(#clipPath181)"
4931 fill="rgb(64,64,64)"
4932 stroke="none"
4933 xml:space="preserve"
4934 id="text1374"
4935 style="stroke:#ff0000;stroke-opacity:1;">trigger</text>
4936 <text
4937 x="281"
4938 y="806"
4939 clip-path="url(#clipPath182)"
4940 fill="rgb(64,64,64)"
4941 stroke="none"
4942 xml:space="preserve"
4943 id="text1376"
4944 style="stroke:#ff0000;stroke-opacity:1;">0..1</text>
4945 <line
4946 clip-path="url(#clipPath6)"
4947 fill="none"
4948 x1="381"
4949 x2="402"
4950 y1="764"
4951 y2="812"
4952 stroke="rgb(64,64,64)"
4953 id="line1378"
4954 style="stroke:#ff0000;stroke-opacity:1" />
4955 <polygon
4956 fill="rgb(64,64,64)"
4957 clip-path="url(#clipPath183)"
4958 points=" 387 769 381 764 381 772 387 777 387 769"
4959 stroke="none"
4960 id="polygon1380"
4961 style="stroke:#ff0000;stroke-opacity:1" />
4962 <polygon
4963 fill="none"
4964 clip-path="url(#clipPath183)"
4965 points=" 387 769 381 764 381 772 387 777 387 769"
4966 stroke="rgb(64,64,64)"
4967 id="polygon1382"
4968 style="stroke:#ff0000;stroke-opacity:1" />
4969 <line
4970 clip-path="url(#clipPath184)"
4971 fill="none"
4972 x1="396"
4973 x2="402"
4974 y1="807"
4975 y2="812"
4976 stroke="rgb(64,64,64)"
4977 id="line1384"
4978 style="stroke:#ff0000;stroke-opacity:1" />
4979 <line
4980 clip-path="url(#clipPath184)"
4981 fill="none"
4982 x1="402"
4983 x2="402"
4984 y1="812"
4985 y2="804"
4986 stroke="rgb(64,64,64)"
4987 id="line1386"
4988 style="stroke:#ff0000;stroke-opacity:1" />
4989 <text
4990 x="393"
4991 y="780"
4992 clip-path="url(#clipPath185)"
4993 fill="rgb(64,64,64)"
4994 stroke="none"
4995 xml:space="preserve"
4996 id="text1388"
4997 style="stroke:#ff0000;stroke-opacity:1;">effect</text>
4998 <text
4999 x="380"
5000 y="807"
5001 clip-path="url(#clipPath186)"
5002 fill="rgb(64,64,64)"
5003 stroke="none"
5004 xml:space="preserve"
5005 id="text1390"
5006 style="stroke:#ff0000;stroke-opacity:1;">0..1</text>
5007 <line
5008 clip-path="url(#clipPath6)"
5009 fill="none"
5010 x1="369"
5011 x2="369"
5012 y1="656"
5013 y2="724"
5014 stroke="rgb(64,64,64)"
5015 id="line1392"
5016 style="stroke:#ff0000;stroke-opacity:1" />
5017 <line
5018 clip-path="url(#clipPath187)"
5019 fill="none"
5020 x1="366"
5021 x2="369"
5022 y1="717"
5023 y2="724"
5024 stroke="rgb(64,64,64)"
5025 id="line1394"
5026 style="stroke:#ff0000;stroke-opacity:1" />
5027 <line
5028 clip-path="url(#clipPath187)"
5029 fill="none"
5030 x1="369"
5031 x2="372"
5032 y1="724"
5033 y2="717"
5034 stroke="rgb(64,64,64)"
5035 id="line1396"
5036 style="stroke:#ff0000;stroke-opacity:1" />
5037 <text
5038 x="359"
5039 y="684"
5040 clip-path="url(#clipPath188)"
5041 fill="rgb(64,64,64)"
5042 stroke="none"
5043 xml:space="preserve"
5044 id="text1398"
5045 style="stroke:#ff0000;stroke-opacity:1;">reactions</text>
5046 <text
5047 x="350"
5048 y="728"
5049 clip-path="url(#clipPath189)"
5050 fill="rgb(64,64,64)"
5051 stroke="none"
5052 xml:space="preserve"
5053 id="text1400"
5054 style="stroke:#ff0000;stroke-opacity:1;">0..*</text>
5055 <line
5056 clip-path="url(#clipPath6)"
5057 fill="none"
5058 x1="322"
5059 x2="322"
5060 y1="656"
5061 y2="724"
5062 stroke="rgb(64,64,64)"
5063 id="line1402"
5064 style="stroke:#ff0000;stroke-opacity:1" />
5065 <line
5066 clip-path="url(#clipPath190)"
5067 fill="none"
5068 x1="319"
5069 x2="322"
5070 y1="717"
5071 y2="724"
5072 stroke="rgb(64,64,64)"
5073 id="line1404"
5074 style="stroke:#ff0000;stroke-opacity:1" />
5075 <line
5076 clip-path="url(#clipPath190)"
5077 fill="none"
5078 x1="322"
5079 x2="325"
5080 y1="724"
5081 y2="717"
5082 stroke="rgb(64,64,64)"
5083 id="line1406"
5084 style="stroke:#ff0000;stroke-opacity:1" />
5085 <text
5086 x="266"
5087 y="680"
5088 clip-path="url(#clipPath191)"
5089 fill="rgb(64,64,64)"
5090 stroke="none"
5091 xml:space="preserve"
5092 id="text1408"
5093 style="stroke:#ff0000;stroke-opacity:1;">localReactions</text>
5094 <text
5095 x="303"
5096 y="728"
5097 clip-path="url(#clipPath192)"
5098 fill="rgb(64,64,64)"
5099 stroke="none"
5100 xml:space="preserve"
5101 id="text1410"
5102 style="stroke:#ff0000;stroke-opacity:1;">0..*</text>
5103 <line
5104 clip-path="url(#clipPath6)"
5105 fill="none"
5106 x1="939"
5107 x2="939"
5108 y1="576"
5109 y2="528"
5110 stroke="rgb(64,64,64)"
5111 id="line1412" />
5112 <line
5113 clip-path="url(#clipPath6)"
5114 fill="none"
5115 x1="939"
5116 x2="726"
5117 y1="528"
5118 y2="528"
5119 stroke="rgb(64,64,64)"
5120 id="line1414" />
5121 <line
5122 clip-path="url(#clipPath6)"
5123 fill="none"
5124 x1="726"
5125 x2="726"
5126 y1="528"
5127 y2="488"
5128 stroke="rgb(64,64,64)"
5129 id="line1416" />
5130 <polygon
5131 fill="white"
5132 clip-path="url(#clipPath175)"
5133 points=" 726 488 732 502 720 502 726 488"
5134 stroke="none"
5135 id="polygon1418" />
5136 <polygon
5137 fill="none"
5138 clip-path="url(#clipPath175)"
5139 points=" 726 488 732 502 720 502 726 488"
5140 stroke="rgb(64,64,64)"
5141 id="polygon1420" />
5142 <line
5143 clip-path="url(#clipPath6)"
5144 fill="none"
5145 x1="322"
5146 x2="322"
5147 y1="180"
5148 y2="39"
5149 stroke="rgb(64,64,64)"
5150 id="line1422"
5151 style="stroke:#fc0000;stroke-opacity:1" />
5152 <line
5153 clip-path="url(#clipPath6)"
5154 fill="none"
5155 x1="322"
5156 x2="178"
5157 y1="39"
5158 y2="39"
5159 stroke="rgb(64,64,64)"
5160 id="line1424"
5161 style="stroke:#fc0000;stroke-opacity:1" />
5162 <polygon
5163 fill="rgb(64,64,64)"
5164 clip-path="url(#clipPath193)"
5165 points=" 319 173 322 180 325 173 322 166 319 173"
5166 stroke="none"
5167 id="polygon1426"
5168 style="stroke:#fc0000;stroke-opacity:1" />
5169 <polygon
5170 fill="none"
5171 clip-path="url(#clipPath193)"
5172 points=" 319 173 322 180 325 173 322 166 319 173"
5173 stroke="rgb(64,64,64)"
5174 id="polygon1428"
5175 style="stroke:#fc0000;stroke-opacity:1" />
5176 <line
5177 clip-path="url(#clipPath194)"
5178 fill="none"
5179 x1="185"
5180 x2="178"
5181 y1="36"
5182 y2="39"
5183 stroke="rgb(64,64,64)"
5184 id="line1430"
5185 style="stroke:#fc0000;stroke-opacity:1" />
5186 <line
5187 clip-path="url(#clipPath194)"
5188 fill="none"
5189 x1="178"
5190 x2="185"
5191 y1="39"
5192 y2="42"
5193 stroke="rgb(64,64,64)"
5194 id="line1432"
5195 style="stroke:#fc0000;stroke-opacity:1" />
5196 <text
5197 x="201"
5198 y="53"
5199 clip-path="url(#clipPath195)"
5200 fill="rgb(64,64,64)"
5201 stroke="none"
5202 xml:space="preserve"
5203 id="text1434"
5204 style="stroke:#fc0000;stroke-opacity:1;">declarations</text>
5205 <text
5206 x="202"
5207 y="33"
5208 clip-path="url(#clipPath196)"
5209 fill="rgb(64,64,64)"
5210 stroke="none"
5211 xml:space="preserve"
5212 id="text1436"
5213 style="stroke:#fc0000;stroke-opacity:1;">0..*</text>
5214 <line
5215 clip-path="url(#clipPath6)"
5216 fill="none"
5217 x1="262"
5218 x2="170"
5219 y1="195"
5220 y2="195"
5221 stroke="rgb(64,64,64)"
5222 id="line1438"
5223 style="stroke:#fc0000;stroke-opacity:1" />
5224 <line
5225 clip-path="url(#clipPath6)"
5226 fill="none"
5227 x1="170"
5228 x2="170"
5229 y1="195"
5230 y2="156"
5231 stroke="rgb(64,64,64)"
5232 id="line1440"
5233 style="stroke:#fc0000;stroke-opacity:1" />
5234 <line
5235 clip-path="url(#clipPath197)"
5236 fill="none"
5237 x1="173"
5238 x2="170"
5239 y1="163"
5240 y2="156"
5241 stroke="rgb(64,64,64)"
5242 id="line1442"
5243 style="stroke:#fc0000;stroke-opacity:1" />
5244 <line
5245 clip-path="url(#clipPath197)"
5246 fill="none"
5247 x1="170"
5248 x2="167"
5249 y1="156"
5250 y2="163"
5251 stroke="rgb(64,64,64)"
5252 id="line1444"
5253 style="stroke:#fc0000;stroke-opacity:1" />
5254 <text
5255 x="144"
5256 y="190"
5257 clip-path="url(#clipPath198)"
5258 fill="rgb(64,64,64)"
5259 stroke="none"
5260 xml:space="preserve"
5261 id="text1446"
5262 style="stroke:#fc0000;stroke-opacity:1;">events</text>
5263 <text
5264 x="174"
5265 y="170"
5266 clip-path="url(#clipPath199)"
5267 fill="rgb(64,64,64)"
5268 stroke="none"
5269 xml:space="preserve"
5270 id="text1448"
5271 style="stroke:#fc0000;stroke-opacity:1;">0..*</text>
5272 <line
5273 clip-path="url(#clipPath6)"
5274 fill="none"
5275 x1="262"
5276 x2="66"
5277 y1="212"
5278 y2="212"
5279 stroke="rgb(64,64,64)"
5280 id="line1450"
5281 style="stroke:#fc0000;stroke-opacity:1" />
5282 <line
5283 clip-path="url(#clipPath6)"
5284 fill="none"
5285 x1="66"
5286 x2="66"
5287 y1="212"
5288 y2="156"
5289 stroke="rgb(64,64,64)"
5290 id="line1452"
5291 style="stroke:#fc0000;stroke-opacity:1" />
5292 <line
5293 clip-path="url(#clipPath200)"
5294 fill="none"
5295 x1="69"
5296 x2="66"
5297 y1="163"
5298 y2="156"
5299 stroke="rgb(64,64,64)"
5300 id="line1454"
5301 style="stroke:#fc0000;stroke-opacity:1" />
5302 <line
5303 clip-path="url(#clipPath200)"
5304 fill="none"
5305 x1="66"
5306 x2="63"
5307 y1="156"
5308 y2="163"
5309 stroke="rgb(64,64,64)"
5310 id="line1456"
5311 style="stroke:#fc0000;stroke-opacity:1" />
5312 <text
5313 x="34"
5314 y="208"
5315 clip-path="url(#clipPath201)"
5316 fill="rgb(64,64,64)"
5317 stroke="none"
5318 xml:space="preserve"
5319 id="text1458"
5320 style="stroke:#fc0000;stroke-opacity:1;">variables</text>
5321 <text
5322 x="67"
5323 y="188"
5324 clip-path="url(#clipPath202)"
5325 fill="rgb(64,64,64)"
5326 stroke="none"
5327 xml:space="preserve"
5328 id="text1460"
5329 style="stroke:#fc0000;stroke-opacity:1;">0..*</text>
5330 <line
5331 clip-path="url(#clipPath6)"
5332 fill="none"
5333 x1="442"
5334 x2="362"
5335 y1="199"
5336 y2="199"
5337 stroke="rgb(64,64,64)"
5338 id="line1462"
5339 style="stroke:#fc0000;stroke-opacity:1" />
5340 <polygon
5341 fill="rgb(64,64,64)"
5342 clip-path="url(#clipPath203)"
5343 points=" 435 202 442 199 435 196 428 199 435 202"
5344 stroke="none"
5345 id="polygon1464"
5346 style="stroke:#fc0000;stroke-opacity:1" />
5347 <polygon
5348 fill="none"
5349 clip-path="url(#clipPath203)"
5350 points=" 435 202 442 199 435 196 428 199 435 202"
5351 stroke="rgb(64,64,64)"
5352 id="polygon1466"
5353 style="stroke:#fc0000;stroke-opacity:1" />
5354 <line
5355 clip-path="url(#clipPath204)"
5356 fill="none"
5357 x1="369"
5358 x2="362"
5359 y1="196"
5360 y2="199"
5361 stroke="rgb(64,64,64)"
5362 id="line1468"
5363 style="stroke:#fc0000;stroke-opacity:1" />
5364 <line
5365 clip-path="url(#clipPath204)"
5366 fill="none"
5367 x1="362"
5368 x2="369"
5369 y1="199"
5370 y2="202"
5371 stroke="rgb(64,64,64)"
5372 id="line1470"
5373 style="stroke:#fc0000;stroke-opacity:1" />
5374 <text
5375 x="367"
5376 y="213"
5377 clip-path="url(#clipPath205)"
5378 fill="rgb(64,64,64)"
5379 stroke="none"
5380 xml:space="preserve"
5381 id="text1472"
5382 style="stroke:#fc0000;stroke-opacity:1;">scopes</text>
5383 <text
5384 x="374"
5385 y="190"
5386 clip-path="url(#clipPath206)"
5387 fill="rgb(64,64,64)"
5388 stroke="none"
5389 xml:space="preserve"
5390 id="text1474"
5391 style="stroke:#fc0000;stroke-opacity:1;">0..*</text>
5392 <line
5393 clip-path="url(#clipPath6)"
5394 fill="none"
5395 x1="1036"
5396 x2="1036"
5397 y1="576"
5398 y2="528"
5399 stroke="rgb(64,64,64)"
5400 id="line1476" />
5401 <line
5402 clip-path="url(#clipPath6)"
5403 fill="none"
5404 x1="1036"
5405 x2="726"
5406 y1="528"
5407 y2="528"
5408 stroke="rgb(64,64,64)"
5409 id="line1478" />
5410 <line
5411 clip-path="url(#clipPath6)"
5412 fill="none"
5413 x1="726"
5414 x2="726"
5415 y1="528"
5416 y2="488"
5417 stroke="rgb(64,64,64)"
5418 id="line1480" />
5419 <polygon
5420 fill="white"
5421 clip-path="url(#clipPath175)"
5422 points=" 726 488 732 502 720 502 726 488"
5423 stroke="none"
5424 id="polygon1482" />
5425 <polygon
5426 fill="none"
5427 clip-path="url(#clipPath175)"
5428 points=" 726 488 732 502 720 502 726 488"
5429 stroke="rgb(64,64,64)"
5430 id="polygon1484" />
5431 <line
5432 clip-path="url(#clipPath6)"
5433 fill="none"
5434 x1="274"
5435 x2="170"
5436 y1="418"
5437 y2="418"
5438 stroke="rgb(64,64,64)"
5439 id="line1486" />
5440 <line
5441 clip-path="url(#clipPath207)"
5442 fill="none"
5443 x1="177"
5444 x2="170"
5445 y1="415"
5446 y2="418"
5447 stroke="rgb(64,64,64)"
5448 id="line1488" />
5449 <line
5450 clip-path="url(#clipPath207)"
5451 fill="none"
5452 x1="170"
5453 x2="177"
5454 y1="418"
5455 y2="421"
5456 stroke="rgb(64,64,64)"
5457 id="line1490" />
5458 <text
5459 x="202"
5460 y="434"
5461 clip-path="url(#clipPath208)"
5462 fill="rgb(64,64,64)"
5463 stroke="none"
5464 xml:space="preserve"
5465 id="text1492">substatechart</text>
5466 <text
5467 x="178"
5468 y="414"
5469 clip-path="url(#clipPath209)"
5470 fill="rgb(64,64,64)"
5471 stroke="none"
5472 xml:space="preserve"
5473 id="text1494">0..1</text>
5474 <line
5475 clip-path="url(#clipPath6)"
5476 fill="none"
5477 x1="357"
5478 x2="357"
5479 y1="523"
5480 y2="616"
5481 stroke="rgb(64,64,64)"
5482 id="line1496"
5483 style="stroke:#ff0000;stroke-opacity:1" />
5484 <polygon
5485 fill="white"
5486 clip-path="url(#clipPath210)"
5487 points=" 357 616 351 602 363 602 357 616"
5488 stroke="none"
5489 id="polygon1498"
5490 style="stroke:#ff0000;stroke-opacity:1" />
5491 <polygon
5492 fill="none"
5493 clip-path="url(#clipPath210)"
5494 points=" 357 616 351 602 363 602 357 616"
5495 stroke="rgb(64,64,64)"
5496 id="polygon1500"
5497 style="stroke:#ff0000;stroke-opacity:1" />
5498 <line
5499 clip-path="url(#clipPath6)"
5500 fill="none"
5501 x1="310"
5502 x2="310"
5503 y1="396"
5504 y2="294"
5505 stroke="rgb(64,64,64)"
5506 id="line1502"
5507 style="stroke:#ff0000;stroke-opacity:1" />
5508 <line
5509 clip-path="url(#clipPath6)"
5510 fill="none"
5511 x1="310"
5512 x2="474"
5513 y1="294"
5514 y2="294"
5515 stroke="rgb(64,64,64)"
5516 id="line1504"
5517 style="stroke:#ff0000;stroke-opacity:1" />
5518 <line
5519 clip-path="url(#clipPath6)"
5520 fill="none"
5521 x1="474"
5522 x2="474"
5523 y1="294"
5524 y2="227"
5525 stroke="rgb(64,64,64)"
5526 id="line1506"
5527 style="stroke:#ff0000;stroke-opacity:1" />
5528 <polygon
5529 fill="white"
5530 clip-path="url(#clipPath177)"
5531 points=" 474 227 480 241 468 241 474 227"
5532 stroke="none"
5533 id="polygon1508"
5534 style="stroke:#fc0000;stroke-opacity:1" />
5535 <polygon
5536 fill="none"
5537 clip-path="url(#clipPath177)"
5538 points=" 474 227 480 241 468 241 474 227"
5539 stroke="rgb(64,64,64)"
5540 id="polygon1510"
5541 style="stroke:#fc0000;stroke-opacity:1" />
5542 <line
5543 clip-path="url(#clipPath6)"
5544 fill="none"
5545 x1="422"
5546 x2="494"
5547 y1="464"
5548 y2="464"
5549 stroke="rgb(64,64,64)"
5550 id="line1512" />
5551 <polygon
5552 fill="white"
5553 clip-path="url(#clipPath211)"
5554 points=" 494 464 480 470 480 458 494 464"
5555 stroke="none"
5556 id="polygon1514" />
5557 <polygon
5558 fill="none"
5559 clip-path="url(#clipPath211)"
5560 points=" 494 464 480 470 480 458 494 464"
5561 stroke="rgb(64,64,64)"
5562 id="polygon1516" />
5563 <line
5564 clip-path="url(#clipPath6)"
5565 fill="none"
5566 x1="381"
5567 x2="381"
5568 y1="396"
5569 y2="318"
5570 stroke="rgb(64,64,64)"
5571 id="line1518" />
5572 <line
5573 clip-path="url(#clipPath6)"
5574 fill="none"
5575 x1="381"
5576 x2="663"
5577 y1="318"
5578 y2="318"
5579 stroke="rgb(64,64,64)"
5580 id="line1520" />
5581 <line
5582 clip-path="url(#clipPath6)"
5583 fill="none"
5584 x1="663"
5585 x2="663"
5586 y1="318"
5587 y2="220"
5588 stroke="rgb(64,64,64)"
5589 id="line1522" />
5590 <polygon
5591 fill="white"
5592 clip-path="url(#clipPath178)"
5593 points=" 663 220 669 234 657 234 663 220"
5594 stroke="none"
5595 id="polygon1524" />
5596 <polygon
5597 fill="none"
5598 clip-path="url(#clipPath178)"
5599 points=" 663 220 669 234 657 234 663 220"
5600 stroke="rgb(64,64,64)"
5601 id="polygon1526" />
5602 <line
5603 clip-path="url(#clipPath6)"
5604 fill="none"
5605 x1="545"
5606 x2="545"
5607 y1="444"
5608 y2="415"
5609 stroke="rgb(64,64,64)"
5610 id="line1528" />
5611 <line
5612 clip-path="url(#clipPath6)"
5613 fill="none"
5614 x1="545"
5615 x2="659"
5616 y1="415"
5617 y2="415"
5618 stroke="rgb(64,64,64)"
5619 id="line1530" />
5620 <line
5621 clip-path="url(#clipPath6)"
5622 fill="none"
5623 x1="659"
5624 x2="659"
5625 y1="415"
5626 y2="380"
5627 stroke="rgb(64,64,64)"
5628 id="line1532" />
5629 <polygon
5630 fill="white"
5631 clip-path="url(#clipPath154)"
5632 points=" 659 380 665 394 653 394 659 380"
5633 stroke="none"
5634 id="polygon1534" />
5635 <polygon
5636 fill="none"
5637 clip-path="url(#clipPath154)"
5638 points=" 659 380 665 394 653 394 659 380"
5639 stroke="rgb(64,64,64)"
5640 id="polygon1536" />
5641 <polygon
5642 fill="rgb(64,64,64)"
5643 clip-path="url(#clipPath212)"
5644 points=" 733 203 726 204 732 208 740 207 733 203"
5645 stroke="none"
5646 id="polygon1538" />
5647 <polygon
5648 fill="none"
5649 clip-path="url(#clipPath212)"
5650 points=" 733 203 726 204 732 208 740 207 733 203"
5651 stroke="rgb(64,64,64)"
5652 id="polygon1540" />
5653 <text
5654 x="801"
5655 y="240"
5656 clip-path="url(#clipPath213)"
5657 fill="rgb(64,64,64)"
5658 stroke="none"
5659 xml:space="preserve"
5660 id="text1542">regions</text>
5661 <text
5662 x="816"
5663 y="221"
5664 clip-path="url(#clipPath214)"
5665 fill="rgb(64,64,64)"
5666 stroke="none"
5667 xml:space="preserve"
5668 id="text1544">0..*</text>
5669 </g>
5670 </g>
5671</svg>