-
Notifications
You must be signed in to change notification settings - Fork 98
/
CDBCommunication.capella
419 lines (418 loc) · 33.2 KB
/
CDBCommunication.capella
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_7.0.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/7.0.0"
xmlns:org.polarsys.capella.core.data.capellacore="http://www.polarsys.org/capella/core/core/7.0.0"
xmlns:org.polarsys.capella.core.data.capellamodeller="http://www.polarsys.org/capella/core/modeller/7.0.0"
xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/7.0.0"
xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/7.0.0"
xmlns:org.polarsys.capella.core.data.epbs="http://www.polarsys.org/capella/core/epbs/7.0.0"
xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/7.0.0"
xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/7.0.0"
xmlns:org.polarsys.capella.core.data.information.datatype="http://www.polarsys.org/capella/core/information/datatype/7.0.0"
xmlns:org.polarsys.capella.core.data.information.datavalue="http://www.polarsys.org/capella/core/information/datavalue/7.0.0"
xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/7.0.0"
xmlns:org.polarsys.capella.core.data.oa="http://www.polarsys.org/capella/core/oa/7.0.0"
xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/7.0.0"
id="969242b8-29be-4ed1-8f09-56c84452553d"
name="CDBCommunication">
<keyValuePairs xsi:type="org.polarsys.capella.core.data.capellacore:KeyValue" id="75d28b97-5b65-4e28-a0dd-24269389f577"
key="projectApproach" value="SingletonComponents"/>
<ownedModelRoots xsi:type="org.polarsys.capella.core.data.capellamodeller:SystemEngineering"
id="ccbc1722-c3d9-4ed4-ad0c-3aed636376c2" name="CDB">
<ownedArchitectures xsi:type="org.polarsys.capella.core.data.oa:OperationalAnalysis"
id="0de54194-7316-4d07-a38a-82ebc86a400a" name="Operational Analysis">
<ownedFunctionPkg xsi:type="org.polarsys.capella.core.data.oa:OperationalActivityPkg"
id="ed874429-e77f-41e6-9a58-64447c4f9bd4" name="Operational Activities">
<ownedOperationalActivities xsi:type="org.polarsys.capella.core.data.oa:OperationalActivity"
id="e3f79237-1816-40d6-918e-7fc2b79b6bb2" name="Root Operational Activity"/>
</ownedFunctionPkg>
<ownedAbstractCapabilityPkg xsi:type="org.polarsys.capella.core.data.oa:OperationalCapabilityPkg"
id="88c95208-3f62-4ef9-a875-fd9e93456438" name="Operational Capabilities"/>
<ownedInterfacePkg xsi:type="org.polarsys.capella.core.data.cs:InterfacePkg"
id="6e36f872-feb3-4cce-8ab9-97df2633cad2" name="Interfaces"/>
<ownedDataPkg xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="401c3600-d7a3-4356-bcdd-141a2e328863" name="Data">
<ownedDataPkgs xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="45ffaab2-4645-4714-86ac-3d74e12fc898" name="Classes"/>
</ownedDataPkg>
<ownedRolePkg xsi:type="org.polarsys.capella.core.data.oa:RolePkg" id="cca92246-196a-4b90-ba56-4822b7554b42"
name="Roles"/>
<ownedEntityPkg xsi:type="org.polarsys.capella.core.data.oa:EntityPkg" id="b65dc520-cd29-4c26-8927-e3c02ea5e549"
name="Operational Entities">
<ownedParts xsi:type="org.polarsys.capella.core.data.cs:Part" id="3ceefffe-3732-4976-96d2-d777d2793dbd"
name="Operational Entity" abstractType="#c6acd400-e991-433e-a4f9-d2e9b2549ee2"/>
<ownedEntities xsi:type="org.polarsys.capella.core.data.oa:Entity" id="c6acd400-e991-433e-a4f9-d2e9b2549ee2"
name="Operational Entity">
<ownedStateMachines xsi:type="org.polarsys.capella.core.data.capellacommon:StateMachine"
id="cef022ca-0129-4db3-93a8-a3ce3663e94a" name="Operational Entity State Machine">
<ownedRegions xsi:type="org.polarsys.capella.core.data.capellacommon:Region"
id="1e57e4d4-9be6-4688-99f1-40a6cf486523" name="Default Region"/>
</ownedStateMachines>
</ownedEntities>
</ownedEntityPkg>
<ownedConceptPkg xsi:type="org.polarsys.capella.core.data.oa:ConceptPkg" id="98248005-17a2-420d-b068-7d9b9aae45c1"
name="Concepts"/>
</ownedArchitectures>
<ownedArchitectures xsi:type="org.polarsys.capella.core.data.ctx:SystemAnalysis"
id="6cbcb7c5-abbd-480f-b142-97f2d7a98d13" name="System Analysis">
<ownedFunctionPkg xsi:type="org.polarsys.capella.core.data.ctx:SystemFunctionPkg"
id="b575e233-fc73-4aae-b0eb-61d49ea3d440" name="System Functions">
<ownedSystemFunctions xsi:type="org.polarsys.capella.core.data.ctx:SystemFunction"
id="38dff318-e305-45ea-9431-16f87e967640" name="Root System Function">
<ownedFunctionRealizations xsi:type="org.polarsys.capella.core.data.fa:FunctionRealization"
id="21da5bd7-2a79-46f5-b5db-085d6ad0ce4a" targetElement="#e3f79237-1816-40d6-918e-7fc2b79b6bb2"
sourceElement="#38dff318-e305-45ea-9431-16f87e967640"/>
</ownedSystemFunctions>
</ownedFunctionPkg>
<ownedAbstractCapabilityPkg xsi:type="org.polarsys.capella.core.data.ctx:CapabilityPkg"
id="7b740bd4-cad7-4be8-bf12-862419bb7d5a" name="Capabilities"/>
<ownedInterfacePkg xsi:type="org.polarsys.capella.core.data.cs:InterfacePkg"
id="6e8410c2-17aa-4b3d-b236-38bd10570761" name="Interfaces"/>
<ownedDataPkg xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="fdcf745f-cad8-49d5-b65f-6591dafd95fb" name="Data">
<ownedDataPkgs xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="f8415fad-b50f-4fef-bee9-e0cffe20d124" name="Classes">
<ownedAssociations xsi:type="org.polarsys.capella.core.data.information:Association"
id="9848b5bd-c0be-46a2-8586-72282c58c241" name="ClassesAssociation1"
navigableMembers="#b4cf8b2b-c650-4db4-ad55-37421b86eeb4">
<ownedMembers xsi:type="org.polarsys.capella.core.data.information:Property"
id="c298efbd-dd8d-4e38-84a9-e81c04000e5f" name="toClass 1" abstractType="#8b8cd52d-8605-4013-9077-219d2949a035"
aggregationKind="ASSOCIATION">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="3a9bbcb7-3fe5-4e89-987d-f9027c304d02" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="cea910bd-d992-406d-92f9-2fc698adb4ce" name="" value="1"/>
</ownedMembers>
</ownedAssociations>
<ownedAssociations xsi:type="org.polarsys.capella.core.data.information:Association"
id="8b54b6ed-4877-4969-89bd-54104f17f233" name="ClassesAssociation2"
navigableMembers="#3b7b2042-9e34-456d-99af-3aacbcc821fa">
<ownedMembers xsi:type="org.polarsys.capella.core.data.information:Property"
id="dd4a6c06-a9e4-4c14-b8e7-16f2fbe32cea" name="toUnion 1" abstractType="#b69edf29-6de7-4e86-a74e-777eb75a42ab"
aggregationKind="ASSOCIATION">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="a891fffa-4d03-4d1b-b04f-bdfc44a7e46c" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="366e144f-b384-4693-969d-46c8288ccace" name="" value="1"/>
</ownedMembers>
</ownedAssociations>
<ownedAssociations xsi:type="org.polarsys.capella.core.data.information:Association"
id="1550318f-8a2a-43d1-bc75-65d186abc6d2" name="ClassesAssociation3"
navigableMembers="#f1de4917-be59-4eed-b721-3b961d6b7734">
<ownedMembers xsi:type="org.polarsys.capella.core.data.information:Property"
id="b2fdac2a-e5cd-4a95-bbdd-f476fd87c911" name="toClass 2" abstractType="#7c6c5883-5f15-4890-a693-bb5818adce81"
aggregationKind="ASSOCIATION">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="02a7407d-4823-447d-9084-f03211f7d123" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="52160329-7cf0-436f-946d-2c74f15250bb" name="" value="1"/>
</ownedMembers>
</ownedAssociations>
<ownedClasses xsi:type="org.polarsys.capella.core.data.information:Class"
id="8b8cd52d-8605-4013-9077-219d2949a035" name="Class 1">
<ownedConstraints xsi:type="org.polarsys.capella.core.data.capellacore:Constraint"
id="bcb7f3b4-11ed-47e8-83a8-16ad168d2585" name="" constrainedElements="#8b8cd52d-8605-4013-9077-219d2949a035"/>
<ownedGeneralizations xsi:type="org.polarsys.capella.core.data.capellacore:Generalization"
id="fbd15662-3a0e-45c7-a3d0-6dbdf10de8cc" super="#7c6c5883-5f15-4890-a693-bb5818adce81"
sub="#8b8cd52d-8605-4013-9077-219d2949a035"/>
<ownedFeatures xsi:type="org.polarsys.capella.core.data.information:Property"
id="2baacb44-01c7-4af1-a164-b3f4a28d9ef7" name="Property 1">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="c21aa4d4-32a0-4fa7-a366-5777f4e1b7ad" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="242890cf-7b9b-4947-b530-27e6f879ed64" name="" value="1"/>
</ownedFeatures>
<ownedFeatures xsi:type="org.polarsys.capella.core.data.information:Service"
id="581d2684-d2e8-4acb-8eb7-bbe1e007efe4" name="Service 1"/>
<ownedFeatures xsi:type="org.polarsys.capella.core.data.information:Property"
id="b4cf8b2b-c650-4db4-ad55-37421b86eeb4" name="toUnion 1" abstractType="#b69edf29-6de7-4e86-a74e-777eb75a42ab"
aggregationKind="ASSOCIATION">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="d1157963-6e2d-4a4b-8acd-787ba6200af1" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="51348492-ba7e-4c52-8f47-f3412abcdfbd" name="" value="1"/>
</ownedFeatures>
</ownedClasses>
<ownedClasses xsi:type="org.polarsys.capella.core.data.information:Class"
id="7c6c5883-5f15-4890-a693-bb5818adce81" name="Class 2">
<ownedFeatures xsi:type="org.polarsys.capella.core.data.information:Property"
id="f1de4917-be59-4eed-b721-3b961d6b7734" name="toCollection 1" abstractType="#605ccfd2-0fb4-4d07-abc3-60a05220d795"
aggregationKind="COMPOSITION">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="33d6d73b-46f2-4cec-abc2-d80ce411eeb7" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="3fa74580-74cf-4760-a0c1-1ea6c6d18b45" name="" value="1"/>
</ownedFeatures>
</ownedClasses>
<ownedClasses xsi:type="org.polarsys.capella.core.data.information:Union"
id="b69edf29-6de7-4e86-a74e-777eb75a42ab" name="Union 1">
<ownedFeatures xsi:type="org.polarsys.capella.core.data.information:UnionProperty"
id="c937048b-4c4d-4f83-8bff-a00b336eeb6c" name="UnionProperty 1">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="6173638c-5a71-44f2-aec9-0ab857e4e3e4" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="d6ee7098-a80b-41f8-a74f-408fd6fb288e" name="" value="1"/>
</ownedFeatures>
<ownedFeatures xsi:type="org.polarsys.capella.core.data.information:Service"
id="f2427de9-a6b4-436e-b7d1-99356ecf45fe" name="Service 1"/>
<ownedFeatures xsi:type="org.polarsys.capella.core.data.information:UnionProperty"
id="3b7b2042-9e34-456d-99af-3aacbcc821fa" name="toCollection 1" abstractType="#605ccfd2-0fb4-4d07-abc3-60a05220d795"
aggregationKind="AGGREGATION">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="f345f529-e0e6-440d-aa33-74ba5af8ef16" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="f063ee95-bff2-43e5-96eb-376da981b841" name="" value="1"/>
</ownedFeatures>
</ownedClasses>
<ownedCollections xsi:type="org.polarsys.capella.core.data.information:Collection"
id="605ccfd2-0fb4-4d07-abc3-60a05220d795" name="Collection 1" type="#f105b755-5f3a-480e-b4eb-9ff162ec3700">
<ownedConstraints xsi:type="org.polarsys.capella.core.data.capellacore:Constraint"
id="b1c786ad-6259-4ca2-8a5c-4c9bd188b1b7" name="" constrainedElements="#605ccfd2-0fb4-4d07-abc3-60a05220d795"/>
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="d3b003d7-1f30-4569-b06b-ac8ebf6b6025" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="4b7c7938-e3ee-48dd-85d4-576d803593cc" name="" value="*"/>
</ownedCollections>
</ownedDataPkgs>
<ownedDataPkgs xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="a2ad00f9-e7be-4f1d-afc8-f29be99fecdf" name="Data Types">
<ownedDataPkgs xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="f06d9703-f5c9-41b3-bf3f-a145536a8217" name="Predefined">
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:BooleanType"
id="7be6a3b1-7ff0-40a8-bd09-56982b64bdd2" name="Boolean" visibility="PUBLIC">
<ownedLiterals xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralBooleanValue"
id="9579352d-1e98-4d18-b911-6d83c80feaa3" name="True" abstractType="#7be6a3b1-7ff0-40a8-bd09-56982b64bdd2"
value="true"/>
<ownedLiterals xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralBooleanValue"
id="f15dd2b5-a3dd-4756-89e0-634fddd52b19" name="False" abstractType="#7be6a3b1-7ff0-40a8-bd09-56982b64bdd2"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="f682b240-a348-4885-9408-678def52cb60" name="Byte" visibility="PUBLIC">
<ownedMinValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="0bf49509-d499-4575-a160-a7a44a7891bc" name="" abstractType="#f682b240-a348-4885-9408-678def52cb60"
value="0"/>
<ownedMaxValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="2452998c-778a-4a7f-b78b-14c106938fe7" name="" abstractType="#f682b240-a348-4885-9408-678def52cb60"
value="255"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:StringType"
id="81ecc368-38f9-418d-8a52-95279cb0e568" name="Char" visibility="PUBLIC">
<ownedMinLength xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="8b3cf159-b78e-4302-bd14-951e8ad51b93" name="" abstractType="#0b36b805-3a6e-431e-bc97-2d8c0d815df2"
value="1"/>
<ownedMaxLength xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="311f9465-3332-4ba0-8ece-92b9d2dc91f3" name="" abstractType="#0b36b805-3a6e-431e-bc97-2d8c0d815df2"
value="1"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="7e24fc50-a858-4a65-a05a-6b94e1e39113" name="Double" discrete="false"
visibility="PUBLIC" kind="FLOAT"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="4c91fd68-4084-47f6-b6f4-6ab06820a6de" name="Float" discrete="false"
visibility="PUBLIC" kind="FLOAT"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="b8362532-1115-48bc-a60e-3293e838a361" name="Hexadecimal" visibility="PUBLIC">
<ownedMinValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="1dea6fe2-04de-4101-b1db-a8d3e750c951" name="" abstractType="#b8362532-1115-48bc-a60e-3293e838a361"
value="0"/>
<ownedMaxValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="a311ffa3-4342-4f59-b0cf-712b43d4b38d" name="" abstractType="#b8362532-1115-48bc-a60e-3293e838a361"
value="2**64-1"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="da3e21fd-fbd4-42df-93f5-e878e94fa470" name="Integer" visibility="PUBLIC"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="23802ca6-fef3-4f03-aac7-84c9e209870c" name="Long" visibility="PUBLIC"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="e06eaddc-acc3-4814-95b6-fc397e10379f" name="LongLong" visibility="PUBLIC"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="e9f59dfb-ba2b-4ff4-a8c6-ba6cd7219b39" name="Short" visibility="PUBLIC"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:StringType"
id="47245bb8-514e-4db1-a314-dcafa0068030" name="String" visibility="PUBLIC"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="e258ad7f-f65a-4e11-9623-cef92ec084dc" name="UnsignedInteger" visibility="PUBLIC">
<ownedMinValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="5de69e94-6497-496c-b0fc-9144ea25a937" name="" abstractType="#e258ad7f-f65a-4e11-9623-cef92ec084dc"
value="0"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="0b36b805-3a6e-431e-bc97-2d8c0d815df2" name="UnsignedShort" visibility="PUBLIC">
<ownedMinValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="b20a2b65-3daa-4883-a7fd-8c8d1e966ac8" name="" abstractType="#0b36b805-3a6e-431e-bc97-2d8c0d815df2"
value="0"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="50849c18-ccaf-44ad-9834-49ea8a1f8952" name="UnsignedLong" visibility="PUBLIC">
<ownedMinValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="83eb53d6-f747-46d0-b32c-68d4cf910bb6" name="" abstractType="#50849c18-ccaf-44ad-9834-49ea8a1f8952"
value="0"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="5830f8b9-6684-42da-a857-37b2065bba3d" name="UnsignedLongLong"
visibility="PUBLIC">
<ownedMinValue xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="31234433-0e91-4ab3-9464-38625fa58a5f" name="" abstractType="#5830f8b9-6684-42da-a857-37b2065bba3d"
value="0"/>
</ownedDataTypes>
</ownedDataPkgs>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:NumericType"
id="a3a844bc-b8a4-4272-995b-342c14a7ce02" name="NumericType 1"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:BooleanType"
id="1704ed96-24a3-4f0e-878b-b5444537b416" name="BooleanType 1">
<ownedLiterals xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralBooleanValue"
id="0d4f45eb-95eb-4df6-817c-5421d0cac4a1" name="LiteralBooleanValue 1"
abstractType="#1704ed96-24a3-4f0e-878b-b5444537b416"/>
</ownedDataTypes>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:PhysicalQuantity"
id="a5a9d2c6-fbc4-4e25-9504-c378ab9ae707" name="PhysicalQuantity 1"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:StringType"
id="f105b755-5f3a-480e-b4eb-9ff162ec3700" name="StringType 1"/>
<ownedDataTypes xsi:type="org.polarsys.capella.core.data.information.datatype:Enumeration"
id="e6c3a516-c13e-4080-b4a5-14ccbc81582d" name="Enumeration 1">
<ownedLiterals xsi:type="org.polarsys.capella.core.data.information.datavalue:EnumerationLiteral"
id="9c912cb9-bb47-48fd-bd86-9d738b3960cb" name="EnumerationLiteral 1"
abstractType="#e6c3a516-c13e-4080-b4a5-14ccbc81582d"/>
</ownedDataTypes>
</ownedDataPkgs>
</ownedDataPkg>
<ownedSystemComponentPkg xsi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg"
id="8f430633-6251-45a4-abea-de9f820a070e" name="Structure">
<ownedParts xsi:type="org.polarsys.capella.core.data.cs:Part" id="883ab34c-071c-4ff8-9585-6a4765ce5b08"
name="System" abstractType="#e53235e2-81a5-4c8f-92cd-c15e3cce6aa1">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="c5f1e396-7e51-4b74-9626-6c9d01918d38" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="627f6980-b453-4500-a55d-23b11dbbddf2" name="" value="1"/>
</ownedParts>
<ownedSystemComponents xsi:type="org.polarsys.capella.core.data.ctx:SystemComponent"
id="e53235e2-81a5-4c8f-92cd-c15e3cce6aa1" name="System">
<ownedStateMachines xsi:type="org.polarsys.capella.core.data.capellacommon:StateMachine"
id="7a8d93fe-9616-4f68-8002-76c6a72c8962" name="System state Machine">
<ownedRegions xsi:type="org.polarsys.capella.core.data.capellacommon:Region"
id="7d89a9e0-454e-458f-9063-c6bb0e7e4838" name="Default Region"/>
</ownedStateMachines>
</ownedSystemComponents>
</ownedSystemComponentPkg>
<ownedMissionPkg xsi:type="org.polarsys.capella.core.data.ctx:MissionPkg" id="50f10806-22bc-4467-872c-22e1c6fbdd74"
name="Missions"/>
<ownedOperationalAnalysisRealizations xsi:type="org.polarsys.capella.core.data.ctx:OperationalAnalysisRealization"
id="e835f0b6-b767-4aed-9dd9-f55c9a7c335e" targetElement="#0de54194-7316-4d07-a38a-82ebc86a400a"
sourceElement="#6cbcb7c5-abbd-480f-b142-97f2d7a98d13"/>
</ownedArchitectures>
<ownedArchitectures xsi:type="org.polarsys.capella.core.data.la:LogicalArchitecture"
id="20514ac0-b202-4aea-8405-1ca30f89d746" name="Logical Architecture">
<ownedFunctionPkg xsi:type="org.polarsys.capella.core.data.la:LogicalFunctionPkg"
id="a41c440c-e318-4a7d-9ddb-e96bdbd8a40a" name="Logical Functions">
<ownedLogicalFunctions xsi:type="org.polarsys.capella.core.data.la:LogicalFunction"
id="d08a673d-80f4-40a4-a70a-409883e9087f" name="Root Logical Function">
<ownedFunctionRealizations xsi:type="org.polarsys.capella.core.data.fa:FunctionRealization"
id="3cd41328-bf71-46ce-a441-785d565dd305" targetElement="#38dff318-e305-45ea-9431-16f87e967640"
sourceElement="#d08a673d-80f4-40a4-a70a-409883e9087f"/>
</ownedLogicalFunctions>
</ownedFunctionPkg>
<ownedAbstractCapabilityPkg xsi:type="org.polarsys.capella.core.data.la:CapabilityRealizationPkg"
id="a1b89bbd-f237-441b-8bc8-5a9e4848314f" name="Capabilities"/>
<ownedInterfacePkg xsi:type="org.polarsys.capella.core.data.cs:InterfacePkg"
id="9dc0b111-e412-410b-ab4e-12a7ac8b7090" name="Interfaces"/>
<ownedDataPkg xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="ac721526-1e44-41d5-bb90-7f5977b76771" name="Data">
<ownedDataPkgs xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="e389291a-77ed-420d-8315-824e7af79492" name="Classes"/>
</ownedDataPkg>
<ownedLogicalComponentPkg xsi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg"
id="004cc48d-41b9-4099-b0f4-ab61328ec559" name="Structure">
<ownedParts xsi:type="org.polarsys.capella.core.data.cs:Part" id="0535a9c8-cd0c-4564-8e4a-5f6284a67dac"
name="Logical System" abstractType="#9dc51de8-179f-4733-8c81-24f686651145">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="c34c50c1-85d5-4523-8529-b1baaa506c58" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="9321bde0-ef63-48cc-877a-fb556dd5235f" name="" value="1"/>
</ownedParts>
<ownedLogicalComponents xsi:type="org.polarsys.capella.core.data.la:LogicalComponent"
id="9dc51de8-179f-4733-8c81-24f686651145" name="Logical System">
<ownedStateMachines xsi:type="org.polarsys.capella.core.data.capellacommon:StateMachine"
id="ebfa49f3-02d2-4757-9d2e-79fcc771eb03" name="Logical System State Machine">
<ownedRegions xsi:type="org.polarsys.capella.core.data.capellacommon:Region"
id="964af4c4-7b93-4c8f-90e3-cb75fa82c488" name="Default Region"/>
</ownedStateMachines>
<ownedComponentRealizations xsi:type="org.polarsys.capella.core.data.cs:ComponentRealization"
id="ce8aa2ec-5b6d-4b45-856e-c34ab4eecc61" targetElement="#e53235e2-81a5-4c8f-92cd-c15e3cce6aa1"
sourceElement="#9dc51de8-179f-4733-8c81-24f686651145"/>
</ownedLogicalComponents>
</ownedLogicalComponentPkg>
<ownedSystemAnalysisRealizations xsi:type="org.polarsys.capella.core.data.la:SystemAnalysisRealization"
id="42ef4432-e041-42d6-adec-f42175f328b1" targetElement="#6cbcb7c5-abbd-480f-b142-97f2d7a98d13"
sourceElement="#20514ac0-b202-4aea-8405-1ca30f89d746"/>
</ownedArchitectures>
<ownedArchitectures xsi:type="org.polarsys.capella.core.data.pa:PhysicalArchitecture"
id="33b8f257-4418-42f2-94df-8da55becc04b" name="Physical Architecture">
<ownedFunctionPkg xsi:type="org.polarsys.capella.core.data.pa:PhysicalFunctionPkg"
id="c96a1398-d944-4565-b6b9-97124ad93cec" name="Physical Functions">
<ownedPhysicalFunctions xsi:type="org.polarsys.capella.core.data.pa:PhysicalFunction"
id="b4f8529b-a2ff-4294-a27e-751961f46435" name="Root Physical Function">
<ownedFunctionRealizations xsi:type="org.polarsys.capella.core.data.fa:FunctionRealization"
id="b948c07f-de81-4a5e-b857-22e16bbbf28f" targetElement="#d08a673d-80f4-40a4-a70a-409883e9087f"
sourceElement="#b4f8529b-a2ff-4294-a27e-751961f46435"/>
</ownedPhysicalFunctions>
</ownedFunctionPkg>
<ownedAbstractCapabilityPkg xsi:type="org.polarsys.capella.core.data.la:CapabilityRealizationPkg"
id="aa7ee8a0-329c-404e-941e-53fd1e06b042" name="Capabilities"/>
<ownedInterfacePkg xsi:type="org.polarsys.capella.core.data.cs:InterfacePkg"
id="9af8d601-fb8e-453b-976c-00dbd64f29d2" name="Interfaces"/>
<ownedDataPkg xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="b1178318-3d59-421b-ba05-9040ce730efc" name="Data">
<ownedDataPkgs xsi:type="org.polarsys.capella.core.data.information:DataPkg"
id="b0e1ceba-9ae8-4f84-96a2-e70abef08487" name="Classes"/>
</ownedDataPkg>
<ownedPhysicalComponentPkg xsi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg"
id="065c3dd6-31f0-413f-8058-37eb71265ae2" name="Structure">
<ownedParts xsi:type="org.polarsys.capella.core.data.cs:Part" id="e65b617d-23d9-4e19-a46f-01e87b9066ed"
name="Physical System" abstractType="#4e4db6d7-bdfc-47b7-bdf4-25b9c51ec593">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="9d3b4b9e-f546-415d-afcf-f133b0c31a48" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="a451cd79-e978-4bf8-94c4-1e37b74630d7" name="" value="1"/>
</ownedParts>
<ownedPhysicalComponents xsi:type="org.polarsys.capella.core.data.pa:PhysicalComponent"
id="4e4db6d7-bdfc-47b7-bdf4-25b9c51ec593" name="Physical System">
<ownedStateMachines xsi:type="org.polarsys.capella.core.data.capellacommon:StateMachine"
id="92cf370d-438d-40a0-868f-b15e52cc3f25" name="Physical System State Machine">
<ownedRegions xsi:type="org.polarsys.capella.core.data.capellacommon:Region"
id="6b5a4d0b-9ea0-46fa-b988-e5d221145b75" name="Default Region"/>
</ownedStateMachines>
<ownedComponentRealizations xsi:type="org.polarsys.capella.core.data.cs:ComponentRealization"
id="6c2f3610-515e-43ed-837a-3096c3cd8d76" targetElement="#9dc51de8-179f-4733-8c81-24f686651145"
sourceElement="#4e4db6d7-bdfc-47b7-bdf4-25b9c51ec593"/>
</ownedPhysicalComponents>
</ownedPhysicalComponentPkg>
<ownedLogicalArchitectureRealizations xsi:type="org.polarsys.capella.core.data.pa:LogicalArchitectureRealization"
id="dd6ae169-7c93-4025-a27b-e0298014db6d" targetElement="#20514ac0-b202-4aea-8405-1ca30f89d746"
sourceElement="#33b8f257-4418-42f2-94df-8da55becc04b"/>
</ownedArchitectures>
<ownedArchitectures xsi:type="org.polarsys.capella.core.data.epbs:EPBSArchitecture"
id="a4967aad-f13d-473c-9678-800ffbf33a90" name="EPBS Architecture">
<ownedAbstractCapabilityPkg xsi:type="org.polarsys.capella.core.data.la:CapabilityRealizationPkg"
id="3f504dcb-2e25-402b-a786-ebc12101ae55" name="Capabilities"/>
<ownedConfigurationItemPkg xsi:type="org.polarsys.capella.core.data.epbs:ConfigurationItemPkg"
id="26b384e9-a739-435d-bb87-0fcc0632affa" name="Structure">
<ownedParts xsi:type="org.polarsys.capella.core.data.cs:Part" id="c77322d6-57df-4111-9b97-411fd2d43d3a"
name="System" abstractType="#03009492-3e7e-4fe6-af20-b780fdedb411">
<ownedMinCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="41dbc7d9-6591-4c7d-8540-19f3a17fd97b" name="" value="1"/>
<ownedMaxCard xsi:type="org.polarsys.capella.core.data.information.datavalue:LiteralNumericValue"
id="f08ab74d-ebf2-4064-9e70-c4fb7b7d466d" name="" value="1"/>
</ownedParts>
<ownedConfigurationItems xsi:type="org.polarsys.capella.core.data.epbs:ConfigurationItem"
id="03009492-3e7e-4fe6-af20-b780fdedb411" name="System" kind="SystemCI">
<ownedPhysicalArtifactRealizations xsi:type="org.polarsys.capella.core.data.epbs:PhysicalArtifactRealization"
id="18451958-1d96-480d-be61-bf85d465805f" targetElement="#4e4db6d7-bdfc-47b7-bdf4-25b9c51ec593"
sourceElement="#03009492-3e7e-4fe6-af20-b780fdedb411"/>
</ownedConfigurationItems>
</ownedConfigurationItemPkg>
<ownedPhysicalArchitectureRealizations xsi:type="org.polarsys.capella.core.data.epbs:PhysicalArchitectureRealization"
id="06418ae3-673a-4aa2-b261-1e9cd1f7d0db" targetElement="#33b8f257-4418-42f2-94df-8da55becc04b"
sourceElement="#a4967aad-f13d-473c-9678-800ffbf33a90"/>
</ownedArchitectures>
</ownedModelRoots>
</org.polarsys.capella.core.data.capellamodeller:Project>