@lionweb/validation 0.7.0 → 0.7.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/dist/index.d.ts +5 -0
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +5 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/issues/LanguageIssues.d.ts +99 -0
  7. package/dist/issues/LanguageIssues.d.ts.map +1 -0
  8. package/dist/issues/LanguageIssues.js +146 -0
  9. package/dist/issues/LanguageIssues.js.map +1 -0
  10. package/dist/issues/ReferenceIssues.d.ts +43 -0
  11. package/dist/issues/ReferenceIssues.d.ts.map +1 -0
  12. package/dist/issues/ReferenceIssues.js +53 -0
  13. package/dist/issues/ReferenceIssues.js.map +1 -0
  14. package/dist/issues/SyntaxIssues.d.ts +53 -0
  15. package/dist/issues/SyntaxIssues.d.ts.map +1 -0
  16. package/dist/issues/SyntaxIssues.js +81 -0
  17. package/dist/issues/SyntaxIssues.js.map +1 -0
  18. package/dist/issues/ValidationIssue.d.ts +15 -0
  19. package/dist/issues/ValidationIssue.d.ts.map +1 -0
  20. package/dist/issues/ValidationIssue.js +17 -0
  21. package/dist/issues/ValidationIssue.js.map +1 -0
  22. package/dist/issues/index.d.ts +5 -0
  23. package/dist/issues/index.d.ts.map +1 -0
  24. package/dist/issues/index.js +5 -0
  25. package/dist/issues/index.js.map +1 -0
  26. package/dist/languages/CompositeLionWebLanguageWrapper.d.ts +24 -0
  27. package/dist/languages/CompositeLionWebLanguageWrapper.d.ts.map +1 -0
  28. package/dist/languages/CompositeLionWebLanguageWrapper.js +56 -0
  29. package/dist/languages/CompositeLionWebLanguageWrapper.js.map +1 -0
  30. package/dist/languages/LanguageRegistry.d.ts +19 -0
  31. package/dist/languages/LanguageRegistry.d.ts.map +1 -0
  32. package/dist/languages/LanguageRegistry.js +37 -0
  33. package/dist/languages/LanguageRegistry.js.map +1 -0
  34. package/dist/languages/LanguageUtils.d.ts +35 -0
  35. package/dist/languages/LanguageUtils.d.ts.map +1 -0
  36. package/dist/languages/LanguageUtils.js +54 -0
  37. package/dist/languages/LanguageUtils.js.map +1 -0
  38. package/dist/languages/LionCore-M3.json +2356 -0
  39. package/dist/languages/LionCore-builtins.json +372 -0
  40. package/dist/languages/LionWebLanguageWrapper.d.ts +31 -0
  41. package/dist/languages/LionWebLanguageWrapper.d.ts.map +1 -0
  42. package/dist/languages/LionWebLanguageWrapper.js +69 -0
  43. package/dist/languages/LionWebLanguageWrapper.js.map +1 -0
  44. package/dist/languages/MetaPointerMap.d.ts +11 -0
  45. package/dist/languages/MetaPointerMap.d.ts.map +1 -0
  46. package/dist/languages/MetaPointerMap.js +39 -0
  47. package/dist/languages/MetaPointerMap.js.map +1 -0
  48. package/dist/languages/index.d.ts +3 -0
  49. package/dist/languages/index.d.ts.map +1 -0
  50. package/dist/languages/index.js +3 -0
  51. package/dist/languages/index.js.map +1 -0
  52. package/dist/runners/FileUtils.d.ts +6 -0
  53. package/dist/runners/FileUtils.d.ts.map +1 -0
  54. package/dist/runners/FileUtils.js +53 -0
  55. package/dist/runners/FileUtils.js.map +1 -0
  56. package/dist/runners/RunCheckFolder.d.ts +2 -0
  57. package/dist/runners/RunCheckFolder.d.ts.map +1 -0
  58. package/dist/runners/RunCheckFolder.js +6 -0
  59. package/dist/runners/RunCheckFolder.js.map +1 -0
  60. package/dist/runners/RunCheckFolderWithLanguage.d.ts +2 -0
  61. package/dist/runners/RunCheckFolderWithLanguage.d.ts.map +1 -0
  62. package/dist/runners/RunCheckFolderWithLanguage.js +40 -0
  63. package/dist/runners/RunCheckFolderWithLanguage.js.map +1 -0
  64. package/dist/runners/RunCheckOneFile.d.ts +2 -0
  65. package/dist/runners/RunCheckOneFile.d.ts.map +1 -0
  66. package/dist/runners/RunCheckOneFile.js +6 -0
  67. package/dist/runners/RunCheckOneFile.js.map +1 -0
  68. package/dist/runners/RunCheckOneFileWithLanguage.d.ts +2 -0
  69. package/dist/runners/RunCheckOneFileWithLanguage.d.ts.map +1 -0
  70. package/dist/runners/RunCheckOneFileWithLanguage.js +31 -0
  71. package/dist/runners/RunCheckOneFileWithLanguage.js.map +1 -0
  72. package/dist/runners/RunLioncoreDiff.d.ts +2 -0
  73. package/dist/runners/RunLioncoreDiff.d.ts.map +1 -0
  74. package/dist/runners/RunLioncoreDiff.js +22 -0
  75. package/dist/runners/RunLioncoreDiff.js.map +1 -0
  76. package/dist/runners/Utils.d.ts +7 -0
  77. package/dist/runners/Utils.d.ts.map +1 -0
  78. package/dist/runners/Utils.js +48 -0
  79. package/dist/runners/Utils.js.map +1 -0
  80. package/dist/runners/index.d.ts +3 -0
  81. package/dist/runners/index.d.ts.map +1 -0
  82. package/dist/runners/index.js +3 -0
  83. package/dist/runners/index.js.map +1 -0
  84. package/dist/validators/LionWebChunkDefinitions.d.ts +9 -0
  85. package/dist/validators/LionWebChunkDefinitions.d.ts.map +1 -0
  86. package/dist/validators/LionWebChunkDefinitions.js +100 -0
  87. package/dist/validators/LionWebChunkDefinitions.js.map +1 -0
  88. package/dist/validators/LionWebLanguageReferenceValidator.d.ts +21 -0
  89. package/dist/validators/LionWebLanguageReferenceValidator.d.ts.map +1 -0
  90. package/dist/validators/LionWebLanguageReferenceValidator.js +166 -0
  91. package/dist/validators/LionWebLanguageReferenceValidator.js.map +1 -0
  92. package/dist/validators/LionWebLanguageValidator.d.ts +23 -0
  93. package/dist/validators/LionWebLanguageValidator.d.ts.map +1 -0
  94. package/dist/validators/LionWebLanguageValidator.js +67 -0
  95. package/dist/validators/LionWebLanguageValidator.js.map +1 -0
  96. package/dist/validators/LionWebReferenceValidator.d.ts +43 -0
  97. package/dist/validators/LionWebReferenceValidator.d.ts.map +1 -0
  98. package/dist/validators/LionWebReferenceValidator.js +203 -0
  99. package/dist/validators/LionWebReferenceValidator.js.map +1 -0
  100. package/dist/validators/LionWebSyntaxValidator.d.ts +9 -0
  101. package/dist/validators/LionWebSyntaxValidator.d.ts.map +1 -0
  102. package/dist/validators/LionWebSyntaxValidator.js +11 -0
  103. package/dist/validators/LionWebSyntaxValidator.js.map +1 -0
  104. package/dist/validators/LionWebValidator.d.ts +24 -0
  105. package/dist/validators/LionWebValidator.d.ts.map +1 -0
  106. package/dist/validators/LionWebValidator.js +55 -0
  107. package/dist/validators/LionWebValidator.js.map +1 -0
  108. package/dist/validators/ValidationFunctions.d.ts +60 -0
  109. package/dist/validators/ValidationFunctions.d.ts.map +1 -0
  110. package/dist/validators/ValidationFunctions.js +104 -0
  111. package/dist/validators/ValidationFunctions.js.map +1 -0
  112. package/dist/validators/generic/SyntaxValidator.d.ts +37 -0
  113. package/dist/validators/generic/SyntaxValidator.d.ts.map +1 -0
  114. package/dist/validators/generic/SyntaxValidator.js +152 -0
  115. package/dist/validators/generic/SyntaxValidator.js.map +1 -0
  116. package/dist/validators/generic/ValidationResult.d.ts +8 -0
  117. package/dist/validators/generic/ValidationResult.d.ts.map +1 -0
  118. package/dist/validators/generic/ValidationResult.js +15 -0
  119. package/dist/validators/generic/ValidationResult.js.map +1 -0
  120. package/dist/validators/generic/index.d.ts +4 -0
  121. package/dist/validators/generic/index.d.ts.map +1 -0
  122. package/dist/validators/generic/index.js +4 -0
  123. package/dist/validators/generic/index.js.map +1 -0
  124. package/dist/validators/generic/schema/DefinitionSchema.d.ts +23 -0
  125. package/dist/validators/generic/schema/DefinitionSchema.d.ts.map +1 -0
  126. package/dist/validators/generic/schema/DefinitionSchema.js +43 -0
  127. package/dist/validators/generic/schema/DefinitionSchema.js.map +1 -0
  128. package/dist/validators/generic/schema/ValidationTypes.d.ts +101 -0
  129. package/dist/validators/generic/schema/ValidationTypes.d.ts.map +1 -0
  130. package/dist/validators/generic/schema/ValidationTypes.js +43 -0
  131. package/dist/validators/generic/schema/ValidationTypes.js.map +1 -0
  132. package/dist/validators/generic/schema/index.d.ts +3 -0
  133. package/dist/validators/generic/schema/index.d.ts.map +1 -0
  134. package/dist/validators/generic/schema/index.js +3 -0
  135. package/dist/validators/generic/schema/index.js.map +1 -0
  136. package/dist/validators/index.d.ts +9 -0
  137. package/dist/validators/index.d.ts.map +1 -0
  138. package/dist/validators/index.js +9 -0
  139. package/dist/validators/index.js.map +1 -0
  140. package/package.json +11 -7
