activefacts-examples 1.8.0 → 1.9.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +10 -8
- data/activefacts-examples.gemspec +5 -4
- data/cql/Health.cql +1 -1
- data/cql/Insurance.cql +1 -1
- data/cql/Metamodel.cql +8 -0
- data/cql/PartyModel.cql +1 -0
- data/cql/Supervision.cql +3 -0
- data/diagrams/json/Metamodel.json +34 -4
- data/diagrams/json/SeparateSubtype.json +1 -1
- data/diagrams/json/Supervision.json +3 -1
- data/images/Supervision.png +0 -0
- data/metadata/json/Metamodel.json +511 -436
- data/metadata/json/OilSupply.json +53 -53
- data/metadata/json/Supervision.json +15 -1
- data/orm/Diplomacy.orm +16 -16
- data/orm/ExampleModels2010.csproj +8 -0
- data/orm/Health.orm +22 -22
- data/orm/Insurance.orm +1532 -1532
- data/orm/Metamodel.orm +5825 -3573
- data/orm/OilSupply.orm +29 -29
- data/orm/RedundantDependency.orm +248 -119
- data/orm/SeparateSubtype.orm +6 -6
- data/orm/Supervision.orm +355 -123
- data/rails/models/CinemaBookings.models +2 -2
- data/rails/models/CinemaTickets.models +2 -2
- data/rails/models/Metamodel.models +8 -8
- data/rails/schema/Metamodel.schema.rb +5 -2
- data/ruby/Metamodel.rb +11 -0
- data/ruby/Supervision.rb +6 -0
- data/sql/server/CinemaBookings.sql +3 -3
- data/sql/server/CinemaTickets.sql +3 -3
- data/sql/server/Genealogy.sql +1 -1
- data/sql/server/Insurance.sql +4 -4
- data/sql/server/Metamodel.sql +14 -8
- data/sql/server/OilSupply.sql +1 -1
- data/sql/server/Supervision.sql +19 -0
- metadata +31 -11
@@ -2,7 +2,7 @@
|
|
2
2
|
"types": {
|
3
3
|
"Acceptable Substitution": {
|
4
4
|
"is_main": true,
|
5
|
-
"id": "
|
5
|
+
"id": "e6f73a46-6d40-4596-bb82-4ff6e19a68cf",
|
6
6
|
"functions": [
|
7
7
|
{
|
8
8
|
"title": "involving Product",
|
@@ -23,116 +23,116 @@
|
|
23
23
|
},
|
24
24
|
"Cost": {
|
25
25
|
"is_main": false,
|
26
|
-
"id": "
|
26
|
+
"id": "d4be7263-a1c9-494c-807a-e2b77dbaf9d4",
|
27
27
|
"functions": [
|
28
28
|
{
|
29
29
|
"title": "all Production Forecast",
|
30
30
|
"type": "Production Forecast",
|
31
31
|
"where": "some Production Forecast predicts this Cost",
|
32
|
-
"role_id": "
|
32
|
+
"role_id": "98b7956e-22cb-4709-a6d8-71245bc7d77a",
|
33
33
|
"is_list": true
|
34
34
|
},
|
35
35
|
{
|
36
36
|
"title": "all Transport Route",
|
37
37
|
"type": "Transport Route",
|
38
38
|
"where": "some Transport Route incurs this Cost per kl",
|
39
|
-
"role_id": "
|
39
|
+
"role_id": "7b128d9d-367f-42ff-8e5f-902dea6ea75a",
|
40
40
|
"is_list": true
|
41
41
|
}
|
42
42
|
]
|
43
43
|
},
|
44
44
|
"Month": {
|
45
45
|
"is_main": true,
|
46
|
-
"id": "
|
46
|
+
"id": "61ce9c51-78b3-4006-a397-96c6ab51cc3e",
|
47
47
|
"functions": [
|
48
48
|
{
|
49
49
|
"title": "Month Nr",
|
50
50
|
"type": "Month Nr",
|
51
51
|
"where": "this Month has one Month Nr",
|
52
|
-
"role_id": "
|
52
|
+
"role_id": "33736ec1-60db-48e2-a8c3-9d9a567e0cb9"
|
53
53
|
},
|
54
54
|
{
|
55
55
|
"title": "Season",
|
56
56
|
"type": "Season",
|
57
57
|
"where": "this Month is in one Season",
|
58
|
-
"role_id": "
|
58
|
+
"role_id": "4a8a5cdd-9428-4edb-a92c-20ef9ef9e23d"
|
59
59
|
},
|
60
60
|
{
|
61
61
|
"title": "all Supply Period",
|
62
62
|
"type": "Supply Period",
|
63
63
|
"where": "some Supply Period is in this Month",
|
64
|
-
"role_id": "
|
64
|
+
"role_id": "7ff52aac-edd1-4879-a553-f2098ab0fc94",
|
65
65
|
"is_list": true
|
66
66
|
}
|
67
67
|
]
|
68
68
|
},
|
69
69
|
"Month Nr": {
|
70
70
|
"is_main": false,
|
71
|
-
"id": "
|
71
|
+
"id": "d0bc65c7-c15e-46dc-a71d-f0d7c6db0baf",
|
72
72
|
"functions": [
|
73
73
|
{
|
74
74
|
"title": "Month",
|
75
75
|
"type": "Month",
|
76
76
|
"where": "this Month Nr is of one Month",
|
77
|
-
"role_id": "
|
77
|
+
"role_id": "402386c1-aaa7-449a-b691-469a2321f07b"
|
78
78
|
}
|
79
79
|
]
|
80
80
|
},
|
81
81
|
"Product": {
|
82
82
|
"is_main": true,
|
83
|
-
"id": "
|
83
|
+
"id": "8b2d0ee6-90c6-4d9c-979c-6b22489b152e",
|
84
84
|
"functions": [
|
85
85
|
{
|
86
86
|
"title": "Product Name",
|
87
87
|
"type": "Product Name",
|
88
88
|
"where": "this Product has one Product Name",
|
89
|
-
"role_id": "
|
89
|
+
"role_id": "a81ceddd-9316-4084-a26d-8b3270603c89"
|
90
90
|
},
|
91
91
|
{
|
92
92
|
"title": "all Acceptable Substitution",
|
93
93
|
"type": "Acceptable Substitution",
|
94
94
|
"where": "this Product may be substituted by some alternate-Product in some Season",
|
95
|
-
"role_id": "
|
95
|
+
"role_id": "ed66f802-19f6-48bb-a0d4-77d9c9bff2be",
|
96
96
|
"is_list": true
|
97
97
|
},
|
98
98
|
{
|
99
99
|
"title": "all Acceptable Substitution",
|
100
100
|
"type": "Acceptable Substitution",
|
101
101
|
"where": "this alternate-Product is an acceptable substitute for some Product in some Season",
|
102
|
-
"role_id": "
|
102
|
+
"role_id": "890625fe-aebd-465b-8957-9318d42964b2",
|
103
103
|
"is_list": true
|
104
104
|
},
|
105
105
|
{
|
106
106
|
"title": "all Production Forecast",
|
107
107
|
"type": "Production Forecast",
|
108
108
|
"where": "some Refinery in some Supply Period will make this Product in some Quantity",
|
109
|
-
"role_id": "
|
109
|
+
"role_id": "fc964d58-6da3-43f7-8bfd-96d0330fcc8b",
|
110
110
|
"is_list": true
|
111
111
|
},
|
112
112
|
{
|
113
113
|
"title": "all Regional Demand",
|
114
114
|
"type": "Regional Demand",
|
115
115
|
"where": "some Region in some Supply Period will need this Product in some Quantity",
|
116
|
-
"role_id": "
|
116
|
+
"role_id": "32e5123a-ff0c-44fe-9d46-2a54b687ebb2",
|
117
117
|
"is_list": true
|
118
118
|
}
|
119
119
|
]
|
120
120
|
},
|
121
121
|
"Product Name": {
|
122
122
|
"is_main": false,
|
123
|
-
"id": "
|
123
|
+
"id": "652dfb74-2fbe-4eb1-ba59-9f0f11d3134b",
|
124
124
|
"functions": [
|
125
125
|
{
|
126
126
|
"title": "Product",
|
127
127
|
"type": "Product",
|
128
128
|
"where": "this Product Name is of one Product",
|
129
|
-
"role_id": "
|
129
|
+
"role_id": "615a74a9-a85a-4538-a42b-2756255e6ea7"
|
130
130
|
}
|
131
131
|
]
|
132
132
|
},
|
133
133
|
"Production Forecast": {
|
134
134
|
"is_main": true,
|
135
|
-
"id": "
|
135
|
+
"id": "5c706458-9c1f-439f-a8d2-9ed61569a92f",
|
136
136
|
"functions": [
|
137
137
|
{
|
138
138
|
"title": "involving Refinery",
|
@@ -158,109 +158,109 @@
|
|
158
158
|
"title": "Cost",
|
159
159
|
"type": "Cost",
|
160
160
|
"where": "this Production Forecast predicts one Cost",
|
161
|
-
"role_id": "
|
161
|
+
"role_id": "cfbcb680-9ea9-442e-880e-2049354e9ce1"
|
162
162
|
}
|
163
163
|
]
|
164
164
|
},
|
165
165
|
"Quantity": {
|
166
166
|
"is_main": false,
|
167
|
-
"id": "
|
167
|
+
"id": "bb00d07f-ccbc-48ca-8e3e-25eff78fa718",
|
168
168
|
"functions": [
|
169
169
|
{
|
170
170
|
"title": "all Production Forecast",
|
171
171
|
"type": "Production Forecast",
|
172
172
|
"where": "some Refinery in some Supply Period will make some Product in this Quantity",
|
173
|
-
"role_id": "
|
173
|
+
"role_id": "dd107282-d14a-4942-b919-dced2c7a96e2",
|
174
174
|
"is_list": true
|
175
175
|
},
|
176
176
|
{
|
177
177
|
"title": "all Regional Demand",
|
178
178
|
"type": "Regional Demand",
|
179
179
|
"where": "some Region in some Supply Period will need some Product in this Quantity",
|
180
|
-
"role_id": "
|
180
|
+
"role_id": "c5368462-016d-4ac8-ab58-98e929f46073",
|
181
181
|
"is_list": true
|
182
182
|
}
|
183
183
|
]
|
184
184
|
},
|
185
185
|
"Refinery": {
|
186
186
|
"is_main": true,
|
187
|
-
"id": "
|
187
|
+
"id": "8de8e939-df20-4f17-8625-90965ec49840",
|
188
188
|
"functions": [
|
189
189
|
{
|
190
190
|
"title": "Refinery Name",
|
191
191
|
"type": "Refinery Name",
|
192
192
|
"where": "this Refinery has one Refinery Name",
|
193
|
-
"role_id": "
|
193
|
+
"role_id": "175b0dde-3e1d-4707-bfbc-ce89176cd287"
|
194
194
|
},
|
195
195
|
{
|
196
196
|
"title": "all Production Forecast",
|
197
197
|
"type": "Production Forecast",
|
198
198
|
"where": "this Refinery in some Supply Period will make some Product in some Quantity",
|
199
|
-
"role_id": "
|
199
|
+
"role_id": "f6b1e292-bc96-4d82-b270-fbad72e75d0e",
|
200
200
|
"is_list": true
|
201
201
|
},
|
202
202
|
{
|
203
203
|
"title": "all Transport Route",
|
204
204
|
"type": "Transport Route",
|
205
205
|
"where": "some Transport Method transportation is available from this Refinery to some Region",
|
206
|
-
"role_id": "
|
206
|
+
"role_id": "228f9b13-2195-4c0f-80b1-d5bc2a0009dc",
|
207
207
|
"is_list": true
|
208
208
|
}
|
209
209
|
]
|
210
210
|
},
|
211
211
|
"Refinery Name": {
|
212
212
|
"is_main": false,
|
213
|
-
"id": "
|
213
|
+
"id": "fa045423-594e-49b8-b9c1-4973a98d6532",
|
214
214
|
"functions": [
|
215
215
|
{
|
216
216
|
"title": "Refinery",
|
217
217
|
"type": "Refinery",
|
218
218
|
"where": "this Refinery Name is of one Refinery",
|
219
|
-
"role_id": "
|
219
|
+
"role_id": "552faa0f-e374-4611-b0d1-e7d8a4f0cff5"
|
220
220
|
}
|
221
221
|
]
|
222
222
|
},
|
223
223
|
"Region": {
|
224
224
|
"is_main": true,
|
225
|
-
"id": "
|
225
|
+
"id": "bc2e4132-b050-4b75-9323-408784f71887",
|
226
226
|
"functions": [
|
227
227
|
{
|
228
228
|
"title": "Region Name",
|
229
229
|
"type": "Region Name",
|
230
230
|
"where": "this Region has one Region Name",
|
231
|
-
"role_id": "
|
231
|
+
"role_id": "2c690a37-242a-485c-bfa3-d3be35643564"
|
232
232
|
},
|
233
233
|
{
|
234
234
|
"title": "all Regional Demand",
|
235
235
|
"type": "Regional Demand",
|
236
236
|
"where": "this Region in some Supply Period will need some Product in some Quantity",
|
237
|
-
"role_id": "
|
237
|
+
"role_id": "e062583c-1684-44d9-a958-91a5ea5b6d3e",
|
238
238
|
"is_list": true
|
239
239
|
},
|
240
240
|
{
|
241
241
|
"title": "all Transport Route",
|
242
242
|
"type": "Transport Route",
|
243
243
|
"where": "some Transport Method transportation is available from some Refinery to this Region",
|
244
|
-
"role_id": "
|
244
|
+
"role_id": "02f94737-14fd-4b68-97e0-ff7838d6285d",
|
245
245
|
"is_list": true
|
246
246
|
}
|
247
247
|
]
|
248
248
|
},
|
249
249
|
"Region Name": {
|
250
250
|
"is_main": false,
|
251
|
-
"id": "
|
251
|
+
"id": "9f4947f3-c3c1-42e2-a392-6b56bef5c0f4",
|
252
252
|
"functions": [
|
253
253
|
{
|
254
254
|
"title": "Region",
|
255
255
|
"type": "Region",
|
256
256
|
"where": "this Region Name is of one Region",
|
257
|
-
"role_id": "
|
257
|
+
"role_id": "622e98b7-e280-458c-a895-cdd518f3d7ba"
|
258
258
|
}
|
259
259
|
]
|
260
260
|
},
|
261
261
|
"Regional Demand": {
|
262
262
|
"is_main": true,
|
263
|
-
"id": "
|
263
|
+
"id": "eaf98497-b5cb-4619-81dc-a53e047b5499",
|
264
264
|
"functions": [
|
265
265
|
{
|
266
266
|
"title": "involving Region",
|
@@ -286,72 +286,72 @@
|
|
286
286
|
},
|
287
287
|
"Season": {
|
288
288
|
"is_main": false,
|
289
|
-
"id": "
|
289
|
+
"id": "82c84e37-d55d-4273-b13a-29143cb6bee6",
|
290
290
|
"functions": [
|
291
291
|
{
|
292
292
|
"title": "all Month",
|
293
293
|
"type": "Month",
|
294
294
|
"where": "some Month is in this Season",
|
295
|
-
"role_id": "
|
295
|
+
"role_id": "c5e53666-0eb4-4d66-bd6a-1496768c33d2",
|
296
296
|
"is_list": true
|
297
297
|
},
|
298
298
|
{
|
299
299
|
"title": "all Acceptable Substitution",
|
300
300
|
"type": "Acceptable Substitution",
|
301
301
|
"where": "some Product may be substituted by some alternate-Product in this Season",
|
302
|
-
"role_id": "
|
302
|
+
"role_id": "86e3b85a-bedd-4d99-9699-7f2ac0ddb2e2",
|
303
303
|
"is_list": true
|
304
304
|
}
|
305
305
|
]
|
306
306
|
},
|
307
307
|
"Supply Period": {
|
308
308
|
"is_main": true,
|
309
|
-
"id": "
|
309
|
+
"id": "f5f63269-be62-4275-9832-d58f11f5cb40",
|
310
310
|
"functions": [
|
311
311
|
{
|
312
312
|
"title": "all Production Forecast",
|
313
313
|
"type": "Production Forecast",
|
314
314
|
"where": "some Refinery in this Supply Period will make some Product in some Quantity",
|
315
|
-
"role_id": "
|
315
|
+
"role_id": "36e43351-1dfc-4485-93e1-f0a6f2107091",
|
316
316
|
"is_list": true
|
317
317
|
},
|
318
318
|
{
|
319
319
|
"title": "all Regional Demand",
|
320
320
|
"type": "Regional Demand",
|
321
321
|
"where": "some Region in this Supply Period will need some Product in some Quantity",
|
322
|
-
"role_id": "
|
322
|
+
"role_id": "939fb659-685d-42ef-b395-6d4075ae7432",
|
323
323
|
"is_list": true
|
324
324
|
},
|
325
325
|
{
|
326
326
|
"title": "Month",
|
327
327
|
"type": "Month",
|
328
328
|
"where": "this Supply Period is in one Month",
|
329
|
-
"role_id": "
|
329
|
+
"role_id": "ccd7d220-c3d5-4e3f-812a-954c0e47e987"
|
330
330
|
},
|
331
331
|
{
|
332
332
|
"title": "Year",
|
333
333
|
"type": "Year",
|
334
334
|
"where": "this Supply Period is in one Year",
|
335
|
-
"role_id": "
|
335
|
+
"role_id": "a65a9b68-6b5d-44c8-a1f4-4fbb559d65a4"
|
336
336
|
}
|
337
337
|
]
|
338
338
|
},
|
339
339
|
"Transport Method": {
|
340
340
|
"is_main": false,
|
341
|
-
"id": "
|
341
|
+
"id": "bea2c169-1a51-4590-9cce-08f386ba0c3f",
|
342
342
|
"functions": [
|
343
343
|
{
|
344
344
|
"title": "all Transport Route",
|
345
345
|
"type": "Transport Route",
|
346
346
|
"where": "this Transport Method transportation is available from some Refinery to some Region",
|
347
|
-
"role_id": "
|
347
|
+
"role_id": "d49b58d6-4d0c-4481-b454-01883f4dbc15",
|
348
348
|
"is_list": true
|
349
349
|
}
|
350
350
|
]
|
351
351
|
},
|
352
352
|
"Transport Route": {
|
353
353
|
"is_main": true,
|
354
|
-
"id": "
|
354
|
+
"id": "a325d2fe-e759-44b4-8996-6e9a7d65f099",
|
355
355
|
"functions": [
|
356
356
|
{
|
357
357
|
"title": "involving Transport Method",
|
@@ -372,38 +372,38 @@
|
|
372
372
|
"title": "Cost",
|
373
373
|
"type": "Cost",
|
374
374
|
"where": "this Transport Route incurs one Cost per kl",
|
375
|
-
"role_id": "
|
375
|
+
"role_id": "2d3274ad-d4ef-43c1-be5a-c193d891e3a3"
|
376
376
|
}
|
377
377
|
]
|
378
378
|
},
|
379
379
|
"Year": {
|
380
380
|
"is_main": false,
|
381
|
-
"id": "
|
381
|
+
"id": "553fadf5-15a1-4192-98a8-a9f47707693e",
|
382
382
|
"functions": [
|
383
383
|
{
|
384
384
|
"title": "all Supply Period",
|
385
385
|
"type": "Supply Period",
|
386
386
|
"where": "some Supply Period is in this Year",
|
387
|
-
"role_id": "
|
387
|
+
"role_id": "43cf2d22-ec38-4773-bfee-3c9541b85ca4",
|
388
388
|
"is_list": true
|
389
389
|
},
|
390
390
|
{
|
391
391
|
"title": "Year Nr",
|
392
392
|
"type": "Year Nr",
|
393
393
|
"where": "this Year has one Year Nr",
|
394
|
-
"role_id": "
|
394
|
+
"role_id": "98f392fe-906f-47fc-92ea-0d1456c4359b"
|
395
395
|
}
|
396
396
|
]
|
397
397
|
},
|
398
398
|
"Year Nr": {
|
399
399
|
"is_main": false,
|
400
|
-
"id": "
|
400
|
+
"id": "527dd739-934f-45d8-b14d-7022fa7e4a36",
|
401
401
|
"functions": [
|
402
402
|
{
|
403
403
|
"title": "Year",
|
404
404
|
"type": "Year",
|
405
405
|
"where": "this Year Nr is of one Year",
|
406
|
-
"role_id": "
|
406
|
+
"role_id": "3eab9402-26fd-43cf-bfd2-0c6f8ec58ba7"
|
407
407
|
}
|
408
408
|
]
|
409
409
|
}
|
@@ -13,7 +13,14 @@
|
|
13
13
|
"type": "Manager"
|
14
14
|
},
|
15
15
|
{
|
16
|
-
"title": "all Company",
|
16
|
+
"title": "all Company as CEO",
|
17
|
+
"type": "Company",
|
18
|
+
"where": "this CEO holds shares in some Company",
|
19
|
+
"role_id": "61634015-78D5-4B09-A549-8D600C8DBDD0",
|
20
|
+
"is_list": true
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"title": "all Company as CEO",
|
17
24
|
"type": "Company",
|
18
25
|
"where": "this CEO runs some Company",
|
19
26
|
"role_id": "0CA8DDBF-0AF8-45BE-A076-C967144A74F7",
|
@@ -25,6 +32,13 @@
|
|
25
32
|
"is_main": true,
|
26
33
|
"id": "2EEF1364-C38B-463A-A788-4D9125F7415F",
|
27
34
|
"functions": [
|
35
|
+
{
|
36
|
+
"title": "all CEO",
|
37
|
+
"type": "CEO",
|
38
|
+
"where": "some CEO holds shares in this Company",
|
39
|
+
"role_id": "0340C010-94B3-408A-AF27-66ED0AA51B73",
|
40
|
+
"is_list": true
|
41
|
+
},
|
28
42
|
{
|
29
43
|
"title": "CEO",
|
30
44
|
"type": "CEO",
|
data/orm/Diplomacy.orm
CHANGED
@@ -1398,8 +1398,8 @@
|
|
1398
1398
|
<ormtooial:FactTypeMapsTowardsRole id="_36B10144-FD01-4699-8FC3-86C726B49B57" FactType="_EB3723E9-FFF5-46C4-8F7D-3221AE4873B0" TowardsRole="_A3CFC489-6A01-43E5-82C5-FD595A21A8C2" Depth="Shallow" UniquenessPattern="OneToMany" MandatoryPattern="BothRolesMandatory" />
|
1399
1399
|
<ormtooial:FactTypeMapsTowardsRole id="_02EDCAD1-5265-4D62-833C-DCF69758ECD3" FactType="_3031D4C9-96B8-44D6-966F-AEFA90259798" TowardsRole="_09A47183-97C9-4C5D-A491-B77B115B9A57" Depth="Shallow" UniquenessPattern="OneToOne" MandatoryPattern="TowardsRoleMandatory" />
|
1400
1400
|
<ormtooial:FactTypeMapsTowardsRole id="_E80803F6-2BB6-4F5E-8895-807A3B924224" FactType="_C7B8B797-E36A-4B6A-A90A-FDEF5DAE9353" TowardsRole="_28798ECE-ADA3-4A1E-A93B-F7F23B859794" Depth="Shallow" UniquenessPattern="OneToMany" MandatoryPattern="TowardsRoleMandatory" />
|
1401
|
-
<ormtooial:FactTypeMapsTowardsRole id="_30674114-83F2-401A-9437-09CA0917514A" FactType="_640DC112-C7BD-43DC-B0B9-DD8D9FB56D34" TowardsRole="_86A492F0-0D91-4873-B151-6C6B08995042" Depth="Shallow" UniquenessPattern="OneToMany" MandatoryPattern="TowardsRoleMandatory" />
|
1402
1401
|
<ormtooial:FactTypeMapsTowardsRole id="_0753C447-F6AF-4DFD-BADB-754DEF1D191C" FactType="_49EAFC70-2318-4C6D-BECF-CAF89DAA3EDC" TowardsRole="_79892BE2-8D79-4FAC-A6DC-E93261EE936B" Depth="Shallow" UniquenessPattern="OneToMany" MandatoryPattern="TowardsRoleMandatory" />
|
1402
|
+
<ormtooial:FactTypeMapsTowardsRole id="_30674114-83F2-401A-9437-09CA0917514A" FactType="_640DC112-C7BD-43DC-B0B9-DD8D9FB56D34" TowardsRole="_86A492F0-0D91-4873-B151-6C6B08995042" Depth="Shallow" UniquenessPattern="OneToMany" MandatoryPattern="TowardsRoleMandatory" />
|
1403
1403
|
<ormtooial:FactTypeMapsTowardsRole id="_23553BDC-BE67-4EFE-9042-C5F597321ADE" FactType="_24C7117E-3E61-405D-A53E-CE4A314E32E8" TowardsRole="_3F59C20F-D781-4252-89E0-485760046A98" Depth="Shallow" UniquenessPattern="OneToOne" MandatoryPattern="TowardsRoleMandatory" />
|
1404
1404
|
<ormtooial:FactTypeMapsTowardsRole id="_9668EAC7-5E07-40AC-900E-DD32B04A99BF" FactType="_B52F1B83-35F6-42CA-AF85-12829F318CF2" TowardsRole="_E37F0E3A-821C-489A-B75A-16A3357CA749" Depth="Shallow" UniquenessPattern="OneToMany" MandatoryPattern="BothRolesMandatory" />
|
1405
1405
|
<ormtooial:FactTypeMapsTowardsRole id="_D2D4F244-5FBA-401D-814C-C2F2E443A090" FactType="_D60AF1F5-F0FB-41BB-9621-5760ABB6004A" TowardsRole="_2A155BF9-8598-4298-92B7-3029D0198CF8" Depth="Shallow" UniquenessPattern="OneToMany" MandatoryPattern="TowardsRoleMandatory" />
|
@@ -1415,18 +1415,18 @@
|
|
1415
1415
|
<ormtooial:ConceptTypeIsForObjectType id="_2F113324-63C8-4269-BAA7-7526B6B3890D" ConceptType="_DB0437DA-CF68-43CC-B571-2A5304D295CE" ObjectType="_9EE64EBC-4700-4015-8C45-4DC68241A8BF" />
|
1416
1416
|
<ormtooial:ConceptTypeIsForObjectType id="_037992B1-CC83-4344-9D34-D5F627C3F85C" ConceptType="_A368BF3F-E173-431F-9F67-CA27F6DAB22A" ObjectType="_DFDEEBB0-0735-4AE4-B616-E7C7FBE330E0" />
|
1417
1417
|
<ormtooial:ConceptTypeChildHasPathFactType id="_B973F50A-E0DD-4C6A-BA74-5DF3083622F6" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" PathFactType="_3031D4C9-96B8-44D6-966F-AEFA90259798" />
|
1418
|
-
<ormtooial:ConceptTypeChildHasPathFactType id="_315C2100-5BB5-4CB3-A516-F0B07667C956" ConceptTypeChild="_C029EA46-FF4F-4869-8EA4-2F3C74A4AB56" PathFactType="_59F67DEC-541C-4385-AB30-078539A0B536" />
|
1419
|
-
<ormtooial:ConceptTypeChildHasPathFactType id="_51530F15-9B46-4B25-97F3-230AE3BB7A45" ConceptTypeChild="_8EE9610D-CADD-49C5-9078-E1DCEF7FF0CF" PathFactType="_FED14D35-DC88-471F-B170-9713B4F5354A" />
|
1420
1418
|
<ormtooial:ConceptTypeChildHasPathFactType id="_8ABD6552-C96B-44AA-9D1F-603D7B0774E8" ConceptTypeChild="_79487B75-5CE7-41BE-A01B-E7CC9CAC04CF" PathFactType="_D60AF1F5-F0FB-41BB-9621-5760ABB6004A" />
|
1419
|
+
<ormtooial:ConceptTypeChildHasPathFactType id="_51530F15-9B46-4B25-97F3-230AE3BB7A45" ConceptTypeChild="_8EE9610D-CADD-49C5-9078-E1DCEF7FF0CF" PathFactType="_FED14D35-DC88-471F-B170-9713B4F5354A" />
|
1420
|
+
<ormtooial:ConceptTypeChildHasPathFactType id="_315C2100-5BB5-4CB3-A516-F0B07667C956" ConceptTypeChild="_C029EA46-FF4F-4869-8EA4-2F3C74A4AB56" PathFactType="_59F67DEC-541C-4385-AB30-078539A0B536" />
|
1421
1421
|
<ormtooial:ConceptTypeChildHasPathFactType id="_716CBA5B-F7A3-418D-8C4D-755A676FF2D4" ConceptTypeChild="_5C9E7BE9-5608-4052-8897-82E77BF51B00" PathFactType="_24C7117E-3E61-405D-A53E-CE4A314E32E8" />
|
1422
|
-
<ormtooial:ConceptTypeChildHasPathFactType id="_AE446710-B5B7-4712-804B-AE91B37D149F" ConceptTypeChild="_C89E2D3B-76F1-4DA0-AC07-C855E1BF8C5F" PathFactType="_29AC78EF-237F-45A5-A464-66888FFA4D42" />
|
1423
1422
|
<ormtooial:ConceptTypeChildHasPathFactType id="_9E6CBB1C-3135-45D1-BDD5-D33CD869EE60" ConceptTypeChild="_C277207E-7643-4C7F-A3AA-78460B1450A1" PathFactType="_B52F1B83-35F6-42CA-AF85-12829F318CF2" />
|
1423
|
+
<ormtooial:ConceptTypeChildHasPathFactType id="_AE446710-B5B7-4712-804B-AE91B37D149F" ConceptTypeChild="_C89E2D3B-76F1-4DA0-AC07-C855E1BF8C5F" PathFactType="_29AC78EF-237F-45A5-A464-66888FFA4D42" />
|
1424
1424
|
<ormtooial:ConceptTypeChildHasPathFactType id="_D186A5F5-6B4B-4C65-AA2B-7A005515C1D7" ConceptTypeChild="_081D8FE5-DFA8-43AF-A5B9-788BB7C57014" PathFactType="_D1C3295A-C88E-4FCA-9306-8C6AB6A57631" />
|
1425
|
-
<ormtooial:ConceptTypeChildHasPathFactType id="_578E5F71-E3AC-4759-9DCC-FEAB65069B7E" ConceptTypeChild="_9538BE09-1439-4356-961F-F2DA9EB05E71" PathFactType="_C7B8B797-E36A-4B6A-A90A-FDEF5DAE9353" />
|
1426
1425
|
<ormtooial:ConceptTypeChildHasPathFactType id="_92F0CC6C-39CC-4F92-999F-9C63622021FE" ConceptTypeChild="_63EFD68F-69BF-4C35-A34E-EB5BB0226803" PathFactType="_34C23660-7F41-46EF-9166-9D81C20FD827" />
|
1427
|
-
<ormtooial:ConceptTypeChildHasPathFactType id="
|
1428
|
-
<ormtooial:ConceptTypeChildHasPathFactType id="_89C10E3B-5B52-4A5E-A2D9-55AAD6B362AE" ConceptTypeChild="_53DBBCB6-62C9-499F-BFE6-09A82DCC4DB5" PathFactType="_EB3723E9-FFF5-46C4-8F7D-3221AE4873B0" />
|
1426
|
+
<ormtooial:ConceptTypeChildHasPathFactType id="_578E5F71-E3AC-4759-9DCC-FEAB65069B7E" ConceptTypeChild="_9538BE09-1439-4356-961F-F2DA9EB05E71" PathFactType="_C7B8B797-E36A-4B6A-A90A-FDEF5DAE9353" />
|
1429
1427
|
<ormtooial:ConceptTypeChildHasPathFactType id="_323D9A0B-1F06-4AA0-A355-2B89AFA3CEA2" ConceptTypeChild="_0ED2709B-E5EF-4934-AC4C-B178985F82D9" PathFactType="_640DC112-C7BD-43DC-B0B9-DD8D9FB56D34" />
|
1428
|
+
<ormtooial:ConceptTypeChildHasPathFactType id="_89C10E3B-5B52-4A5E-A2D9-55AAD6B362AE" ConceptTypeChild="_53DBBCB6-62C9-499F-BFE6-09A82DCC4DB5" PathFactType="_EB3723E9-FFF5-46C4-8F7D-3221AE4873B0" />
|
1429
|
+
<ormtooial:ConceptTypeChildHasPathFactType id="_CBB1618A-785F-4CD6-A762-067E442EA08F" ConceptTypeChild="_1852222F-7BFE-487B-80C5-CDA9489C7DD0" PathFactType="_49EAFC70-2318-4C6D-BECF-CAF89DAA3EDC" />
|
1430
1430
|
<ormtooial:InformationTypeFormatIsForValueType id="_6C04E293-B04B-4584-A7A1-174A52D7F235" InformationTypeFormat="_7BABC111-8F3C-4239-96EF-76C35AEFBE07" ValueType="_FC4E49D3-C0B9-45ED-BD99-C9514E5F48DB" />
|
1431
1431
|
<ormtooial:InformationTypeFormatIsForValueType id="_F63AC105-D1E5-4997-8E9A-9E606E7441C0" InformationTypeFormat="_7A72BB50-7B98-4F9E-8080-B66CD9232BD9" ValueType="_1CB6DEBB-AECD-4559-B553-C7F379CAC561" />
|
1432
1432
|
<ormtooial:InformationTypeFormatIsForValueType id="_AD0ED1C5-72E5-43C3-ACEF-CFD2E400083D" InformationTypeFormat="_5CAA0371-BD9F-4FF8-AFD6-827F9E8D4074" ValueType="_E6B66595-3058-437B-B248-2E56D2D12FDA" />
|
@@ -1442,23 +1442,23 @@
|
|
1442
1442
|
<oialtocdb:ColumnHasConceptTypeChild id="_DA70A672-01A4-40D7-B4F2-EA1F18727EAD" Column="_2ABD253F-CC5E-493D-9DD8-134C9C4570F0" ConceptTypeChild="_53DBBCB6-62C9-499F-BFE6-09A82DCC4DB5" />
|
1443
1443
|
<oialtocdb:ColumnHasConceptTypeChild id="_19D75B79-9C4A-4784-BD58-C25B3008F19E" Column="_2ABD253F-CC5E-493D-9DD8-134C9C4570F0" ConceptTypeChild="_8EE9610D-CADD-49C5-9078-E1DCEF7FF0CF" />
|
1444
1444
|
<oialtocdb:ColumnHasConceptTypeChild id="_4A07CA93-FFEA-41ED-9918-F12E54788D1B" Column="_2ABD253F-CC5E-493D-9DD8-134C9C4570F0" ConceptTypeChild="_5C9E7BE9-5608-4052-8897-82E77BF51B00" />
|
1445
|
-
<oialtocdb:ColumnHasConceptTypeChild id="_2CBA7E3E-9E6D-4065-B537-6D4ABDEBB2AA" Column="_6A86C78C-2319-4651-9DDF-3F6C808BC5BC" ConceptTypeChild="_0ED2709B-E5EF-4934-AC4C-B178985F82D9" />
|
1446
|
-
<oialtocdb:ColumnHasConceptTypeChild id="_6377D36F-EADD-45C9-844D-9AC16FED3A34" Column="_6A86C78C-2319-4651-9DDF-3F6C808BC5BC" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1447
|
-
<oialtocdb:ColumnHasConceptTypeChild id="_F2CA752B-9F96-4C53-939B-57458209E89C" Column="_DFD56C34-E1DF-4C6A-8381-C640760AC6B9" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1448
1445
|
<oialtocdb:ColumnHasConceptTypeChild id="_27BB8DF9-D908-4D20-964B-77B833FCBE50" Column="_8C149216-33EE-423E-93EA-BD17822ED496" ConceptTypeChild="_9538BE09-1439-4356-961F-F2DA9EB05E71" />
|
1449
1446
|
<oialtocdb:ColumnHasConceptTypeChild id="_72CB0F35-07E8-45EB-B2F5-3DF539E22C1B" Column="_8C149216-33EE-423E-93EA-BD17822ED496" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1450
|
-
<oialtocdb:ColumnHasConceptTypeChild id="
|
1447
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_F2CA752B-9F96-4C53-939B-57458209E89C" Column="_DFD56C34-E1DF-4C6A-8381-C640760AC6B9" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1448
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_2CBA7E3E-9E6D-4065-B537-6D4ABDEBB2AA" Column="_6A86C78C-2319-4651-9DDF-3F6C808BC5BC" ConceptTypeChild="_0ED2709B-E5EF-4934-AC4C-B178985F82D9" />
|
1449
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_6377D36F-EADD-45C9-844D-9AC16FED3A34" Column="_6A86C78C-2319-4651-9DDF-3F6C808BC5BC" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1451
1450
|
<oialtocdb:ColumnHasConceptTypeChild id="_FE5690B3-9FB9-454B-9A4B-94ED9F2CDEE5" Column="_A3FEE9B7-3EE8-4A41-9A18-E245F5288906" ConceptTypeChild="_C277207E-7643-4C7F-A3AA-78460B1450A1" />
|
1452
1451
|
<oialtocdb:ColumnHasConceptTypeChild id="_087EE1A1-F23C-4B48-B917-14805167E930" Column="_A3FEE9B7-3EE8-4A41-9A18-E245F5288906" ConceptTypeChild="_5C9E7BE9-5608-4052-8897-82E77BF51B00" />
|
1453
|
-
<oialtocdb:ColumnHasConceptTypeChild id="
|
1454
|
-
<oialtocdb:ColumnHasConceptTypeChild id="
|
1452
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_F660FD81-A840-4C4E-8512-D4A79355ECA6" Column="_FDE68C7A-15B7-49A3-8CE2-FCB99ED03C26" ConceptTypeChild="_5C9E7BE9-5608-4052-8897-82E77BF51B00" />
|
1453
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_E74E4DCF-E3DE-4643-8C42-D3D79CF1B007" Column="_46794753-B3F5-4042-BC17-6D4737CAD21C" ConceptTypeChild="_081D8FE5-DFA8-43AF-A5B9-788BB7C57014" />
|
1455
1454
|
<oialtocdb:ColumnHasConceptTypeChild id="_B7D08582-DEB7-4D1A-A005-F1F6AD5ED158" Column="_E5C44F3B-5E5B-4A4E-B720-09EEDE2AF000" ConceptTypeChild="_63EFD68F-69BF-4C35-A34E-EB5BB0226803" />
|
1456
1455
|
<oialtocdb:ColumnHasConceptTypeChild id="_FD548B40-2608-4AF3-9755-1514F8C5A189" Column="_E5C44F3B-5E5B-4A4E-B720-09EEDE2AF000" ConceptTypeChild="_081D8FE5-DFA8-43AF-A5B9-788BB7C57014" />
|
1457
|
-
<oialtocdb:ColumnHasConceptTypeChild id="
|
1458
|
-
<oialtocdb:ColumnHasConceptTypeChild id="
|
1459
|
-
<oialtocdb:ColumnHasConceptTypeChild id="_128BE0B3-5D02-4A7E-97E8-2D0CEF1B44C3" Column="_D5B43DF9-33C2-4355-9C9E-1CE2DA76AB34" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1456
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_AC429F76-5189-4C94-84CD-048925329D64" Column="_ECC67B96-3571-4AA2-A8A2-B1E40817598B" ConceptTypeChild="_C89E2D3B-76F1-4DA0-AC07-C855E1BF8C5F" />
|
1457
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_F6ED6F52-253D-4A55-8A30-F2820B0B0BAD" Column="_ECC67B96-3571-4AA2-A8A2-B1E40817598B" ConceptTypeChild="_081D8FE5-DFA8-43AF-A5B9-788BB7C57014" />
|
1460
1458
|
<oialtocdb:ColumnHasConceptTypeChild id="_1A5C856C-AA58-41A8-9A00-51D603EACE31" Column="_6C3AC65F-0F08-4AA9-9CF3-40C3F636F44A" ConceptTypeChild="_79487B75-5CE7-41BE-A01B-E7CC9CAC04CF" />
|
1461
1459
|
<oialtocdb:ColumnHasConceptTypeChild id="_8D5CE764-6001-4241-BA1F-C6EF210E79B9" Column="_6C3AC65F-0F08-4AA9-9CF3-40C3F636F44A" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1460
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_289018F2-6F46-4392-A3BC-E1FADA825604" Column="_D5B43DF9-33C2-4355-9C9E-1CE2DA76AB34" ConceptTypeChild="_1852222F-7BFE-487B-80C5-CDA9489C7DD0" />
|
1461
|
+
<oialtocdb:ColumnHasConceptTypeChild id="_128BE0B3-5D02-4A7E-97E8-2D0CEF1B44C3" Column="_D5B43DF9-33C2-4355-9C9E-1CE2DA76AB34" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1462
1462
|
<oialtocdb:ColumnHasConceptTypeChild id="_629A01CB-F90C-4B27-8B9F-934654F85B7B" Column="_26B16521-74F6-41AB-BFF8-95D8116AB742" ConceptTypeChild="_C029EA46-FF4F-4869-8EA4-2F3C74A4AB56" />
|
1463
1463
|
<oialtocdb:ColumnHasConceptTypeChild id="_426DA94B-B99C-43EE-9650-66F682FA0E23" Column="_26B16521-74F6-41AB-BFF8-95D8116AB742" ConceptTypeChild="_CA2C244A-C884-44CE-BB19-BDC3906E3A3A" />
|
1464
1464
|
<oialtocdb:TableIsPrimarilyForConceptType id="_80EF13E3-66A0-42AE-985B-7BF125D2C043" Table="_5E631884-C17E-4B69-8E6F-04BE3589EEBB" ConceptType="_D626BFB4-0F4A-4085-B53B-AFADB5E8F9CD" />
|