-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModel.bim
697 lines (697 loc) · 24.2 KB
/
Model.bim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
{
"name": "SemanticModel",
"compatibilityLevel": 1500,
"model": {
"culture": "en-US",
"dataSources": [
{
"type": "structured",
"name": "File/C:\\Users\\HP\\Documents\\Alltables_Rev 1 xlsm",
"connectionDetails": {
"protocol": "file",
"address": {
"path": "C:\\Users\\HP\\Downloads\\New folder (2)\\Alltables_Rev.2.xlsm"
},
"authentication": null,
"query": null
},
"credential": {
"AuthenticationKind": "ServiceAccount"
},
"contextExpression": [
"let",
" #\"0001\" = Excel.Workbook(..., null, true)",
"in",
" #\"0001\""
]
}
],
"tables": [
{
"name": "Dim_CountryOfImport",
"columns": [
{
"name": "ImportCountryID",
"dataType": "int64",
"isHidden": true,
"sourceColumn": "ImportCountryID"
},
{
"name": "Country of Import",
"dataType": "string",
"sourceColumn": "Country of Import"
}
],
"partitions": [
{
"name": "Partition",
"dataView": "full",
"source": {
"type": "m",
"expression": [
"let",
" Source = #\"File/C:\\Users\\HP\\Documents\\Alltables_Rev 1 xlsm\",",
" Dim_CountryOfImport_Sheet = Source{[Item=\"Dim_CountryOfImport\",Kind=\"Sheet\"]}[Data],",
" #\"Promoted Headers\" = Table.PromoteHeaders(Dim_CountryOfImport_Sheet, [PromoteAllScalars=true]),",
" #\"Changed Type\" = Table.TransformColumnTypes(#\"Promoted Headers\",{{\"ImportCountryID\", Int64.Type}, {\"Country of Import\", type text}})",
"in",
" #\"Changed Type\""
]
}
}
]
},
{
"name": "Dim_FoodCategory",
"columns": [
{
"name": "FoodCategoryID",
"dataType": "int64",
"isHidden": true,
"sourceColumn": "FoodCategoryID"
},
{
"name": "FoodCategory",
"dataType": "string",
"sourceColumn": "FoodCategory"
}
],
"partitions": [
{
"name": "Partition",
"dataView": "full",
"source": {
"type": "m",
"expression": [
"let",
" Source = #\"File/C:\\Users\\HP\\Documents\\Alltables_Rev 1 xlsm\",",
" Dim_FoodCategory_Sheet = Source{[Item=\"Dim_FoodCategory\",Kind=\"Sheet\"]}[Data],",
" #\"Promoted Headers\" = Table.PromoteHeaders(Dim_FoodCategory_Sheet, [PromoteAllScalars=true]),",
" #\"Changed Type\" = Table.TransformColumnTypes(#\"Promoted Headers\",{{\"FoodCategoryID\", Int64.Type}, {\"FoodCategory\", type text}})",
"in",
" #\"Changed Type\""
]
}
}
]
},
{
"name": "Dim_FoodSubcategory",
"columns": [
{
"name": "FoodSubCategoryID",
"dataType": "int64",
"isHidden": true,
"sourceColumn": "FoodSubCategoryID"
},
{
"name": "Food_SubCategory",
"dataType": "string",
"sourceColumn": "Food_SubCategory"
},
{
"name": "FoodCategoryID",
"dataType": "int64",
"isHidden": true,
"sourceColumn": "FoodCategoryID"
}
],
"partitions": [
{
"name": "Partition",
"dataView": "full",
"source": {
"type": "m",
"expression": [
"let",
" Source = #\"File/C:\\Users\\HP\\Documents\\Alltables_Rev 1 xlsm\",",
" Dim_FoodSubcategory_Sheet = Source{[Item=\"Dim_FoodSubcategory\",Kind=\"Sheet\"]}[Data],",
" #\"Promoted Headers\" = Table.PromoteHeaders(Dim_FoodSubcategory_Sheet, [PromoteAllScalars=true]),",
" #\"Changed Type\" = Table.TransformColumnTypes(#\"Promoted Headers\",{{\"FoodSubCategoryID\", Int64.Type}, {\"Food_SubCategory\", type text}, {\"FoodCategoryID\", Int64.Type}})",
"in",
" #\"Changed Type\""
]
}
}
]
},
{
"name": "Dim_UOM",
"columns": [
{
"name": "UOMID",
"dataType": "int64",
"sourceColumn": "UOMID"
},
{
"name": "UOM",
"dataType": "string",
"sourceColumn": "UOM"
},
{
"name": "Description",
"dataType": "string",
"sourceColumn": "Description"
}
],
"partitions": [
{
"name": "Partition",
"dataView": "full",
"source": {
"type": "m",
"expression": [
"let",
" Source = #\"File/C:\\Users\\HP\\Documents\\Alltables_Rev 1 xlsm\",",
" Dim_UOM_Sheet = Source{[Item=\"Dim_UOM\",Kind=\"Sheet\"]}[Data],",
" #\"Promoted Headers\" = Table.PromoteHeaders(Dim_UOM_Sheet, [PromoteAllScalars=true]),",
" #\"Changed Type\" = Table.TransformColumnTypes(#\"Promoted Headers\",{{\"UOMID\", Int64.Type}, {\"UOM\", type text}, {\"Description\", type text}})",
"in",
" #\"Changed Type\""
]
}
}
]
},
{
"name": "Fact_FoodImports",
"columns": [
{
"name": "FoodImportSubcategory",
"dataType": "string",
"isHidden": true,
"sourceColumn": "FoodImportSubcategory"
},
{
"name": "Country of Import",
"dataType": "string",
"isHidden": true,
"sourceColumn": "Country of Import"
},
{
"name": "UOM",
"dataType": "string",
"isHidden": true,
"sourceColumn": "UOM"
},
{
"name": "Date",
"dataType": "dateTime",
"isHidden": true,
"sourceColumn": "Date"
},
{
"name": "Value of FoodImports",
"dataType": "double",
"sourceColumn": "Food_Import_Value"
}
],
"partitions": [
{
"name": "Partition",
"dataView": "full",
"source": {
"type": "m",
"expression": [
"let",
" Source = #\"File/C:\\Users\\HP\\Documents\\Alltables_Rev 1 xlsm\",",
" Fact_FoodImports_Sheet = Source{[Item=\"Fact_FoodImports\",Kind=\"Sheet\"]}[Data],",
" #\"Changed Type\" = Table.TransformColumnTypes(Fact_FoodImports_Sheet,{{\"Column1\", type text}, {\"Column2\", type text}, {\"Column3\", type text}, {\"Column4\", type number}, {\"Column5\", type number}, {\"Column6\", type number}, {\"Column7\", type number}, {\"Column8\", type number}, {\"Column9\", type number}, {\"Column10\", type number}, {\"Column11\", type number}, {\"Column12\", type number}, {\"Column13\", type number}, {\"Column14\", type number}, {\"Column15\", type number}, {\"Column16\", type number}, {\"Column17\", type number}, {\"Column18\", type number}, {\"Column19\", type number}, {\"Column20\", type number}, {\"Column21\", type number}, {\"Column22\", type number}, {\"Column23\", type number}, {\"Column24\", type number}, {\"Column25\", type number}, {\"Column26\", type number}}),",
" #\"Promoted Headers\" = Table.PromoteHeaders(#\"Changed Type\", [PromoteAllScalars=true]),",
" #\"Changed Type1\" = Table.TransformColumnTypes(#\"Promoted Headers\",{{\"FoodImportSubcategory\", type text}, {\"Country of Import\", type text}, {\"UOM\", type text}, {\"2021\", type number}, {\"2020\", type number}, {\"2019\", type number}, {\"2018\", type number}, {\"2017\", type number}, {\"2016\", type number}, {\"2015\", type number}, {\"2014\", type number}, {\"2013\", type number}, {\"2012\", type number}, {\"2011\", type number}, {\"2010\", type number}, {\"2009\", type number}, {\"2008\", type number}, {\"2007\", type number}, {\"2006\", type number}, {\"2005\", type number}, {\"2004\", type number}, {\"2003\", type number}, {\"2002\", type number}, {\"2001\", type number}, {\"2000\", type number}, {\"1999\", type number}}),",
" #\"Unpivoted Other Columns\" = Table.UnpivotOtherColumns(#\"Changed Type1\", {\"FoodImportSubcategory\", \"Country of Import\", \"UOM\"}, \"Attribute\", \"Value\"),",
" #\"Changed Type2\" = Table.TransformColumnTypes(#\"Unpivoted Other Columns\",{{\"Attribute\", type date}}),",
" #\"Renamed Columns\" = Table.RenameColumns(#\"Changed Type2\",{{\"Attribute\", \"Date\"}, {\"Value\", \"Food_Import_Value\"}})",
"in",
" #\"Renamed Columns\""
]
}
}
],
"measures": [
{
"name": "Total Food Imports",
"expression": "sum(Fact_FoodImports[Value of FoodImports])"
},
{
"name": "World Food Import",
"expression": "CALCULATE('Fact_FoodImports'[Total Food Imports],'Fact_FoodImports'[Country of Import] = \"World\",'Fact_FoodImports'[UOM] = \"Million $\")"
},
{
"name": "Rest of World Food Import",
"expression": "CALCULATE('Fact_FoodImports'[Total Food Imports],'Fact_FoodImports'[Country of Import] = \"Rest of World\",'Fact_FoodImports'[UOM] = \"Million $\")"
},
{
"name": "US Food Imports",
"expression": "'Fact_FoodImports'[World Food Import] - 'Fact_FoodImports'[Rest of World Food Import]"
},
{
"name": "Quantity of Livestock Imported WorldWide",
"expression": "CALCULATE([Total Food Imports],'Fact_FoodImports'[Country of Import] = \"World\",'Fact_FoodImports'[UOM] = \"1,000\")"
},
{
"name": "Quantity of Food Imported (ltrpf)",
"expression": "CALCULATE([Total Food Imports],'Fact_FoodImports'[Country of Import] = \"World\",'Fact_FoodImports'[UOM] = \"1,000 litpf\")"
},
{
"name": "Quantity of Food Imported (MT)",
"expression": "CALCULATE([Total Food Imports],'Fact_FoodImports'[Country of Import] = \"World\",'Fact_FoodImports'[UOM] = \"1,000 mt\")"
}
]
},
{
"name": "Fact_Price&Quantity",
"columns": [
{
"name": "FoodCategory",
"dataType": "string",
"isHidden": true,
"sourceColumn": "FoodCategory"
},
{
"name": "UOM",
"dataType": "string",
"isHidden": true,
"sourceColumn": "UOM"
},
{
"name": "Date",
"dataType": "dateTime",
"isHidden": true,
"sourceColumn": "Date"
},
{
"name": "Value of Price and Quantity",
"dataType": "double",
"sourceColumn": "Food_Import_Price"
}
],
"partitions": [
{
"name": "Partition",
"dataView": "full",
"source": {
"type": "m",
"expression": [
"let",
" Source = #\"File/C:\\Users\\HP\\Documents\\Alltables_Rev 1 xlsm\",",
" #\"Fact_Price&Quantity_Sheet\" = Source{[Item=\"Fact_Price&Quantity\",Kind=\"Sheet\"]}[Data],",
" #\"Changed Type\" = Table.TransformColumnTypes(#\"Fact_Price&Quantity_Sheet\",{{\"Column1\", type text}, {\"Column2\", type text}, {\"Column3\", type number}, {\"Column4\", type number}, {\"Column5\", type number}, {\"Column6\", type number}, {\"Column7\", type number}, {\"Column8\", type number}, {\"Column9\", type number}, {\"Column10\", type number}, {\"Column11\", type number}, {\"Column12\", type number}, {\"Column13\", type number}, {\"Column14\", type number}, {\"Column15\", type number}, {\"Column16\", type number}, {\"Column17\", type number}, {\"Column18\", type number}, {\"Column19\", type number}, {\"Column20\", type number}, {\"Column21\", type number}, {\"Column22\", type number}, {\"Column23\", type number}, {\"Column24\", type number}, {\"Column25\", type number}}),",
" #\"Promoted Headers\" = Table.PromoteHeaders(#\"Changed Type\", [PromoteAllScalars=true]),",
" #\"Changed Type1\" = Table.TransformColumnTypes(#\"Promoted Headers\",{{\"FoodCategory\", type text}, {\"UOM\", type text}, {\"2021\", type number}, {\"2020\", type number}, {\"2019\", type number}, {\"2018\", type number}, {\"2017\", type number}, {\"2016\", type number}, {\"2015\", type number}, {\"2014\", type number}, {\"2013\", type number}, {\"2012\", type number}, {\"2011\", type number}, {\"2010\", type number}, {\"2009\", type number}, {\"2008\", type number}, {\"2007\", type number}, {\"2006\", type number}, {\"2005\", type number}, {\"2004\", type number}, {\"2003\", type number}, {\"2002\", type number}, {\"2001\", type number}, {\"2000\", type number}, {\"1999\", type number}}),",
" #\"Unpivoted Other Columns\" = Table.UnpivotOtherColumns(#\"Changed Type1\", {\"FoodCategory\", \"UOM\"}, \"Attribute\", \"Value\"),",
" #\"Changed Type2\" = Table.TransformColumnTypes(#\"Unpivoted Other Columns\",{{\"Attribute\", type date}}),",
" #\"Renamed Columns\" = Table.RenameColumns(#\"Changed Type2\",{{\"Attribute\", \"Date\"}, {\"Value\", \"Food_Import_Price\"}})",
"in",
" #\"Renamed Columns\""
]
}
}
],
"measures": [
{
"name": "TotalValue",
"expression": "sum('Fact_Price&Quantity'[Value of Price and Quantity])"
},
{
"name": "Total Quantity (Metric Tonnes)",
"expression": "CALCULATE('Fact_Price&Quantity'[TotalValue],'Fact_Price&Quantity'[UOM] = \"1,000 mt\")"
},
{
"name": "Total Quantity (Litres per foot)",
"expression": "CALCULATE('Fact_Price&Quantity'[TotalValue],'Fact_Price&Quantity'[UOM] = \"1,000 litpf\")"
},
{
"name": "Total Quantity Per 1000 Units)",
"expression": "CALCULATE('Fact_Price&Quantity'[TotalValue],'Fact_Price&Quantity'[UOM] = \"1,000\")"
},
{
"name": "Total Price (Metric Tonnes)",
"expression": " CALCULATE('Fact_Price&Quantity'[TotalValue],'Fact_Price&Quantity'[UOM] = \"Dollars per mt\")"
},
{
"name": "Total Price (KL)",
"expression": " CALCULATE('Fact_Price&Quantity'[TotalValue],'Fact_Price&Quantity'[UOM] = \"Dollars per KL\")"
},
{
"name": "Total Quantity (Per Unit)",
"expression": "CALCULATE('Fact_Price&Quantity'[TotalValue],'Fact_Price&Quantity'[UOM] = \"Dollars\")"
},
{
"name": "Price Per Quantity",
"expression": "Divide('Fact_Price&Quantity'[Total Price (Metric Tonnes)],'Fact_Price&Quantity'[Total Quantity (Metric Tonnes)])"
},
{
"name": "Price per KL",
"expression": "DIVIDE('Fact_Price&Quantity'[Total Price (KL)],'Fact_Price&Quantity'[Total Quantity (Litres per foot)])"
}
]
},
{
"name": "Date",
"dataCategory": "Time",
"columns": [
{
"type": "calculatedTableColumn",
"name": "Date",
"dataType": "dateTime",
"isNameInferred": true,
"isDataTypeInferred": true,
"isKey": true,
"sourceColumn": "[Date]"
},
{
"type": "calculated",
"name": "Year",
"dataType": "int64",
"isDataTypeInferred": true,
"isHidden": true,
"expression": "YEAR('Date'[Date])"
},
{
"type": "calculated",
"name": "FiscalQuarter",
"dataType": "string",
"isDataTypeInferred": true,
"isHidden": true,
"expression": "\"Q\" & QUARTER('Date'[Date])"
},
{
"type": "calculated",
"name": "Month",
"dataType": "string",
"isDataTypeInferred": true,
"isHidden": true,
"expression": "FORMAT('Date'[Date],\"MMMM\")"
},
{
"type": "calculated",
"name": "MonthNo",
"dataType": "int64",
"isDataTypeInferred": true,
"isHidden": true,
"expression": "MONTH('Date'[Date])"
}
],
"partitions": [
{
"name": "CalculatedTable 1",
"source": {
"type": "calculated",
"expression": "CALENDARAUTO()"
}
}
],
"hierarchies": [
{
"name": "FiscalYear",
"levels": [
{
"name": "Year",
"ordinal": 0,
"column": "Year"
},
{
"name": "Quarter",
"ordinal": 1,
"column": "FiscalQuarter"
},
{
"name": "Month",
"ordinal": 2,
"column": "Month"
}
]
}
]
}
],
"relationships": [
{
"name": "21b7b5c6-78e6-4cd2-92af-c2e74a1844e9",
"fromTable": "Fact_FoodImports",
"fromColumn": "Country of Import",
"toTable": "Dim_CountryOfImport",
"toColumn": "Country of Import"
},
{
"name": "3c4cf8f7-2a1f-4247-8647-6c0420524210",
"fromTable": "Fact_FoodImports",
"fromColumn": "UOM",
"toTable": "Dim_UOM",
"toColumn": "UOM"
},
{
"name": "57baf3a6-3466-4177-b2a9-6ddd615a9efa",
"fromTable": "Fact_Price&Quantity",
"fromColumn": "FoodCategory",
"toTable": "Dim_FoodCategory",
"toColumn": "FoodCategory"
},
{
"name": "c86cc5c1-a7da-48ab-84ab-0ef59cd7e664",
"fromTable": "Fact_Price&Quantity",
"fromColumn": "UOM",
"toTable": "Dim_UOM",
"toColumn": "UOM"
},
{
"name": "d44d6a16-a194-438a-9b28-f29e7efea5ff",
"fromTable": "Fact_FoodImports",
"fromColumn": "Country of Import",
"toTable": "Dim_FoodSubcategory",
"toColumn": "Food_SubCategory"
},
{
"name": "996d2402-e842-424b-9ff1-57b537f8dead",
"fromTable": "Fact_FoodImports",
"fromColumn": "Date",
"toTable": "Date",
"toColumn": "Date"
},
{
"name": "2eddfcdd-73b4-4a9a-ae68-d7d00bb17eb9",
"fromTable": "Fact_Price&Quantity",
"fromColumn": "Date",
"toTable": "Date",
"toColumn": "Date"
}
],
"perspectives": [
{
"name": "Food Import by Country",
"tables": [
{
"name": "Dim_CountryOfImport",
"columns": [
{
"name": "Country of Import"
},
{
"name": "ImportCountryID"
}
]
},
{
"name": "Dim_UOM",
"columns": [
{
"name": "Description"
},
{
"name": "UOM"
},
{
"name": "UOMID"
}
]
},
{
"name": "Fact_FoodImports",
"columns": [
{
"name": "Value of FoodImports"
}
],
"measures": [
{
"name": "Quantity of Food Imported (ltrpf)"
},
{
"name": "Quantity of Food Imported (MT)"
},
{
"name": "Quantity of Livestock Imported WorldWide"
},
{
"name": "US Food Imports"
},
{
"name": "World Food Import"
},
{
"name": "Total Food Imports"
}
]
}
]
},
{
"name": "Food price and Quantity by country",
"tables": [
{
"name": "Dim_CountryOfImport",
"columns": [
{
"name": "Country of Import"
},
{
"name": "ImportCountryID"
}
]
},
{
"name": "Dim_UOM",
"columns": [
{
"name": "Description"
},
{
"name": "UOM"
},
{
"name": "UOMID"
}
]
},
{
"name": "Fact_Price&Quantity",
"columns": [
{
"name": "Value of Price and Quantity"
}
],
"measures": [
{
"name": "Price per KL"
},
{
"name": "Price Per Quantity"
},
{
"name": "Total Price (KL)"
},
{
"name": "Total Price (Metric Tonnes)"
},
{
"name": "Total Quantity (Litres per foot)"
},
{
"name": "Total Quantity (Metric Tonnes)"
},
{
"name": "Total Quantity (Per Unit)"
},
{
"name": "Total Quantity Per 1000 Units)"
}
]
}
]
},
{
"name": "Food Category by Country",
"tables": [
{
"name": "Dim_CountryOfImport",
"columns": [
{
"name": "Country of Import"
},
{
"name": "ImportCountryID"
}
]
},
{
"name": "Fact_FoodImports",
"measures": [
{
"name": "Quantity of Food Imported (MT)"
},
{
"name": "Quantity of Food Imported (ltrpf)"
},
{
"name": "Quantity of Livestock Imported WorldWide"
},
{
"name": "Total Food Imports"
}
]
}
]
},
{
"name": "Value of Food imports by year",
"tables": [
{
"name": "Date",
"columns": [
{
"name": "Date"
},
{
"name": "FiscalQuarter"
},
{
"name": "Month"
},
{
"name": "MonthNo"
},
{
"name": "Year"
}
],
"hierarchies": [
{
"name": "FiscalYear"
}
]
},
{
"name": "Fact_FoodImports",
"columns": [
{
"name": "Value of FoodImports"
}
],
"measures": [
{
"name": "Quantity of Food Imported (ltrpf)"
},
{
"name": "Quantity of Food Imported (MT)"
},
{
"name": "Quantity of Livestock Imported WorldWide"
},
{
"name": "Total Food Imports"
}
]
}
]
}
],
"annotations": [
{
"name": "ClientCompatibilityLevel",
"value": "600"
}
]
},
"id": "SemanticModel"
}