activefacts-examples 1.9.8 → 1.9.9
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.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/activefacts-examples.gemspec +2 -2
- data/cql/CinemaBookings.cql +7 -1
- data/cql/CinemaTickets.cql +6 -3
- data/cql/CompanyDirectorEmployee.cql +1 -1
- data/cql/Diplomacy.cql +2 -2
- data/cql/OilSupply.cql +3 -3
- data/cql/OneRoleNesting.cql +1 -1
- data/cql/SeparateSubtype.cql +6 -0
- data/cql/ServiceDirector.cql +13 -13
- data/cql/Supervision.cql +2 -3
- data/cql/Warehousing.cql +4 -4
- data/diagrams/json/CinemaTickets.json +7 -4
- data/diagrams/json/OilSupply.json +4 -4
- data/diagrams/json/OneRoleNesting.json +1 -1
- data/images/CinemaTickets.png +0 -0
- data/images/MultipleSubtyping.png +0 -0
- data/images/OilSupply.png +0 -0
- data/metadata/json/CinemaTickets.json +141 -149
- data/metadata/json/Metamodel.json +747 -466
- data/metadata/json/OilSupply.json +63 -63
- data/orm/Blog.orm +214 -214
- data/orm/CinemaTickets.orm +931 -962
- data/orm/ExampleModels2010.csproj +33 -0
- data/orm/MultipleSubtyping.orm +110 -9
- data/orm/OilSupply.orm +347 -353
- data/orm/Warehousing.orm +34 -22
- data/rails/models/CinemaTickets.models +5 -7
- data/rails/schema/Astronomy.schema.rb +14 -14
- data/rails/schema/CinemaBookings.schema.rb +49 -49
- data/rails/schema/CinemaTickets.schema.rb +97 -97
- data/rails/schema/Diplomacy.schema.rb +48 -48
- data/rails/schema/Metamodel.schema.rb +497 -497
- data/rails/schema/SeparateSubtype.schema.rb +18 -18
- data/rails/schema/VenueSeating.schema.rb +26 -26
- data/rails/schema/Warehousing.schema.rb +101 -101
- data/ruby/CinemaTickets.rb +7 -11
- data/ruby/OilSupply.rb +3 -3
- data/ruby/OneRoleNesting.rb +1 -1
- data/sql/server/CinemaTickets.sql +13 -13
- data/sql/server/OilSupply.sql +3 -3
- data/sql/server/OneRoleNesting.sql +6 -6
- metadata +8 -7
@@ -2,7 +2,7 @@
|
|
2
2
|
"types": {
|
3
3
|
"Absorption": {
|
4
4
|
"is_main": false,
|
5
|
-
"id": "
|
5
|
+
"id": "C4DE2415-F2F5-42AD-906B-50039DAE1DDF",
|
6
6
|
"functions": [
|
7
7
|
{
|
8
8
|
"title": "as Component",
|
@@ -16,146 +16,198 @@
|
|
16
16
|
"title": "Absorption flattens",
|
17
17
|
"type": "boolean",
|
18
18
|
"where": "this Absorption flattens",
|
19
|
-
"role_id": "
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"title": "Reverse Absorption",
|
23
|
-
"type": "Absorption",
|
24
|
-
"where": "this Absorption is matched by one reverse-Absorption",
|
25
|
-
"role_id": "eed3a995-5f75-4945-a316-6005ded5ba5f"
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"title": "Absorption",
|
29
|
-
"type": "Absorption",
|
30
|
-
"where": "one Absorption is matched by this reverse-Absorption",
|
31
|
-
"role_id": "d12da96b-d74d-4e63-a564-db889dba98a8"
|
19
|
+
"role_id": "2C4C2582-9448-4155-9BB4-C744AD1252B1"
|
32
20
|
},
|
33
21
|
{
|
34
22
|
"title": "all Nesting",
|
35
23
|
"type": "Nesting",
|
36
24
|
"where": "this Absorption is nested under some index-Role in some Ordinal position",
|
37
|
-
"role_id": "
|
25
|
+
"role_id": "41F652F4-5552-40DE-BDA1-0419FBA49B44",
|
38
26
|
"is_list": true
|
39
27
|
},
|
40
28
|
{
|
41
29
|
"title": "Parent Role",
|
42
30
|
"type": "Role",
|
43
31
|
"where": "this Absorption traverses from one parent-Role",
|
44
|
-
"role_id": "
|
32
|
+
"role_id": "A5B77AB6-6797-49E7-A3FD-A70BE399E9D8"
|
45
33
|
},
|
46
34
|
{
|
47
35
|
"title": "Child Role",
|
48
36
|
"type": "Role",
|
49
37
|
"where": "this Absorption traverses to one child-Role",
|
50
|
-
"role_id": "
|
38
|
+
"role_id": "BE744A85-0CE7-4C53-A1D9-1C63B9A5E19D"
|
51
39
|
},
|
52
40
|
{
|
53
41
|
"title": "Nesting Mode",
|
54
42
|
"type": "Nesting Mode",
|
55
43
|
"where": "this Absorption uses one Nesting Mode",
|
56
|
-
"role_id": "
|
44
|
+
"role_id": "005770E4-3BC1-41CD-8503-77E258897E0C"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"title": "all Foreign Key",
|
48
|
+
"type": "Foreign Key",
|
49
|
+
"where": "some Foreign Key derives from this Absorption",
|
50
|
+
"role_id": "7FE8B750-43AD-4DD7-BA73-EC6A5F245A40",
|
51
|
+
"is_list": true
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"title": "Full Absorption",
|
55
|
+
"type": "Full Absorption",
|
56
|
+
"where": "this Absorption creates one Full Absorption",
|
57
|
+
"role_id": "B1BF872A-D84F-41EC-96CB-5796370134A4"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"title": "Reverse Absorption",
|
61
|
+
"type": "Absorption",
|
62
|
+
"where": "this forward-Absorption is matched by one reverse-Absorption",
|
63
|
+
"role_id": "364C6346-5629-474A-B06A-BC8D577FBB1D"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"title": "Forward Absorption",
|
67
|
+
"type": "Absorption",
|
68
|
+
"where": "this reverse-Absorption is reverse of one forward-Absorption",
|
69
|
+
"role_id": "42115505-97E1-48B9-87D6-71DB1378ED86"
|
70
|
+
}
|
71
|
+
]
|
72
|
+
},
|
73
|
+
"Access Path": {
|
74
|
+
"is_main": true,
|
75
|
+
"id": "FC56D680-31C2-4698-87F0-B42DE3372610",
|
76
|
+
"functions": [
|
77
|
+
{
|
78
|
+
"title": "as Foreign Key",
|
79
|
+
"type": "Foreign Key"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"title": "as Index",
|
83
|
+
"type": "Index"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"title": "all Index Field",
|
87
|
+
"type": "Index Field",
|
88
|
+
"where": "this Access Path for some Ordinal field uses some Component",
|
89
|
+
"role_id": "A38C4F34-6DE8-4B62-B2F6-BDB92DB318F6",
|
90
|
+
"is_list": true
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"title": "Guid",
|
94
|
+
"type": "Guid",
|
95
|
+
"where": "this Access Path has one Guid",
|
96
|
+
"role_id": "709F3D98-157B-4891-891D-A549D59D8155"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"title": "Name",
|
100
|
+
"type": "Name",
|
101
|
+
"where": "this Access Path is called one Name",
|
102
|
+
"role_id": "3A3C0769-F759-448F-8286-6EF0B1E77663"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"title": "Composite",
|
106
|
+
"type": "Composite",
|
107
|
+
"where": "this Access Path is to one Composite",
|
108
|
+
"role_id": "5838BA68-E5C9-4877-A60B-55F230CDB8C6"
|
57
109
|
}
|
58
110
|
]
|
59
111
|
},
|
60
112
|
"Adjective": {
|
61
113
|
"is_main": false,
|
62
|
-
"id": "
|
114
|
+
"id": "9C2A73C4-A547-4CD7-A9DB-78EC7902DAC7",
|
63
115
|
"functions": [
|
64
116
|
{
|
65
117
|
"title": "all Role Ref as Leading Adjective",
|
66
118
|
"type": "Role Ref",
|
67
119
|
"where": "some Role Ref has this leading-Adjective",
|
68
|
-
"role_id": "
|
120
|
+
"role_id": "42707146-80F8-4870-9308-031AA6950635",
|
69
121
|
"is_list": true
|
70
122
|
},
|
71
123
|
{
|
72
124
|
"title": "all Role Ref as Trailing Adjective",
|
73
125
|
"type": "Role Ref",
|
74
126
|
"where": "some Role Ref has this trailing-Adjective",
|
75
|
-
"role_id": "
|
127
|
+
"role_id": "6CB1D876-840A-436C-8241-2C30207B72EB",
|
76
128
|
"is_list": true
|
77
129
|
}
|
78
130
|
]
|
79
131
|
},
|
80
132
|
"Agent": {
|
81
133
|
"is_main": false,
|
82
|
-
"id": "
|
134
|
+
"id": "ED5BA20D-5DC2-4EA0-984E-63A867D5C181",
|
83
135
|
"functions": [
|
84
136
|
{
|
85
137
|
"title": "Agent Name",
|
86
138
|
"type": "Agent Name",
|
87
139
|
"where": "this Agent has one Agent Name",
|
88
|
-
"role_id": "
|
140
|
+
"role_id": "D0D3FF19-4D95-4BAF-90EB-736D01AC6BD1"
|
89
141
|
},
|
90
142
|
{
|
91
143
|
"title": "all Agreement",
|
92
144
|
"type": "Agreement",
|
93
145
|
"where": "this Agent agreed on some Agreement",
|
94
|
-
"role_id": "
|
146
|
+
"role_id": "DED02D86-E77B-490D-8923-92E9A8585865",
|
95
147
|
"is_list": true
|
96
148
|
},
|
97
149
|
{
|
98
150
|
"title": "all Context According To",
|
99
151
|
"type": "Context According To",
|
100
152
|
"where": "this Agent claims some Context Note",
|
101
|
-
"role_id": "
|
153
|
+
"role_id": "3CD6E328-83B0-4B7F-8F3E-F0730E520830",
|
102
154
|
"is_list": true
|
103
155
|
},
|
104
156
|
{
|
105
157
|
"title": "all Enforcement",
|
106
158
|
"type": "Enforcement",
|
107
159
|
"where": "some Enforcement notifies this Agent",
|
108
|
-
"role_id": "
|
160
|
+
"role_id": "A564BDE5-CEA5-4D9D-9904-34FD18058AF7",
|
109
161
|
"is_list": true
|
110
162
|
}
|
111
163
|
]
|
112
164
|
},
|
113
165
|
"Agent Name": {
|
114
166
|
"is_main": false,
|
115
|
-
"id": "
|
167
|
+
"id": "C4D7B532-16A6-43E4-870A-394093E7F5AC",
|
116
168
|
"functions": [
|
117
169
|
{
|
118
170
|
"title": "Agent",
|
119
171
|
"type": "Agent",
|
120
172
|
"where": "this Agent Name is of one Agent",
|
121
|
-
"role_id": "
|
173
|
+
"role_id": "9DBE64DF-4E98-438A-B18F-9CC5DC63AC95"
|
122
174
|
}
|
123
175
|
]
|
124
176
|
},
|
125
177
|
"Aggregate": {
|
126
178
|
"is_main": false,
|
127
|
-
"id": "
|
179
|
+
"id": "DD017D4C-465F-41AD-A91C-A47C52ADAE4E",
|
128
180
|
"functions": [
|
129
181
|
{
|
130
182
|
"title": "Aggregate Code",
|
131
183
|
"type": "Aggregate Code",
|
132
184
|
"where": "this Aggregate has one Aggregate Code",
|
133
|
-
"role_id": "
|
185
|
+
"role_id": "AE52B037-B1D3-4981-9EFB-3A93593F7D16"
|
134
186
|
},
|
135
187
|
{
|
136
188
|
"title": "all Aggregation",
|
137
189
|
"type": "Aggregation",
|
138
190
|
"where": "this Aggregate of some aggregated-Variable is bound as some Variable",
|
139
|
-
"role_id": "
|
191
|
+
"role_id": "21FF1DBA-E5AB-4EAB-9468-5353D4615EA1",
|
140
192
|
"is_list": true
|
141
193
|
}
|
142
194
|
]
|
143
195
|
},
|
144
196
|
"Aggregate Code": {
|
145
197
|
"is_main": false,
|
146
|
-
"id": "
|
198
|
+
"id": "5ED8EDB5-ED19-4C12-93C0-2AEABA38EBEE",
|
147
199
|
"functions": [
|
148
200
|
{
|
149
201
|
"title": "Aggregate",
|
150
202
|
"type": "Aggregate",
|
151
203
|
"where": "this Aggregate Code is of one Aggregate",
|
152
|
-
"role_id": "
|
204
|
+
"role_id": "3F90F113-B867-40BB-B9F1-507A205B5BD7"
|
153
205
|
}
|
154
206
|
]
|
155
207
|
},
|
156
208
|
"Aggregation": {
|
157
209
|
"is_main": true,
|
158
|
-
"id": "
|
210
|
+
"id": "26C189BA-9D00-4F41-A874-69931DB0C6A8",
|
159
211
|
"functions": [
|
160
212
|
{
|
161
213
|
"title": "involving Variable",
|
@@ -176,146 +228,146 @@
|
|
176
228
|
},
|
177
229
|
"Agreement": {
|
178
230
|
"is_main": false,
|
179
|
-
"id": "
|
231
|
+
"id": "123391DD-AFD9-4A96-BB8F-37DCD574A334",
|
180
232
|
"functions": [
|
181
233
|
{
|
182
234
|
"title": "Date",
|
183
235
|
"type": "Date",
|
184
236
|
"where": "this Agreement was on one Date",
|
185
|
-
"role_id": "
|
237
|
+
"role_id": "E1044FDB-C942-479C-987C-F5BA7BC8A766"
|
186
238
|
},
|
187
239
|
{
|
188
240
|
"title": "all Agent",
|
189
241
|
"type": "Agent",
|
190
242
|
"where": "this Agreement was reached by some Agent",
|
191
|
-
"role_id": "
|
243
|
+
"role_id": "AB4E767E-75AF-423E-B793-D8DD1DADBC74",
|
192
244
|
"is_list": true
|
193
245
|
},
|
194
246
|
{
|
195
247
|
"title": "Context Note",
|
196
248
|
"type": "Context Note",
|
197
249
|
"where": "this Agreement covers one Context Note",
|
198
|
-
"role_id": "
|
250
|
+
"role_id": "F52C7C74-971F-486B-8EC2-DFAA2B4C7524"
|
199
251
|
}
|
200
252
|
]
|
201
253
|
},
|
202
254
|
"Alternative Set": {
|
203
255
|
"is_main": true,
|
204
|
-
"id": "
|
256
|
+
"id": "D5AA76A6-9C9E-4A0B-98D8-8009FE3EB420",
|
205
257
|
"functions": [
|
206
258
|
{
|
207
259
|
"title": "Guid",
|
208
260
|
"type": "Guid",
|
209
261
|
"where": "this Alternative Set has one Guid",
|
210
|
-
"role_id": "
|
262
|
+
"role_id": "159245EA-11AC-448A-8FF6-7322631CF99B"
|
211
263
|
},
|
212
264
|
{
|
213
265
|
"title": "Alternative Set members are exclusive",
|
214
266
|
"type": "boolean",
|
215
267
|
"where": "this Alternative Set members are exclusive",
|
216
|
-
"role_id": "
|
268
|
+
"role_id": "2484DB0D-F641-48E1-BCC1-7DC56370C24D"
|
217
269
|
},
|
218
270
|
{
|
219
271
|
"title": "all Step",
|
220
272
|
"type": "Step",
|
221
273
|
"where": "this Alternative Set covers some Step",
|
222
|
-
"role_id": "
|
274
|
+
"role_id": "DA7DDC83-0834-4F75-B182-EF7D424657C5",
|
223
275
|
"is_list": true
|
224
276
|
}
|
225
277
|
]
|
226
278
|
},
|
227
279
|
"Annotation": {
|
228
280
|
"is_main": false,
|
229
|
-
"id": "
|
281
|
+
"id": "16768D60-E20D-4EAE-8B03-7D6CB1EE7F52",
|
230
282
|
"functions": [
|
231
283
|
{
|
232
284
|
"title": "all Concept",
|
233
285
|
"type": "Concept",
|
234
286
|
"where": "this Annotation applies to some Concept",
|
235
|
-
"role_id": "
|
287
|
+
"role_id": "BC8D4D92-AAF7-4B8B-9424-E665FDDB7AF8",
|
236
288
|
"is_list": true
|
237
289
|
}
|
238
290
|
]
|
239
291
|
},
|
240
292
|
"Assimilation": {
|
241
293
|
"is_main": false,
|
242
|
-
"id": "
|
294
|
+
"id": "E9BA9248-1B40-40E2-A245-04D1066A55B1",
|
243
295
|
"functions": [
|
244
296
|
{
|
245
297
|
"title": "all Type Inheritance",
|
246
298
|
"type": "Type Inheritance",
|
247
299
|
"where": "this Assimilation applies to some Type Inheritance",
|
248
|
-
"role_id": "
|
300
|
+
"role_id": "461FC386-BD2D-4315-9AA9-54D68AA07C25",
|
249
301
|
"is_list": true
|
250
302
|
}
|
251
303
|
]
|
252
304
|
},
|
253
305
|
"Bound": {
|
254
306
|
"is_main": false,
|
255
|
-
"id": "
|
307
|
+
"id": "C3949D07-0497-46CF-9360-D0A856F628A6",
|
256
308
|
"functions": [
|
257
309
|
{
|
258
310
|
"title": "Value",
|
259
311
|
"type": "Value",
|
260
312
|
"where": "this Bound has one Value",
|
261
|
-
"role_id": "
|
313
|
+
"role_id": "4DA13CD4-9632-4916-98EC-E67E98B009C4"
|
262
314
|
},
|
263
315
|
{
|
264
316
|
"title": "Bound is inclusive",
|
265
317
|
"type": "boolean",
|
266
318
|
"where": "this Bound is inclusive",
|
267
|
-
"role_id": "
|
319
|
+
"role_id": "5C65BD23-177B-4EE6-A885-34347AD92ECE"
|
268
320
|
},
|
269
321
|
{
|
270
322
|
"title": "all Value Range as Maximum Bound",
|
271
323
|
"type": "Value Range",
|
272
324
|
"where": "some Value Range has this maximum-Bound",
|
273
|
-
"role_id": "
|
325
|
+
"role_id": "E946E714-3C7E-4D3F-981E-29BC3F0E000E",
|
274
326
|
"is_list": true
|
275
327
|
},
|
276
328
|
{
|
277
329
|
"title": "all Value Range as Minimum Bound",
|
278
330
|
"type": "Value Range",
|
279
331
|
"where": "some Value Range has this minimum-Bound",
|
280
|
-
"role_id": "
|
332
|
+
"role_id": "F3E5F0AB-F131-4806-839D-C0F970338664",
|
281
333
|
"is_list": true
|
282
334
|
}
|
283
335
|
]
|
284
336
|
},
|
285
337
|
"Coefficient": {
|
286
338
|
"is_main": false,
|
287
|
-
"id": "
|
339
|
+
"id": "AB5A1709-E97E-4AB4-884D-1C5523BF2503",
|
288
340
|
"functions": [
|
289
341
|
{
|
290
342
|
"title": "Denominator",
|
291
343
|
"type": "Denominator",
|
292
344
|
"where": "this Coefficient has one Denominator",
|
293
|
-
"role_id": "
|
345
|
+
"role_id": "D4954415-8B59-4C38-A764-F5CAECBD32D7"
|
294
346
|
},
|
295
347
|
{
|
296
348
|
"title": "Numerator",
|
297
349
|
"type": "Numerator",
|
298
350
|
"where": "this Coefficient has one Numerator",
|
299
|
-
"role_id": "
|
351
|
+
"role_id": "275F60FA-A5C9-4194-9C99-8127B98B0023"
|
300
352
|
},
|
301
353
|
{
|
302
354
|
"title": "Coefficient is precise",
|
303
355
|
"type": "boolean",
|
304
356
|
"where": "this Coefficient is precise",
|
305
|
-
"role_id": "
|
357
|
+
"role_id": "3327E951-D349-4F77-8B9F-E10D8DF17D27"
|
306
358
|
},
|
307
359
|
{
|
308
360
|
"title": "all Unit",
|
309
361
|
"type": "Unit",
|
310
362
|
"where": "some Unit has this Coefficient",
|
311
|
-
"role_id": "
|
363
|
+
"role_id": "99171486-0040-432F-88DB-49BBA81E69CA",
|
312
364
|
"is_list": true
|
313
365
|
}
|
314
366
|
]
|
315
367
|
},
|
316
368
|
"Component": {
|
317
369
|
"is_main": true,
|
318
|
-
"id": "
|
370
|
+
"id": "A8280EA2-0613-4A3F-BC44-CE95D634779B",
|
319
371
|
"functions": [
|
320
372
|
{
|
321
373
|
"title": "as Absorption",
|
@@ -345,176 +397,217 @@
|
|
345
397
|
"title": "as ValueField",
|
346
398
|
"type": "ValueField"
|
347
399
|
},
|
400
|
+
{
|
401
|
+
"title": "all Index Field",
|
402
|
+
"type": "Index Field",
|
403
|
+
"where": "this Component provides some Ordinal field for some Access Path",
|
404
|
+
"role_id": "807F53A4-B48B-41B7-A49F-C02D721C0DC3",
|
405
|
+
"is_list": true
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"title": "Parent",
|
409
|
+
"type": "Mapping",
|
410
|
+
"where": "this Member belongs to one Parent",
|
411
|
+
"role_id": "7E7A5CB5-5D07-4682-B0C5-F78ED445EDE1"
|
412
|
+
},
|
348
413
|
{
|
349
414
|
"title": "Guid",
|
350
415
|
"type": "Guid",
|
351
416
|
"where": "this Component has one Guid",
|
352
|
-
"role_id": "
|
417
|
+
"role_id": "74090EB2-4029-4D0B-8582-4C5A4C2447AA"
|
353
418
|
},
|
354
419
|
{
|
355
420
|
"title": "Ordinal",
|
356
421
|
"type": "Ordinal",
|
357
422
|
"where": "this Component has one Ordinal rank",
|
358
|
-
"role_id": "
|
423
|
+
"role_id": "31534373-6DA5-4ED9-8E05-3D542789DB8F"
|
359
424
|
},
|
360
425
|
{
|
361
426
|
"title": "Name",
|
362
427
|
"type": "Name",
|
363
428
|
"where": "this Component projects one Name",
|
364
|
-
"role_id": "
|
429
|
+
"role_id": "CE2B0AEC-BAEB-4902-BEE9-5CB79E065A1B"
|
365
430
|
},
|
366
431
|
{
|
367
|
-
"title": "
|
368
|
-
"type": "
|
369
|
-
"where": "this
|
370
|
-
"role_id": "
|
432
|
+
"title": "all Foreign Key Field",
|
433
|
+
"type": "Foreign Key Field",
|
434
|
+
"where": "this Component provides some Ordinal field for some Foreign Key",
|
435
|
+
"role_id": "ED82E206-6242-4FBC-8A3D-F46027DAF9CE",
|
436
|
+
"is_list": true
|
371
437
|
}
|
372
438
|
]
|
373
439
|
},
|
374
440
|
"Composite": {
|
375
441
|
"is_main": false,
|
376
|
-
"id": "
|
442
|
+
"id": "EBB0CD65-AA67-4C13-AA05-777E0A5F5C2E",
|
377
443
|
"functions": [
|
444
|
+
{
|
445
|
+
"title": "all Access Path",
|
446
|
+
"type": "Access Path",
|
447
|
+
"where": "this Composite is reached through some Access Path",
|
448
|
+
"role_id": "389A98DD-9731-44FD-8DB1-661ED02702D3",
|
449
|
+
"is_list": true
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"title": "Primary Index",
|
453
|
+
"type": "Index",
|
454
|
+
"where": "this Composite has one primary-Index",
|
455
|
+
"role_id": "BA66F96F-6E5B-43EB-81B2-4328F3D8EAE7"
|
456
|
+
},
|
378
457
|
{
|
379
458
|
"title": "Composition",
|
380
459
|
"type": "Composition",
|
381
460
|
"where": "this Composite belongs to one Composition",
|
382
|
-
"role_id": "
|
461
|
+
"role_id": "6EF02438-FF3C-40D3-AAFD-743FBD48424E"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"title": "all Foreign Key",
|
465
|
+
"type": "Foreign Key",
|
466
|
+
"where": "this Composite contains some Foreign Key",
|
467
|
+
"role_id": "E8BAD4BA-EFB3-49E6-A09B-1FC17D850531",
|
468
|
+
"is_list": true
|
383
469
|
},
|
384
470
|
{
|
385
471
|
"title": "Mapping",
|
386
472
|
"type": "Mapping",
|
387
473
|
"where": "this Composite consists of one Mapping",
|
388
|
-
"role_id": "
|
474
|
+
"role_id": "C9181881-5D4A-4D17-AB6D-1216E7BD7AB3"
|
389
475
|
}
|
390
476
|
]
|
391
477
|
},
|
392
478
|
"Composition": {
|
393
479
|
"is_main": true,
|
394
|
-
"id": "
|
480
|
+
"id": "955A3766-115E-47CE-88B8-AC37518E989F",
|
395
481
|
"functions": [
|
396
482
|
{
|
397
483
|
"title": "all Composite",
|
398
484
|
"type": "Composite",
|
399
485
|
"where": "this Composition contains some Composite",
|
400
|
-
"role_id": "
|
486
|
+
"role_id": "BDB9E8F9-4937-4CD4-A90E-4CB313881628",
|
487
|
+
"is_list": true
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"title": "all Full Absorption",
|
491
|
+
"type": "Full Absorption",
|
492
|
+
"where": "this Composition fully absorbs some Object Type",
|
493
|
+
"role_id": "D59AB440-F62D-4CA3-A513-8F34FAB3C86B",
|
401
494
|
"is_list": true
|
402
495
|
},
|
403
496
|
{
|
404
497
|
"title": "Guid",
|
405
498
|
"type": "Guid",
|
406
499
|
"where": "this Composition has one Guid",
|
407
|
-
"role_id": "
|
500
|
+
"role_id": "FEE64571-BD8C-4428-996E-ADEE64DCE39D"
|
408
501
|
},
|
409
502
|
{
|
410
503
|
"title": "Name",
|
411
504
|
"type": "Name",
|
412
505
|
"where": "this Composition is called one Name",
|
413
|
-
"role_id": "
|
506
|
+
"role_id": "F1A3FD61-D444-47B0-BD23-A17F6F007061"
|
414
507
|
}
|
415
508
|
]
|
416
509
|
},
|
417
510
|
"Concept": {
|
418
511
|
"is_main": true,
|
419
|
-
"id": "
|
512
|
+
"id": "30FEC427-8A8C-4329-91E6-34E09E2CDC12",
|
420
513
|
"functions": [
|
421
514
|
{
|
422
515
|
"title": "Topic",
|
423
516
|
"type": "Topic",
|
424
517
|
"where": "this Concept belongs to one Topic",
|
425
|
-
"role_id": "
|
518
|
+
"role_id": "C6EFED54-691F-466A-B8EB-14B80A0BC3F9"
|
426
519
|
},
|
427
520
|
{
|
428
521
|
"title": "Guid",
|
429
522
|
"type": "Guid",
|
430
523
|
"where": "this Concept has one Guid",
|
431
|
-
"role_id": "
|
524
|
+
"role_id": "C86D641E-B538-4278-8A4A-BBDF02E8F1B2"
|
432
525
|
},
|
433
526
|
{
|
434
527
|
"title": "all Mapping Annotation",
|
435
528
|
"type": "Annotation",
|
436
529
|
"where": "this Concept has some mapping-Annotation",
|
437
|
-
"role_id": "
|
530
|
+
"role_id": "8CF84B47-CE5B-4509-BB9B-B1F28D71F39A",
|
438
531
|
"is_list": true
|
439
532
|
},
|
440
533
|
{
|
441
534
|
"title": "Implication Rule",
|
442
535
|
"type": "Implication Rule",
|
443
536
|
"where": "this Concept is implied by one Implication Rule",
|
444
|
-
"role_id": "
|
537
|
+
"role_id": "CE53F57D-A3D1-40E3-85E0-E8270CA3209B"
|
445
538
|
},
|
446
539
|
{
|
447
540
|
"title": "Constraint",
|
448
541
|
"type": "Constraint",
|
449
542
|
"where": "one Constraint is an instance of this Concept",
|
450
|
-
"role_id": "
|
543
|
+
"role_id": "526C8437-9CFA-472C-A2AF-EE3FA646BAAA"
|
451
544
|
},
|
452
545
|
{
|
453
546
|
"title": "all Context Note",
|
454
547
|
"type": "Context Note",
|
455
548
|
"where": "this Concept has some Context Note",
|
456
|
-
"role_id": "
|
549
|
+
"role_id": "D23B438C-D15D-432C-B2C0-29FC5607B4BB",
|
457
550
|
"is_list": true
|
458
551
|
},
|
459
552
|
{
|
460
553
|
"title": "Context Note",
|
461
554
|
"type": "Context Note",
|
462
555
|
"where": "one Context Note is an instance of this Concept",
|
463
|
-
"role_id": "
|
556
|
+
"role_id": "E7586FA3-D022-436D-8094-B7BD7F09C130"
|
464
557
|
},
|
465
558
|
{
|
466
559
|
"title": "Fact Type",
|
467
560
|
"type": "Fact Type",
|
468
561
|
"where": "one Fact Type is an instance of this Concept",
|
469
|
-
"role_id": "
|
562
|
+
"role_id": "A074BECB-265E-49EE-A8C0-FA83C553D372"
|
470
563
|
},
|
471
564
|
{
|
472
565
|
"title": "Fact",
|
473
566
|
"type": "Fact",
|
474
567
|
"where": "one Fact is an instance of this Concept",
|
475
|
-
"role_id": "
|
568
|
+
"role_id": "88C4560F-A55B-4FB6-A6C6-6E5AABE67586"
|
476
569
|
},
|
477
570
|
{
|
478
571
|
"title": "Instance",
|
479
572
|
"type": "Instance",
|
480
573
|
"where": "one Instance is an instance of this Concept",
|
481
|
-
"role_id": "
|
574
|
+
"role_id": "C001DBEB-18B1-4A8A-85D2-8197A2E9FD69"
|
482
575
|
},
|
483
576
|
{
|
484
577
|
"title": "Object Type",
|
485
578
|
"type": "Object Type",
|
486
579
|
"where": "one Object Type is an instance of this Concept",
|
487
|
-
"role_id": "
|
580
|
+
"role_id": "B0215AB8-9D43-44F9-A0DA-C54BE4A678FF"
|
488
581
|
},
|
489
582
|
{
|
490
583
|
"title": "Population",
|
491
584
|
"type": "Population",
|
492
585
|
"where": "one Population is an instance of this Concept",
|
493
|
-
"role_id": "
|
586
|
+
"role_id": "979359E5-085E-40AD-8B20-7661AC0EF501"
|
494
587
|
},
|
495
588
|
{
|
496
589
|
"title": "Query",
|
497
590
|
"type": "Query",
|
498
591
|
"where": "one Query is an instance of this Concept",
|
499
|
-
"role_id": "
|
592
|
+
"role_id": "8C8D4671-016B-4AD8-AD77-EC4E0098D89C"
|
500
593
|
},
|
501
594
|
{
|
502
595
|
"title": "Role",
|
503
596
|
"type": "Role",
|
504
597
|
"where": "one Role is an instance of this Concept",
|
505
|
-
"role_id": "
|
598
|
+
"role_id": "F055FD2A-3C01-4D02-9D02-54CDECD68F1C"
|
506
599
|
},
|
507
600
|
{
|
508
601
|
"title": "Unit",
|
509
602
|
"type": "Unit",
|
510
603
|
"where": "one Unit is an instance of this Concept",
|
511
|
-
"role_id": "
|
604
|
+
"role_id": "66AB5841-9A28-4D47-9735-3F3D2E3AF6C1"
|
512
605
|
}
|
513
606
|
]
|
514
607
|
},
|
515
608
|
"Constraint": {
|
516
|
-
"is_main":
|
517
|
-
"id": "
|
609
|
+
"is_main": false,
|
610
|
+
"id": "A9B3F0E7-AF5E-44B3-87E5-C3D7E69F1CA6",
|
518
611
|
"functions": [
|
519
612
|
{
|
520
613
|
"title": "as Presence Constraint",
|
@@ -552,38 +645,38 @@
|
|
552
645
|
"title": "all Constraint Shape",
|
553
646
|
"type": "Constraint Shape",
|
554
647
|
"where": "some Constraint Shape is for this Constraint",
|
555
|
-
"role_id": "
|
648
|
+
"role_id": "6CAAA438-28A3-43FA-AC7D-1982010640E8",
|
556
649
|
"is_list": true
|
557
650
|
},
|
558
651
|
{
|
559
652
|
"title": "Concept",
|
560
653
|
"type": "Concept",
|
561
654
|
"where": "this Constraint is an instance of one Concept",
|
562
|
-
"role_id": "
|
655
|
+
"role_id": "E06B0990-7467-41E1-BBCF-F074247D4799"
|
563
656
|
},
|
564
657
|
{
|
565
658
|
"title": "Enforcement",
|
566
659
|
"type": "Enforcement",
|
567
660
|
"where": "this Constraint requires one Enforcement",
|
568
|
-
"role_id": "
|
661
|
+
"role_id": "F90B036C-5609-41E0-868C-8AE7D5DDCB34"
|
569
662
|
},
|
570
663
|
{
|
571
664
|
"title": "Name",
|
572
665
|
"type": "Name",
|
573
666
|
"where": "this Constraint is called one Name",
|
574
|
-
"role_id": "
|
667
|
+
"role_id": "1B734E53-8890-4EE9-9755-29BC64FFF91C"
|
575
668
|
},
|
576
669
|
{
|
577
670
|
"title": "Vocabulary",
|
578
671
|
"type": "Vocabulary",
|
579
672
|
"where": "this Constraint belongs to one Vocabulary",
|
580
|
-
"role_id": "
|
673
|
+
"role_id": "697BDDD6-2FCC-44BC-BD6A-24497D831F93"
|
581
674
|
}
|
582
675
|
]
|
583
676
|
},
|
584
677
|
"Constraint Shape": {
|
585
678
|
"is_main": false,
|
586
|
-
"id": "
|
679
|
+
"id": "97012697-69F6-4342-AEEA-FE1FEF97E448",
|
587
680
|
"functions": [
|
588
681
|
{
|
589
682
|
"title": "as Shape",
|
@@ -601,13 +694,13 @@
|
|
601
694
|
"title": "Constraint",
|
602
695
|
"type": "Constraint",
|
603
696
|
"where": "this Constraint Shape is for one Constraint",
|
604
|
-
"role_id": "
|
697
|
+
"role_id": "EA6E0B13-A648-4839-9B78-E4825E4B6ED6"
|
605
698
|
}
|
606
699
|
]
|
607
700
|
},
|
608
701
|
"Context According To": {
|
609
702
|
"is_main": true,
|
610
|
-
"id": "
|
703
|
+
"id": "CA2E108F-EDE8-4593-9940-EC6259B47231",
|
611
704
|
"functions": [
|
612
705
|
{
|
613
706
|
"title": "involving Context Note",
|
@@ -623,109 +716,109 @@
|
|
623
716
|
"title": "Date",
|
624
717
|
"type": "Date",
|
625
718
|
"where": "this Context According To was lodged on one Date",
|
626
|
-
"role_id": "
|
719
|
+
"role_id": "4E881007-5041-4DBA-839D-F3B8E95D0704"
|
627
720
|
}
|
628
721
|
]
|
629
722
|
},
|
630
723
|
"Context Note": {
|
631
724
|
"is_main": false,
|
632
|
-
"id": "
|
725
|
+
"id": "8BF3A2B6-A870-4E20-BB48-08A3D4469B80",
|
633
726
|
"functions": [
|
634
727
|
{
|
635
728
|
"title": "Relevant Concept",
|
636
729
|
"type": "Concept",
|
637
730
|
"where": "this Context Note applies to one relevant-Concept",
|
638
|
-
"role_id": "
|
731
|
+
"role_id": "9FBFEEAF-A57C-44AB-8A39-EEFAAA0E58EB"
|
639
732
|
},
|
640
733
|
{
|
641
734
|
"title": "Context Note Kind",
|
642
735
|
"type": "Context Note Kind",
|
643
736
|
"where": "this Context Note has one Context Note Kind",
|
644
|
-
"role_id": "
|
737
|
+
"role_id": "61C71700-5600-4D79-8E62-1F94F2EA691A"
|
645
738
|
},
|
646
739
|
{
|
647
740
|
"title": "Discussion",
|
648
741
|
"type": "Discussion",
|
649
742
|
"where": "this Context Note has one Discussion",
|
650
|
-
"role_id": "
|
743
|
+
"role_id": "D14363B1-D238-4C11-8BB5-7D1DDB890C58"
|
651
744
|
},
|
652
745
|
{
|
653
746
|
"title": "all Context According To",
|
654
747
|
"type": "Context According To",
|
655
748
|
"where": "this Context Note is according to some Agent",
|
656
|
-
"role_id": "
|
749
|
+
"role_id": "5505382D-8683-4E68-B108-445741C084C1",
|
657
750
|
"is_list": true
|
658
751
|
},
|
659
752
|
{
|
660
753
|
"title": "Concept",
|
661
754
|
"type": "Concept",
|
662
755
|
"where": "this Context Note is an instance of one Concept",
|
663
|
-
"role_id": "
|
756
|
+
"role_id": "346FB37A-9657-493A-85F3-0A7A30113C9E"
|
664
757
|
},
|
665
758
|
{
|
666
759
|
"title": "Agreement",
|
667
760
|
"type": "Agreement",
|
668
761
|
"where": "this Context Note was added by one Agreement",
|
669
|
-
"role_id": "
|
762
|
+
"role_id": "3C8A94DB-A7C6-4790-9217-292BED716C2A"
|
670
763
|
},
|
671
764
|
{
|
672
765
|
"title": "all Model Note Shape",
|
673
766
|
"type": "Model Note Shape",
|
674
767
|
"where": "some Model Note Shape is for this Context Note",
|
675
|
-
"role_id": "
|
768
|
+
"role_id": "3CB364B7-AEBA-45DC-B0DB-CC76F2C956A0",
|
676
769
|
"is_list": true
|
677
770
|
}
|
678
771
|
]
|
679
772
|
},
|
680
773
|
"Context Note Kind": {
|
681
774
|
"is_main": false,
|
682
|
-
"id": "
|
775
|
+
"id": "D23FCE88-107E-4382-8090-A1930A514322",
|
683
776
|
"functions": [
|
684
777
|
{
|
685
778
|
"title": "all Context Note",
|
686
779
|
"type": "Context Note",
|
687
780
|
"where": "this Context Note Kind is of some Context Note",
|
688
|
-
"role_id": "
|
781
|
+
"role_id": "7999F6FF-6820-4258-8E6C-CED4DB65441A",
|
689
782
|
"is_list": true
|
690
783
|
}
|
691
784
|
]
|
692
785
|
},
|
693
786
|
"Date": {
|
694
787
|
"is_main": false,
|
695
|
-
"id": "
|
788
|
+
"id": "532335D0-5CE9-4A46-B0C8-714C4A03951E",
|
696
789
|
"functions": [
|
697
790
|
{
|
698
791
|
"title": "all Agreement",
|
699
792
|
"type": "Agreement",
|
700
793
|
"where": "this Date is of some Agreement",
|
701
|
-
"role_id": "
|
794
|
+
"role_id": "C15E9A95-8672-4918-A9D2-C7D105475E33",
|
702
795
|
"is_list": true
|
703
796
|
},
|
704
797
|
{
|
705
798
|
"title": "all Context According To",
|
706
799
|
"type": "Context According To",
|
707
800
|
"where": "some Context According To was lodged on this Date",
|
708
|
-
"role_id": "
|
801
|
+
"role_id": "CF63BE88-F19C-49E0-8D9B-D02CB1413953",
|
709
802
|
"is_list": true
|
710
803
|
}
|
711
804
|
]
|
712
805
|
},
|
713
806
|
"Denominator": {
|
714
807
|
"is_main": false,
|
715
|
-
"id": "
|
808
|
+
"id": "1C0B0751-DA63-43A3-8DAB-E9E219D5A60D",
|
716
809
|
"functions": [
|
717
810
|
{
|
718
811
|
"title": "all Coefficient",
|
719
812
|
"type": "Coefficient",
|
720
813
|
"where": "some Coefficient has this Denominator",
|
721
|
-
"role_id": "
|
814
|
+
"role_id": "C8248C83-8238-4836-9BBA-6650E99D7CC9",
|
722
815
|
"is_list": true
|
723
816
|
}
|
724
817
|
]
|
725
818
|
},
|
726
819
|
"Derivation": {
|
727
820
|
"is_main": true,
|
728
|
-
"id": "
|
821
|
+
"id": "CBDF39A5-A6E1-4A82-A999-FB803B10A4F2",
|
729
822
|
"functions": [
|
730
823
|
{
|
731
824
|
"title": "involving Derived Unit",
|
@@ -741,13 +834,13 @@
|
|
741
834
|
"title": "Exponent",
|
742
835
|
"type": "Exponent",
|
743
836
|
"where": "this Derivation has one Exponent",
|
744
|
-
"role_id": "
|
837
|
+
"role_id": "610EF4B6-E3EE-4FE1-BCB7-FCE65F5B736F"
|
745
838
|
}
|
746
839
|
]
|
747
840
|
},
|
748
841
|
"Diagram": {
|
749
842
|
"is_main": true,
|
750
|
-
"id": "
|
843
|
+
"id": "275B1D37-0138-4B8F-99C2-A42C3C00B1D3",
|
751
844
|
"functions": [
|
752
845
|
{
|
753
846
|
"title": "as ORM Diagram",
|
@@ -757,19 +850,19 @@
|
|
757
850
|
"title": "Name",
|
758
851
|
"type": "Name",
|
759
852
|
"where": "this Diagram is called one Name",
|
760
|
-
"role_id": "
|
853
|
+
"role_id": "42DE7DB4-A750-46B3-BC10-8C3BE290A865"
|
761
854
|
},
|
762
855
|
{
|
763
856
|
"title": "Vocabulary",
|
764
857
|
"type": "Vocabulary",
|
765
858
|
"where": "this Diagram is for one Vocabulary",
|
766
|
-
"role_id": "
|
859
|
+
"role_id": "D8B177A4-AAED-4440-B440-2ADA4031E6B8"
|
767
860
|
}
|
768
861
|
]
|
769
862
|
},
|
770
863
|
"Discriminated Role": {
|
771
864
|
"is_main": true,
|
772
|
-
"id": "
|
865
|
+
"id": "F03A2745-F5BF-4647-9C61-455CFFD20637",
|
773
866
|
"functions": [
|
774
867
|
{
|
775
868
|
"title": "involving Discriminator",
|
@@ -790,7 +883,7 @@
|
|
790
883
|
},
|
791
884
|
"Discriminator": {
|
792
885
|
"is_main": false,
|
793
|
-
"id": "
|
886
|
+
"id": "B37F1E95-6872-4F0B-9A83-412C935929E7",
|
794
887
|
"functions": [
|
795
888
|
{
|
796
889
|
"title": "as Component",
|
@@ -800,40 +893,40 @@
|
|
800
893
|
"title": "all Discriminated Role",
|
801
894
|
"type": "Discriminated Role",
|
802
895
|
"where": "this Discriminator distinguishes some Role using some Value",
|
803
|
-
"role_id": "
|
896
|
+
"role_id": "2BAEB418-D3A9-4ACD-A1E1-382441011000",
|
804
897
|
"is_list": true
|
805
898
|
}
|
806
899
|
]
|
807
900
|
},
|
808
901
|
"Discussion": {
|
809
902
|
"is_main": false,
|
810
|
-
"id": "
|
903
|
+
"id": "BAF8E871-7D2F-41E8-BCD6-1B5707BA158B",
|
811
904
|
"functions": [
|
812
905
|
{
|
813
906
|
"title": "all Context Note",
|
814
907
|
"type": "Context Note",
|
815
908
|
"where": "this Discussion is for some Context Note",
|
816
|
-
"role_id": "
|
909
|
+
"role_id": "2D4E4C0D-E2EA-4B6B-890E-E881877A7CC2",
|
817
910
|
"is_list": true
|
818
911
|
}
|
819
912
|
]
|
820
913
|
},
|
821
914
|
"Display Role Names Setting": {
|
822
915
|
"is_main": false,
|
823
|
-
"id": "
|
916
|
+
"id": "59C9F859-BAAF-4E47-BF12-482F11CE538D",
|
824
917
|
"functions": [
|
825
918
|
{
|
826
919
|
"title": "all Fact Type Shape",
|
827
920
|
"type": "Fact Type Shape",
|
828
921
|
"where": "some Fact Type Shape has this Display Role Names Setting",
|
829
|
-
"role_id": "
|
922
|
+
"role_id": "B59A32A4-4B2F-4CC7-BC09-EFEE80078869",
|
830
923
|
"is_list": true
|
831
924
|
}
|
832
925
|
]
|
833
926
|
},
|
834
927
|
"Domain Object Type": {
|
835
928
|
"is_main": false,
|
836
|
-
"id": "
|
929
|
+
"id": "BAD953F9-066A-42B0-8E7E-E27C197C3D7C",
|
837
930
|
"functions": [
|
838
931
|
{
|
839
932
|
"title": "as Object Type",
|
@@ -851,44 +944,44 @@
|
|
851
944
|
},
|
852
945
|
"Enforcement": {
|
853
946
|
"is_main": false,
|
854
|
-
"id": "
|
947
|
+
"id": "F90B7812-7C00-41CB-B977-F0E441B180E2",
|
855
948
|
"functions": [
|
856
949
|
{
|
857
950
|
"title": "Constraint",
|
858
951
|
"type": "Constraint",
|
859
952
|
"where": "this Enforcement applies to one Constraint",
|
860
|
-
"role_id": "
|
953
|
+
"role_id": "F632F79C-D4DB-46A5-8F02-13EAE329B59B"
|
861
954
|
},
|
862
955
|
{
|
863
956
|
"title": "Enforcement Code",
|
864
957
|
"type": "Enforcement Code",
|
865
958
|
"where": "this Enforcement has one Enforcement Code",
|
866
|
-
"role_id": "
|
959
|
+
"role_id": "DA038527-F7B5-4FF5-858E-2A1F88943C65"
|
867
960
|
},
|
868
961
|
{
|
869
962
|
"title": "Agent",
|
870
963
|
"type": "Agent",
|
871
964
|
"where": "this Enforcement notifies one Agent",
|
872
|
-
"role_id": "
|
965
|
+
"role_id": "5F537D86-A0DA-4BC7-9ED2-EBC4E5B5D8F8"
|
873
966
|
}
|
874
967
|
]
|
875
968
|
},
|
876
969
|
"Enforcement Code": {
|
877
970
|
"is_main": false,
|
878
|
-
"id": "
|
971
|
+
"id": "3C228100-75F6-44E4-9782-0303BA4E81D6",
|
879
972
|
"functions": [
|
880
973
|
{
|
881
974
|
"title": "all Enforcement",
|
882
975
|
"type": "Enforcement",
|
883
976
|
"where": "this Enforcement Code is of some Enforcement",
|
884
|
-
"role_id": "
|
977
|
+
"role_id": "77FA5044-8969-417B-B5D1-D960C64D7192",
|
885
978
|
"is_list": true
|
886
979
|
}
|
887
980
|
]
|
888
981
|
},
|
889
982
|
"Entity Type": {
|
890
983
|
"is_main": false,
|
891
|
-
"id": "
|
984
|
+
"id": "78C968EF-F5B0-47EA-A9E7-323E10709133",
|
892
985
|
"functions": [
|
893
986
|
{
|
894
987
|
"title": "as Domain Object Type",
|
@@ -902,90 +995,90 @@
|
|
902
995
|
"title": "all Type Inheritance",
|
903
996
|
"type": "Type Inheritance",
|
904
997
|
"where": "this Subtype is subtype of some Supertype",
|
905
|
-
"role_id": "
|
998
|
+
"role_id": "86D862EF-6F24-47F7-A705-70455EC511CE",
|
906
999
|
"is_list": true
|
907
1000
|
},
|
908
1001
|
{
|
909
1002
|
"title": "all Type Inheritance",
|
910
1003
|
"type": "Type Inheritance",
|
911
1004
|
"where": "this Supertype is supertype of some Subtype",
|
912
|
-
"role_id": "
|
1005
|
+
"role_id": "77F1CBA6-0A41-4B02-B99F-BBD69B4444BC",
|
913
1006
|
"is_list": true
|
914
1007
|
},
|
915
1008
|
{
|
916
1009
|
"title": "Fact Type",
|
917
1010
|
"type": "Fact Type",
|
918
1011
|
"where": "this Entity Type objectifies one Fact Type",
|
919
|
-
"role_id": "
|
1012
|
+
"role_id": "DCA431A3-70F0-44C6-9393-0B7FAF1DE7DD"
|
920
1013
|
}
|
921
1014
|
]
|
922
1015
|
},
|
923
1016
|
"Ephemera URL": {
|
924
1017
|
"is_main": false,
|
925
|
-
"id": "
|
1018
|
+
"id": "38B272F4-6965-48FF-998F-29EC3FAD6F2E",
|
926
1019
|
"functions": [
|
927
1020
|
{
|
928
1021
|
"title": "all Unit",
|
929
1022
|
"type": "Unit",
|
930
1023
|
"where": "this Ephemera URL provides some Unit coefficient",
|
931
|
-
"role_id": "
|
1024
|
+
"role_id": "F27DD2CB-C652-465B-AC9A-9985A9E50F09",
|
932
1025
|
"is_list": true
|
933
1026
|
}
|
934
1027
|
]
|
935
1028
|
},
|
936
1029
|
"Exponent": {
|
937
1030
|
"is_main": false,
|
938
|
-
"id": "
|
1031
|
+
"id": "E8744286-BF73-4545-94F5-A22F58F40B9F",
|
939
1032
|
"functions": [
|
940
1033
|
{
|
941
1034
|
"title": "all Derivation",
|
942
1035
|
"type": "Derivation",
|
943
1036
|
"where": "some Derivation has this Exponent",
|
944
|
-
"role_id": "
|
1037
|
+
"role_id": "7D5E2698-AF1B-4148-9855-F8299A7A4E42",
|
945
1038
|
"is_list": true
|
946
1039
|
}
|
947
1040
|
]
|
948
1041
|
},
|
949
1042
|
"Fact": {
|
950
1043
|
"is_main": false,
|
951
|
-
"id": "
|
1044
|
+
"id": "A9A1823F-75D6-4197-8CF3-17D2701EDF65",
|
952
1045
|
"functions": [
|
953
1046
|
{
|
954
1047
|
"title": "Concept",
|
955
1048
|
"type": "Concept",
|
956
1049
|
"where": "this Fact is an instance of one Concept",
|
957
|
-
"role_id": "
|
1050
|
+
"role_id": "A3C996C2-505A-49CE-960B-DA397AA12F45"
|
958
1051
|
},
|
959
1052
|
{
|
960
1053
|
"title": "Fact Type",
|
961
1054
|
"type": "Fact Type",
|
962
1055
|
"where": "this Fact is of one Fact Type",
|
963
|
-
"role_id": "
|
1056
|
+
"role_id": "6E1BD895-4A9D-467D-8050-40C066B63EF0"
|
964
1057
|
},
|
965
1058
|
{
|
966
1059
|
"title": "Instance",
|
967
1060
|
"type": "Instance",
|
968
1061
|
"where": "this Fact is objectified as one Instance",
|
969
|
-
"role_id": "
|
1062
|
+
"role_id": "73156002-EE03-4173-82A1-F63DC27F7A53"
|
970
1063
|
},
|
971
1064
|
{
|
972
1065
|
"title": "Population",
|
973
1066
|
"type": "Population",
|
974
1067
|
"where": "this Fact belongs to one Population",
|
975
|
-
"role_id": "
|
1068
|
+
"role_id": "7B2C170A-80C2-42EF-9EB3-0B739196896A"
|
976
1069
|
},
|
977
1070
|
{
|
978
1071
|
"title": "all Role Value",
|
979
1072
|
"type": "Role Value",
|
980
1073
|
"where": "this Fact includes some Role Value",
|
981
|
-
"role_id": "
|
1074
|
+
"role_id": "6EEC6472-ABF6-477E-BE20-8591E2E0470B",
|
982
1075
|
"is_list": true
|
983
1076
|
}
|
984
1077
|
]
|
985
1078
|
},
|
986
1079
|
"Fact Type": {
|
987
1080
|
"is_main": true,
|
988
|
-
"id": "
|
1081
|
+
"id": "4A49FC50-0CE4-49E8-8376-5B8590845541",
|
989
1082
|
"functions": [
|
990
1083
|
{
|
991
1084
|
"title": "as Link Fact Type",
|
@@ -999,54 +1092,54 @@
|
|
999
1092
|
"title": "Entity Type",
|
1000
1093
|
"type": "Entity Type",
|
1001
1094
|
"where": "this Fact Type is objectified as one Entity Type",
|
1002
|
-
"role_id": "
|
1095
|
+
"role_id": "FFFC9F15-57A2-4D92-A127-E712BED2962D"
|
1003
1096
|
},
|
1004
1097
|
{
|
1005
1098
|
"title": "all Fact Type Shape",
|
1006
1099
|
"type": "Fact Type Shape",
|
1007
1100
|
"where": "this Fact Type has some Fact Type Shape",
|
1008
|
-
"role_id": "
|
1101
|
+
"role_id": "CCAE1186-93A6-4FA6-BC5E-5CBBF3839781",
|
1009
1102
|
"is_list": true
|
1010
1103
|
},
|
1011
1104
|
{
|
1012
1105
|
"title": "all Reading",
|
1013
1106
|
"type": "Reading",
|
1014
1107
|
"where": "this Fact Type has some Reading",
|
1015
|
-
"role_id": "
|
1108
|
+
"role_id": "735B7AD4-80AA-47E4-99A1-F4208D5C0EE7",
|
1016
1109
|
"is_list": true
|
1017
1110
|
},
|
1018
1111
|
{
|
1019
1112
|
"title": "Concept",
|
1020
1113
|
"type": "Concept",
|
1021
1114
|
"where": "this Fact Type is an instance of one Concept",
|
1022
|
-
"role_id": "
|
1115
|
+
"role_id": "AE554C82-7FDF-4625-B59C-BC3A2CBB9331"
|
1023
1116
|
},
|
1024
1117
|
{
|
1025
1118
|
"title": "all Fact",
|
1026
1119
|
"type": "Fact",
|
1027
1120
|
"where": "some Fact is of this Fact Type",
|
1028
|
-
"role_id": "
|
1121
|
+
"role_id": "0CA32CDC-7433-4AAA-8665-9B48B5CEBC6C",
|
1029
1122
|
"is_list": true
|
1030
1123
|
},
|
1031
1124
|
{
|
1032
1125
|
"title": "all Role",
|
1033
1126
|
"type": "Role",
|
1034
1127
|
"where": "this Fact Type contains some Role",
|
1035
|
-
"role_id": "
|
1128
|
+
"role_id": "DAB6B600-5DF0-4D1B-B4D7-02D68FFED32A",
|
1036
1129
|
"is_list": true
|
1037
1130
|
},
|
1038
1131
|
{
|
1039
1132
|
"title": "all Step",
|
1040
1133
|
"type": "Step",
|
1041
1134
|
"where": "this Fact Type directs some Step",
|
1042
|
-
"role_id": "
|
1135
|
+
"role_id": "5E4CDF18-1EEA-420A-B031-BFEDC2613FF0",
|
1043
1136
|
"is_list": true
|
1044
1137
|
}
|
1045
1138
|
]
|
1046
1139
|
},
|
1047
1140
|
"Fact Type Shape": {
|
1048
1141
|
"is_main": false,
|
1049
|
-
"id": "
|
1142
|
+
"id": "EA186836-DE57-45BF-9FF0-45F3AF6FAA15",
|
1050
1143
|
"functions": [
|
1051
1144
|
{
|
1052
1145
|
"title": "as Shape",
|
@@ -1056,150 +1149,289 @@
|
|
1056
1149
|
"title": "all Role Display",
|
1057
1150
|
"type": "Role Display",
|
1058
1151
|
"where": "this Fact Type Shape displays some Role in some Ordinal position",
|
1059
|
-
"role_id": "
|
1152
|
+
"role_id": "3E077FCC-D196-424A-9CF1-00E7B4E1329A",
|
1060
1153
|
"is_list": true
|
1061
1154
|
},
|
1062
1155
|
{
|
1063
1156
|
"title": "Display Role Names Setting",
|
1064
1157
|
"type": "Display Role Names Setting",
|
1065
1158
|
"where": "this Fact Type Shape has one Display Role Names Setting",
|
1066
|
-
"role_id": "
|
1159
|
+
"role_id": "8A7C998B-906F-41F8-AC73-52E796E0264C"
|
1067
1160
|
},
|
1068
1161
|
{
|
1069
1162
|
"title": "Reading Shape",
|
1070
1163
|
"type": "Reading Shape",
|
1071
1164
|
"where": "this Fact Type Shape has one Reading Shape",
|
1072
|
-
"role_id": "
|
1165
|
+
"role_id": "D258D8CE-65BD-4A38-9E06-77383D27E742"
|
1073
1166
|
},
|
1074
1167
|
{
|
1075
1168
|
"title": "Rotation Setting",
|
1076
1169
|
"type": "Rotation Setting",
|
1077
1170
|
"where": "this Fact Type Shape has one Rotation Setting",
|
1078
|
-
"role_id": "
|
1171
|
+
"role_id": "7BD6A593-6BB7-428F-80C4-027567A300CD"
|
1079
1172
|
},
|
1080
1173
|
{
|
1081
1174
|
"title": "Fact Type",
|
1082
1175
|
"type": "Fact Type",
|
1083
1176
|
"where": "this Fact Type Shape is for one Fact Type",
|
1084
|
-
"role_id": "
|
1177
|
+
"role_id": "65B46B54-BD67-4ED5-A3CE-572C966541A2"
|
1085
1178
|
},
|
1086
1179
|
{
|
1087
1180
|
"title": "Objectified Fact Type Name Shape",
|
1088
1181
|
"type": "Objectified Fact Type Name Shape",
|
1089
1182
|
"where": "this Fact Type Shape has one Objectified Fact Type Name Shape",
|
1090
|
-
"role_id": "
|
1183
|
+
"role_id": "49BAE844-4F63-4EE5-B98C-8326D73727AF"
|
1091
1184
|
},
|
1092
1185
|
{
|
1093
1186
|
"title": "all Ring Constraint Shape",
|
1094
1187
|
"type": "Ring Constraint Shape",
|
1095
1188
|
"where": "some Ring Constraint Shape is attached to this Fact Type Shape",
|
1096
|
-
"role_id": "
|
1189
|
+
"role_id": "1D7D8AA5-0353-4712-AE13-31E9E4E63E62",
|
1097
1190
|
"is_list": true
|
1098
1191
|
}
|
1099
1192
|
]
|
1100
1193
|
},
|
1194
|
+
"Foreign Key": {
|
1195
|
+
"is_main": false,
|
1196
|
+
"id": "97C5460A-A90A-4518-AC1F-AAD86056869E",
|
1197
|
+
"functions": [
|
1198
|
+
{
|
1199
|
+
"title": "as Access Path",
|
1200
|
+
"type": "Access Path"
|
1201
|
+
},
|
1202
|
+
{
|
1203
|
+
"title": "Absorption",
|
1204
|
+
"type": "Absorption",
|
1205
|
+
"where": "this Foreign Key derives from one Absorption",
|
1206
|
+
"role_id": "1E8F24BC-2B09-4DA1-B448-8328116BE92B"
|
1207
|
+
},
|
1208
|
+
{
|
1209
|
+
"title": "all Foreign Key Field",
|
1210
|
+
"type": "Foreign Key Field",
|
1211
|
+
"where": "this Foreign Key for some Ordinal field uses some Component",
|
1212
|
+
"role_id": "DF2ED713-F7AB-40CC-BBB4-F3ADDAEE5025",
|
1213
|
+
"is_list": true
|
1214
|
+
},
|
1215
|
+
{
|
1216
|
+
"title": "Source Composite",
|
1217
|
+
"type": "Composite",
|
1218
|
+
"where": "this Foreign Key traverses from one source-Composite",
|
1219
|
+
"role_id": "9B64F5B4-966E-4183-B8EF-78E910358AA9"
|
1220
|
+
}
|
1221
|
+
]
|
1222
|
+
},
|
1223
|
+
"Foreign Key Field": {
|
1224
|
+
"is_main": true,
|
1225
|
+
"id": "B169B69C-5263-4FC2-85B9-A477813BD603",
|
1226
|
+
"functions": [
|
1227
|
+
{
|
1228
|
+
"title": "involving Foreign Key",
|
1229
|
+
"type": "Foreign Key",
|
1230
|
+
"where": "this Foreign Key for some Ordinal field uses some Component"
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"title": "involving Ordinal",
|
1234
|
+
"type": "Ordinal",
|
1235
|
+
"where": "some Foreign Key for this Ordinal field uses some Component"
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"title": "involving Component",
|
1239
|
+
"type": "Component",
|
1240
|
+
"where": "this Component provides some Ordinal field for some Foreign Key"
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"title": "Value",
|
1244
|
+
"type": "Value",
|
1245
|
+
"where": "this Foreign Key Field is discriminated by one Value",
|
1246
|
+
"role_id": "5F08EE00-B10B-4D49-8988-2AF0CF4E4B3A"
|
1247
|
+
}
|
1248
|
+
]
|
1249
|
+
},
|
1101
1250
|
"Frequency": {
|
1102
1251
|
"is_main": false,
|
1103
|
-
"id": "
|
1252
|
+
"id": "8AE82063-CED6-43A5-8AC5-F3CD52C2A74D",
|
1104
1253
|
"functions": [
|
1105
1254
|
{
|
1106
1255
|
"title": "all Presence Constraint as Max Frequency",
|
1107
1256
|
"type": "Presence Constraint",
|
1108
1257
|
"where": "some Presence Constraint has this max-Frequency",
|
1109
|
-
"role_id": "
|
1258
|
+
"role_id": "0266E758-4758-4A11-8F12-0019F67A7A7B",
|
1110
1259
|
"is_list": true
|
1111
1260
|
},
|
1112
1261
|
{
|
1113
1262
|
"title": "all Presence Constraint as Min Frequency",
|
1114
1263
|
"type": "Presence Constraint",
|
1115
1264
|
"where": "some Presence Constraint has this min-Frequency",
|
1116
|
-
"role_id": "
|
1265
|
+
"role_id": "BD277125-9E81-4A3B-9152-81A385C59D6D",
|
1117
1266
|
"is_list": true
|
1118
1267
|
}
|
1119
1268
|
]
|
1120
1269
|
},
|
1270
|
+
"Full Absorption": {
|
1271
|
+
"is_main": true,
|
1272
|
+
"id": "DB1007C1-14DB-4AAF-9872-B087D69A1F87",
|
1273
|
+
"functions": [
|
1274
|
+
{
|
1275
|
+
"title": "involving Composition",
|
1276
|
+
"type": "Composition",
|
1277
|
+
"where": "this Composition fully absorbs some Object Type"
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"title": "involving Object Type",
|
1281
|
+
"type": "Object Type",
|
1282
|
+
"where": "some Composition fully absorbs this Object Type"
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"title": "Absorption",
|
1286
|
+
"type": "Absorption",
|
1287
|
+
"where": "this Full Absorption applies to one Absorption",
|
1288
|
+
"role_id": "4759D4DB-3332-4B38-B9FF-4191A8E446F5"
|
1289
|
+
}
|
1290
|
+
]
|
1291
|
+
},
|
1121
1292
|
"Guid": {
|
1122
1293
|
"is_main": false,
|
1123
|
-
"id": "
|
1294
|
+
"id": "D49CFAEC-1206-4A08-8B76-C521C3A6FDF0",
|
1124
1295
|
"functions": [
|
1296
|
+
{
|
1297
|
+
"title": "Access Path",
|
1298
|
+
"type": "Access Path",
|
1299
|
+
"where": "this Guid is of one Access Path",
|
1300
|
+
"role_id": "5DF0BDAA-8A9C-4D2E-B394-F80A1085FAC7"
|
1301
|
+
},
|
1125
1302
|
{
|
1126
1303
|
"title": "Alternative Set",
|
1127
1304
|
"type": "Alternative Set",
|
1128
1305
|
"where": "this Guid is of one Alternative Set",
|
1129
|
-
"role_id": "
|
1306
|
+
"role_id": "23D8C5CB-BB21-43D7-B844-E679570E95D9"
|
1130
1307
|
},
|
1131
1308
|
{
|
1132
1309
|
"title": "Component",
|
1133
1310
|
"type": "Component",
|
1134
1311
|
"where": "this Guid is of one Component",
|
1135
|
-
"role_id": "
|
1312
|
+
"role_id": "035BC6E4-FA1D-42CF-8A8F-202FEE0AE502"
|
1136
1313
|
},
|
1137
1314
|
{
|
1138
1315
|
"title": "Composition",
|
1139
1316
|
"type": "Composition",
|
1140
1317
|
"where": "this Guid is of one Composition",
|
1141
|
-
"role_id": "
|
1318
|
+
"role_id": "7DE2341B-FA9A-4DC5-B389-48736C5D2BD4"
|
1142
1319
|
},
|
1143
1320
|
{
|
1144
1321
|
"title": "Concept",
|
1145
1322
|
"type": "Concept",
|
1146
1323
|
"where": "this Guid is of one Concept",
|
1147
|
-
"role_id": "
|
1324
|
+
"role_id": "631B8586-1A2C-4E21-BA42-F1B5D52B874E"
|
1148
1325
|
},
|
1149
1326
|
{
|
1150
1327
|
"title": "Role Sequence",
|
1151
1328
|
"type": "Role Sequence",
|
1152
1329
|
"where": "this Guid is of one Role Sequence",
|
1153
|
-
"role_id": "
|
1330
|
+
"role_id": "74067A3F-86E2-400D-8F84-F41BF1A6A634"
|
1154
1331
|
},
|
1155
1332
|
{
|
1156
1333
|
"title": "Shape",
|
1157
1334
|
"type": "Shape",
|
1158
1335
|
"where": "this Guid is of one Shape",
|
1159
|
-
"role_id": "
|
1336
|
+
"role_id": "A8DED6C3-098C-4989-B886-C887D3E2406A"
|
1160
1337
|
},
|
1161
1338
|
{
|
1162
1339
|
"title": "Step",
|
1163
1340
|
"type": "Step",
|
1164
1341
|
"where": "this Guid is of one Step",
|
1165
|
-
"role_id": "
|
1342
|
+
"role_id": "B5A7B92E-CEB8-48CE-BA2D-C9BD008C42DC"
|
1166
1343
|
}
|
1167
1344
|
]
|
1168
1345
|
},
|
1169
1346
|
"Implication Rule": {
|
1170
1347
|
"is_main": false,
|
1171
|
-
"id": "
|
1348
|
+
"id": "BD3DA57C-760A-4959-A538-75340FE5575D",
|
1172
1349
|
"functions": [
|
1173
1350
|
{
|
1174
1351
|
"title": "all Concept",
|
1175
1352
|
"type": "Concept",
|
1176
1353
|
"where": "some Concept is implied by this Implication Rule",
|
1177
|
-
"role_id": "
|
1354
|
+
"role_id": "012C2D70-ADEB-49FF-A26D-D5050DF530B7",
|
1178
1355
|
"is_list": true
|
1179
1356
|
},
|
1180
1357
|
{
|
1181
1358
|
"title": "Implication Rule Name",
|
1182
1359
|
"type": "Implication Rule Name",
|
1183
1360
|
"where": "this Implication Rule has one Implication Rule Name",
|
1184
|
-
"role_id": "
|
1361
|
+
"role_id": "92B64C41-18F1-44EF-81A1-46B52F277B6E"
|
1185
1362
|
}
|
1186
1363
|
]
|
1187
1364
|
},
|
1188
1365
|
"Implication Rule Name": {
|
1189
1366
|
"is_main": false,
|
1190
|
-
"id": "
|
1367
|
+
"id": "872E3452-7822-4BE4-A900-E8198A7AB158",
|
1191
1368
|
"functions": [
|
1192
1369
|
{
|
1193
1370
|
"title": "Implication Rule",
|
1194
1371
|
"type": "Implication Rule",
|
1195
1372
|
"where": "this Implication Rule Name is of one Implication Rule",
|
1196
|
-
"role_id": "
|
1373
|
+
"role_id": "2B0E7B2C-8C18-4251-AFE9-1DCA45753731"
|
1374
|
+
}
|
1375
|
+
]
|
1376
|
+
},
|
1377
|
+
"Index": {
|
1378
|
+
"is_main": false,
|
1379
|
+
"id": "90CD1FB3-7EE4-453A-8FC5-211016D34ED4",
|
1380
|
+
"functions": [
|
1381
|
+
{
|
1382
|
+
"title": "as Access Path",
|
1383
|
+
"type": "Access Path"
|
1384
|
+
},
|
1385
|
+
{
|
1386
|
+
"title": "Composite",
|
1387
|
+
"type": "Composite",
|
1388
|
+
"where": "this Index is primary for one Composite",
|
1389
|
+
"role_id": "29159F5E-9855-4A52-BDA3-91CE89D60869"
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"title": "Presence Constraint",
|
1393
|
+
"type": "Presence Constraint",
|
1394
|
+
"where": "this Index derives from one Presence Constraint",
|
1395
|
+
"role_id": "5C428C1F-4378-49B3-A6E7-7A7DE2067CF3"
|
1396
|
+
},
|
1397
|
+
{
|
1398
|
+
"title": "Index is unique",
|
1399
|
+
"type": "boolean",
|
1400
|
+
"where": "this Index is unique",
|
1401
|
+
"role_id": "9BB29005-4C43-46E1-8C5B-C0615F59213E"
|
1402
|
+
}
|
1403
|
+
]
|
1404
|
+
},
|
1405
|
+
"Index Field": {
|
1406
|
+
"is_main": true,
|
1407
|
+
"id": "59FAD51B-A933-4A4E-B959-EB468B2BE26A",
|
1408
|
+
"functions": [
|
1409
|
+
{
|
1410
|
+
"title": "involving Access Path",
|
1411
|
+
"type": "Access Path",
|
1412
|
+
"where": "this Access Path for some Ordinal field uses some Component"
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"title": "involving Ordinal",
|
1416
|
+
"type": "Ordinal",
|
1417
|
+
"where": "some Access Path for this Ordinal field uses some Component"
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
"title": "involving Component",
|
1421
|
+
"type": "Component",
|
1422
|
+
"where": "this Component provides some Ordinal field for some Access Path"
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"title": "Value",
|
1426
|
+
"type": "Value",
|
1427
|
+
"where": "this Index Field is discriminated by one Value",
|
1428
|
+
"role_id": "6AD0D260-C324-4AE7-B0B6-DBEA6E2135C2"
|
1197
1429
|
}
|
1198
1430
|
]
|
1199
1431
|
},
|
1200
1432
|
"Indicator": {
|
1201
1433
|
"is_main": false,
|
1202
|
-
"id": "
|
1434
|
+
"id": "C79CB122-3E40-4199-9A78-0AB6E9CE2A79",
|
1203
1435
|
"functions": [
|
1204
1436
|
{
|
1205
1437
|
"title": "as Component",
|
@@ -1209,13 +1441,13 @@
|
|
1209
1441
|
"title": "Role",
|
1210
1442
|
"type": "Role",
|
1211
1443
|
"where": "this Indicator indicates one Role played",
|
1212
|
-
"role_id": "
|
1444
|
+
"role_id": "BA7AEEAE-6C17-40BF-885C-DC06F6C070C8"
|
1213
1445
|
}
|
1214
1446
|
]
|
1215
1447
|
},
|
1216
1448
|
"Injection": {
|
1217
1449
|
"is_main": false,
|
1218
|
-
"id": "
|
1450
|
+
"id": "32350DBF-3941-4250-B316-1E369A866F3E",
|
1219
1451
|
"functions": [
|
1220
1452
|
{
|
1221
1453
|
"title": "as Component",
|
@@ -1233,63 +1465,63 @@
|
|
1233
1465
|
},
|
1234
1466
|
"Instance": {
|
1235
1467
|
"is_main": false,
|
1236
|
-
"id": "
|
1468
|
+
"id": "42337AE1-FE39-486F-809A-C3B87EA67CE4",
|
1237
1469
|
"functions": [
|
1238
1470
|
{
|
1239
1471
|
"title": "Value",
|
1240
1472
|
"type": "Value",
|
1241
1473
|
"where": "this Instance has one Value",
|
1242
|
-
"role_id": "
|
1474
|
+
"role_id": "BE90E295-171B-4248-BAEF-33265FCC9442"
|
1243
1475
|
},
|
1244
1476
|
{
|
1245
1477
|
"title": "Concept",
|
1246
1478
|
"type": "Concept",
|
1247
1479
|
"where": "this Instance is an instance of one Concept",
|
1248
|
-
"role_id": "
|
1480
|
+
"role_id": "C436643A-6196-4E66-B4D2-412E8C5EB76B"
|
1249
1481
|
},
|
1250
1482
|
{
|
1251
1483
|
"title": "Object Type",
|
1252
1484
|
"type": "Object Type",
|
1253
1485
|
"where": "this Instance is of one Object Type",
|
1254
|
-
"role_id": "
|
1486
|
+
"role_id": "3A1F5655-C31C-406C-ADF5-A89594AB678B"
|
1255
1487
|
},
|
1256
1488
|
{
|
1257
1489
|
"title": "Fact",
|
1258
1490
|
"type": "Fact",
|
1259
1491
|
"where": "this Instance objectifies one Fact",
|
1260
|
-
"role_id": "
|
1492
|
+
"role_id": "7C160D30-3F29-4166-87A0-7BA4AFF43ED7"
|
1261
1493
|
},
|
1262
1494
|
{
|
1263
1495
|
"title": "all Role Value",
|
1264
1496
|
"type": "Role Value",
|
1265
1497
|
"where": "this Instance plays some Role Value",
|
1266
|
-
"role_id": "
|
1498
|
+
"role_id": "E7D8C910-67D0-4129-85D5-8308A42933C4",
|
1267
1499
|
"is_list": true
|
1268
1500
|
},
|
1269
1501
|
{
|
1270
1502
|
"title": "Population",
|
1271
1503
|
"type": "Population",
|
1272
1504
|
"where": "this Instance belongs to one Population",
|
1273
|
-
"role_id": "
|
1505
|
+
"role_id": "53094136-E1CD-4836-A7DE-CE8E7975BAF4"
|
1274
1506
|
}
|
1275
1507
|
]
|
1276
1508
|
},
|
1277
1509
|
"Length": {
|
1278
1510
|
"is_main": false,
|
1279
|
-
"id": "
|
1511
|
+
"id": "97F56818-E396-4A6C-8831-E39A26981416",
|
1280
1512
|
"functions": [
|
1281
1513
|
{
|
1282
1514
|
"title": "all Value Type",
|
1283
1515
|
"type": "Value Type",
|
1284
1516
|
"where": "this Length is of some Value Type",
|
1285
|
-
"role_id": "
|
1517
|
+
"role_id": "B79C9290-4868-4DC4-B8DF-0F9B6248B860",
|
1286
1518
|
"is_list": true
|
1287
1519
|
}
|
1288
1520
|
]
|
1289
1521
|
},
|
1290
1522
|
"Link Fact Type": {
|
1291
1523
|
"is_main": false,
|
1292
|
-
"id": "
|
1524
|
+
"id": "11A7D8B1-EED8-432F-973B-4B303F1D58E4",
|
1293
1525
|
"functions": [
|
1294
1526
|
{
|
1295
1527
|
"title": "as Fact Type",
|
@@ -1299,51 +1531,51 @@
|
|
1299
1531
|
"title": "Implying Role",
|
1300
1532
|
"type": "Role",
|
1301
1533
|
"where": "this Link Fact Type has one implying-Role",
|
1302
|
-
"role_id": "
|
1534
|
+
"role_id": "3B639888-05EB-4AFA-9CCD-99B97C6A185E"
|
1303
1535
|
}
|
1304
1536
|
]
|
1305
1537
|
},
|
1306
1538
|
"Literal": {
|
1307
1539
|
"is_main": false,
|
1308
|
-
"id": "
|
1540
|
+
"id": "6C974376-1141-4FB9-97BF-A127060E405D",
|
1309
1541
|
"functions": [
|
1310
1542
|
{
|
1311
1543
|
"title": "all Value",
|
1312
1544
|
"type": "Value",
|
1313
1545
|
"where": "this Literal represents some Value",
|
1314
|
-
"role_id": "
|
1546
|
+
"role_id": "6033A076-67F5-4369-9745-C35754BC25BB",
|
1315
1547
|
"is_list": true
|
1316
1548
|
}
|
1317
1549
|
]
|
1318
1550
|
},
|
1319
1551
|
"Location": {
|
1320
1552
|
"is_main": false,
|
1321
|
-
"id": "
|
1553
|
+
"id": "A6E930BC-F820-4541-BF89-4BAD8FB17D96",
|
1322
1554
|
"functions": [
|
1323
1555
|
{
|
1324
1556
|
"title": "X",
|
1325
1557
|
"type": "X",
|
1326
1558
|
"where": "this Location is at one X",
|
1327
|
-
"role_id": "
|
1559
|
+
"role_id": "AA661C35-4B59-4525-ABBF-EAE20429360E"
|
1328
1560
|
},
|
1329
1561
|
{
|
1330
1562
|
"title": "Y",
|
1331
1563
|
"type": "Y",
|
1332
1564
|
"where": "this Location is at one Y",
|
1333
|
-
"role_id": "
|
1565
|
+
"role_id": "A2C03CA7-1AA2-4BFB-9F87-80B82360E2FE"
|
1334
1566
|
},
|
1335
1567
|
{
|
1336
1568
|
"title": "all Shape",
|
1337
1569
|
"type": "Shape",
|
1338
1570
|
"where": "some Shape is at this Location",
|
1339
|
-
"role_id": "
|
1571
|
+
"role_id": "8FD993C3-B5CE-4725-AEDC-EB8FBEB89867",
|
1340
1572
|
"is_list": true
|
1341
1573
|
}
|
1342
1574
|
]
|
1343
1575
|
},
|
1344
1576
|
"Mapping": {
|
1345
1577
|
"is_main": false,
|
1346
|
-
"id": "
|
1578
|
+
"id": "43DF94C6-2C2C-4CC8-8A40-D69D0F43598B",
|
1347
1579
|
"functions": [
|
1348
1580
|
{
|
1349
1581
|
"title": "as Component",
|
@@ -1369,26 +1601,26 @@
|
|
1369
1601
|
"title": "all Member",
|
1370
1602
|
"type": "Component",
|
1371
1603
|
"where": "this Parent contains some Member",
|
1372
|
-
"role_id": "
|
1604
|
+
"role_id": "8B6BC787-EB8A-4011-9B09-04E14CB3E3CC",
|
1373
1605
|
"is_list": true
|
1374
1606
|
},
|
1375
1607
|
{
|
1376
1608
|
"title": "Composite",
|
1377
1609
|
"type": "Composite",
|
1378
1610
|
"where": "this Mapping projects one Composite",
|
1379
|
-
"role_id": "
|
1611
|
+
"role_id": "26D94604-0A10-41E4-8A8E-3F145C9AB03B"
|
1380
1612
|
},
|
1381
1613
|
{
|
1382
1614
|
"title": "Object Type",
|
1383
1615
|
"type": "Object Type",
|
1384
1616
|
"where": "this Mapping represents one Object Type",
|
1385
|
-
"role_id": "
|
1617
|
+
"role_id": "62D78B8A-2A17-4489-9B6B-B5D555E6FD91"
|
1386
1618
|
}
|
1387
1619
|
]
|
1388
1620
|
},
|
1389
1621
|
"Mirror Role": {
|
1390
1622
|
"is_main": false,
|
1391
|
-
"id": "
|
1623
|
+
"id": "0CCE217F-1A20-4504-B763-383311096C02",
|
1392
1624
|
"functions": [
|
1393
1625
|
{
|
1394
1626
|
"title": "as Role",
|
@@ -1398,13 +1630,13 @@
|
|
1398
1630
|
"title": "Base Role",
|
1399
1631
|
"type": "Role",
|
1400
1632
|
"where": "this Mirror Role is for one Base Role",
|
1401
|
-
"role_id": "
|
1633
|
+
"role_id": "DA8A1570-DE76-4E35-82E9-6DB00D2329C5"
|
1402
1634
|
}
|
1403
1635
|
]
|
1404
1636
|
},
|
1405
1637
|
"Model Note Shape": {
|
1406
1638
|
"is_main": false,
|
1407
|
-
"id": "
|
1639
|
+
"id": "1155267F-AE5C-44EF-8DE2-47B56DD8E0F6",
|
1408
1640
|
"functions": [
|
1409
1641
|
{
|
1410
1642
|
"title": "as Shape",
|
@@ -1414,112 +1646,119 @@
|
|
1414
1646
|
"title": "Context Note",
|
1415
1647
|
"type": "Context Note",
|
1416
1648
|
"where": "this Model Note Shape is for one Context Note",
|
1417
|
-
"role_id": "
|
1649
|
+
"role_id": "56235839-E2A6-476B-9E59-C035C5B3831D"
|
1418
1650
|
}
|
1419
1651
|
]
|
1420
1652
|
},
|
1421
1653
|
"Name": {
|
1422
1654
|
"is_main": false,
|
1423
|
-
"id": "
|
1655
|
+
"id": "25D2C6A4-DE21-447E-BB72-3EF90026E125",
|
1424
1656
|
"functions": [
|
1657
|
+
{
|
1658
|
+
"title": "all Access Path",
|
1659
|
+
"type": "Access Path",
|
1660
|
+
"where": "some Access Path is called this Name",
|
1661
|
+
"role_id": "CE96FBD2-CBC1-49EA-B7B0-C66176E896F4",
|
1662
|
+
"is_list": true
|
1663
|
+
},
|
1425
1664
|
{
|
1426
1665
|
"title": "all Component",
|
1427
1666
|
"type": "Component",
|
1428
1667
|
"where": "some Component projects this Name",
|
1429
|
-
"role_id": "
|
1668
|
+
"role_id": "93DFCFC3-BBB3-43B0-BE0F-64638484567F",
|
1430
1669
|
"is_list": true
|
1431
1670
|
},
|
1432
1671
|
{
|
1433
1672
|
"title": "Composition",
|
1434
1673
|
"type": "Composition",
|
1435
1674
|
"where": "this Name is of one Composition",
|
1436
|
-
"role_id": "
|
1675
|
+
"role_id": "39CDDB13-73BC-4FE1-9B4E-3F8658F02158"
|
1437
1676
|
},
|
1438
1677
|
{
|
1439
1678
|
"title": "all Diagram",
|
1440
1679
|
"type": "Diagram",
|
1441
1680
|
"where": "this Name is of some Diagram",
|
1442
|
-
"role_id": "
|
1681
|
+
"role_id": "0F5CFC5A-2CFF-4B51-8478-E5AEC8B7D35D",
|
1443
1682
|
"is_list": true
|
1444
1683
|
},
|
1445
1684
|
{
|
1446
1685
|
"title": "all Constraint",
|
1447
1686
|
"type": "Constraint",
|
1448
1687
|
"where": "this Name is of some Constraint",
|
1449
|
-
"role_id": "
|
1688
|
+
"role_id": "37A15197-1275-4F47-8D77-C85592EA6379",
|
1450
1689
|
"is_list": true
|
1451
1690
|
},
|
1452
1691
|
{
|
1453
1692
|
"title": "Unit",
|
1454
1693
|
"type": "Unit",
|
1455
1694
|
"where": "this Name is of one Unit",
|
1456
|
-
"role_id": "
|
1695
|
+
"role_id": "4159AF3E-3075-4452-BCFC-61BA535D22A4"
|
1457
1696
|
},
|
1458
1697
|
{
|
1459
1698
|
"title": "all Nesting",
|
1460
1699
|
"type": "Nesting",
|
1461
1700
|
"where": "some Nesting has this key-Name",
|
1462
|
-
"role_id": "
|
1701
|
+
"role_id": "D0F4D0A1-23D6-4C36-9994-E3EF96E52526",
|
1463
1702
|
"is_list": true
|
1464
1703
|
},
|
1465
1704
|
{
|
1466
1705
|
"title": "all Object Type",
|
1467
1706
|
"type": "Object Type",
|
1468
1707
|
"where": "some Object Type is called this Name",
|
1469
|
-
"role_id": "
|
1708
|
+
"role_id": "49DF1110-12F2-4478-B5B1-09F6900ABEDF",
|
1470
1709
|
"is_list": true
|
1471
1710
|
},
|
1472
1711
|
{
|
1473
1712
|
"title": "all Population",
|
1474
1713
|
"type": "Population",
|
1475
1714
|
"where": "this Name is of some Population",
|
1476
|
-
"role_id": "
|
1715
|
+
"role_id": "3F8BFAE9-14BD-4199-A2C3-AAE4197AE3C3",
|
1477
1716
|
"is_list": true
|
1478
1717
|
},
|
1479
1718
|
{
|
1480
1719
|
"title": "all Role",
|
1481
1720
|
"type": "Role",
|
1482
1721
|
"where": "this role-Name is name of some Role",
|
1483
|
-
"role_id": "
|
1722
|
+
"role_id": "4E20C000-EBDA-46C1-AA11-FD4A8971B3E3",
|
1484
1723
|
"is_list": true
|
1485
1724
|
},
|
1486
1725
|
{
|
1487
1726
|
"title": "Topic",
|
1488
1727
|
"type": "Topic",
|
1489
1728
|
"where": "this topic-Name is of one Topic",
|
1490
|
-
"role_id": "
|
1729
|
+
"role_id": "6504255D-7144-453B-BA4E-4C7E361E2D07"
|
1491
1730
|
},
|
1492
1731
|
{
|
1493
1732
|
"title": "Plural Named Unit",
|
1494
1733
|
"type": "Unit",
|
1495
1734
|
"where": "this plural-Name is of one Plural Named Unit",
|
1496
|
-
"role_id": "
|
1735
|
+
"role_id": "FBBC8E37-8519-42B5-A442-DB6521B24FE0"
|
1497
1736
|
},
|
1498
1737
|
{
|
1499
1738
|
"title": "all Value Type Parameter",
|
1500
1739
|
"type": "Value Type Parameter",
|
1501
|
-
"where": "this Name
|
1502
|
-
"role_id": "
|
1740
|
+
"where": "this Name identifies parameter of some Value Type",
|
1741
|
+
"role_id": "4616EA42-7509-4673-B18A-C8E18806A430",
|
1503
1742
|
"is_list": true
|
1504
1743
|
},
|
1505
1744
|
{
|
1506
1745
|
"title": "all Variable",
|
1507
1746
|
"type": "Variable",
|
1508
1747
|
"where": "this Name is of some Variable",
|
1509
|
-
"role_id": "
|
1748
|
+
"role_id": "327C6BE0-B6D1-410E-A738-306BDC555E24",
|
1510
1749
|
"is_list": true
|
1511
1750
|
},
|
1512
1751
|
{
|
1513
1752
|
"title": "Vocabulary",
|
1514
1753
|
"type": "Vocabulary",
|
1515
1754
|
"where": "one Vocabulary is called this Name",
|
1516
|
-
"role_id": "
|
1755
|
+
"role_id": "EE7EAFF8-E96C-4EC3-9B19-90D81AFDD623"
|
1517
1756
|
}
|
1518
1757
|
]
|
1519
1758
|
},
|
1520
1759
|
"Nesting": {
|
1521
1760
|
"is_main": true,
|
1522
|
-
"id": "
|
1761
|
+
"id": "583079A2-FCCF-4B48-8E67-5193D9A5F427",
|
1523
1762
|
"functions": [
|
1524
1763
|
{
|
1525
1764
|
"title": "involving Absorption",
|
@@ -1540,39 +1779,39 @@
|
|
1540
1779
|
"title": "Key Name",
|
1541
1780
|
"type": "Name",
|
1542
1781
|
"where": "this Nesting has one key-Name",
|
1543
|
-
"role_id": "
|
1782
|
+
"role_id": "E2E061D9-1236-4EBE-8C67-F8CC143D35C0"
|
1544
1783
|
}
|
1545
1784
|
]
|
1546
1785
|
},
|
1547
1786
|
"Nesting Mode": {
|
1548
1787
|
"is_main": false,
|
1549
|
-
"id": "
|
1788
|
+
"id": "D26C9629-CD3D-4D1D-A67D-4A2BBA474EA8",
|
1550
1789
|
"functions": [
|
1551
1790
|
{
|
1552
1791
|
"title": "all Absorption",
|
1553
1792
|
"type": "Absorption",
|
1554
1793
|
"where": "some Absorption uses this Nesting Mode",
|
1555
|
-
"role_id": "
|
1794
|
+
"role_id": "6F4289FB-F681-49E7-AE52-307D4E89B92D",
|
1556
1795
|
"is_list": true
|
1557
1796
|
}
|
1558
1797
|
]
|
1559
1798
|
},
|
1560
1799
|
"Numerator": {
|
1561
1800
|
"is_main": false,
|
1562
|
-
"id": "
|
1801
|
+
"id": "EB5D3EDF-DA79-455C-B9C7-DC5857CD42EF",
|
1563
1802
|
"functions": [
|
1564
1803
|
{
|
1565
1804
|
"title": "all Coefficient",
|
1566
1805
|
"type": "Coefficient",
|
1567
1806
|
"where": "some Coefficient has this Numerator",
|
1568
|
-
"role_id": "
|
1807
|
+
"role_id": "24E8F896-D4AA-4E19-BAC6-8D6AF2DC4240",
|
1569
1808
|
"is_list": true
|
1570
1809
|
}
|
1571
1810
|
]
|
1572
1811
|
},
|
1573
1812
|
"ORM Diagram": {
|
1574
1813
|
"is_main": false,
|
1575
|
-
"id": "
|
1814
|
+
"id": "C0229E0C-A6DD-4757-AAA3-5DA5C034C91A",
|
1576
1815
|
"functions": [
|
1577
1816
|
{
|
1578
1817
|
"title": "as Diagram",
|
@@ -1582,14 +1821,14 @@
|
|
1582
1821
|
"title": "all Shape",
|
1583
1822
|
"type": "Shape",
|
1584
1823
|
"where": "this ORM Diagram includes some Shape",
|
1585
|
-
"role_id": "
|
1824
|
+
"role_id": "8B29B7BA-2EDF-4231-B5CC-C1E00C5E0625",
|
1586
1825
|
"is_list": true
|
1587
1826
|
}
|
1588
1827
|
]
|
1589
1828
|
},
|
1590
1829
|
"Object Type": {
|
1591
1830
|
"is_main": true,
|
1592
|
-
"id": "
|
1831
|
+
"id": "6E038746-2591-4605-A6FE-AE888E8B2EB1",
|
1593
1832
|
"functions": [
|
1594
1833
|
{
|
1595
1834
|
"title": "as Domain Object Type",
|
@@ -1603,76 +1842,83 @@
|
|
1603
1842
|
"title": "as Value Type",
|
1604
1843
|
"type": "Value Type"
|
1605
1844
|
},
|
1845
|
+
{
|
1846
|
+
"title": "all Full Absorption",
|
1847
|
+
"type": "Full Absorption",
|
1848
|
+
"where": "some Composition fully absorbs this Object Type",
|
1849
|
+
"role_id": "116E768A-5EE7-4879-9853-21C8229BC422",
|
1850
|
+
"is_list": true
|
1851
|
+
},
|
1606
1852
|
{
|
1607
1853
|
"title": "all Instance",
|
1608
1854
|
"type": "Instance",
|
1609
1855
|
"where": "some Instance is of this Object Type",
|
1610
|
-
"role_id": "
|
1856
|
+
"role_id": "C4530F8B-96C9-4DD8-AFDE-B30249055672",
|
1611
1857
|
"is_list": true
|
1612
1858
|
},
|
1613
1859
|
{
|
1614
1860
|
"title": "all Mapping",
|
1615
1861
|
"type": "Mapping",
|
1616
1862
|
"where": "some Mapping represents this Object Type",
|
1617
|
-
"role_id": "
|
1863
|
+
"role_id": "BE2BC553-EB41-48E4-BDE1-E5C6DEE057FC",
|
1618
1864
|
"is_list": true
|
1619
1865
|
},
|
1620
1866
|
{
|
1621
1867
|
"title": "all Object Type Shape",
|
1622
1868
|
"type": "Object Type Shape",
|
1623
1869
|
"where": "this Object Type has some Object Type Shape",
|
1624
|
-
"role_id": "
|
1870
|
+
"role_id": "1730A477-BFAF-4CDC-9C88-7A251DA6C142",
|
1625
1871
|
"is_list": true
|
1626
1872
|
},
|
1627
1873
|
{
|
1628
1874
|
"title": "Vocabulary",
|
1629
1875
|
"type": "Vocabulary",
|
1630
1876
|
"where": "this Object Type belongs to one Vocabulary",
|
1631
|
-
"role_id": "
|
1877
|
+
"role_id": "BED2CDD9-14C6-4842-9E11-74265C8D6C73"
|
1632
1878
|
},
|
1633
1879
|
{
|
1634
1880
|
"title": "Concept",
|
1635
1881
|
"type": "Concept",
|
1636
1882
|
"where": "this Object Type is an instance of one Concept",
|
1637
|
-
"role_id": "
|
1883
|
+
"role_id": "CC6439CA-B149-417D-88E7-FEDB76ED04AC"
|
1638
1884
|
},
|
1639
1885
|
{
|
1640
1886
|
"title": "Name",
|
1641
1887
|
"type": "Name",
|
1642
1888
|
"where": "this Object Type is called one Name",
|
1643
|
-
"role_id": "
|
1889
|
+
"role_id": "07CC31C9-EA7D-4D47-8681-C70B7D0F2CC2"
|
1644
1890
|
},
|
1645
1891
|
{
|
1646
1892
|
"title": "Object Type is independent",
|
1647
1893
|
"type": "boolean",
|
1648
1894
|
"where": "this Object Type is independent",
|
1649
|
-
"role_id": "
|
1895
|
+
"role_id": "6E5802C1-B595-46C0-9BCC-325CD03594D1"
|
1650
1896
|
},
|
1651
1897
|
{
|
1652
1898
|
"title": "all Role",
|
1653
1899
|
"type": "Role",
|
1654
1900
|
"where": "this Object Type plays some Role",
|
1655
|
-
"role_id": "
|
1901
|
+
"role_id": "ADDCA92F-8C0E-4290-A293-292FECBCED9D",
|
1656
1902
|
"is_list": true
|
1657
1903
|
},
|
1658
1904
|
{
|
1659
1905
|
"title": "Pronoun",
|
1660
1906
|
"type": "Pronoun",
|
1661
1907
|
"where": "this Object Type uses one Pronoun",
|
1662
|
-
"role_id": "
|
1908
|
+
"role_id": "612F157E-4998-4CCB-9EB0-00AB02B3263F"
|
1663
1909
|
},
|
1664
1910
|
{
|
1665
1911
|
"title": "all Variable",
|
1666
1912
|
"type": "Variable",
|
1667
1913
|
"where": "this Object Type is referenced in some Variable",
|
1668
|
-
"role_id": "
|
1914
|
+
"role_id": "6B41A76A-B786-4BC4-8278-B00C324339EE",
|
1669
1915
|
"is_list": true
|
1670
1916
|
}
|
1671
1917
|
]
|
1672
1918
|
},
|
1673
1919
|
"Object Type Shape": {
|
1674
1920
|
"is_main": false,
|
1675
|
-
"id": "
|
1921
|
+
"id": "FD428A86-1B95-4DE8-9CC0-154B8070174C",
|
1676
1922
|
"functions": [
|
1677
1923
|
{
|
1678
1924
|
"title": "as Shape",
|
@@ -1682,26 +1928,26 @@
|
|
1682
1928
|
"title": "Object Type Shape has expanded reference mode",
|
1683
1929
|
"type": "boolean",
|
1684
1930
|
"where": "this Object Type Shape has expanded reference mode",
|
1685
|
-
"role_id": "
|
1931
|
+
"role_id": "9CEF7557-3475-4730-B41F-736B927ACBA8"
|
1686
1932
|
},
|
1687
1933
|
{
|
1688
1934
|
"title": "Object Type",
|
1689
1935
|
"type": "Object Type",
|
1690
1936
|
"where": "this Object Type Shape is for one Object Type",
|
1691
|
-
"role_id": "
|
1937
|
+
"role_id": "40FF935A-0EE2-47AE-8542-83CD801D36B3"
|
1692
1938
|
},
|
1693
1939
|
{
|
1694
1940
|
"title": "all Value Constraint Shape",
|
1695
1941
|
"type": "Value Constraint Shape",
|
1696
1942
|
"where": "this Object Type Shape has some Value Constraint Shape",
|
1697
|
-
"role_id": "
|
1943
|
+
"role_id": "E9CCAB41-4A7A-4B3A-B453-7F9B51EB0905",
|
1698
1944
|
"is_list": true
|
1699
1945
|
}
|
1700
1946
|
]
|
1701
1947
|
},
|
1702
1948
|
"Objectified Fact Type Name Shape": {
|
1703
1949
|
"is_main": false,
|
1704
|
-
"id": "
|
1950
|
+
"id": "13BAAE6A-03EA-4BC4-BBF1-23C639A4479D",
|
1705
1951
|
"functions": [
|
1706
1952
|
{
|
1707
1953
|
"title": "as Shape",
|
@@ -1711,88 +1957,102 @@
|
|
1711
1957
|
"title": "Fact Type Shape",
|
1712
1958
|
"type": "Fact Type Shape",
|
1713
1959
|
"where": "this Objectified Fact Type Name Shape is for one Fact Type Shape",
|
1714
|
-
"role_id": "
|
1960
|
+
"role_id": "16235064-8A72-49C5-9FD9-CFB11363521D"
|
1715
1961
|
}
|
1716
1962
|
]
|
1717
1963
|
},
|
1718
1964
|
"Offset": {
|
1719
1965
|
"is_main": false,
|
1720
|
-
"id": "
|
1966
|
+
"id": "DC203D1F-E4E8-48E6-8011-7B0688E3CAE8",
|
1721
1967
|
"functions": [
|
1722
1968
|
{
|
1723
1969
|
"title": "all Unit",
|
1724
1970
|
"type": "Unit",
|
1725
1971
|
"where": "some Unit has this Offset",
|
1726
|
-
"role_id": "
|
1972
|
+
"role_id": "80F884C5-EBFC-46FE-8214-F5B14F165CA6",
|
1727
1973
|
"is_list": true
|
1728
1974
|
}
|
1729
1975
|
]
|
1730
1976
|
},
|
1731
1977
|
"Ordinal": {
|
1732
1978
|
"is_main": false,
|
1733
|
-
"id": "
|
1979
|
+
"id": "4674DAF9-EFB8-4C15-A06F-F75328A04FA0",
|
1734
1980
|
"functions": [
|
1735
1981
|
{
|
1736
1982
|
"title": "all Nesting",
|
1737
1983
|
"type": "Nesting",
|
1738
1984
|
"where": "some Absorption is nested under some index-Role in this Ordinal position",
|
1739
|
-
"role_id": "
|
1985
|
+
"role_id": "3ECA0267-A4E1-4210-B6A7-40F9F5364470",
|
1986
|
+
"is_list": true
|
1987
|
+
},
|
1988
|
+
{
|
1989
|
+
"title": "all Index Field",
|
1990
|
+
"type": "Index Field",
|
1991
|
+
"where": "some Access Path for this Ordinal field uses some Component",
|
1992
|
+
"role_id": "548E40D7-4A44-4808-8769-58FC343077D7",
|
1740
1993
|
"is_list": true
|
1741
1994
|
},
|
1742
1995
|
{
|
1743
1996
|
"title": "all Component",
|
1744
1997
|
"type": "Component",
|
1745
1998
|
"where": "some Component has this Ordinal rank",
|
1746
|
-
"role_id": "
|
1999
|
+
"role_id": "2BF12578-5ABC-4F63-A634-7E649AD94224",
|
1747
2000
|
"is_list": true
|
1748
2001
|
},
|
1749
2002
|
{
|
1750
2003
|
"title": "all Role Display",
|
1751
2004
|
"type": "Role Display",
|
1752
2005
|
"where": "some Fact Type Shape displays some Role in this Ordinal position",
|
1753
|
-
"role_id": "
|
2006
|
+
"role_id": "2D7319D6-5F8E-436A-9D85-D1C2C1FEC613",
|
2007
|
+
"is_list": true
|
2008
|
+
},
|
2009
|
+
{
|
2010
|
+
"title": "all Foreign Key Field",
|
2011
|
+
"type": "Foreign Key Field",
|
2012
|
+
"where": "some Foreign Key for this Ordinal field uses some Component",
|
2013
|
+
"role_id": "113CC917-BC8C-4B9F-9D26-22D10FA72B0E",
|
1754
2014
|
"is_list": true
|
1755
2015
|
},
|
1756
2016
|
{
|
1757
2017
|
"title": "all Reading",
|
1758
2018
|
"type": "Reading",
|
1759
2019
|
"where": "this Ordinal reading for fact type is some Reading",
|
1760
|
-
"role_id": "
|
2020
|
+
"role_id": "CE676CB5-520C-486A-BDA5-CB48BF8B1E74",
|
1761
2021
|
"is_list": true
|
1762
2022
|
},
|
1763
2023
|
{
|
1764
2024
|
"title": "all Role Ref",
|
1765
2025
|
"type": "Role Ref",
|
1766
2026
|
"where": "some Role Sequence in this Ordinal position includes some Role",
|
1767
|
-
"role_id": "
|
2027
|
+
"role_id": "C9B86994-9678-45D7-8853-AB707F0902AD",
|
1768
2028
|
"is_list": true
|
1769
2029
|
},
|
1770
2030
|
{
|
1771
2031
|
"title": "all Role",
|
1772
2032
|
"type": "Role",
|
1773
2033
|
"where": "this Ordinal applies to some Role",
|
1774
|
-
"role_id": "
|
2034
|
+
"role_id": "61CF6F0C-1960-4842-85CC-8FB206FC94B4",
|
1775
2035
|
"is_list": true
|
1776
2036
|
},
|
1777
2037
|
{
|
1778
2038
|
"title": "all Set Comparison Roles",
|
1779
2039
|
"type": "Set Comparison Roles",
|
1780
2040
|
"where": "in this Ordinal position some Set Comparison Constraint has some Role Sequence",
|
1781
|
-
"role_id": "
|
2041
|
+
"role_id": "69B26317-872C-44AF-91C8-54B0D0BC051A",
|
1782
2042
|
"is_list": true
|
1783
2043
|
},
|
1784
2044
|
{
|
1785
2045
|
"title": "all Variable",
|
1786
2046
|
"type": "Variable",
|
1787
2047
|
"where": "some Variable has this Ordinal position",
|
1788
|
-
"role_id": "
|
2048
|
+
"role_id": "64B159E6-2957-4FF5-9708-9855F2EAD990",
|
1789
2049
|
"is_list": true
|
1790
2050
|
}
|
1791
2051
|
]
|
1792
2052
|
},
|
1793
2053
|
"Play": {
|
1794
2054
|
"is_main": true,
|
1795
|
-
"id": "
|
2055
|
+
"id": "5B568130-83A4-4268-BCF6-AD406648BCF4",
|
1796
2056
|
"functions": [
|
1797
2057
|
{
|
1798
2058
|
"title": "involving Variable",
|
@@ -1813,179 +2073,186 @@
|
|
1813
2073
|
"title": "Play is input",
|
1814
2074
|
"type": "boolean",
|
1815
2075
|
"where": "this Play is input",
|
1816
|
-
"role_id": "
|
2076
|
+
"role_id": "AD489829-95E7-475E-9AA2-377C1863F667"
|
1817
2077
|
},
|
1818
2078
|
{
|
1819
2079
|
"title": "Role Ref",
|
1820
2080
|
"type": "Role Ref",
|
1821
2081
|
"where": "this Play projects one Role Ref",
|
1822
|
-
"role_id": "
|
2082
|
+
"role_id": "3511B6D4-8A43-4C60-9C00-A83274FB75B3"
|
1823
2083
|
}
|
1824
2084
|
]
|
1825
2085
|
},
|
1826
2086
|
"Population": {
|
1827
2087
|
"is_main": true,
|
1828
|
-
"id": "
|
2088
|
+
"id": "AFBFABB6-EE9D-4C3B-A9EC-1C0AA93A6BCB",
|
1829
2089
|
"functions": [
|
1830
2090
|
{
|
1831
2091
|
"title": "Name",
|
1832
2092
|
"type": "Name",
|
1833
2093
|
"where": "this Population has one Name",
|
1834
|
-
"role_id": "
|
2094
|
+
"role_id": "0DB3659A-BD1A-4036-89FC-52F4450DF5EC"
|
1835
2095
|
},
|
1836
2096
|
{
|
1837
2097
|
"title": "all Fact",
|
1838
2098
|
"type": "Fact",
|
1839
2099
|
"where": "this Population includes some Fact",
|
1840
|
-
"role_id": "
|
2100
|
+
"role_id": "D2937CE9-AEE3-4649-BD00-A5FB64B20F55",
|
1841
2101
|
"is_list": true
|
1842
2102
|
},
|
1843
2103
|
{
|
1844
2104
|
"title": "all Instance",
|
1845
2105
|
"type": "Instance",
|
1846
2106
|
"where": "this Population includes some Instance",
|
1847
|
-
"role_id": "
|
2107
|
+
"role_id": "A1FFA032-F1BE-4BDA-8DF9-682192CD1773",
|
1848
2108
|
"is_list": true
|
1849
2109
|
},
|
1850
2110
|
{
|
1851
2111
|
"title": "all Role Value",
|
1852
2112
|
"type": "Role Value",
|
1853
2113
|
"where": "this Population includes some Role Value",
|
1854
|
-
"role_id": "
|
2114
|
+
"role_id": "FC26FF12-F92B-4057-BC00-12FEC25996A8",
|
1855
2115
|
"is_list": true
|
1856
2116
|
},
|
1857
2117
|
{
|
1858
2118
|
"title": "Concept",
|
1859
2119
|
"type": "Concept",
|
1860
2120
|
"where": "this Population is an instance of one Concept",
|
1861
|
-
"role_id": "
|
2121
|
+
"role_id": "B7BFBF3C-880A-44B5-8510-B70EBC81B32D"
|
1862
2122
|
},
|
1863
2123
|
{
|
1864
2124
|
"title": "Vocabulary",
|
1865
2125
|
"type": "Vocabulary",
|
1866
2126
|
"where": "this Population belongs to one Vocabulary",
|
1867
|
-
"role_id": "
|
2127
|
+
"role_id": "7D4E0101-C3BB-467E-923C-B012195C5755"
|
1868
2128
|
}
|
1869
2129
|
]
|
1870
2130
|
},
|
1871
2131
|
"Presence Constraint": {
|
1872
2132
|
"is_main": false,
|
1873
|
-
"id": "
|
2133
|
+
"id": "22D5E427-6719-4B7B-A8ED-53FED9CA226C",
|
1874
2134
|
"functions": [
|
1875
2135
|
{
|
1876
2136
|
"title": "as Constraint",
|
1877
2137
|
"type": "Constraint"
|
1878
2138
|
},
|
2139
|
+
{
|
2140
|
+
"title": "all Index",
|
2141
|
+
"type": "Index",
|
2142
|
+
"where": "some Index derives from this Presence Constraint",
|
2143
|
+
"role_id": "D146FC58-CA76-4752-8CF2-1A32B8448A94",
|
2144
|
+
"is_list": true
|
2145
|
+
},
|
1879
2146
|
{
|
1880
2147
|
"title": "Role Sequence",
|
1881
2148
|
"type": "Role Sequence",
|
1882
2149
|
"where": "this Presence Constraint covers one Role Sequence",
|
1883
|
-
"role_id": "
|
2150
|
+
"role_id": "393A3D48-D7E4-493F-B33A-1889D9323A38"
|
1884
2151
|
},
|
1885
2152
|
{
|
1886
2153
|
"title": "Max Frequency",
|
1887
2154
|
"type": "Frequency",
|
1888
2155
|
"where": "this Presence Constraint has one max-Frequency",
|
1889
|
-
"role_id": "
|
2156
|
+
"role_id": "A41004E7-E3D4-436C-8734-80C7EED484CA"
|
1890
2157
|
},
|
1891
2158
|
{
|
1892
2159
|
"title": "Min Frequency",
|
1893
2160
|
"type": "Frequency",
|
1894
2161
|
"where": "this Presence Constraint has one min-Frequency",
|
1895
|
-
"role_id": "
|
2162
|
+
"role_id": "90052E44-87E3-4458-BE2D-078D99EFEC57"
|
1896
2163
|
},
|
1897
2164
|
{
|
1898
2165
|
"title": "Presence Constraint is mandatory",
|
1899
2166
|
"type": "boolean",
|
1900
2167
|
"where": "this Presence Constraint is mandatory",
|
1901
|
-
"role_id": "
|
2168
|
+
"role_id": "F49B8D81-1524-404C-8C59-2EED62593F1B"
|
1902
2169
|
},
|
1903
2170
|
{
|
1904
2171
|
"title": "Presence Constraint is preferred identifier",
|
1905
2172
|
"type": "boolean",
|
1906
2173
|
"where": "this Presence Constraint is preferred identifier",
|
1907
|
-
"role_id": "
|
2174
|
+
"role_id": "7FBCF375-B833-4F28-8792-29DC5722EEE0"
|
1908
2175
|
}
|
1909
2176
|
]
|
1910
2177
|
},
|
1911
2178
|
"Pronoun": {
|
1912
2179
|
"is_main": false,
|
1913
|
-
"id": "
|
2180
|
+
"id": "3D30D84F-C682-4A1E-ACFD-C74B74417E36",
|
1914
2181
|
"functions": [
|
1915
2182
|
{
|
1916
2183
|
"title": "all Object Type",
|
1917
2184
|
"type": "Object Type",
|
1918
2185
|
"where": "some Object Type uses this Pronoun",
|
1919
|
-
"role_id": "
|
2186
|
+
"role_id": "64ED0AD5-D832-4219-AE75-DDC3E1B9AFCD",
|
1920
2187
|
"is_list": true
|
1921
2188
|
}
|
1922
2189
|
]
|
1923
2190
|
},
|
1924
2191
|
"Query": {
|
1925
2192
|
"is_main": false,
|
1926
|
-
"id": "
|
2193
|
+
"id": "A335C341-7CB6-434C-9C6F-92BDCA99A95D",
|
1927
2194
|
"functions": [
|
1928
2195
|
{
|
1929
2196
|
"title": "all Variable",
|
1930
2197
|
"type": "Variable",
|
1931
2198
|
"where": "this Query includes some Variable",
|
1932
|
-
"role_id": "
|
2199
|
+
"role_id": "9907C8CB-7D7F-47FD-80B1-475A8E1D24F1",
|
1933
2200
|
"is_list": true
|
1934
2201
|
},
|
1935
2202
|
{
|
1936
2203
|
"title": "Concept",
|
1937
2204
|
"type": "Concept",
|
1938
2205
|
"where": "this Query is an instance of one Concept",
|
1939
|
-
"role_id": "
|
2206
|
+
"role_id": "8C5A07E1-9554-4BD5-9127-FD612FCB7507"
|
1940
2207
|
}
|
1941
2208
|
]
|
1942
2209
|
},
|
1943
2210
|
"Reading": {
|
1944
2211
|
"is_main": true,
|
1945
|
-
"id": "
|
2212
|
+
"id": "2818E457-D35A-4C7E-9CC6-8A7D5C512A5B",
|
1946
2213
|
"functions": [
|
1947
2214
|
{
|
1948
2215
|
"title": "Fact Type",
|
1949
2216
|
"type": "Fact Type",
|
1950
2217
|
"where": "this Reading is for one Fact Type",
|
1951
|
-
"role_id": "
|
2218
|
+
"role_id": "48CFCA7B-6DBA-4356-8098-61E98C7061CE"
|
1952
2219
|
},
|
1953
2220
|
{
|
1954
2221
|
"title": "all Reading Shape",
|
1955
2222
|
"type": "Reading Shape",
|
1956
2223
|
"where": "this Reading has some Reading Shape",
|
1957
|
-
"role_id": "
|
2224
|
+
"role_id": "42DC2330-6F2C-47AE-8004-C33130F8EC93",
|
1958
2225
|
"is_list": true
|
1959
2226
|
},
|
1960
2227
|
{
|
1961
2228
|
"title": "Text",
|
1962
2229
|
"type": "Text",
|
1963
2230
|
"where": "this Reading has one Text",
|
1964
|
-
"role_id": "
|
2231
|
+
"role_id": "B1F36AF6-E1E9-4267-9E80-34310A574A76"
|
1965
2232
|
},
|
1966
2233
|
{
|
1967
2234
|
"title": "Ordinal",
|
1968
2235
|
"type": "Ordinal",
|
1969
2236
|
"where": "this Reading is in one Ordinal position",
|
1970
|
-
"role_id": "
|
2237
|
+
"role_id": "5E22A697-27CE-4E98-9EF5-DB4DE09C9C69"
|
1971
2238
|
},
|
1972
2239
|
{
|
1973
2240
|
"title": "Role Sequence",
|
1974
2241
|
"type": "Role Sequence",
|
1975
2242
|
"where": "this Reading is in one Role Sequence",
|
1976
|
-
"role_id": "
|
2243
|
+
"role_id": "6FCE2C80-7F39-4D58-A6A0-135CD0B1047B"
|
1977
2244
|
},
|
1978
2245
|
{
|
1979
2246
|
"title": "Reading is negative",
|
1980
2247
|
"type": "boolean",
|
1981
2248
|
"where": "this Reading is negative",
|
1982
|
-
"role_id": "
|
2249
|
+
"role_id": "B77F58A0-77D8-40EF-A89D-3ACAC50CCB4F"
|
1983
2250
|
}
|
1984
2251
|
]
|
1985
2252
|
},
|
1986
2253
|
"Reading Shape": {
|
1987
2254
|
"is_main": false,
|
1988
|
-
"id": "
|
2255
|
+
"id": "DDD75FC5-1F10-4E80-9C56-A882C7FF6F51",
|
1989
2256
|
"functions": [
|
1990
2257
|
{
|
1991
2258
|
"title": "as Shape",
|
@@ -1995,32 +2262,32 @@
|
|
1995
2262
|
"title": "Fact Type Shape",
|
1996
2263
|
"type": "Fact Type Shape",
|
1997
2264
|
"where": "this Reading Shape is for one Fact Type Shape",
|
1998
|
-
"role_id": "
|
2265
|
+
"role_id": "07E36645-1C9E-449A-8840-869F0F84E647"
|
1999
2266
|
},
|
2000
2267
|
{
|
2001
2268
|
"title": "Reading",
|
2002
2269
|
"type": "Reading",
|
2003
2270
|
"where": "this Reading Shape is for one Reading",
|
2004
|
-
"role_id": "
|
2271
|
+
"role_id": "F2460494-83FE-4B17-9852-931FC38C3CFB"
|
2005
2272
|
}
|
2006
2273
|
]
|
2007
2274
|
},
|
2008
2275
|
"Regular Expression": {
|
2009
2276
|
"is_main": false,
|
2010
|
-
"id": "
|
2277
|
+
"id": "88636590-7CF7-452B-9F97-3E84655B2DDB",
|
2011
2278
|
"functions": [
|
2012
2279
|
{
|
2013
2280
|
"title": "all Value Constraint",
|
2014
2281
|
"type": "Value Constraint",
|
2015
2282
|
"where": "some Value Constraint requires matching this Regular Expression",
|
2016
|
-
"role_id": "
|
2283
|
+
"role_id": "C6BC47DF-4DE5-48B6-B1FD-5C7768B79D33",
|
2017
2284
|
"is_list": true
|
2018
2285
|
}
|
2019
2286
|
]
|
2020
2287
|
},
|
2021
2288
|
"Ring Constraint": {
|
2022
2289
|
"is_main": false,
|
2023
|
-
"id": "
|
2290
|
+
"id": "3FAC0451-EDAD-419D-AD4D-DE8D3B3149D9",
|
2024
2291
|
"functions": [
|
2025
2292
|
{
|
2026
2293
|
"title": "as Constraint",
|
@@ -2030,25 +2297,25 @@
|
|
2030
2297
|
"title": "Other Role",
|
2031
2298
|
"type": "Role",
|
2032
2299
|
"where": "this Ring Constraint has one other-Role",
|
2033
|
-
"role_id": "
|
2300
|
+
"role_id": "C350956A-F892-4031-A40C-D95C349390AC"
|
2034
2301
|
},
|
2035
2302
|
{
|
2036
2303
|
"title": "Ring Type",
|
2037
2304
|
"type": "Ring Type",
|
2038
2305
|
"where": "this Ring Constraint is of one Ring Type",
|
2039
|
-
"role_id": "
|
2306
|
+
"role_id": "F1705C01-32BB-4BB7-8B73-E845805BAF09"
|
2040
2307
|
},
|
2041
2308
|
{
|
2042
2309
|
"title": "Role",
|
2043
2310
|
"type": "Role",
|
2044
2311
|
"where": "this Ring Constraint has one Role",
|
2045
|
-
"role_id": "
|
2312
|
+
"role_id": "E154DE72-5CB7-4600-B9E1-0D4770F81296"
|
2046
2313
|
}
|
2047
2314
|
]
|
2048
2315
|
},
|
2049
2316
|
"Ring Constraint Shape": {
|
2050
2317
|
"is_main": false,
|
2051
|
-
"id": "
|
2318
|
+
"id": "243B5F8D-BF10-4C62-8F39-05A9F6839728",
|
2052
2319
|
"functions": [
|
2053
2320
|
{
|
2054
2321
|
"title": "as Constraint Shape",
|
@@ -2062,26 +2329,26 @@
|
|
2062
2329
|
"title": "Fact Type Shape",
|
2063
2330
|
"type": "Fact Type Shape",
|
2064
2331
|
"where": "this Ring Constraint Shape is attached to one Fact Type Shape",
|
2065
|
-
"role_id": "
|
2332
|
+
"role_id": "B934A88D-00C5-42DD-8F3A-FA722EEEF0D1"
|
2066
2333
|
}
|
2067
2334
|
]
|
2068
2335
|
},
|
2069
2336
|
"Ring Type": {
|
2070
2337
|
"is_main": false,
|
2071
|
-
"id": "
|
2338
|
+
"id": "D728A0D0-96CA-4FF8-A006-491D093B55CA",
|
2072
2339
|
"functions": [
|
2073
2340
|
{
|
2074
2341
|
"title": "all Ring Constraint",
|
2075
2342
|
"type": "Ring Constraint",
|
2076
2343
|
"where": "some Ring Constraint is of this Ring Type",
|
2077
|
-
"role_id": "
|
2344
|
+
"role_id": "EB1C5529-1351-46B2-BEE0-709A5F93CB82",
|
2078
2345
|
"is_list": true
|
2079
2346
|
}
|
2080
2347
|
]
|
2081
2348
|
},
|
2082
2349
|
"Role": {
|
2083
2350
|
"is_main": true,
|
2084
|
-
"id": "
|
2351
|
+
"id": "ABCDC9B2-822F-4E84-83D4-3732C029BB1B",
|
2085
2352
|
"functions": [
|
2086
2353
|
{
|
2087
2354
|
"title": "as Mirror Role",
|
@@ -2091,138 +2358,138 @@
|
|
2091
2358
|
"title": "all Nesting",
|
2092
2359
|
"type": "Nesting",
|
2093
2360
|
"where": "this Role keys nesting of some Absorption at some Ordinal priority",
|
2094
|
-
"role_id": "
|
2361
|
+
"role_id": "22585BD2-55D9-4F1B-8335-F2723EAD994B",
|
2095
2362
|
"is_list": true
|
2096
2363
|
},
|
2097
2364
|
{
|
2098
2365
|
"title": "all Absorption as Parent Role",
|
2099
2366
|
"type": "Absorption",
|
2100
2367
|
"where": "some Absorption traverses from this parent-Role",
|
2101
|
-
"role_id": "
|
2368
|
+
"role_id": "BC1DDEBA-F364-4A84-AB45-A4BB66CC4331",
|
2102
2369
|
"is_list": true
|
2103
2370
|
},
|
2104
2371
|
{
|
2105
2372
|
"title": "all Absorption as Child Role",
|
2106
2373
|
"type": "Absorption",
|
2107
2374
|
"where": "some Absorption traverses to this child-Role",
|
2108
|
-
"role_id": "
|
2375
|
+
"role_id": "30290A84-BB41-49A9-9FF6-DB3C7E73CA3F",
|
2109
2376
|
"is_list": true
|
2110
2377
|
},
|
2111
2378
|
{
|
2112
2379
|
"title": "all Discriminated Role",
|
2113
2380
|
"type": "Discriminated Role",
|
2114
2381
|
"where": "this Role is indicated by some Value for some Discriminator",
|
2115
|
-
"role_id": "
|
2382
|
+
"role_id": "7E59AD2F-F387-4354-8F91-F6B27F4E1B71",
|
2116
2383
|
"is_list": true
|
2117
2384
|
},
|
2118
2385
|
{
|
2119
2386
|
"title": "all Role Display",
|
2120
2387
|
"type": "Role Display",
|
2121
2388
|
"where": "some Fact Type Shape displays this Role in some Ordinal position",
|
2122
|
-
"role_id": "
|
2389
|
+
"role_id": "FD989EEF-602C-4618-A9DB-97ADD6019403",
|
2123
2390
|
"is_list": true
|
2124
2391
|
},
|
2125
2392
|
{
|
2126
2393
|
"title": "all Indicator",
|
2127
2394
|
"type": "Indicator",
|
2128
2395
|
"where": "some Indicator indicates this Role played",
|
2129
|
-
"role_id": "
|
2396
|
+
"role_id": "5C2627FE-0158-4223-8854-145DE8BB0103",
|
2130
2397
|
"is_list": true
|
2131
2398
|
},
|
2132
2399
|
{
|
2133
2400
|
"title": "Link Fact Type",
|
2134
2401
|
"type": "Link Fact Type",
|
2135
2402
|
"where": "this implying-Role implies one Link Fact Type",
|
2136
|
-
"role_id": "
|
2403
|
+
"role_id": "DF61B2AC-19CC-4DE1-B7F2-E645DD3D33E4"
|
2137
2404
|
},
|
2138
2405
|
{
|
2139
2406
|
"title": "Mirror Role",
|
2140
2407
|
"type": "Mirror Role",
|
2141
2408
|
"where": "this Base Role implies one Mirror Role",
|
2142
|
-
"role_id": "
|
2409
|
+
"role_id": "9911340D-BE6C-478E-9D9F-CDE01D51D0E7"
|
2143
2410
|
},
|
2144
2411
|
{
|
2145
2412
|
"title": "Object Type",
|
2146
2413
|
"type": "Object Type",
|
2147
2414
|
"where": "this Role is played by one Object Type",
|
2148
|
-
"role_id": "
|
2415
|
+
"role_id": "8BD226F9-F7EE-4CFB-881B-0C4EF4686D2F"
|
2149
2416
|
},
|
2150
2417
|
{
|
2151
2418
|
"title": "all Ring Constraint as Other Role",
|
2152
2419
|
"type": "Ring Constraint",
|
2153
2420
|
"where": "this other-Role is of some Ring Constraint",
|
2154
|
-
"role_id": "
|
2421
|
+
"role_id": "25812868-E95A-4F4E-A915-672C4258B159",
|
2155
2422
|
"is_list": true
|
2156
2423
|
},
|
2157
2424
|
{
|
2158
2425
|
"title": "all Role Ref",
|
2159
2426
|
"type": "Role Ref",
|
2160
2427
|
"where": "this Role is in some Role Sequence in some Ordinal place",
|
2161
|
-
"role_id": "
|
2428
|
+
"role_id": "72A38411-C716-420C-852E-5BF2125829F4",
|
2162
2429
|
"is_list": true
|
2163
2430
|
},
|
2164
2431
|
{
|
2165
2432
|
"title": "all Role Value",
|
2166
2433
|
"type": "Role Value",
|
2167
2434
|
"where": "some Role Value is of this Role",
|
2168
|
-
"role_id": "
|
2435
|
+
"role_id": "472A5816-E893-4D56-9CD5-BF40D43D3E5D",
|
2169
2436
|
"is_list": true
|
2170
2437
|
},
|
2171
2438
|
{
|
2172
2439
|
"title": "Fact Type",
|
2173
2440
|
"type": "Fact Type",
|
2174
2441
|
"where": "this Role belongs to one Fact Type",
|
2175
|
-
"role_id": "
|
2442
|
+
"role_id": "5B536D4B-03A4-43D1-8E21-BAA11B1915E1"
|
2176
2443
|
},
|
2177
2444
|
{
|
2178
2445
|
"title": "Ordinal",
|
2179
2446
|
"type": "Ordinal",
|
2180
2447
|
"where": "this Role fills one Ordinal",
|
2181
|
-
"role_id": "
|
2448
|
+
"role_id": "E9E9CF13-BAD0-4C51-B747-DB50F71817D4"
|
2182
2449
|
},
|
2183
2450
|
{
|
2184
2451
|
"title": "Role Name",
|
2185
2452
|
"type": "Name",
|
2186
2453
|
"where": "this Role has one role-Name",
|
2187
|
-
"role_id": "
|
2454
|
+
"role_id": "5ACE1C5A-1795-400F-A2A0-4AD14F103336"
|
2188
2455
|
},
|
2189
2456
|
{
|
2190
2457
|
"title": "Role Value Constraint",
|
2191
2458
|
"type": "Value Constraint",
|
2192
2459
|
"where": "this Role has one role-Value Constraint",
|
2193
|
-
"role_id": "
|
2460
|
+
"role_id": "AA2D64A1-F233-45C8-A2C4-914655BC8CA3"
|
2194
2461
|
},
|
2195
2462
|
{
|
2196
2463
|
"title": "Concept",
|
2197
2464
|
"type": "Concept",
|
2198
2465
|
"where": "this Role is an instance of one Concept",
|
2199
|
-
"role_id": "
|
2466
|
+
"role_id": "F79E39A4-852F-49AA-B004-D1BF3D62491F"
|
2200
2467
|
},
|
2201
2468
|
{
|
2202
2469
|
"title": "all Ring Constraint as Role",
|
2203
2470
|
"type": "Ring Constraint",
|
2204
2471
|
"where": "this Role is of some Ring Constraint",
|
2205
|
-
"role_id": "
|
2472
|
+
"role_id": "BFC81CC5-EE14-4F12-8960-855C4E8E61F1",
|
2206
2473
|
"is_list": true
|
2207
2474
|
},
|
2208
2475
|
{
|
2209
2476
|
"title": "all Play",
|
2210
2477
|
"type": "Play",
|
2211
2478
|
"where": "some Variable is restricted by this Role of some Step",
|
2212
|
-
"role_id": "
|
2479
|
+
"role_id": "45B39617-C78A-4113-84AD-373A954BF2E8",
|
2213
2480
|
"is_list": true
|
2214
2481
|
},
|
2215
2482
|
{
|
2216
2483
|
"title": "Variable",
|
2217
2484
|
"type": "Variable",
|
2218
2485
|
"where": "this Projection is projected from one Variable",
|
2219
|
-
"role_id": "
|
2486
|
+
"role_id": "FF7DBB05-18ED-4BD2-9DD0-D0B258796E36"
|
2220
2487
|
}
|
2221
2488
|
]
|
2222
2489
|
},
|
2223
2490
|
"Role Display": {
|
2224
2491
|
"is_main": true,
|
2225
|
-
"id": "
|
2492
|
+
"id": "24B44CB6-5830-4A0B-B001-B6F1ED70E000",
|
2226
2493
|
"functions": [
|
2227
2494
|
{
|
2228
2495
|
"title": "involving Fact Type Shape",
|
@@ -2243,19 +2510,19 @@
|
|
2243
2510
|
"title": "Value Constraint Shape",
|
2244
2511
|
"type": "Value Constraint Shape",
|
2245
2512
|
"where": "this Role Display has one Value Constraint Shape",
|
2246
|
-
"role_id": "
|
2513
|
+
"role_id": "538B0BC0-E3D0-4653-9BF2-EF317E4FD8AC"
|
2247
2514
|
},
|
2248
2515
|
{
|
2249
2516
|
"title": "Role Name Shape",
|
2250
2517
|
"type": "Role Name Shape",
|
2251
2518
|
"where": "this Role Display has one Role Name Shape",
|
2252
|
-
"role_id": "
|
2519
|
+
"role_id": "5F709D57-A3D1-46A2-8E4C-210AF027DE56"
|
2253
2520
|
}
|
2254
2521
|
]
|
2255
2522
|
},
|
2256
2523
|
"Role Name Shape": {
|
2257
2524
|
"is_main": false,
|
2258
|
-
"id": "
|
2525
|
+
"id": "FA46F16C-A2F5-4B9F-B086-BADD53F07B7D",
|
2259
2526
|
"functions": [
|
2260
2527
|
{
|
2261
2528
|
"title": "as Shape",
|
@@ -2265,13 +2532,13 @@
|
|
2265
2532
|
"title": "Role Display",
|
2266
2533
|
"type": "Role Display",
|
2267
2534
|
"where": "this Role Name Shape is for one Role Display",
|
2268
|
-
"role_id": "
|
2535
|
+
"role_id": "6B34209A-B0F6-4178-A215-B36BFECEDCB0"
|
2269
2536
|
}
|
2270
2537
|
]
|
2271
2538
|
},
|
2272
2539
|
"Role Ref": {
|
2273
2540
|
"is_main": true,
|
2274
|
-
"id": "
|
2541
|
+
"id": "02D00FA5-AD8B-40F5-853C-A2964F60A371",
|
2275
2542
|
"functions": [
|
2276
2543
|
{
|
2277
2544
|
"title": "involving Role Sequence",
|
@@ -2292,141 +2559,141 @@
|
|
2292
2559
|
"title": "Play",
|
2293
2560
|
"type": "Play",
|
2294
2561
|
"where": "this Role Ref is projected from one Play",
|
2295
|
-
"role_id": "
|
2562
|
+
"role_id": "F0F92B77-5189-4335-8F68-AC488875C4CC"
|
2296
2563
|
},
|
2297
2564
|
{
|
2298
2565
|
"title": "Leading Adjective",
|
2299
2566
|
"type": "Adjective",
|
2300
2567
|
"where": "this Role Ref has one leading-Adjective",
|
2301
|
-
"role_id": "
|
2568
|
+
"role_id": "2B0692B6-1AA6-4A8E-8B38-36F3405CD22A"
|
2302
2569
|
},
|
2303
2570
|
{
|
2304
2571
|
"title": "Trailing Adjective",
|
2305
2572
|
"type": "Adjective",
|
2306
2573
|
"where": "this Role Ref has one trailing-Adjective",
|
2307
|
-
"role_id": "
|
2574
|
+
"role_id": "270DB410-AAF7-4854-918F-369B02F03ED9"
|
2308
2575
|
}
|
2309
2576
|
]
|
2310
2577
|
},
|
2311
2578
|
"Role Sequence": {
|
2312
2579
|
"is_main": true,
|
2313
|
-
"id": "
|
2580
|
+
"id": "84690A49-46D5-4540-BF16-B339506CB019",
|
2314
2581
|
"functions": [
|
2315
2582
|
{
|
2316
2583
|
"title": "all Presence Constraint",
|
2317
2584
|
"type": "Presence Constraint",
|
2318
2585
|
"where": "some Presence Constraint covers this Role Sequence",
|
2319
|
-
"role_id": "
|
2586
|
+
"role_id": "E2E3FE97-3DA3-4746-B318-CF31F4B0C44A",
|
2320
2587
|
"is_list": true
|
2321
2588
|
},
|
2322
2589
|
{
|
2323
2590
|
"title": "all Reading",
|
2324
2591
|
"type": "Reading",
|
2325
2592
|
"where": "this Role Sequence is for some Reading",
|
2326
|
-
"role_id": "
|
2593
|
+
"role_id": "CE7BD57D-D21C-4E34-8080-13B65CF7D5F6",
|
2327
2594
|
"is_list": true
|
2328
2595
|
},
|
2329
2596
|
{
|
2330
2597
|
"title": "Guid",
|
2331
2598
|
"type": "Guid",
|
2332
2599
|
"where": "this Role Sequence has one Guid",
|
2333
|
-
"role_id": "
|
2600
|
+
"role_id": "67C86092-8590-47EC-83D1-316B1C09F0FC"
|
2334
2601
|
},
|
2335
2602
|
{
|
2336
2603
|
"title": "Role Sequence has unused dependency to force table in norma",
|
2337
2604
|
"type": "boolean",
|
2338
2605
|
"where": "this Role Sequence has unused dependency to force table in norma",
|
2339
|
-
"role_id": "
|
2606
|
+
"role_id": "9CBC0A27-C82F-4542-BBF1-5AC4BB5CC661"
|
2340
2607
|
},
|
2341
2608
|
{
|
2342
2609
|
"title": "all Role Ref",
|
2343
2610
|
"type": "Role Ref",
|
2344
2611
|
"where": "this Role Sequence in some Ordinal position includes some Role",
|
2345
|
-
"role_id": "
|
2612
|
+
"role_id": "3B6A2FEF-C3AF-40B6-9386-F1DE97A752B0",
|
2346
2613
|
"is_list": true
|
2347
2614
|
},
|
2348
2615
|
{
|
2349
2616
|
"title": "all Set Comparison Roles",
|
2350
2617
|
"type": "Set Comparison Roles",
|
2351
2618
|
"where": "this Role Sequence is some Ordinal in some Set Comparison Constraint",
|
2352
|
-
"role_id": "
|
2619
|
+
"role_id": "C558BE69-FD72-4C5B-944D-39D6ED1D6EC4",
|
2353
2620
|
"is_list": true
|
2354
2621
|
},
|
2355
2622
|
{
|
2356
2623
|
"title": "all Subset Constraint as Subset Role Sequence",
|
2357
2624
|
"type": "Subset Constraint",
|
2358
2625
|
"where": "some Subset Constraint covers this subset-Role Sequence",
|
2359
|
-
"role_id": "
|
2626
|
+
"role_id": "771D100E-C7F8-440C-98FC-AFF0CA1840C0",
|
2360
2627
|
"is_list": true
|
2361
2628
|
},
|
2362
2629
|
{
|
2363
2630
|
"title": "all Subset Constraint as Superset Role Sequence",
|
2364
2631
|
"type": "Subset Constraint",
|
2365
2632
|
"where": "some Subset Constraint covers this superset-Role Sequence",
|
2366
|
-
"role_id": "
|
2633
|
+
"role_id": "79B668EB-6C53-43B3-A197-1DF37BC95263",
|
2367
2634
|
"is_list": true
|
2368
2635
|
}
|
2369
2636
|
]
|
2370
2637
|
},
|
2371
2638
|
"Role Value": {
|
2372
2639
|
"is_main": true,
|
2373
|
-
"id": "
|
2640
|
+
"id": "F1D9A466-25A4-4495-891E-EAADBA0200CD",
|
2374
2641
|
"functions": [
|
2375
2642
|
{
|
2376
2643
|
"title": "Instance",
|
2377
2644
|
"type": "Instance",
|
2378
2645
|
"where": "this Role Value is of one Instance",
|
2379
|
-
"role_id": "
|
2646
|
+
"role_id": "BFB0689E-2C0B-4B5C-9816-7196A749A19D"
|
2380
2647
|
},
|
2381
2648
|
{
|
2382
2649
|
"title": "Population",
|
2383
2650
|
"type": "Population",
|
2384
2651
|
"where": "this Role Value belongs to one Population",
|
2385
|
-
"role_id": "
|
2652
|
+
"role_id": "44ADB611-9DEA-4609-9A27-B40BC74EC1A1"
|
2386
2653
|
},
|
2387
2654
|
{
|
2388
2655
|
"title": "Fact",
|
2389
2656
|
"type": "Fact",
|
2390
2657
|
"where": "this Role Value fulfils one Fact",
|
2391
|
-
"role_id": "
|
2658
|
+
"role_id": "E875B4D1-AB63-472F-9984-DE44ED02D04F"
|
2392
2659
|
},
|
2393
2660
|
{
|
2394
2661
|
"title": "Role",
|
2395
2662
|
"type": "Role",
|
2396
2663
|
"where": "this Role Value is of one Role",
|
2397
|
-
"role_id": "
|
2664
|
+
"role_id": "9D49605E-E458-4085-948F-8A4C45D90C54"
|
2398
2665
|
}
|
2399
2666
|
]
|
2400
2667
|
},
|
2401
2668
|
"Rotation Setting": {
|
2402
2669
|
"is_main": false,
|
2403
|
-
"id": "
|
2670
|
+
"id": "BD73C4AF-AE60-4358-BEE0-CA07F02DC153",
|
2404
2671
|
"functions": [
|
2405
2672
|
{
|
2406
2673
|
"title": "all Fact Type Shape",
|
2407
2674
|
"type": "Fact Type Shape",
|
2408
2675
|
"where": "some Fact Type Shape has this Rotation Setting",
|
2409
|
-
"role_id": "
|
2676
|
+
"role_id": "22CB1473-CFDE-43D5-9C29-642C31DC30A3",
|
2410
2677
|
"is_list": true
|
2411
2678
|
}
|
2412
2679
|
]
|
2413
2680
|
},
|
2414
2681
|
"Scale": {
|
2415
2682
|
"is_main": false,
|
2416
|
-
"id": "
|
2683
|
+
"id": "D867E787-0362-4A0B-9755-41065AFCF791",
|
2417
2684
|
"functions": [
|
2418
2685
|
{
|
2419
2686
|
"title": "all Value Type",
|
2420
2687
|
"type": "Value Type",
|
2421
2688
|
"where": "this Scale is of some Value Type",
|
2422
|
-
"role_id": "
|
2689
|
+
"role_id": "EA5B2D14-A401-4461-AB5C-88EFB86C98DB",
|
2423
2690
|
"is_list": true
|
2424
2691
|
}
|
2425
2692
|
]
|
2426
2693
|
},
|
2427
2694
|
"Scoping": {
|
2428
2695
|
"is_main": false,
|
2429
|
-
"id": "
|
2696
|
+
"id": "57FC7F7E-5AB2-4DF0-A0FC-B01388581A98",
|
2430
2697
|
"functions": [
|
2431
2698
|
{
|
2432
2699
|
"title": "as Component",
|
@@ -2440,7 +2707,7 @@
|
|
2440
2707
|
},
|
2441
2708
|
"Set Comparison Constraint": {
|
2442
2709
|
"is_main": false,
|
2443
|
-
"id": "
|
2710
|
+
"id": "5CD3E662-92B4-4519-BE84-B3AA4FF2EB0D",
|
2444
2711
|
"functions": [
|
2445
2712
|
{
|
2446
2713
|
"title": "as Constraint",
|
@@ -2462,14 +2729,14 @@
|
|
2462
2729
|
"title": "all Set Comparison Roles",
|
2463
2730
|
"type": "Set Comparison Roles",
|
2464
2731
|
"where": "this Set Comparison Constraint has in some Ordinal position some Role Sequence",
|
2465
|
-
"role_id": "
|
2732
|
+
"role_id": "B317B9EC-1673-4932-BECC-1C38F08F48FE",
|
2466
2733
|
"is_list": true
|
2467
2734
|
}
|
2468
2735
|
]
|
2469
2736
|
},
|
2470
2737
|
"Set Comparison Roles": {
|
2471
2738
|
"is_main": true,
|
2472
|
-
"id": "
|
2739
|
+
"id": "77C3A3CC-6BE7-433E-9B09-62C2E3D59FCF",
|
2473
2740
|
"functions": [
|
2474
2741
|
{
|
2475
2742
|
"title": "involving Set Comparison Constraint",
|
@@ -2490,7 +2757,7 @@
|
|
2490
2757
|
},
|
2491
2758
|
"Set Constraint": {
|
2492
2759
|
"is_main": false,
|
2493
|
-
"id": "
|
2760
|
+
"id": "26210595-6C50-48C3-B847-D734725574AC",
|
2494
2761
|
"functions": [
|
2495
2762
|
{
|
2496
2763
|
"title": "as Constraint",
|
@@ -2516,7 +2783,7 @@
|
|
2516
2783
|
},
|
2517
2784
|
"Set Equality Constraint": {
|
2518
2785
|
"is_main": false,
|
2519
|
-
"id": "
|
2786
|
+
"id": "E859C41A-BF3E-487F-8258-68D7711141C2",
|
2520
2787
|
"functions": [
|
2521
2788
|
{
|
2522
2789
|
"title": "as Constraint",
|
@@ -2534,7 +2801,7 @@
|
|
2534
2801
|
},
|
2535
2802
|
"Set Exclusion Constraint": {
|
2536
2803
|
"is_main": false,
|
2537
|
-
"id": "
|
2804
|
+
"id": "6935FE49-35E2-4CBA-86A3-3ABF2FD9CD44",
|
2538
2805
|
"functions": [
|
2539
2806
|
{
|
2540
2807
|
"title": "as Constraint",
|
@@ -2552,13 +2819,13 @@
|
|
2552
2819
|
"title": "Set Exclusion Constraint is mandatory",
|
2553
2820
|
"type": "boolean",
|
2554
2821
|
"where": "this Set Exclusion Constraint is mandatory",
|
2555
|
-
"role_id": "
|
2822
|
+
"role_id": "408FBC08-E42A-4D8E-8FDA-078FA1CCC4E7"
|
2556
2823
|
}
|
2557
2824
|
]
|
2558
2825
|
},
|
2559
2826
|
"Shape": {
|
2560
2827
|
"is_main": true,
|
2561
|
-
"id": "
|
2828
|
+
"id": "6431AF29-CFBE-4B5F-B2A9-BF9FE46E8BAF",
|
2562
2829
|
"functions": [
|
2563
2830
|
{
|
2564
2831
|
"title": "as Constraint Shape",
|
@@ -2600,93 +2867,93 @@
|
|
2600
2867
|
"title": "Guid",
|
2601
2868
|
"type": "Guid",
|
2602
2869
|
"where": "this Shape has one Guid",
|
2603
|
-
"role_id": "
|
2870
|
+
"role_id": "90600085-8D6A-40BF-925E-6FD971277DE9"
|
2604
2871
|
},
|
2605
2872
|
{
|
2606
2873
|
"title": "Location",
|
2607
2874
|
"type": "Location",
|
2608
2875
|
"where": "this Shape is at one Location",
|
2609
|
-
"role_id": "
|
2876
|
+
"role_id": "D961F7C1-4ABB-4569-9CBE-C71502A852D3"
|
2610
2877
|
},
|
2611
2878
|
{
|
2612
2879
|
"title": "Shape is expanded",
|
2613
2880
|
"type": "boolean",
|
2614
2881
|
"where": "this Shape is expanded",
|
2615
|
-
"role_id": "
|
2882
|
+
"role_id": "08A22896-8A82-4B78-B7B0-1A40690BC475"
|
2616
2883
|
},
|
2617
2884
|
{
|
2618
2885
|
"title": "ORM Diagram",
|
2619
2886
|
"type": "ORM Diagram",
|
2620
2887
|
"where": "this Shape is in one ORM Diagram",
|
2621
|
-
"role_id": "
|
2888
|
+
"role_id": "1361A63C-A2D5-4443-8127-5EA306344A97"
|
2622
2889
|
}
|
2623
2890
|
]
|
2624
2891
|
},
|
2625
2892
|
"Step": {
|
2626
2893
|
"is_main": true,
|
2627
|
-
"id": "
|
2894
|
+
"id": "1C8F688F-6AEF-4202-85A5-E2151E567F79",
|
2628
2895
|
"functions": [
|
2629
2896
|
{
|
2630
2897
|
"title": "Alternative Set",
|
2631
2898
|
"type": "Alternative Set",
|
2632
2899
|
"where": "this Step falls under one Alternative Set",
|
2633
|
-
"role_id": "
|
2900
|
+
"role_id": "9B5C5286-A345-4971-A468-9547953112BE"
|
2634
2901
|
},
|
2635
2902
|
{
|
2636
2903
|
"title": "Guid",
|
2637
2904
|
"type": "Guid",
|
2638
2905
|
"where": "this Step has one Guid",
|
2639
|
-
"role_id": "
|
2906
|
+
"role_id": "CECFD6D6-7D8B-4CA8-8373-989E08CD6A58"
|
2640
2907
|
},
|
2641
2908
|
{
|
2642
2909
|
"title": "Step is disallowed",
|
2643
2910
|
"type": "boolean",
|
2644
2911
|
"where": "this Step is disallowed",
|
2645
|
-
"role_id": "
|
2912
|
+
"role_id": "58D62D36-9228-4A7F-9DC3-1447BAA91ADC"
|
2646
2913
|
},
|
2647
2914
|
{
|
2648
2915
|
"title": "Step is optional",
|
2649
2916
|
"type": "boolean",
|
2650
2917
|
"where": "this Step is optional",
|
2651
|
-
"role_id": "
|
2918
|
+
"role_id": "1720B98D-0530-4D34-8980-FB14EA42DB8E"
|
2652
2919
|
},
|
2653
2920
|
{
|
2654
2921
|
"title": "Fact Type",
|
2655
2922
|
"type": "Fact Type",
|
2656
2923
|
"where": "this Step specifies one Fact Type",
|
2657
|
-
"role_id": "
|
2924
|
+
"role_id": "53BC13D2-7A71-4030-83A2-05C1B7780D6D"
|
2658
2925
|
},
|
2659
2926
|
{
|
2660
2927
|
"title": "all Play",
|
2661
2928
|
"type": "Play",
|
2662
2929
|
"where": "this Step contains some Role restricting some Variable",
|
2663
|
-
"role_id": "
|
2930
|
+
"role_id": "12E19882-D8FF-44FC-B22B-A0B10055291C",
|
2664
2931
|
"is_list": true
|
2665
2932
|
},
|
2666
2933
|
{
|
2667
2934
|
"title": "Objectification Variable",
|
2668
2935
|
"type": "Variable",
|
2669
2936
|
"where": "this Step nests as one Objectification Variable",
|
2670
|
-
"role_id": "
|
2937
|
+
"role_id": "23F100DE-3401-4E8C-B8A0-806ABE4A3FC1"
|
2671
2938
|
}
|
2672
2939
|
]
|
2673
2940
|
},
|
2674
2941
|
"Subscript": {
|
2675
2942
|
"is_main": false,
|
2676
|
-
"id": "
|
2943
|
+
"id": "6032A6E6-136F-4BEB-B1DE-B251FB185FBF",
|
2677
2944
|
"functions": [
|
2678
2945
|
{
|
2679
2946
|
"title": "all Variable",
|
2680
2947
|
"type": "Variable",
|
2681
2948
|
"where": "this Subscript is of some Variable",
|
2682
|
-
"role_id": "
|
2949
|
+
"role_id": "0794C807-12B6-435C-AAB8-630582C31CA4",
|
2683
2950
|
"is_list": true
|
2684
2951
|
}
|
2685
2952
|
]
|
2686
2953
|
},
|
2687
2954
|
"Subset Constraint": {
|
2688
2955
|
"is_main": false,
|
2689
|
-
"id": "
|
2956
|
+
"id": "5BAF9953-A42E-4B48-9F31-A7232FC9A09A",
|
2690
2957
|
"functions": [
|
2691
2958
|
{
|
2692
2959
|
"title": "as Constraint",
|
@@ -2700,64 +2967,64 @@
|
|
2700
2967
|
"title": "Subset Role Sequence",
|
2701
2968
|
"type": "Role Sequence",
|
2702
2969
|
"where": "this Subset Constraint covers one subset-Role Sequence",
|
2703
|
-
"role_id": "
|
2970
|
+
"role_id": "AEA6BEE2-7B84-461A-992D-3428E725F7AC"
|
2704
2971
|
},
|
2705
2972
|
{
|
2706
2973
|
"title": "Superset Role Sequence",
|
2707
2974
|
"type": "Role Sequence",
|
2708
2975
|
"where": "this Subset Constraint covers one superset-Role Sequence",
|
2709
|
-
"role_id": "
|
2976
|
+
"role_id": "DDD4CE4B-3E76-47C5-A8CE-DC34C305B4E0"
|
2710
2977
|
}
|
2711
2978
|
]
|
2712
2979
|
},
|
2713
2980
|
"Text": {
|
2714
2981
|
"is_main": false,
|
2715
|
-
"id": "
|
2982
|
+
"id": "7535F261-8C80-4EC3-BA52-3E4427BE66F2",
|
2716
2983
|
"functions": [
|
2717
2984
|
{
|
2718
2985
|
"title": "all Reading",
|
2719
2986
|
"type": "Reading",
|
2720
2987
|
"where": "some Reading has this Text",
|
2721
|
-
"role_id": "
|
2988
|
+
"role_id": "DB3C981F-F593-4498-96C9-D99C1495EE75",
|
2722
2989
|
"is_list": true
|
2723
2990
|
}
|
2724
2991
|
]
|
2725
2992
|
},
|
2726
2993
|
"Topic": {
|
2727
2994
|
"is_main": false,
|
2728
|
-
"id": "
|
2995
|
+
"id": "55028922-F02C-45BA-AE9A-2C82C381B8D6",
|
2729
2996
|
"functions": [
|
2730
2997
|
{
|
2731
2998
|
"title": "all Concept",
|
2732
2999
|
"type": "Concept",
|
2733
3000
|
"where": "this Topic contains some Concept",
|
2734
|
-
"role_id": "
|
3001
|
+
"role_id": "146F08B8-6EBA-4F61-93D5-551B5789F086",
|
2735
3002
|
"is_list": true
|
2736
3003
|
},
|
2737
3004
|
{
|
2738
3005
|
"title": "Topic Name",
|
2739
3006
|
"type": "Name",
|
2740
3007
|
"where": "this Topic has one topic-Name",
|
2741
|
-
"role_id": "
|
3008
|
+
"role_id": "D7E687D8-4712-49DD-BFED-6A94C6AFEC20"
|
2742
3009
|
}
|
2743
3010
|
]
|
2744
3011
|
},
|
2745
3012
|
"Transaction Phase": {
|
2746
3013
|
"is_main": false,
|
2747
|
-
"id": "
|
3014
|
+
"id": "9B92A1E2-3396-46DB-B1EA-D8245E93AD17",
|
2748
3015
|
"functions": [
|
2749
3016
|
{
|
2750
3017
|
"title": "all Value Type",
|
2751
3018
|
"type": "Value Type",
|
2752
3019
|
"where": "some Value Type is auto-assigned at this Transaction Phase",
|
2753
|
-
"role_id": "
|
3020
|
+
"role_id": "ABF4CAFC-B9D2-4A62-A60C-F38DAEA52F5E",
|
2754
3021
|
"is_list": true
|
2755
3022
|
}
|
2756
3023
|
]
|
2757
3024
|
},
|
2758
3025
|
"Type Inheritance": {
|
2759
3026
|
"is_main": false,
|
2760
|
-
"id": "
|
3027
|
+
"id": "39179B7A-7AFF-4907-8C4F-439DB5AE67F1",
|
2761
3028
|
"functions": [
|
2762
3029
|
{
|
2763
3030
|
"title": "as Fact Type",
|
@@ -2777,166 +3044,180 @@
|
|
2777
3044
|
"title": "Assimilation",
|
2778
3045
|
"type": "Assimilation",
|
2779
3046
|
"where": "this Type Inheritance uses one Assimilation",
|
2780
|
-
"role_id": "
|
3047
|
+
"role_id": "464D5CEE-80DE-47B7-9374-DF9FC0F6B788"
|
2781
3048
|
},
|
2782
3049
|
{
|
2783
3050
|
"title": "Type Inheritance provides identification",
|
2784
3051
|
"type": "boolean",
|
2785
3052
|
"where": "this Type Inheritance provides identification",
|
2786
|
-
"role_id": "
|
3053
|
+
"role_id": "82D59D55-7C9C-45F7-A69E-47032857616B"
|
2787
3054
|
}
|
2788
3055
|
]
|
2789
3056
|
},
|
2790
3057
|
"Unit": {
|
2791
3058
|
"is_main": false,
|
2792
|
-
"id": "
|
3059
|
+
"id": "9053778F-2A1B-481E-A3B1-2DAF2137C5AA",
|
2793
3060
|
"functions": [
|
2794
3061
|
{
|
2795
3062
|
"title": "Ephemera URL",
|
2796
3063
|
"type": "Ephemera URL",
|
2797
3064
|
"where": "this Unit uses coefficient from one Ephemera URL",
|
2798
|
-
"role_id": "
|
3065
|
+
"role_id": "DE54B142-E61D-44DD-BD7B-770B0E469D3F"
|
2799
3066
|
},
|
2800
3067
|
{
|
2801
3068
|
"title": "Name",
|
2802
3069
|
"type": "Name",
|
2803
3070
|
"where": "this Unit is called one Name",
|
2804
|
-
"role_id": "
|
3071
|
+
"role_id": "565E84C9-93D4-433F-B6DB-AD76900EF96B"
|
2805
3072
|
},
|
2806
3073
|
{
|
2807
3074
|
"title": "Coefficient",
|
2808
3075
|
"type": "Coefficient",
|
2809
3076
|
"where": "this Unit has one Coefficient",
|
2810
|
-
"role_id": "
|
3077
|
+
"role_id": "4BCF4E7A-FA22-4BCC-9C51-13FFA0701242"
|
2811
3078
|
},
|
2812
3079
|
{
|
2813
3080
|
"title": "Offset",
|
2814
3081
|
"type": "Offset",
|
2815
3082
|
"where": "this Unit has one Offset",
|
2816
|
-
"role_id": "
|
3083
|
+
"role_id": "46F406A1-260F-43D5-AC24-F7A8B0A48EC5"
|
2817
3084
|
},
|
2818
3085
|
{
|
2819
3086
|
"title": "Plural Name",
|
2820
3087
|
"type": "Name",
|
2821
3088
|
"where": "this Plural Named Unit has one plural-Name",
|
2822
|
-
"role_id": "
|
3089
|
+
"role_id": "84BF17A5-41AD-4AA7-927B-CB465BD3301A"
|
2823
3090
|
},
|
2824
3091
|
{
|
2825
3092
|
"title": "Concept",
|
2826
3093
|
"type": "Concept",
|
2827
3094
|
"where": "this Unit is an instance of one Concept",
|
2828
|
-
"role_id": "
|
3095
|
+
"role_id": "5B6DE975-2E34-498B-9973-35B3E68066A3"
|
2829
3096
|
},
|
2830
3097
|
{
|
2831
3098
|
"title": "all Derivation",
|
2832
3099
|
"type": "Derivation",
|
2833
3100
|
"where": "this Derived Unit is derived from some Base Unit",
|
2834
|
-
"role_id": "
|
3101
|
+
"role_id": "3B946D7C-CE53-45DA-935C-352292C8C8E1",
|
2835
3102
|
"is_list": true
|
2836
3103
|
},
|
2837
3104
|
{
|
2838
3105
|
"title": "all Derivation",
|
2839
3106
|
"type": "Derivation",
|
2840
3107
|
"where": "some Derived Unit is derived from this Base Unit",
|
2841
|
-
"role_id": "
|
3108
|
+
"role_id": "4CD93784-9934-4D3E-9836-D7BA28304DB5",
|
2842
3109
|
"is_list": true
|
2843
3110
|
},
|
2844
3111
|
{
|
2845
3112
|
"title": "Unit is fundamental",
|
2846
3113
|
"type": "boolean",
|
2847
3114
|
"where": "this Unit is fundamental",
|
2848
|
-
"role_id": "
|
3115
|
+
"role_id": "A357C403-EA4C-402E-A132-914DEAD40CC1"
|
2849
3116
|
},
|
2850
3117
|
{
|
2851
3118
|
"title": "all Value Type",
|
2852
3119
|
"type": "Value Type",
|
2853
3120
|
"where": "some Value Type is of this Unit",
|
2854
|
-
"role_id": "
|
3121
|
+
"role_id": "62BDC88E-052B-406E-A24A-13F9184EE6A6",
|
2855
3122
|
"is_list": true
|
2856
3123
|
},
|
2857
3124
|
{
|
2858
3125
|
"title": "all Value",
|
2859
3126
|
"type": "Value",
|
2860
3127
|
"where": "this Unit is of some Value",
|
2861
|
-
"role_id": "
|
3128
|
+
"role_id": "3E042BE0-156A-4A9E-89D1-85F44CCF7C11",
|
2862
3129
|
"is_list": true
|
2863
3130
|
},
|
2864
3131
|
{
|
2865
3132
|
"title": "Vocabulary",
|
2866
3133
|
"type": "Vocabulary",
|
2867
3134
|
"where": "this Unit is in one Vocabulary",
|
2868
|
-
"role_id": "
|
3135
|
+
"role_id": "A7BAE75A-43E0-480E-AB8D-43249A43F51A"
|
2869
3136
|
}
|
2870
3137
|
]
|
2871
3138
|
},
|
2872
3139
|
"Value": {
|
2873
3140
|
"is_main": true,
|
2874
|
-
"id": "
|
3141
|
+
"id": "37D88A60-D029-4760-929B-038077D1A708",
|
2875
3142
|
"functions": [
|
2876
3143
|
{
|
2877
3144
|
"title": "all Bound",
|
2878
3145
|
"type": "Bound",
|
2879
3146
|
"where": "this Value is of some Bound",
|
2880
|
-
"role_id": "
|
3147
|
+
"role_id": "FF221EEE-8446-4CCE-8193-6F068583A4B1",
|
2881
3148
|
"is_list": true
|
2882
3149
|
},
|
2883
3150
|
{
|
2884
3151
|
"title": "all Discriminated Role",
|
2885
3152
|
"type": "Discriminated Role",
|
2886
3153
|
"where": "some Discriminator distinguishes some Role using this Value",
|
2887
|
-
"role_id": "
|
3154
|
+
"role_id": "AA5D1430-6D4D-4A1B-ABB1-3FB7362F2F6E",
|
3155
|
+
"is_list": true
|
3156
|
+
},
|
3157
|
+
{
|
3158
|
+
"title": "all Foreign Key Field",
|
3159
|
+
"type": "Foreign Key Field",
|
3160
|
+
"where": "some Foreign Key Field is discriminated by this Value",
|
3161
|
+
"role_id": "058B6A70-7579-49DC-BD44-769A7115EF78",
|
3162
|
+
"is_list": true
|
3163
|
+
},
|
3164
|
+
{
|
3165
|
+
"title": "all Index Field",
|
3166
|
+
"type": "Index Field",
|
3167
|
+
"where": "some Index Field is discriminated by this Value",
|
3168
|
+
"role_id": "15B9769A-3930-4968-A785-29D761900268",
|
2888
3169
|
"is_list": true
|
2889
3170
|
},
|
2890
3171
|
{
|
2891
3172
|
"title": "all Instance",
|
2892
3173
|
"type": "Instance",
|
2893
3174
|
"where": "some Instance has this Value",
|
2894
|
-
"role_id": "
|
3175
|
+
"role_id": "B34369CF-B6DD-4758-B08C-C9F806C65B34",
|
2895
3176
|
"is_list": true
|
2896
3177
|
},
|
2897
3178
|
{
|
2898
3179
|
"title": "all Value Type Parameter Restriction",
|
2899
3180
|
"type": "Value Type Parameter Restriction",
|
2900
3181
|
"where": "some Value Type Parameter Restriction has this Value",
|
2901
|
-
"role_id": "
|
3182
|
+
"role_id": "D3BA5669-F763-416A-A3E5-C6721EBDF48B",
|
2902
3183
|
"is_list": true
|
2903
3184
|
},
|
2904
3185
|
{
|
2905
3186
|
"title": "Unit",
|
2906
3187
|
"type": "Unit",
|
2907
3188
|
"where": "this Value is in one Unit",
|
2908
|
-
"role_id": "
|
3189
|
+
"role_id": "27DA7E64-562B-4863-902E-F3DF24E28289"
|
2909
3190
|
},
|
2910
3191
|
{
|
2911
3192
|
"title": "Value is literal string",
|
2912
3193
|
"type": "boolean",
|
2913
3194
|
"where": "this Value is literal string",
|
2914
|
-
"role_id": "
|
3195
|
+
"role_id": "A695B41B-D965-4875-BA88-9482D1AD8607"
|
2915
3196
|
},
|
2916
3197
|
{
|
2917
3198
|
"title": "Value Type",
|
2918
3199
|
"type": "Value Type",
|
2919
3200
|
"where": "this Value is of one Value Type",
|
2920
|
-
"role_id": "
|
3201
|
+
"role_id": "818C09ED-FDAA-41E9-938D-78C17268AE97"
|
2921
3202
|
},
|
2922
3203
|
{
|
2923
3204
|
"title": "Literal",
|
2924
3205
|
"type": "Literal",
|
2925
3206
|
"where": "this Value is represented by one Literal",
|
2926
|
-
"role_id": "
|
3207
|
+
"role_id": "001C5AA4-F7B5-4498-B76C-65E9E10D7AA5"
|
2927
3208
|
},
|
2928
3209
|
{
|
2929
3210
|
"title": "all Variable",
|
2930
3211
|
"type": "Variable",
|
2931
3212
|
"where": "some Variable is bound to this Value",
|
2932
|
-
"role_id": "
|
3213
|
+
"role_id": "BB8B61B1-33B1-41A2-BFDC-DDD340A1C15F",
|
2933
3214
|
"is_list": true
|
2934
3215
|
}
|
2935
3216
|
]
|
2936
3217
|
},
|
2937
3218
|
"Value Constraint": {
|
2938
3219
|
"is_main": false,
|
2939
|
-
"id": "
|
3220
|
+
"id": "C695309B-F68F-432E-98BC-5066F9326A11",
|
2940
3221
|
"functions": [
|
2941
3222
|
{
|
2942
3223
|
"title": "as Constraint",
|
@@ -2946,32 +3227,32 @@
|
|
2946
3227
|
"title": "Role",
|
2947
3228
|
"type": "Role",
|
2948
3229
|
"where": "this Value Constraint applies to one Role",
|
2949
|
-
"role_id": "
|
3230
|
+
"role_id": "DC7D7BC1-226F-4E49-8649-984394A93ADC"
|
2950
3231
|
},
|
2951
3232
|
{
|
2952
3233
|
"title": "all Value Range",
|
2953
3234
|
"type": "Value Range",
|
2954
3235
|
"where": "this Value Constraint allows some Value Range",
|
2955
|
-
"role_id": "
|
3236
|
+
"role_id": "68541503-1A2E-4559-B2B0-9092DED1A875",
|
2956
3237
|
"is_list": true
|
2957
3238
|
},
|
2958
3239
|
{
|
2959
3240
|
"title": "Regular Expression",
|
2960
3241
|
"type": "Regular Expression",
|
2961
3242
|
"where": "this Value Constraint requires matching one Regular Expression",
|
2962
|
-
"role_id": "
|
3243
|
+
"role_id": "7E1EF498-02F6-49BB-8E67-B2F5B38D1095"
|
2963
3244
|
},
|
2964
3245
|
{
|
2965
3246
|
"title": "Value Type",
|
2966
3247
|
"type": "Value Type",
|
2967
3248
|
"where": "this Value Constraint constrains one Value Type",
|
2968
|
-
"role_id": "
|
3249
|
+
"role_id": "EE6E8C3C-45DF-49B4-A845-D9FF6358C2ED"
|
2969
3250
|
}
|
2970
3251
|
]
|
2971
3252
|
},
|
2972
3253
|
"Value Constraint Shape": {
|
2973
3254
|
"is_main": false,
|
2974
|
-
"id": "
|
3255
|
+
"id": "FCB22D48-5D52-45EF-84DB-E18B8C19AE15",
|
2975
3256
|
"functions": [
|
2976
3257
|
{
|
2977
3258
|
"title": "as Constraint Shape",
|
@@ -2985,44 +3266,44 @@
|
|
2985
3266
|
"title": "Role Display",
|
2986
3267
|
"type": "Role Display",
|
2987
3268
|
"where": "this Value Constraint Shape is for one Role Display",
|
2988
|
-
"role_id": "
|
3269
|
+
"role_id": "0B1B3F13-6B08-4A3E-8E7D-98292343F6F1"
|
2989
3270
|
},
|
2990
3271
|
{
|
2991
3272
|
"title": "Object Type Shape",
|
2992
3273
|
"type": "Object Type Shape",
|
2993
3274
|
"where": "this Value Constraint Shape is for one Object Type Shape",
|
2994
|
-
"role_id": "
|
3275
|
+
"role_id": "F1D215C5-0A03-417F-86FD-4F12D0FD2BA1"
|
2995
3276
|
}
|
2996
3277
|
]
|
2997
3278
|
},
|
2998
3279
|
"Value Range": {
|
2999
3280
|
"is_main": false,
|
3000
|
-
"id": "
|
3281
|
+
"id": "8F6805CF-9EE3-4C57-B680-F69989D3135C",
|
3001
3282
|
"functions": [
|
3002
3283
|
{
|
3003
3284
|
"title": "all Value Constraint",
|
3004
3285
|
"type": "Value Constraint",
|
3005
3286
|
"where": "some Value Constraint allows this Value Range",
|
3006
|
-
"role_id": "
|
3287
|
+
"role_id": "16A930CC-BFAC-4BC1-925B-69173DC75EB0",
|
3007
3288
|
"is_list": true
|
3008
3289
|
},
|
3009
3290
|
{
|
3010
3291
|
"title": "Maximum Bound",
|
3011
3292
|
"type": "Bound",
|
3012
3293
|
"where": "this Value Range has one maximum-Bound",
|
3013
|
-
"role_id": "
|
3294
|
+
"role_id": "F21557CD-9D31-41BE-A85E-D1610A4B0F6E"
|
3014
3295
|
},
|
3015
3296
|
{
|
3016
3297
|
"title": "Minimum Bound",
|
3017
3298
|
"type": "Bound",
|
3018
3299
|
"where": "this Value Range has one minimum-Bound",
|
3019
|
-
"role_id": "
|
3300
|
+
"role_id": "D467B5A4-8117-4FC9-B361-DA5A5CE63E06"
|
3020
3301
|
}
|
3021
3302
|
]
|
3022
3303
|
},
|
3023
3304
|
"Value Type": {
|
3024
3305
|
"is_main": false,
|
3025
|
-
"id": "
|
3306
|
+
"id": "BA7240DD-B074-4AF0-BBEE-B9205DC3CF85",
|
3026
3307
|
"functions": [
|
3027
3308
|
{
|
3028
3309
|
"title": "as Domain Object Type",
|
@@ -3033,110 +3314,110 @@
|
|
3033
3314
|
"type": "Object Type"
|
3034
3315
|
},
|
3035
3316
|
{
|
3036
|
-
"title": "all Value Type Parameter as
|
3317
|
+
"title": "all Value Type Parameter as Parameter Value Type",
|
3037
3318
|
"type": "Value Type Parameter",
|
3038
|
-
"where": "some Value Type Parameter requires value of this
|
3039
|
-
"role_id": "
|
3319
|
+
"where": "some Value Type Parameter requires value of this parameter-Value Type",
|
3320
|
+
"role_id": "A164F2F2-0E8C-4FAF-A61E-248FFABB77E7",
|
3040
3321
|
"is_list": true
|
3041
3322
|
},
|
3042
3323
|
{
|
3043
3324
|
"title": "Length",
|
3044
3325
|
"type": "Length",
|
3045
3326
|
"where": "this Value Type has one Length",
|
3046
|
-
"role_id": "
|
3327
|
+
"role_id": "97DB02F9-9DAA-4024-A63E-C7AFA5B407A5"
|
3047
3328
|
},
|
3048
3329
|
{
|
3049
3330
|
"title": "Scale",
|
3050
3331
|
"type": "Scale",
|
3051
3332
|
"where": "this Value Type has one Scale",
|
3052
|
-
"role_id": "
|
3333
|
+
"role_id": "3C99A43F-6AC5-46DC-9502-C7113FFEDC46"
|
3053
3334
|
},
|
3054
3335
|
{
|
3055
3336
|
"title": "Value Constraint",
|
3056
3337
|
"type": "Value Constraint",
|
3057
3338
|
"where": "this Value Type has one Value Constraint",
|
3058
|
-
"role_id": "
|
3339
|
+
"role_id": "A270F04F-186F-41B7-BAF7-77E0C8679A5A"
|
3059
3340
|
},
|
3060
3341
|
{
|
3061
3342
|
"title": "all Value Type Parameter",
|
3062
3343
|
"type": "Value Type Parameter",
|
3063
|
-
"where": "this Value Type has
|
3064
|
-
"role_id": "
|
3344
|
+
"where": "this Value Type has parameter called some Name",
|
3345
|
+
"role_id": "DD73FEA9-FC7D-4161-863B-B7EFF3D05ED4",
|
3065
3346
|
"is_list": true
|
3066
3347
|
},
|
3067
3348
|
{
|
3068
3349
|
"title": "Transaction Phase",
|
3069
3350
|
"type": "Transaction Phase",
|
3070
3351
|
"where": "this Value Type is auto-assigned at one Transaction Phase",
|
3071
|
-
"role_id": "
|
3352
|
+
"role_id": "C63E70AB-0F6E-4235-95A3-26292D1A8D46"
|
3072
3353
|
},
|
3073
3354
|
{
|
3074
3355
|
"title": "Unit",
|
3075
3356
|
"type": "Unit",
|
3076
3357
|
"where": "this Value Type is of one Unit",
|
3077
|
-
"role_id": "
|
3358
|
+
"role_id": "8FC3928E-1C51-4F4E-BF15-BF6461AB0C2D"
|
3078
3359
|
},
|
3079
3360
|
{
|
3080
3361
|
"title": "Supertype",
|
3081
3362
|
"type": "Value Type",
|
3082
3363
|
"where": "this Value Type is subtype of one Supertype",
|
3083
|
-
"role_id": "
|
3364
|
+
"role_id": "B53452F3-E13D-4FAA-9D2F-0C0F9711FD3C"
|
3084
3365
|
},
|
3085
3366
|
{
|
3086
3367
|
"title": "all Value Type",
|
3087
3368
|
"type": "Value Type",
|
3088
3369
|
"where": "this Supertype is supertype of some Value Type",
|
3089
|
-
"role_id": "
|
3370
|
+
"role_id": "82357C94-EFC4-4B10-9D4B-31F9DC3C9A6C",
|
3090
3371
|
"is_list": true
|
3091
3372
|
},
|
3092
3373
|
{
|
3093
3374
|
"title": "all Value Type Parameter Restriction",
|
3094
3375
|
"type": "Value Type Parameter Restriction",
|
3095
3376
|
"where": "this Value Type receives some Value Type Parameter",
|
3096
|
-
"role_id": "
|
3377
|
+
"role_id": "F1961E8E-F5F3-44B4-846A-E3DD61FF8B34",
|
3097
3378
|
"is_list": true
|
3098
3379
|
},
|
3099
3380
|
{
|
3100
3381
|
"title": "all Value",
|
3101
3382
|
"type": "Value",
|
3102
3383
|
"where": "this Value Type has some Value",
|
3103
|
-
"role_id": "
|
3384
|
+
"role_id": "9A1197E9-8134-411D-ACC1-94C8F03CFE73",
|
3104
3385
|
"is_list": true
|
3105
3386
|
}
|
3106
3387
|
]
|
3107
3388
|
},
|
3108
3389
|
"Value Type Parameter": {
|
3109
3390
|
"is_main": true,
|
3110
|
-
"id": "
|
3391
|
+
"id": "CAE62D05-2002-4FDE-9820-5EF7C0BD4D71",
|
3111
3392
|
"functions": [
|
3112
3393
|
{
|
3113
3394
|
"title": "involving Value Type",
|
3114
3395
|
"type": "Value Type",
|
3115
|
-
"where": "this Value Type has
|
3396
|
+
"where": "this Value Type has parameter called some Name"
|
3116
3397
|
},
|
3117
3398
|
{
|
3118
3399
|
"title": "involving Name",
|
3119
3400
|
"type": "Name",
|
3120
|
-
"where": "this Name
|
3401
|
+
"where": "this Name identifies parameter of some Value Type"
|
3121
3402
|
},
|
3122
3403
|
{
|
3123
|
-
"title": "
|
3404
|
+
"title": "Parameter Value Type",
|
3124
3405
|
"type": "Value Type",
|
3125
|
-
"where": "this Value Type Parameter requires value of one
|
3126
|
-
"role_id": "
|
3406
|
+
"where": "this Value Type Parameter requires value of one parameter-Value Type",
|
3407
|
+
"role_id": "1B2AB4EA-7FA9-40E4-9E15-1E851FA17B39"
|
3127
3408
|
},
|
3128
3409
|
{
|
3129
3410
|
"title": "all Value Type Parameter Restriction",
|
3130
3411
|
"type": "Value Type Parameter Restriction",
|
3131
3412
|
"where": "this Value Type Parameter applies to some Value Type",
|
3132
|
-
"role_id": "
|
3413
|
+
"role_id": "6DF66AA1-A510-43E9-A7A5-646210011D81",
|
3133
3414
|
"is_list": true
|
3134
3415
|
}
|
3135
3416
|
]
|
3136
3417
|
},
|
3137
3418
|
"Value Type Parameter Restriction": {
|
3138
3419
|
"is_main": true,
|
3139
|
-
"id": "
|
3420
|
+
"id": "8E3D95E3-911E-45EB-9A94-4729494D7E11",
|
3140
3421
|
"functions": [
|
3141
3422
|
{
|
3142
3423
|
"title": "involving Value Type",
|
@@ -3152,13 +3433,13 @@
|
|
3152
3433
|
"title": "Value",
|
3153
3434
|
"type": "Value",
|
3154
3435
|
"where": "this Value Type Parameter Restriction has one Value",
|
3155
|
-
"role_id": "
|
3436
|
+
"role_id": "0B04140E-4BFD-4BF4-8E4C-983EB61271B7"
|
3156
3437
|
}
|
3157
3438
|
]
|
3158
3439
|
},
|
3159
3440
|
"ValueField": {
|
3160
3441
|
"is_main": false,
|
3161
|
-
"id": "
|
3442
|
+
"id": "8081637F-F1BE-4B58-BF6C-0359BFC7CD53",
|
3162
3443
|
"functions": [
|
3163
3444
|
{
|
3164
3445
|
"title": "as Component",
|
@@ -3176,148 +3457,148 @@
|
|
3176
3457
|
},
|
3177
3458
|
"Variable": {
|
3178
3459
|
"is_main": true,
|
3179
|
-
"id": "
|
3460
|
+
"id": "2AFC14E8-42C6-44BF-B8A7-5B900179F4DB",
|
3180
3461
|
"functions": [
|
3181
3462
|
{
|
3182
3463
|
"title": "Query",
|
3183
3464
|
"type": "Query",
|
3184
3465
|
"where": "this Variable is in one Query",
|
3185
|
-
"role_id": "
|
3466
|
+
"role_id": "47559773-CECF-4455-BB9C-FB96BA490A4A"
|
3186
3467
|
},
|
3187
3468
|
{
|
3188
3469
|
"title": "Ordinal",
|
3189
3470
|
"type": "Ordinal",
|
3190
3471
|
"where": "this Variable has one Ordinal position",
|
3191
|
-
"role_id": "
|
3472
|
+
"role_id": "C399AEE6-B0AB-4F03-843D-A12C39E08CE0"
|
3192
3473
|
},
|
3193
3474
|
{
|
3194
3475
|
"title": "Subscript",
|
3195
3476
|
"type": "Subscript",
|
3196
3477
|
"where": "this Variable has one Subscript",
|
3197
|
-
"role_id": "
|
3478
|
+
"role_id": "E3C48258-9976-4DEE-8EDD-E1FB875662D8"
|
3198
3479
|
},
|
3199
3480
|
{
|
3200
3481
|
"title": "Role Name",
|
3201
3482
|
"type": "Name",
|
3202
3483
|
"where": "this Variable has one role-Name",
|
3203
|
-
"role_id": "
|
3484
|
+
"role_id": "E7AE0211-4BD1-400E-A48E-9FE336DE7F3E"
|
3204
3485
|
},
|
3205
3486
|
{
|
3206
3487
|
"title": "all Aggregation",
|
3207
3488
|
"type": "Aggregation",
|
3208
3489
|
"where": "this Variable is bound to some Aggregate over some aggregated-Variable",
|
3209
|
-
"role_id": "
|
3490
|
+
"role_id": "5582E7E2-6737-4F84-BA78-70EF3ABAEACC",
|
3210
3491
|
"is_list": true
|
3211
3492
|
},
|
3212
3493
|
{
|
3213
3494
|
"title": "all Aggregation",
|
3214
3495
|
"type": "Aggregation",
|
3215
3496
|
"where": "some Variable is bound to some Aggregate over this aggregated-Variable",
|
3216
|
-
"role_id": "
|
3497
|
+
"role_id": "70FA8408-1733-4C78-AA11-E6EE43C02A40",
|
3217
3498
|
"is_list": true
|
3218
3499
|
},
|
3219
3500
|
{
|
3220
3501
|
"title": "Value",
|
3221
3502
|
"type": "Value",
|
3222
3503
|
"where": "this Variable is bound to one Value",
|
3223
|
-
"role_id": "
|
3504
|
+
"role_id": "F4C1F6D7-4747-4C6B-86F3-800293954494"
|
3224
3505
|
},
|
3225
3506
|
{
|
3226
3507
|
"title": "Object Type",
|
3227
3508
|
"type": "Object Type",
|
3228
3509
|
"where": "this Variable is for one Object Type",
|
3229
|
-
"role_id": "
|
3510
|
+
"role_id": "EE77DE9E-E4A8-4CD3-BD36-4183408DAEC9"
|
3230
3511
|
},
|
3231
3512
|
{
|
3232
3513
|
"title": "all Play",
|
3233
3514
|
"type": "Play",
|
3234
3515
|
"where": "this Variable is restricted by some Role of some Step",
|
3235
|
-
"role_id": "
|
3516
|
+
"role_id": "E66DE4D0-1B62-43AE-9B96-76326A11F02E",
|
3236
3517
|
"is_list": true
|
3237
3518
|
},
|
3238
3519
|
{
|
3239
3520
|
"title": "Step",
|
3240
3521
|
"type": "Step",
|
3241
3522
|
"where": "this Objectification Variable matches nesting over one Step",
|
3242
|
-
"role_id": "
|
3523
|
+
"role_id": "D03D9663-3FBC-4B50-8AED-D4912B8817D0"
|
3243
3524
|
},
|
3244
3525
|
{
|
3245
3526
|
"title": "Projection",
|
3246
3527
|
"type": "Role",
|
3247
3528
|
"where": "this Variable projects one Projection",
|
3248
|
-
"role_id": "
|
3529
|
+
"role_id": "E9FAF535-6829-4B49-96F8-30B566125E80"
|
3249
3530
|
}
|
3250
3531
|
]
|
3251
3532
|
},
|
3252
3533
|
"Vocabulary": {
|
3253
3534
|
"is_main": false,
|
3254
|
-
"id": "
|
3535
|
+
"id": "757B4FD1-A723-4120-B515-623236E196AD",
|
3255
3536
|
"functions": [
|
3256
3537
|
{
|
3257
3538
|
"title": "all Diagram",
|
3258
3539
|
"type": "Diagram",
|
3259
3540
|
"where": "this Vocabulary contains some Diagram",
|
3260
|
-
"role_id": "
|
3541
|
+
"role_id": "C569A134-ADE1-4E93-92FF-0292E0932AAA",
|
3261
3542
|
"is_list": true
|
3262
3543
|
},
|
3263
3544
|
{
|
3264
3545
|
"title": "all Object Type",
|
3265
3546
|
"type": "Object Type",
|
3266
3547
|
"where": "some Object Type belongs to this Vocabulary",
|
3267
|
-
"role_id": "
|
3548
|
+
"role_id": "2EDDDCDE-E38B-4749-9265-BA22AEE44C08",
|
3268
3549
|
"is_list": true
|
3269
3550
|
},
|
3270
3551
|
{
|
3271
3552
|
"title": "all Constraint",
|
3272
3553
|
"type": "Constraint",
|
3273
3554
|
"where": "this Vocabulary contains some Constraint",
|
3274
|
-
"role_id": "
|
3555
|
+
"role_id": "29F258E1-116C-4A69-AB5A-3C074F43977B",
|
3275
3556
|
"is_list": true
|
3276
3557
|
},
|
3277
3558
|
{
|
3278
3559
|
"title": "all Population",
|
3279
3560
|
"type": "Population",
|
3280
3561
|
"where": "this Vocabulary includes some Population",
|
3281
|
-
"role_id": "
|
3562
|
+
"role_id": "8EA5D340-4295-4BCF-BC2D-FC186F7163AF",
|
3282
3563
|
"is_list": true
|
3283
3564
|
},
|
3284
3565
|
{
|
3285
3566
|
"title": "all Unit",
|
3286
3567
|
"type": "Unit",
|
3287
3568
|
"where": "this Vocabulary includes some Unit",
|
3288
|
-
"role_id": "
|
3569
|
+
"role_id": "7F0ACDCC-6BCF-4400-A522-6F605C0B21AF",
|
3289
3570
|
"is_list": true
|
3290
3571
|
},
|
3291
3572
|
{
|
3292
3573
|
"title": "Name",
|
3293
3574
|
"type": "Name",
|
3294
3575
|
"where": "this Vocabulary is called one Name",
|
3295
|
-
"role_id": "
|
3576
|
+
"role_id": "FCD84290-10B1-4944-A5D7-19234A07D33C"
|
3296
3577
|
}
|
3297
3578
|
]
|
3298
3579
|
},
|
3299
3580
|
"X": {
|
3300
3581
|
"is_main": false,
|
3301
|
-
"id": "
|
3582
|
+
"id": "E6DA72A5-46E8-43CB-B57B-3C4A51B005E9",
|
3302
3583
|
"functions": [
|
3303
3584
|
{
|
3304
3585
|
"title": "all Location",
|
3305
3586
|
"type": "Location",
|
3306
3587
|
"where": "some Location is at this X",
|
3307
|
-
"role_id": "
|
3588
|
+
"role_id": "8FDB87A5-318B-44B7-9658-C9ACBC483FB5",
|
3308
3589
|
"is_list": true
|
3309
3590
|
}
|
3310
3591
|
]
|
3311
3592
|
},
|
3312
3593
|
"Y": {
|
3313
3594
|
"is_main": false,
|
3314
|
-
"id": "
|
3595
|
+
"id": "EBEB149D-4F4E-44FF-8C6E-661C1BFDBAA6",
|
3315
3596
|
"functions": [
|
3316
3597
|
{
|
3317
3598
|
"title": "all Location",
|
3318
3599
|
"type": "Location",
|
3319
3600
|
"where": "some Location is at this Y",
|
3320
|
-
"role_id": "
|
3601
|
+
"role_id": "EE06054C-094E-4D85-950D-80FC1EF337A2",
|
3321
3602
|
"is_list": true
|
3322
3603
|
}
|
3323
3604
|
]
|