@@ -0,0 +1,2356 @@
1
+ {
2
+ "serializationFormatVersion": "2023.1",
3
+ "languages" : [
4
+ {
5
+ "key" : "LionCore-M3",
6
+ "version": "2023.1"
7
+ },
8
+ {
9
+ "key" : "LionCore-builtins",
10
+ "version": "2023.1"
11
+ }
12
+ ],
13
+ "nodes" : [
14
+ {
15
+ "id" : "-id-LionCore-M3",
16
+ "classifier" : {
17
+ "language": "LionCore-M3",
18
+ "version" : "2023.1",
19
+ "key" : "Language"
20
+ },
21
+ "properties" : [
22
+ {
23
+ "property": {
24
+ "language": "LionCore-builtins",
25
+ "version" : "2023.1",
26
+ "key" : "LionCore-builtins-INamed-name"
27
+ },
28
+ "value" : "LionCore_M3"
29
+ },
30
+ {
31
+ "property": {
32
+ "language": "LionCore-M3",
33
+ "version" : "2023.1",
34
+ "key" : "Language-version"
35
+ },
36
+ "value" : "2023.1"
37
+ },
38
+ {
39
+ "property": {
40
+ "language": "LionCore-M3",
41
+ "version" : "2023.1",
42
+ "key" : "IKeyed-key"
43
+ },
44
+ "value" : "LionCore-M3"
45
+ }
46
+ ],
47
+ "containments": [
48
+ {
49
+ "containment": {
50
+ "language": "LionCore-M3",
51
+ "version" : "2023.1",
52
+ "key" : "Language-entities"
53
+ },
54
+ "children" : [
55
+ "-id-Annotation",
56
+ "-id-Concept",
57
+ "-id-Interface",
58
+ "-id-Containment",
59
+ "-id-DataType",
60
+ "-id-Enumeration",
61
+ "-id-EnumerationLiteral",
62
+ "-id-Feature",
63
+ "-id-Classifier",
64
+ "-id-Link",
65
+ "-id-Language",
66
+ "-id-LanguageEntity",
67
+ "-id-IKeyed",
68
+ "-id-PrimitiveType",
69
+ "-id-Property",
70
+ "-id-Reference"
71
+ ]
72
+ }
73
+ ],
74
+ "references" : [
75
+ {
76
+ "reference": {
77
+ "language": "LionCore-M3",
78
+ "version" : "2023.1",
79
+ "key" : "Language-dependsOn"
80
+ },
81
+ "targets" : []
82
+ }
83
+ ],
84
+ "annotations" : [],
85
+ "parent" : null
86
+ },
87
+ {
88
+ "id" : "-id-Annotation",
89
+ "classifier" : {
90
+ "language": "LionCore-M3",
91
+ "version" : "2023.1",
92
+ "key" : "Concept"
93
+ },
94
+ "properties" : [
95
+ {
96
+ "property": {
97
+ "language": "LionCore-M3",
98
+ "version" : "2023.1",
99
+ "key" : "Concept-abstract"
100
+ },
101
+ "value" : "false"
102
+ },
103
+ {
104
+ "property": {
105
+ "language": "LionCore-M3",
106
+ "version" : "2023.1",
107
+ "key" : "Concept-partition"
108
+ },
109
+ "value" : "false"
110
+ },
111
+ {
112
+ "property": {
113
+ "language": "LionCore-builtins",
114
+ "version" : "2023.1",
115
+ "key" : "LionCore-builtins-INamed-name"
116
+ },
117
+ "value" : "Annotation"
118
+ },
119
+ {
120
+ "property": {
121
+ "language": "LionCore-M3",
122
+ "version" : "2023.1",
123
+ "key" : "IKeyed-key"
124
+ },
125
+ "value" : "Annotation"
126
+ }
127
+ ],
128
+ "containments": [
129
+ {
130
+ "containment": {
131
+ "language": "LionCore-M3",
132
+ "version" : "2023.1",
133
+ "key" : "Classifier-features"
134
+ },
135
+ "children" : [
136
+ "-id-Annotation-annotates",
137
+ "-id-Annotation-extends",
138
+ "-id-Annotation-implements"
139
+ ]
140
+ }
141
+ ],
142
+ "references" : [
143
+ {
144
+ "reference": {
145
+ "language": "LionCore-M3",
146
+ "version" : "2023.1",
147
+ "key" : "Concept-extends"
148
+ },
149
+ "targets" : [
150
+ {
151
+ "resolveInfo": "Classifier",
152
+ "reference" : "-id-Classifier"
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "reference": {
158
+ "language": "LionCore-M3",
159
+ "version" : "2023.1",
160
+ "key" : "Concept-implements"
161
+ },
162
+ "targets" : []
163
+ }
164
+ ],
165
+ "annotations" : [],
166
+ "parent" : "-id-LionCore-M3"
167
+ },
168
+ {
169
+ "id" : "-id-Annotation-annotates",
170
+ "classifier" : {
171
+ "language": "LionCore-M3",
172
+ "version" : "2023.1",
173
+ "key" : "Reference"
174
+ },
175
+ "properties" : [
176
+ {
177
+ "property": {
178
+ "language": "LionCore-M3",
179
+ "version" : "2023.1",
180
+ "key" : "Link-multiple"
181
+ },
182
+ "value" : "false"
183
+ },
184
+ {
185
+ "property": {
186
+ "language": "LionCore-M3",
187
+ "version" : "2023.1",
188
+ "key" : "Feature-optional"
189
+ },
190
+ "value" : "true"
191
+ },
192
+ {
193
+ "property": {
194
+ "language": "LionCore-builtins",
195
+ "version" : "2023.1",
196
+ "key" : "LionCore-builtins-INamed-name"
197
+ },
198
+ "value" : "annotates"
199
+ },
200
+ {
201
+ "property": {
202
+ "language": "LionCore-M3",
203
+ "version" : "2023.1",
204
+ "key" : "IKeyed-key"
205
+ },
206
+ "value" : "Annotation-annotates"
207
+ }
208
+ ],
209
+ "containments": [],
210
+ "references" : [
211
+ {
212
+ "reference": {
213
+ "language": "LionCore-M3",
214
+ "version" : "2023.1",
215
+ "key" : "Link-type"
216
+ },
217
+ "targets" : [
218
+ {
219
+ "resolveInfo": "Classifier",
220
+ "reference" : "-id-Classifier"
221
+ }
222
+ ]
223
+ }
224
+ ],
225
+ "annotations" : [],
226
+ "parent" : "-id-Annotation"
227
+ },
228
+ {
229
+ "id" : "-id-Annotation-extends",
230
+ "classifier" : {
231
+ "language": "LionCore-M3",
232
+ "version" : "2023.1",
233
+ "key" : "Reference"
234
+ },
235
+ "properties" : [
236
+ {
237
+ "property": {
238
+ "language": "LionCore-M3",
239
+ "version" : "2023.1",
240
+ "key" : "Link-multiple"
241
+ },
242
+ "value" : "false"
243
+ },
244
+ {
245
+ "property": {
246
+ "language": "LionCore-M3",
247
+ "version" : "2023.1",
248
+ "key" : "Feature-optional"
249
+ },
250
+ "value" : "true"
251
+ },
252
+ {
253
+ "property": {
254
+ "language": "LionCore-builtins",
255
+ "version" : "2023.1",
256
+ "key" : "LionCore-builtins-INamed-name"
257
+ },
258
+ "value" : "extends"
259
+ },
260
+ {
261
+ "property": {
262
+ "language": "LionCore-M3",
263
+ "version" : "2023.1",
264
+ "key" : "IKeyed-key"
265
+ },
266
+ "value" : "Annotation-extends"
267
+ }
268
+ ],
269
+ "containments": [],
270
+ "references" : [
271
+ {
272
+ "reference": {
273
+ "language": "LionCore-M3",
274
+ "version" : "2023.1",
275
+ "key" : "Link-type"
276
+ },
277
+ "targets" : [
278
+ {
279
+ "resolveInfo": "Annotation",
280
+ "reference" : "-id-Annotation"
281
+ }
282
+ ]
283
+ }
284
+ ],
285
+ "annotations" : [],
286
+ "parent" : "-id-Annotation"
287
+ },
288
+ {
289
+ "id" : "-id-Annotation-implements",
290
+ "classifier" : {
291
+ "language": "LionCore-M3",
292
+ "version" : "2023.1",
293
+ "key" : "Reference"
294
+ },
295
+ "properties" : [
296
+ {
297
+ "property": {
298
+ "language": "LionCore-M3",
299
+ "version" : "2023.1",
300
+ "key" : "Link-multiple"
301
+ },
302
+ "value" : "true"
303
+ },
304
+ {
305
+ "property": {
306
+ "language": "LionCore-M3",
307
+ "version" : "2023.1",
308
+ "key" : "Feature-optional"
309
+ },
310
+ "value" : "true"
311
+ },
312
+ {
313
+ "property": {
314
+ "language": "LionCore-builtins",
315
+ "version" : "2023.1",
316
+ "key" : "LionCore-builtins-INamed-name"
317
+ },
318
+ "value" : "implements"
319
+ },
320
+ {
321
+ "property": {
322
+ "language": "LionCore-M3",
323
+ "version" : "2023.1",
324
+ "key" : "IKeyed-key"
325
+ },
326
+ "value" : "Annotation-implements"
327
+ }
328
+ ],
329
+ "containments": [],
330
+ "references" : [
331
+ {
332
+ "reference": {
333
+ "language": "LionCore-M3",
334
+ "version" : "2023.1",
335
+ "key" : "Link-type"
336
+ },
337
+ "targets" : [
338
+ {
339
+ "resolveInfo": "Interface",
340
+ "reference" : "-id-Interface"
341
+ }
342
+ ]
343
+ }
344
+ ],
345
+ "annotations" : [],
346
+ "parent" : "-id-Annotation"
347
+ },
348
+ {
349
+ "id" : "-id-Concept",
350
+ "classifier" : {
351
+ "language": "LionCore-M3",
352
+ "version" : "2023.1",
353
+ "key" : "Concept"
354
+ },
355
+ "properties" : [
356
+ {
357
+ "property": {
358
+ "language": "LionCore-M3",
359
+ "version" : "2023.1",
360
+ "key" : "Concept-abstract"
361
+ },
362
+ "value" : "false"
363
+ },
364
+ {
365
+ "property": {
366
+ "language": "LionCore-M3",
367
+ "version" : "2023.1",
368
+ "key" : "Concept-partition"
369
+ },
370
+ "value" : "false"
371
+ },
372
+ {
373
+ "property": {
374
+ "language": "LionCore-builtins",
375
+ "version" : "2023.1",
376
+ "key" : "LionCore-builtins-INamed-name"
377
+ },
378
+ "value" : "Concept"
379
+ },
380
+ {
381
+ "property": {
382
+ "language": "LionCore-M3",
383
+ "version" : "2023.1",
384
+ "key" : "IKeyed-key"
385
+ },
386
+ "value" : "Concept"
387
+ }
388
+ ],
389
+ "containments": [
390
+ {
391
+ "containment": {
392
+ "language": "LionCore-M3",
393
+ "version" : "2023.1",
394
+ "key" : "Classifier-features"
395
+ },
396
+ "children" : [
397
+ "-id-Concept-abstract",
398
+ "-id-Concept-partition",
399
+ "-id-Concept-extends",
400
+ "-id-Concept-implements"
401
+ ]
402
+ }
403
+ ],
404
+ "references" : [
405
+ {
406
+ "reference": {
407
+ "language": "LionCore-M3",
408
+ "version" : "2023.1",
409
+ "key" : "Concept-extends"
410
+ },
411
+ "targets" : [
412
+ {
413
+ "resolveInfo": "Classifier",
414
+ "reference" : "-id-Classifier"
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "reference": {
420
+ "language": "LionCore-M3",
421
+ "version" : "2023.1",
422
+ "key" : "Concept-implements"
423
+ },
424
+ "targets" : []
425
+ }
426
+ ],
427
+ "annotations" : [],
428
+ "parent" : "-id-LionCore-M3"
429
+ },
430
+ {
431
+ "id" : "-id-Concept-abstract",
432
+ "classifier" : {
433
+ "language": "LionCore-M3",
434
+ "version" : "2023.1",
435
+ "key" : "Property"
436
+ },
437
+ "properties" : [
438
+ {
439
+ "property": {
440
+ "language": "LionCore-M3",
441
+ "version" : "2023.1",
442
+ "key" : "Feature-optional"
443
+ },
444
+ "value" : "false"
445
+ },
446
+ {
447
+ "property": {
448
+ "language": "LionCore-builtins",
449
+ "version" : "2023.1",
450
+ "key" : "LionCore-builtins-INamed-name"
451
+ },
452
+ "value" : "abstract"
453
+ },
454
+ {
455
+ "property": {
456
+ "language": "LionCore-M3",
457
+ "version" : "2023.1",
458
+ "key" : "IKeyed-key"
459
+ },
460
+ "value" : "Concept-abstract"
461
+ }
462
+ ],
463
+ "containments": [],
464
+ "references" : [
465
+ {
466
+ "reference": {
467
+ "language": "LionCore-M3",
468
+ "version" : "2023.1",
469
+ "key" : "Property-type"
470
+ },
471
+ "targets" : [
472
+ {
473
+ "resolveInfo": "Boolean",
474
+ "reference" : "LionCore-builtins-Boolean"
475
+ }
476
+ ]
477
+ }
478
+ ],
479
+ "annotations" : [],
480
+ "parent" : "-id-Concept"
481
+ },
482
+ {
483
+ "id" : "-id-Concept-extends",
484
+ "classifier" : {
485
+ "language": "LionCore-M3",
486
+ "version" : "2023.1",
487
+ "key" : "Reference"
488
+ },
489
+ "properties" : [
490
+ {
491
+ "property": {
492
+ "language": "LionCore-M3",
493
+ "version" : "2023.1",
494
+ "key" : "Link-multiple"
495
+ },
496
+ "value" : "false"
497
+ },
498
+ {
499
+ "property": {
500
+ "language": "LionCore-M3",
501
+ "version" : "2023.1",
502
+ "key" : "Feature-optional"
503
+ },
504
+ "value" : "true"
505
+ },
506
+ {
507
+ "property": {
508
+ "language": "LionCore-builtins",
509
+ "version" : "2023.1",
510
+ "key" : "LionCore-builtins-INamed-name"
511
+ },
512
+ "value" : "extends"
513
+ },
514
+ {
515
+ "property": {
516
+ "language": "LionCore-M3",
517
+ "version" : "2023.1",
518
+ "key" : "IKeyed-key"
519
+ },
520
+ "value" : "Concept-extends"
521
+ }
522
+ ],
523
+ "containments": [],
524
+ "references" : [
525
+ {
526
+ "reference": {
527
+ "language": "LionCore-M3",
528
+ "version" : "2023.1",
529
+ "key" : "Link-type"
530
+ },
531
+ "targets" : [
532
+ {
533
+ "resolveInfo": "Concept",
534
+ "reference" : "-id-Concept"
535
+ }
536
+ ]
537
+ }
538
+ ],
539
+ "annotations" : [],
540
+ "parent" : "-id-Concept"
541
+ },
542
+ {
543
+ "id" : "-id-Concept-implements",
544
+ "classifier" : {
545
+ "language": "LionCore-M3",
546
+ "version" : "2023.1",
547
+ "key" : "Reference"
548
+ },
549
+ "properties" : [
550
+ {
551
+ "property": {
552
+ "language": "LionCore-M3",
553
+ "version" : "2023.1",
554
+ "key" : "Link-multiple"
555
+ },
556
+ "value" : "true"
557
+ },
558
+ {
559
+ "property": {
560
+ "language": "LionCore-M3",
561
+ "version" : "2023.1",
562
+ "key" : "Feature-optional"
563
+ },
564
+ "value" : "true"
565
+ },
566
+ {
567
+ "property": {
568
+ "language": "LionCore-builtins",
569
+ "version" : "2023.1",
570
+ "key" : "LionCore-builtins-INamed-name"
571
+ },
572
+ "value" : "implements"
573
+ },
574
+ {
575
+ "property": {
576
+ "language": "LionCore-M3",
577
+ "version" : "2023.1",
578
+ "key" : "IKeyed-key"
579
+ },
580
+ "value" : "Concept-implements"
581
+ }
582
+ ],
583
+ "containments": [],
584
+ "references" : [
585
+ {
586
+ "reference": {
587
+ "language": "LionCore-M3",
588
+ "version" : "2023.1",
589
+ "key" : "Link-type"
590
+ },
591
+ "targets" : [
592
+ {
593
+ "resolveInfo": "Interface",
594
+ "reference" : "-id-Interface"
595
+ }
596
+ ]
597
+ }
598
+ ],
599
+ "annotations" : [],
600
+ "parent" : "-id-Concept"
601
+ },
602
+ {
603
+ "id" : "-id-Concept-partition",
604
+ "classifier" : {
605
+ "language": "LionCore-M3",
606
+ "version" : "2023.1",
607
+ "key" : "Property"
608
+ },
609
+ "properties" : [
610
+ {
611
+ "property": {
612
+ "language": "LionCore-M3",
613
+ "version" : "2023.1",
614
+ "key" : "Feature-optional"
615
+ },
616
+ "value" : "false"
617
+ },
618
+ {
619
+ "property": {
620
+ "language": "LionCore-builtins",
621
+ "version" : "2023.1",
622
+ "key" : "LionCore-builtins-INamed-name"
623
+ },
624
+ "value" : "partition"
625
+ },
626
+ {
627
+ "property": {
628
+ "language": "LionCore-M3",
629
+ "version" : "2023.1",
630
+ "key" : "IKeyed-key"
631
+ },
632
+ "value" : "Concept-partition"
633
+ }
634
+ ],
635
+ "containments": [],
636
+ "references" : [
637
+ {
638
+ "reference": {
639
+ "language": "LionCore-M3",
640
+ "version" : "2023.1",
641
+ "key" : "Property-type"
642
+ },
643
+ "targets" : [
644
+ {
645
+ "resolveInfo": "Boolean",
646
+ "reference" : "LionCore-builtins-Boolean"
647
+ }
648
+ ]
649
+ }
650
+ ],
651
+ "annotations" : [],
652
+ "parent" : "-id-Concept"
653
+ },
654
+ {
655
+ "id" : "-id-Interface",
656
+ "classifier" : {
657
+ "language": "LionCore-M3",
658
+ "version" : "2023.1",
659
+ "key" : "Concept"
660
+ },
661
+ "properties" : [
662
+ {
663
+ "property": {
664
+ "language": "LionCore-M3",
665
+ "version" : "2023.1",
666
+ "key" : "Concept-abstract"
667
+ },
668
+ "value" : "false"
669
+ },
670
+ {
671
+ "property": {
672
+ "language": "LionCore-M3",
673
+ "version" : "2023.1",
674
+ "key" : "Concept-partition"
675
+ },
676
+ "value" : "false"
677
+ },
678
+ {
679
+ "property": {
680
+ "language": "LionCore-builtins",
681
+ "version" : "2023.1",
682
+ "key" : "LionCore-builtins-INamed-name"
683
+ },
684
+ "value" : "Interface"
685
+ },
686
+ {
687
+ "property": {
688
+ "language": "LionCore-M3",
689
+ "version" : "2023.1",
690
+ "key" : "IKeyed-key"
691
+ },
692
+ "value" : "Interface"
693
+ }
694
+ ],
695
+ "containments": [
696
+ {
697
+ "containment": {
698
+ "language": "LionCore-M3",
699
+ "version" : "2023.1",
700
+ "key" : "Classifier-features"
701
+ },
702
+ "children" : [
703
+ "-id-Interface-extends"
704
+ ]
705
+ }
706
+ ],
707
+ "references" : [
708
+ {
709
+ "reference": {
710
+ "language": "LionCore-M3",
711
+ "version" : "2023.1",
712
+ "key" : "Concept-extends"
713
+ },
714
+ "targets" : [
715
+ {
716
+ "resolveInfo": "Classifier",
717
+ "reference" : "-id-Classifier"
718
+ }
719
+ ]
720
+ },
721
+ {
722
+ "reference": {
723
+ "language": "LionCore-M3",
724
+ "version" : "2023.1",
725
+ "key" : "Concept-implements"
726
+ },
727
+ "targets" : []
728
+ }
729
+ ],
730
+ "annotations" : [],
731
+ "parent" : "-id-LionCore-M3"
732
+ },
733
+ {
734
+ "id" : "-id-Interface-extends",
735
+ "classifier" : {
736
+ "language": "LionCore-M3",
737
+ "version" : "2023.1",
738
+ "key" : "Reference"
739
+ },
740
+ "properties" : [
741
+ {
742
+ "property": {
743
+ "language": "LionCore-M3",
744
+ "version" : "2023.1",
745
+ "key" : "Link-multiple"
746
+ },
747
+ "value" : "true"
748
+ },
749
+ {
750
+ "property": {
751
+ "language": "LionCore-M3",
752
+ "version" : "2023.1",
753
+ "key" : "Feature-optional"
754
+ },
755
+ "value" : "true"
756
+ },
757
+ {
758
+ "property": {
759
+ "language": "LionCore-builtins",
760
+ "version" : "2023.1",
761
+ "key" : "LionCore-builtins-INamed-name"
762
+ },
763
+ "value" : "extends"
764
+ },
765
+ {
766
+ "property": {
767
+ "language": "LionCore-M3",
768
+ "version" : "2023.1",
769
+ "key" : "IKeyed-key"
770
+ },
771
+ "value" : "Interface-extends"
772
+ }
773
+ ],
774
+ "containments": [],
775
+ "references" : [
776
+ {
777
+ "reference": {
778
+ "language": "LionCore-M3",
779
+ "version" : "2023.1",
780
+ "key" : "Link-type"
781
+ },
782
+ "targets" : [
783
+ {
784
+ "resolveInfo": "Interface",
785
+ "reference" : "-id-Interface"
786
+ }
787
+ ]
788
+ }
789
+ ],
790
+ "annotations" : [],
791
+ "parent" : "-id-Interface"
792
+ },
793
+ {
794
+ "id" : "-id-Containment",
795
+ "classifier" : {
796
+ "language": "LionCore-M3",
797
+ "version" : "2023.1",
798
+ "key" : "Concept"
799
+ },
800
+ "properties" : [
801
+ {
802
+ "property": {
803
+ "language": "LionCore-M3",
804
+ "version" : "2023.1",
805
+ "key" : "Concept-abstract"
806
+ },
807
+ "value" : "false"
808
+ },
809
+ {
810
+ "property": {
811
+ "language": "LionCore-M3",
812
+ "version" : "2023.1",
813
+ "key" : "Concept-partition"
814
+ },
815
+ "value" : "false"
816
+ },
817
+ {
818
+ "property": {
819
+ "language": "LionCore-builtins",
820
+ "version" : "2023.1",
821
+ "key" : "LionCore-builtins-INamed-name"
822
+ },
823
+ "value" : "Containment"
824
+ },
825
+ {
826
+ "property": {
827
+ "language": "LionCore-M3",
828
+ "version" : "2023.1",
829
+ "key" : "IKeyed-key"
830
+ },
831
+ "value" : "Containment"
832
+ }
833
+ ],
834
+ "containments": [
835
+ {
836
+ "containment": {
837
+ "language": "LionCore-M3",
838
+ "version" : "2023.1",
839
+ "key" : "Classifier-features"
840
+ },
841
+ "children" : []
842
+ }
843
+ ],
844
+ "references" : [
845
+ {
846
+ "reference": {
847
+ "language": "LionCore-M3",
848
+ "version" : "2023.1",
849
+ "key" : "Concept-extends"
850
+ },
851
+ "targets" : [
852
+ {
853
+ "resolveInfo": "Link",
854
+ "reference" : "-id-Link"
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "reference": {
860
+ "language": "LionCore-M3",
861
+ "version" : "2023.1",
862
+ "key" : "Concept-implements"
863
+ },
864
+ "targets" : []
865
+ }
866
+ ],
867
+ "annotations" : [],
868
+ "parent" : "-id-LionCore-M3"
869
+ },
870
+ {
871
+ "id" : "-id-DataType",
872
+ "classifier" : {
873
+ "language": "LionCore-M3",
874
+ "version" : "2023.1",
875
+ "key" : "Concept"
876
+ },
877
+ "properties" : [
878
+ {
879
+ "property": {
880
+ "language": "LionCore-M3",
881
+ "version" : "2023.1",
882
+ "key" : "Concept-abstract"
883
+ },
884
+ "value" : "true"
885
+ },
886
+ {
887
+ "property": {
888
+ "language": "LionCore-M3",
889
+ "version" : "2023.1",
890
+ "key" : "Concept-partition"
891
+ },
892
+ "value" : "false"
893
+ },
894
+ {
895
+ "property": {
896
+ "language": "LionCore-builtins",
897
+ "version" : "2023.1",
898
+ "key" : "LionCore-builtins-INamed-name"
899
+ },
900
+ "value" : "DataType"
901
+ },
902
+ {
903
+ "property": {
904
+ "language": "LionCore-M3",
905
+ "version" : "2023.1",
906
+ "key" : "IKeyed-key"
907
+ },
908
+ "value" : "DataType"
909
+ }
910
+ ],
911
+ "containments": [
912
+ {
913
+ "containment": {
914
+ "language": "LionCore-M3",
915
+ "version" : "2023.1",
916
+ "key" : "Classifier-features"
917
+ },
918
+ "children" : []
919
+ }
920
+ ],
921
+ "references" : [
922
+ {
923
+ "reference": {
924
+ "language": "LionCore-M3",
925
+ "version" : "2023.1",
926
+ "key" : "Concept-extends"
927
+ },
928
+ "targets" : [
929
+ {
930
+ "resolveInfo": "LanguageEntity",
931
+ "reference" : "-id-LanguageEntity"
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "reference": {
937
+ "language": "LionCore-M3",
938
+ "version" : "2023.1",
939
+ "key" : "Concept-implements"
940
+ },
941
+ "targets" : []
942
+ }
943
+ ],
944
+ "annotations" : [],
945
+ "parent" : "-id-LionCore-M3"
946
+ },
947
+ {
948
+ "id" : "-id-Enumeration",
949
+ "classifier" : {
950
+ "language": "LionCore-M3",
951
+ "version" : "2023.1",
952
+ "key" : "Concept"
953
+ },
954
+ "properties" : [
955
+ {
956
+ "property": {
957
+ "language": "LionCore-M3",
958
+ "version" : "2023.1",
959
+ "key" : "Concept-abstract"
960
+ },
961
+ "value" : "false"
962
+ },
963
+ {
964
+ "property": {
965
+ "language": "LionCore-M3",
966
+ "version" : "2023.1",
967
+ "key" : "Concept-partition"
968
+ },
969
+ "value" : "false"
970
+ },
971
+ {
972
+ "property": {
973
+ "language": "LionCore-builtins",
974
+ "version" : "2023.1",
975
+ "key" : "LionCore-builtins-INamed-name"
976
+ },
977
+ "value" : "Enumeration"
978
+ },
979
+ {
980
+ "property": {
981
+ "language": "LionCore-M3",
982
+ "version" : "2023.1",
983
+ "key" : "IKeyed-key"
984
+ },
985
+ "value" : "Enumeration"
986
+ }
987
+ ],
988
+ "containments": [
989
+ {
990
+ "containment": {
991
+ "language": "LionCore-M3",
992
+ "version" : "2023.1",
993
+ "key" : "Classifier-features"
994
+ },
995
+ "children" : [
996
+ "-id-Enumeration-literals"
997
+ ]
998
+ }
999
+ ],
1000
+ "references" : [
1001
+ {
1002
+ "reference": {
1003
+ "language": "LionCore-M3",
1004
+ "version" : "2023.1",
1005
+ "key" : "Concept-extends"
1006
+ },
1007
+ "targets" : [
1008
+ {
1009
+ "resolveInfo": "DataType",
1010
+ "reference" : "-id-DataType"
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "reference": {
1016
+ "language": "LionCore-M3",
1017
+ "version" : "2023.1",
1018
+ "key" : "Concept-implements"
1019
+ },
1020
+ "targets" : []
1021
+ }
1022
+ ],
1023
+ "annotations" : [],
1024
+ "parent" : "-id-LionCore-M3"
1025
+ },
1026
+ {
1027
+ "id" : "-id-Enumeration-literals",
1028
+ "classifier" : {
1029
+ "language": "LionCore-M3",
1030
+ "version" : "2023.1",
1031
+ "key" : "Containment"
1032
+ },
1033
+ "properties" : [
1034
+ {
1035
+ "property": {
1036
+ "language": "LionCore-M3",
1037
+ "version" : "2023.1",
1038
+ "key" : "Link-multiple"
1039
+ },
1040
+ "value" : "true"
1041
+ },
1042
+ {
1043
+ "property": {
1044
+ "language": "LionCore-M3",
1045
+ "version" : "2023.1",
1046
+ "key" : "Feature-optional"
1047
+ },
1048
+ "value" : "true"
1049
+ },
1050
+ {
1051
+ "property": {
1052
+ "language": "LionCore-builtins",
1053
+ "version" : "2023.1",
1054
+ "key" : "LionCore-builtins-INamed-name"
1055
+ },
1056
+ "value" : "literals"
1057
+ },
1058
+ {
1059
+ "property": {
1060
+ "language": "LionCore-M3",
1061
+ "version" : "2023.1",
1062
+ "key" : "IKeyed-key"
1063
+ },
1064
+ "value" : "Enumeration-literals"
1065
+ }
1066
+ ],
1067
+ "containments": [],
1068
+ "references" : [
1069
+ {
1070
+ "reference": {
1071
+ "language": "LionCore-M3",
1072
+ "version" : "2023.1",
1073
+ "key" : "Link-type"
1074
+ },
1075
+ "targets" : [
1076
+ {
1077
+ "resolveInfo": "EnumerationLiteral",
1078
+ "reference" : "-id-EnumerationLiteral"
1079
+ }
1080
+ ]
1081
+ }
1082
+ ],
1083
+ "annotations" : [],
1084
+ "parent" : "-id-Enumeration"
1085
+ },
1086
+ {
1087
+ "id" : "-id-EnumerationLiteral",
1088
+ "classifier" : {
1089
+ "language": "LionCore-M3",
1090
+ "version" : "2023.1",
1091
+ "key" : "Concept"
1092
+ },
1093
+ "properties" : [
1094
+ {
1095
+ "property": {
1096
+ "language": "LionCore-M3",
1097
+ "version" : "2023.1",
1098
+ "key" : "Concept-abstract"
1099
+ },
1100
+ "value" : "false"
1101
+ },
1102
+ {
1103
+ "property": {
1104
+ "language": "LionCore-M3",
1105
+ "version" : "2023.1",
1106
+ "key" : "Concept-partition"
1107
+ },
1108
+ "value" : "false"
1109
+ },
1110
+ {
1111
+ "property": {
1112
+ "language": "LionCore-builtins",
1113
+ "version" : "2023.1",
1114
+ "key" : "LionCore-builtins-INamed-name"
1115
+ },
1116
+ "value" : "EnumerationLiteral"
1117
+ },
1118
+ {
1119
+ "property": {
1120
+ "language": "LionCore-M3",
1121
+ "version" : "2023.1",
1122
+ "key" : "IKeyed-key"
1123
+ },
1124
+ "value" : "EnumerationLiteral"
1125
+ }
1126
+ ],
1127
+ "containments": [
1128
+ {
1129
+ "containment": {
1130
+ "language": "LionCore-M3",
1131
+ "version" : "2023.1",
1132
+ "key" : "Classifier-features"
1133
+ },
1134
+ "children" : []
1135
+ }
1136
+ ],
1137
+ "references" : [
1138
+ {
1139
+ "reference": {
1140
+ "language": "LionCore-M3",
1141
+ "version" : "2023.1",
1142
+ "key" : "Concept-extends"
1143
+ },
1144
+ "targets" : []
1145
+ },
1146
+ {
1147
+ "reference": {
1148
+ "language": "LionCore-M3",
1149
+ "version" : "2023.1",
1150
+ "key" : "Concept-implements"
1151
+ },
1152
+ "targets" : [
1153
+ {
1154
+ "resolveInfo": "IKeyed",
1155
+ "reference" : "-id-IKeyed"
1156
+ }
1157
+ ]
1158
+ }
1159
+ ],
1160
+ "annotations" : [],
1161
+ "parent" : "-id-LionCore-M3"
1162
+ },
1163
+ {
1164
+ "id" : "-id-Feature",
1165
+ "classifier" : {
1166
+ "language": "LionCore-M3",
1167
+ "version" : "2023.1",
1168
+ "key" : "Concept"
1169
+ },
1170
+ "properties" : [
1171
+ {
1172
+ "property": {
1173
+ "language": "LionCore-M3",
1174
+ "version" : "2023.1",
1175
+ "key" : "Concept-abstract"
1176
+ },
1177
+ "value" : "true"
1178
+ },
1179
+ {
1180
+ "property": {
1181
+ "language": "LionCore-M3",
1182
+ "version" : "2023.1",
1183
+ "key" : "Concept-partition"
1184
+ },
1185
+ "value" : "false"
1186
+ },
1187
+ {
1188
+ "property": {
1189
+ "language": "LionCore-builtins",
1190
+ "version" : "2023.1",
1191
+ "key" : "LionCore-builtins-INamed-name"
1192
+ },
1193
+ "value" : "Feature"
1194
+ },
1195
+ {
1196
+ "property": {
1197
+ "language": "LionCore-M3",
1198
+ "version" : "2023.1",
1199
+ "key" : "IKeyed-key"
1200
+ },
1201
+ "value" : "Feature"
1202
+ }
1203
+ ],
1204
+ "containments": [
1205
+ {
1206
+ "containment": {
1207
+ "language": "LionCore-M3",
1208
+ "version" : "2023.1",
1209
+ "key" : "Classifier-features"
1210
+ },
1211
+ "children" : [
1212
+ "-id-Feature-optional"
1213
+ ]
1214
+ }
1215
+ ],
1216
+ "references" : [
1217
+ {
1218
+ "reference": {
1219
+ "language": "LionCore-M3",
1220
+ "version" : "2023.1",
1221
+ "key" : "Concept-extends"
1222
+ },
1223
+ "targets" : []
1224
+ },
1225
+ {
1226
+ "reference": {
1227
+ "language": "LionCore-M3",
1228
+ "version" : "2023.1",
1229
+ "key" : "Concept-implements"
1230
+ },
1231
+ "targets" : [
1232
+ {
1233
+ "resolveInfo": "IKeyed",
1234
+ "reference" : "-id-IKeyed"
1235
+ }
1236
+ ]
1237
+ }
1238
+ ],
1239
+ "annotations" : [],
1240
+ "parent" : "-id-LionCore-M3"
1241
+ },
1242
+ {
1243
+ "id" : "-id-Feature-optional",
1244
+ "classifier" : {
1245
+ "language": "LionCore-M3",
1246
+ "version" : "2023.1",
1247
+ "key" : "Property"
1248
+ },
1249
+ "properties" : [
1250
+ {
1251
+ "property": {
1252
+ "language": "LionCore-M3",
1253
+ "version" : "2023.1",
1254
+ "key" : "Feature-optional"
1255
+ },
1256
+ "value" : "false"
1257
+ },
1258
+ {
1259
+ "property": {
1260
+ "language": "LionCore-builtins",
1261
+ "version" : "2023.1",
1262
+ "key" : "LionCore-builtins-INamed-name"
1263
+ },
1264
+ "value" : "optional"
1265
+ },
1266
+ {
1267
+ "property": {
1268
+ "language": "LionCore-M3",
1269
+ "version" : "2023.1",
1270
+ "key" : "IKeyed-key"
1271
+ },
1272
+ "value" : "Feature-optional"
1273
+ }
1274
+ ],
1275
+ "containments": [],
1276
+ "references" : [
1277
+ {
1278
+ "reference": {
1279
+ "language": "LionCore-M3",
1280
+ "version" : "2023.1",
1281
+ "key" : "Property-type"
1282
+ },
1283
+ "targets" : [
1284
+ {
1285
+ "resolveInfo": "Boolean",
1286
+ "reference" : "LionCore-builtins-Boolean"
1287
+ }
1288
+ ]
1289
+ }
1290
+ ],
1291
+ "annotations" : [],
1292
+ "parent" : "-id-Feature"
1293
+ },
1294
+ {
1295
+ "id" : "-id-Classifier",
1296
+ "classifier" : {
1297
+ "language": "LionCore-M3",
1298
+ "version" : "2023.1",
1299
+ "key" : "Concept"
1300
+ },
1301
+ "properties" : [
1302
+ {
1303
+ "property": {
1304
+ "language": "LionCore-M3",
1305
+ "version" : "2023.1",
1306
+ "key" : "Concept-abstract"
1307
+ },
1308
+ "value" : "true"
1309
+ },
1310
+ {
1311
+ "property": {
1312
+ "language": "LionCore-M3",
1313
+ "version" : "2023.1",
1314
+ "key" : "Concept-partition"
1315
+ },
1316
+ "value" : "false"
1317
+ },
1318
+ {
1319
+ "property": {
1320
+ "language": "LionCore-builtins",
1321
+ "version" : "2023.1",
1322
+ "key" : "LionCore-builtins-INamed-name"
1323
+ },
1324
+ "value" : "Classifier"
1325
+ },
1326
+ {
1327
+ "property": {
1328
+ "language": "LionCore-M3",
1329
+ "version" : "2023.1",
1330
+ "key" : "IKeyed-key"
1331
+ },
1332
+ "value" : "Classifier"
1333
+ }
1334
+ ],
1335
+ "containments": [
1336
+ {
1337
+ "containment": {
1338
+ "language": "LionCore-M3",
1339
+ "version" : "2023.1",
1340
+ "key" : "Classifier-features"
1341
+ },
1342
+ "children" : [
1343
+ "-id-Classifier-features"
1344
+ ]
1345
+ }
1346
+ ],
1347
+ "references" : [
1348
+ {
1349
+ "reference": {
1350
+ "language": "LionCore-M3",
1351
+ "version" : "2023.1",
1352
+ "key" : "Concept-extends"
1353
+ },
1354
+ "targets" : [
1355
+ {
1356
+ "resolveInfo": "LanguageEntity",
1357
+ "reference" : "-id-LanguageEntity"
1358
+ }
1359
+ ]
1360
+ },
1361
+ {
1362
+ "reference": {
1363
+ "language": "LionCore-M3",
1364
+ "version" : "2023.1",
1365
+ "key" : "Concept-implements"
1366
+ },
1367
+ "targets" : []
1368
+ }
1369
+ ],
1370
+ "annotations" : [],
1371
+ "parent" : "-id-LionCore-M3"
1372
+ },
1373
+ {
1374
+ "id" : "-id-Classifier-features",
1375
+ "classifier" : {
1376
+ "language": "LionCore-M3",
1377
+ "version" : "2023.1",
1378
+ "key" : "Containment"
1379
+ },
1380
+ "properties" : [
1381
+ {
1382
+ "property": {
1383
+ "language": "LionCore-M3",
1384
+ "version" : "2023.1",
1385
+ "key" : "Link-multiple"
1386
+ },
1387
+ "value" : "true"
1388
+ },
1389
+ {
1390
+ "property": {
1391
+ "language": "LionCore-M3",
1392
+ "version" : "2023.1",
1393
+ "key" : "Feature-optional"
1394
+ },
1395
+ "value" : "true"
1396
+ },
1397
+ {
1398
+ "property": {
1399
+ "language": "LionCore-builtins",
1400
+ "version" : "2023.1",
1401
+ "key" : "LionCore-builtins-INamed-name"
1402
+ },
1403
+ "value" : "features"
1404
+ },
1405
+ {
1406
+ "property": {
1407
+ "language": "LionCore-M3",
1408
+ "version" : "2023.1",
1409
+ "key" : "IKeyed-key"
1410
+ },
1411
+ "value" : "Classifier-features"
1412
+ }
1413
+ ],
1414
+ "containments": [],
1415
+ "references" : [
1416
+ {
1417
+ "reference": {
1418
+ "language": "LionCore-M3",
1419
+ "version" : "2023.1",
1420
+ "key" : "Link-type"
1421
+ },
1422
+ "targets" : [
1423
+ {
1424
+ "resolveInfo": "Feature",
1425
+ "reference" : "-id-Feature"
1426
+ }
1427
+ ]
1428
+ }
1429
+ ],
1430
+ "annotations" : [],
1431
+ "parent" : "-id-Classifier"
1432
+ },
1433
+ {
1434
+ "id" : "-id-Link",
1435
+ "classifier" : {
1436
+ "language": "LionCore-M3",
1437
+ "version" : "2023.1",
1438
+ "key" : "Concept"
1439
+ },
1440
+ "properties" : [
1441
+ {
1442
+ "property": {
1443
+ "language": "LionCore-M3",
1444
+ "version" : "2023.1",
1445
+ "key" : "Concept-abstract"
1446
+ },
1447
+ "value" : "true"
1448
+ },
1449
+ {
1450
+ "property": {
1451
+ "language": "LionCore-M3",
1452
+ "version" : "2023.1",
1453
+ "key" : "Concept-partition"
1454
+ },
1455
+ "value" : "false"
1456
+ },
1457
+ {
1458
+ "property": {
1459
+ "language": "LionCore-builtins",
1460
+ "version" : "2023.1",
1461
+ "key" : "LionCore-builtins-INamed-name"
1462
+ },
1463
+ "value" : "Link"
1464
+ },
1465
+ {
1466
+ "property": {
1467
+ "language": "LionCore-M3",
1468
+ "version" : "2023.1",
1469
+ "key" : "IKeyed-key"
1470
+ },
1471
+ "value" : "Link"
1472
+ }
1473
+ ],
1474
+ "containments": [
1475
+ {
1476
+ "containment": {
1477
+ "language": "LionCore-M3",
1478
+ "version" : "2023.1",
1479
+ "key" : "Classifier-features"
1480
+ },
1481
+ "children" : [
1482
+ "-id-Link-multiple",
1483
+ "-id-Link-type"
1484
+ ]
1485
+ }
1486
+ ],
1487
+ "references" : [
1488
+ {
1489
+ "reference": {
1490
+ "language": "LionCore-M3",
1491
+ "version" : "2023.1",
1492
+ "key" : "Concept-extends"
1493
+ },
1494
+ "targets" : [
1495
+ {
1496
+ "resolveInfo": "Feature",
1497
+ "reference" : "-id-Feature"
1498
+ }
1499
+ ]
1500
+ },
1501
+ {
1502
+ "reference": {
1503
+ "language": "LionCore-M3",
1504
+ "version" : "2023.1",
1505
+ "key" : "Concept-implements"
1506
+ },
1507
+ "targets" : []
1508
+ }
1509
+ ],
1510
+ "annotations" : [],
1511
+ "parent" : "-id-LionCore-M3"
1512
+ },
1513
+ {
1514
+ "id" : "-id-Link-multiple",
1515
+ "classifier" : {
1516
+ "language": "LionCore-M3",
1517
+ "version" : "2023.1",
1518
+ "key" : "Property"
1519
+ },
1520
+ "properties" : [
1521
+ {
1522
+ "property": {
1523
+ "language": "LionCore-M3",
1524
+ "version" : "2023.1",
1525
+ "key" : "Feature-optional"
1526
+ },
1527
+ "value" : "false"
1528
+ },
1529
+ {
1530
+ "property": {
1531
+ "language": "LionCore-builtins",
1532
+ "version" : "2023.1",
1533
+ "key" : "LionCore-builtins-INamed-name"
1534
+ },
1535
+ "value" : "multiple"
1536
+ },
1537
+ {
1538
+ "property": {
1539
+ "language": "LionCore-M3",
1540
+ "version" : "2023.1",
1541
+ "key" : "IKeyed-key"
1542
+ },
1543
+ "value" : "Link-multiple"
1544
+ }
1545
+ ],
1546
+ "containments": [],
1547
+ "references" : [
1548
+ {
1549
+ "reference": {
1550
+ "language": "LionCore-M3",
1551
+ "version" : "2023.1",
1552
+ "key" : "Property-type"
1553
+ },
1554
+ "targets" : [
1555
+ {
1556
+ "resolveInfo": "Boolean",
1557
+ "reference" : "LionCore-builtins-Boolean"
1558
+ }
1559
+ ]
1560
+ }
1561
+ ],
1562
+ "annotations" : [],
1563
+ "parent" : "-id-Link"
1564
+ },
1565
+ {
1566
+ "id" : "-id-Link-type",
1567
+ "classifier" : {
1568
+ "language": "LionCore-M3",
1569
+ "version" : "2023.1",
1570
+ "key" : "Reference"
1571
+ },
1572
+ "properties" : [
1573
+ {
1574
+ "property": {
1575
+ "language": "LionCore-M3",
1576
+ "version" : "2023.1",
1577
+ "key" : "Link-multiple"
1578
+ },
1579
+ "value" : "false"
1580
+ },
1581
+ {
1582
+ "property": {
1583
+ "language": "LionCore-M3",
1584
+ "version" : "2023.1",
1585
+ "key" : "Feature-optional"
1586
+ },
1587
+ "value" : "false"
1588
+ },
1589
+ {
1590
+ "property": {
1591
+ "language": "LionCore-builtins",
1592
+ "version" : "2023.1",
1593
+ "key" : "LionCore-builtins-INamed-name"
1594
+ },
1595
+ "value" : "type"
1596
+ },
1597
+ {
1598
+ "property": {
1599
+ "language": "LionCore-M3",
1600
+ "version" : "2023.1",
1601
+ "key" : "IKeyed-key"
1602
+ },
1603
+ "value" : "Link-type"
1604
+ }
1605
+ ],
1606
+ "containments": [],
1607
+ "references" : [
1608
+ {
1609
+ "reference": {
1610
+ "language": "LionCore-M3",
1611
+ "version" : "2023.1",
1612
+ "key" : "Link-type"
1613
+ },
1614
+ "targets" : [
1615
+ {
1616
+ "resolveInfo": "Classifier",
1617
+ "reference" : "-id-Classifier"
1618
+ }
1619
+ ]
1620
+ }
1621
+ ],
1622
+ "annotations" : [],
1623
+ "parent" : "-id-Link"
1624
+ },
1625
+ {
1626
+ "id" : "-id-Language",
1627
+ "classifier" : {
1628
+ "language": "LionCore-M3",
1629
+ "version" : "2023.1",
1630
+ "key" : "Concept"
1631
+ },
1632
+ "properties" : [
1633
+ {
1634
+ "property": {
1635
+ "language": "LionCore-M3",
1636
+ "version" : "2023.1",
1637
+ "key" : "Concept-abstract"
1638
+ },
1639
+ "value" : "false"
1640
+ },
1641
+ {
1642
+ "property": {
1643
+ "language": "LionCore-M3",
1644
+ "version" : "2023.1",
1645
+ "key" : "Concept-partition"
1646
+ },
1647
+ "value" : "true"
1648
+ },
1649
+ {
1650
+ "property": {
1651
+ "language": "LionCore-builtins",
1652
+ "version" : "2023.1",
1653
+ "key" : "LionCore-builtins-INamed-name"
1654
+ },
1655
+ "value" : "Language"
1656
+ },
1657
+ {
1658
+ "property": {
1659
+ "language": "LionCore-M3",
1660
+ "version" : "2023.1",
1661
+ "key" : "IKeyed-key"
1662
+ },
1663
+ "value" : "Language"
1664
+ }
1665
+ ],
1666
+ "containments": [
1667
+ {
1668
+ "containment": {
1669
+ "language": "LionCore-M3",
1670
+ "version" : "2023.1",
1671
+ "key" : "Classifier-features"
1672
+ },
1673
+ "children" : [
1674
+ "-id-Language-version",
1675
+ "-id-Language-dependsOn",
1676
+ "-id-Language-entities"
1677
+ ]
1678
+ }
1679
+ ],
1680
+ "references" : [
1681
+ {
1682
+ "reference": {
1683
+ "language": "LionCore-M3",
1684
+ "version" : "2023.1",
1685
+ "key" : "Concept-extends"
1686
+ },
1687
+ "targets" : []
1688
+ },
1689
+ {
1690
+ "reference": {
1691
+ "language": "LionCore-M3",
1692
+ "version" : "2023.1",
1693
+ "key" : "Concept-implements"
1694
+ },
1695
+ "targets" : [
1696
+ {
1697
+ "resolveInfo": "IKeyed",
1698
+ "reference" : "-id-IKeyed"
1699
+ }
1700
+ ]
1701
+ }
1702
+ ],
1703
+ "annotations" : [],
1704
+ "parent" : "-id-LionCore-M3"
1705
+ },
1706
+ {
1707
+ "id" : "-id-Language-dependsOn",
1708
+ "classifier" : {
1709
+ "language": "LionCore-M3",
1710
+ "version" : "2023.1",
1711
+ "key" : "Reference"
1712
+ },
1713
+ "properties" : [
1714
+ {
1715
+ "property": {
1716
+ "language": "LionCore-M3",
1717
+ "version" : "2023.1",
1718
+ "key" : "Link-multiple"
1719
+ },
1720
+ "value" : "true"
1721
+ },
1722
+ {
1723
+ "property": {
1724
+ "language": "LionCore-M3",
1725
+ "version" : "2023.1",
1726
+ "key" : "Feature-optional"
1727
+ },
1728
+ "value" : "true"
1729
+ },
1730
+ {
1731
+ "property": {
1732
+ "language": "LionCore-builtins",
1733
+ "version" : "2023.1",
1734
+ "key" : "LionCore-builtins-INamed-name"
1735
+ },
1736
+ "value" : "dependsOn"
1737
+ },
1738
+ {
1739
+ "property": {
1740
+ "language": "LionCore-M3",
1741
+ "version" : "2023.1",
1742
+ "key" : "IKeyed-key"
1743
+ },
1744
+ "value" : "Language-dependsOn"
1745
+ }
1746
+ ],
1747
+ "containments": [],
1748
+ "references" : [
1749
+ {
1750
+ "reference": {
1751
+ "language": "LionCore-M3",
1752
+ "version" : "2023.1",
1753
+ "key" : "Link-type"
1754
+ },
1755
+ "targets" : [
1756
+ {
1757
+ "resolveInfo": "Language",
1758
+ "reference" : "-id-Language"
1759
+ }
1760
+ ]
1761
+ }
1762
+ ],
1763
+ "annotations" : [],
1764
+ "parent" : "-id-Language"
1765
+ },
1766
+ {
1767
+ "id" : "-id-Language-entities",
1768
+ "classifier" : {
1769
+ "language": "LionCore-M3",
1770
+ "version" : "2023.1",
1771
+ "key" : "Containment"
1772
+ },
1773
+ "properties" : [
1774
+ {
1775
+ "property": {
1776
+ "language": "LionCore-M3",
1777
+ "version" : "2023.1",
1778
+ "key" : "Link-multiple"
1779
+ },
1780
+ "value" : "true"
1781
+ },
1782
+ {
1783
+ "property": {
1784
+ "language": "LionCore-M3",
1785
+ "version" : "2023.1",
1786
+ "key" : "Feature-optional"
1787
+ },
1788
+ "value" : "true"
1789
+ },
1790
+ {
1791
+ "property": {
1792
+ "language": "LionCore-builtins",
1793
+ "version" : "2023.1",
1794
+ "key" : "LionCore-builtins-INamed-name"
1795
+ },
1796
+ "value" : "entities"
1797
+ },
1798
+ {
1799
+ "property": {
1800
+ "language": "LionCore-M3",
1801
+ "version" : "2023.1",
1802
+ "key" : "IKeyed-key"
1803
+ },
1804
+ "value" : "Language-entities"
1805
+ }
1806
+ ],
1807
+ "containments": [],
1808
+ "references" : [
1809
+ {
1810
+ "reference": {
1811
+ "language": "LionCore-M3",
1812
+ "version" : "2023.1",
1813
+ "key" : "Link-type"
1814
+ },
1815
+ "targets" : [
1816
+ {
1817
+ "resolveInfo": "LanguageEntity",
1818
+ "reference" : "-id-LanguageEntity"
1819
+ }
1820
+ ]
1821
+ }
1822
+ ],
1823
+ "annotations" : [],
1824
+ "parent" : "-id-Language"
1825
+ },
1826
+ {
1827
+ "id" : "-id-Language-version",
1828
+ "classifier" : {
1829
+ "language": "LionCore-M3",
1830
+ "version" : "2023.1",
1831
+ "key" : "Property"
1832
+ },
1833
+ "properties" : [
1834
+ {
1835
+ "property": {
1836
+ "language": "LionCore-M3",
1837
+ "version" : "2023.1",
1838
+ "key" : "Feature-optional"
1839
+ },
1840
+ "value" : "false"
1841
+ },
1842
+ {
1843
+ "property": {
1844
+ "language": "LionCore-builtins",
1845
+ "version" : "2023.1",
1846
+ "key" : "LionCore-builtins-INamed-name"
1847
+ },
1848
+ "value" : "version"
1849
+ },
1850
+ {
1851
+ "property": {
1852
+ "language": "LionCore-M3",
1853
+ "version" : "2023.1",
1854
+ "key" : "IKeyed-key"
1855
+ },
1856
+ "value" : "Language-version"
1857
+ }
1858
+ ],
1859
+ "containments": [],
1860
+ "references" : [
1861
+ {
1862
+ "reference": {
1863
+ "language": "LionCore-M3",
1864
+ "version" : "2023.1",
1865
+ "key" : "Property-type"
1866
+ },
1867
+ "targets" : [
1868
+ {
1869
+ "resolveInfo": "String",
1870
+ "reference" : "LionCore-builtins-String"
1871
+ }
1872
+ ]
1873
+ }
1874
+ ],
1875
+ "annotations" : [],
1876
+ "parent" : "-id-Language"
1877
+ },
1878
+ {
1879
+ "id" : "-id-LanguageEntity",
1880
+ "classifier" : {
1881
+ "language": "LionCore-M3",
1882
+ "version" : "2023.1",
1883
+ "key" : "Concept"
1884
+ },
1885
+ "properties" : [
1886
+ {
1887
+ "property": {
1888
+ "language": "LionCore-M3",
1889
+ "version" : "2023.1",
1890
+ "key" : "Concept-abstract"
1891
+ },
1892
+ "value" : "true"
1893
+ },
1894
+ {
1895
+ "property": {
1896
+ "language": "LionCore-M3",
1897
+ "version" : "2023.1",
1898
+ "key" : "Concept-partition"
1899
+ },
1900
+ "value" : "false"
1901
+ },
1902
+ {
1903
+ "property": {
1904
+ "language": "LionCore-builtins",
1905
+ "version" : "2023.1",
1906
+ "key" : "LionCore-builtins-INamed-name"
1907
+ },
1908
+ "value" : "LanguageEntity"
1909
+ },
1910
+ {
1911
+ "property": {
1912
+ "language": "LionCore-M3",
1913
+ "version" : "2023.1",
1914
+ "key" : "IKeyed-key"
1915
+ },
1916
+ "value" : "LanguageEntity"
1917
+ }
1918
+ ],
1919
+ "containments": [
1920
+ {
1921
+ "containment": {
1922
+ "language": "LionCore-M3",
1923
+ "version" : "2023.1",
1924
+ "key" : "Classifier-features"
1925
+ },
1926
+ "children" : []
1927
+ }
1928
+ ],
1929
+ "references" : [
1930
+ {
1931
+ "reference": {
1932
+ "language": "LionCore-M3",
1933
+ "version" : "2023.1",
1934
+ "key" : "Concept-extends"
1935
+ },
1936
+ "targets" : []
1937
+ },
1938
+ {
1939
+ "reference": {
1940
+ "language": "LionCore-M3",
1941
+ "version" : "2023.1",
1942
+ "key" : "Concept-implements"
1943
+ },
1944
+ "targets" : [
1945
+ {
1946
+ "resolveInfo": "IKeyed",
1947
+ "reference" : "-id-IKeyed"
1948
+ }
1949
+ ]
1950
+ }
1951
+ ],
1952
+ "annotations" : [],
1953
+ "parent" : "-id-LionCore-M3"
1954
+ },
1955
+ {
1956
+ "id" : "-id-IKeyed",
1957
+ "classifier" : {
1958
+ "language": "LionCore-M3",
1959
+ "version" : "2023.1",
1960
+ "key" : "Interface"
1961
+ },
1962
+ "properties" : [
1963
+ {
1964
+ "property": {
1965
+ "language": "LionCore-builtins",
1966
+ "version" : "2023.1",
1967
+ "key" : "LionCore-builtins-INamed-name"
1968
+ },
1969
+ "value" : "IKeyed"
1970
+ },
1971
+ {
1972
+ "property": {
1973
+ "language": "LionCore-M3",
1974
+ "version" : "2023.1",
1975
+ "key" : "IKeyed-key"
1976
+ },
1977
+ "value" : "IKeyed"
1978
+ }
1979
+ ],
1980
+ "containments": [
1981
+ {
1982
+ "containment": {
1983
+ "language": "LionCore-M3",
1984
+ "version" : "2023.1",
1985
+ "key" : "Classifier-features"
1986
+ },
1987
+ "children" : [
1988
+ "-id-IKeyed-key"
1989
+ ]
1990
+ }
1991
+ ],
1992
+ "references" : [
1993
+ {
1994
+ "reference": {
1995
+ "language": "LionCore-M3",
1996
+ "version" : "2023.1",
1997
+ "key" : "Interface-extends"
1998
+ },
1999
+ "targets" : [
2000
+ {
2001
+ "resolveInfo": "INamed",
2002
+ "reference" : "LionCore-builtins-INamed"
2003
+ }
2004
+ ]
2005
+ }
2006
+ ],
2007
+ "annotations" : [],
2008
+ "parent" : "-id-LionCore-M3"
2009
+ },
2010
+ {
2011
+ "id" : "-id-IKeyed-key",
2012
+ "classifier" : {
2013
+ "language": "LionCore-M3",
2014
+ "version" : "2023.1",
2015
+ "key" : "Property"
2016
+ },
2017
+ "properties" : [
2018
+ {
2019
+ "property": {
2020
+ "language": "LionCore-M3",
2021
+ "version" : "2023.1",
2022
+ "key" : "Feature-optional"
2023
+ },
2024
+ "value" : "false"
2025
+ },
2026
+ {
2027
+ "property": {
2028
+ "language": "LionCore-builtins",
2029
+ "version" : "2023.1",
2030
+ "key" : "LionCore-builtins-INamed-name"
2031
+ },
2032
+ "value" : "key"
2033
+ },
2034
+ {
2035
+ "property": {
2036
+ "language": "LionCore-M3",
2037
+ "version" : "2023.1",
2038
+ "key" : "IKeyed-key"
2039
+ },
2040
+ "value" : "IKeyed-key"
2041
+ }
2042
+ ],
2043
+ "containments": [],
2044
+ "references" : [
2045
+ {
2046
+ "reference": {
2047
+ "language": "LionCore-M3",
2048
+ "version" : "2023.1",
2049
+ "key" : "Property-type"
2050
+ },
2051
+ "targets" : [
2052
+ {
2053
+ "resolveInfo": "String",
2054
+ "reference" : "LionCore-builtins-String"
2055
+ }
2056
+ ]
2057
+ }
2058
+ ],
2059
+ "annotations" : [],
2060
+ "parent" : "-id-IKeyed"
2061
+ },
2062
+ {
2063
+ "id" : "-id-PrimitiveType",
2064
+ "classifier" : {
2065
+ "language": "LionCore-M3",
2066
+ "version" : "2023.1",
2067
+ "key" : "Concept"
2068
+ },
2069
+ "properties" : [
2070
+ {
2071
+ "property": {
2072
+ "language": "LionCore-M3",
2073
+ "version" : "2023.1",
2074
+ "key" : "Concept-abstract"
2075
+ },
2076
+ "value" : "false"
2077
+ },
2078
+ {
2079
+ "property": {
2080
+ "language": "LionCore-M3",
2081
+ "version" : "2023.1",
2082
+ "key" : "Concept-partition"
2083
+ },
2084
+ "value" : "false"
2085
+ },
2086
+ {
2087
+ "property": {
2088
+ "language": "LionCore-builtins",
2089
+ "version" : "2023.1",
2090
+ "key" : "LionCore-builtins-INamed-name"
2091
+ },
2092
+ "value" : "PrimitiveType"
2093
+ },
2094
+ {
2095
+ "property": {
2096
+ "language": "LionCore-M3",
2097
+ "version" : "2023.1",
2098
+ "key" : "IKeyed-key"
2099
+ },
2100
+ "value" : "PrimitiveType"
2101
+ }
2102
+ ],
2103
+ "containments": [
2104
+ {
2105
+ "containment": {
2106
+ "language": "LionCore-M3",
2107
+ "version" : "2023.1",
2108
+ "key" : "Classifier-features"
2109
+ },
2110
+ "children" : []
2111
+ }
2112
+ ],
2113
+ "references" : [
2114
+ {
2115
+ "reference": {
2116
+ "language": "LionCore-M3",
2117
+ "version" : "2023.1",
2118
+ "key" : "Concept-extends"
2119
+ },
2120
+ "targets" : [
2121
+ {
2122
+ "resolveInfo": "DataType",
2123
+ "reference" : "-id-DataType"
2124
+ }
2125
+ ]
2126
+ },
2127
+ {
2128
+ "reference": {
2129
+ "language": "LionCore-M3",
2130
+ "version" : "2023.1",
2131
+ "key" : "Concept-implements"
2132
+ },
2133
+ "targets" : []
2134
+ }
2135
+ ],
2136
+ "annotations" : [],
2137
+ "parent" : "-id-LionCore-M3"
2138
+ },
2139
+ {
2140
+ "id" : "-id-Property",
2141
+ "classifier" : {
2142
+ "language": "LionCore-M3",
2143
+ "version" : "2023.1",
2144
+ "key" : "Concept"
2145
+ },
2146
+ "properties" : [
2147
+ {
2148
+ "property": {
2149
+ "language": "LionCore-M3",
2150
+ "version" : "2023.1",
2151
+ "key" : "Concept-abstract"
2152
+ },
2153
+ "value" : "false"
2154
+ },
2155
+ {
2156
+ "property": {
2157
+ "language": "LionCore-M3",
2158
+ "version" : "2023.1",
2159
+ "key" : "Concept-partition"
2160
+ },
2161
+ "value" : "false"
2162
+ },
2163
+ {
2164
+ "property": {
2165
+ "language": "LionCore-builtins",
2166
+ "version" : "2023.1",
2167
+ "key" : "LionCore-builtins-INamed-name"
2168
+ },
2169
+ "value" : "Property"
2170
+ },
2171
+ {
2172
+ "property": {
2173
+ "language": "LionCore-M3",
2174
+ "version" : "2023.1",
2175
+ "key" : "IKeyed-key"
2176
+ },
2177
+ "value" : "Property"
2178
+ }
2179
+ ],
2180
+ "containments": [
2181
+ {
2182
+ "containment": {
2183
+ "language": "LionCore-M3",
2184
+ "version" : "2023.1",
2185
+ "key" : "Classifier-features"
2186
+ },
2187
+ "children" : [
2188
+ "-id-Property-type"
2189
+ ]
2190
+ }
2191
+ ],
2192
+ "references" : [
2193
+ {
2194
+ "reference": {
2195
+ "language": "LionCore-M3",
2196
+ "version" : "2023.1",
2197
+ "key" : "Concept-extends"
2198
+ },
2199
+ "targets" : [
2200
+ {
2201
+ "resolveInfo": "Feature",
2202
+ "reference" : "-id-Feature"
2203
+ }
2204
+ ]
2205
+ },
2206
+ {
2207
+ "reference": {
2208
+ "language": "LionCore-M3",
2209
+ "version" : "2023.1",
2210
+ "key" : "Concept-implements"
2211
+ },
2212
+ "targets" : []
2213
+ }
2214
+ ],
2215
+ "annotations" : [],
2216
+ "parent" : "-id-LionCore-M3"
2217
+ },
2218
+ {
2219
+ "id" : "-id-Property-type",
2220
+ "classifier" : {
2221
+ "language": "LionCore-M3",
2222
+ "version" : "2023.1",
2223
+ "key" : "Reference"
2224
+ },
2225
+ "properties" : [
2226
+ {
2227
+ "property": {
2228
+ "language": "LionCore-M3",
2229
+ "version" : "2023.1",
2230
+ "key" : "Link-multiple"
2231
+ },
2232
+ "value" : "false"
2233
+ },
2234
+ {
2235
+ "property": {
2236
+ "language": "LionCore-M3",
2237
+ "version" : "2023.1",
2238
+ "key" : "Feature-optional"
2239
+ },
2240
+ "value" : "false"
2241
+ },
2242
+ {
2243
+ "property": {
2244
+ "language": "LionCore-builtins",
2245
+ "version" : "2023.1",
2246
+ "key" : "LionCore-builtins-INamed-name"
2247
+ },
2248
+ "value" : "type"
2249
+ },
2250
+ {
2251
+ "property": {
2252
+ "language": "LionCore-M3",
2253
+ "version" : "2023.1",
2254
+ "key" : "IKeyed-key"
2255
+ },
2256
+ "value" : "Property-type"
2257
+ }
2258
+ ],
2259
+ "containments": [],
2260
+ "references" : [
2261
+ {
2262
+ "reference": {
2263
+ "language": "LionCore-M3",
2264
+ "version" : "2023.1",
2265
+ "key" : "Link-type"
2266
+ },
2267
+ "targets" : [
2268
+ {
2269
+ "resolveInfo": "DataType",
2270
+ "reference" : "-id-DataType"
2271
+ }
2272
+ ]
2273
+ }
2274
+ ],
2275
+ "annotations" : [],
2276
+ "parent" : "-id-Property"
2277
+ },
2278
+ {
2279
+ "id" : "-id-Reference",
2280
+ "classifier" : {
2281
+ "language": "LionCore-M3",
2282
+ "version" : "2023.1",
2283
+ "key" : "Concept"
2284
+ },
2285
+ "properties" : [
2286
+ {
2287
+ "property": {
2288
+ "language": "LionCore-M3",
2289
+ "version" : "2023.1",
2290
+ "key" : "Concept-abstract"
2291
+ },
2292
+ "value" : "false"
2293
+ },
2294
+ {
2295
+ "property": {
2296
+ "language": "LionCore-M3",
2297
+ "version" : "2023.1",
2298
+ "key" : "Concept-partition"
2299
+ },
2300
+ "value" : "false"
2301
+ },
2302
+ {
2303
+ "property": {
2304
+ "language": "LionCore-builtins",
2305
+ "version" : "2023.1",
2306
+ "key" : "LionCore-builtins-INamed-name"
2307
+ },
2308
+ "value" : "Reference"
2309
+ },
2310
+ {
2311
+ "property": {
2312
+ "language": "LionCore-M3",
2313
+ "version" : "2023.1",
2314
+ "key" : "IKeyed-key"
2315
+ },
2316
+ "value" : "Reference"
2317
+ }
2318
+ ],
2319
+ "containments": [
2320
+ {
2321
+ "containment": {
2322
+ "language": "LionCore-M3",
2323
+ "version" : "2023.1",
2324
+ "key" : "Classifier-features"
2325
+ },
2326
+ "children" : []
2327
+ }
2328
+ ],
2329
+ "references" : [
2330
+ {
2331
+ "reference": {
2332
+ "language": "LionCore-M3",
2333
+ "version" : "2023.1",
2334
+ "key" : "Concept-extends"
2335
+ },
2336
+ "targets" : [
2337
+ {
2338
+ "resolveInfo": "Link",
2339
+ "reference" : "-id-Link"
2340
+ }
2341
+ ]
2342
+ },
2343
+ {
2344
+ "reference": {
2345
+ "language": "LionCore-M3",
2346
+ "version" : "2023.1",
2347
+ "key" : "Concept-implements"
2348
+ },
2349
+ "targets" : []
2350
+ }
2351
+ ],
2352
+ "annotations" : [],
2353
+ "parent" : "-id-LionCore-M3"
2354
+ }
2355
+ ]
2356
+ }