-
Notifications
You must be signed in to change notification settings - Fork 1
/
cim-context-new.jsonld
5107 lines (5106 loc) · 535 KB
/
cim-context-new.jsonld
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
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{"@context":
{"cim": "https://cim.ucaiug.io/ns#",
"eu": "https://cim.ucaiug.io/ns/eu#",
"nc": "https://cim4.eu/ns/nc#",
"adms": "http://www.w3.org/ns/adms#",
"dcat": "http://www.w3.org/ns/dcat#",
"dcat-cim": "https://cim4.eu/ns/dcat-cim#",
"dct": "http://purl.org/dc/terms/",
"dm": "http://iec.ch/TC57/61970-552/DifferenceModel/1#",
"eumd": "https://cim4.eu/ns/Metadata-European#",
"euvoc": "http://publications.europa.eu/ontology/euvoc#",
"md": "http://iec.ch/TC57/61970-552/ModelDescription/1#",
"prov": "http://www.w3.org/ns/prov#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"cim:ACDCConverter.DCTerminals": {"@type": "@id"},
"cim:ACDCConverter.PccTerminal": {"@type": "@id"},
"cim:ACDCConverter.baseS": {"@type": "xsd:float"},
"cim:ACDCConverter.idc": {"@type": "xsd:float"},
"cim:ACDCConverter.idleLoss": {"@type": "xsd:float"},
"cim:ACDCConverter.maxP": {"@type": "xsd:float"},
"cim:ACDCConverter.maxUdc": {"@type": "xsd:float"},
"cim:ACDCConverter.minP": {"@type": "xsd:float"},
"cim:ACDCConverter.minUdc": {"@type": "xsd:float"},
"cim:ACDCConverter.numberOfValves": {"@type": "xsd:integer"},
"cim:ACDCConverter.p": {"@type": "xsd:float"},
"cim:ACDCConverter.poleLossP": {"@type": "xsd:float"},
"cim:ACDCConverter.q": {"@type": "xsd:float"},
"cim:ACDCConverter.ratedUdc": {"@type": "xsd:float"},
"cim:ACDCConverter.resistiveLoss": {"@type": "xsd:float"},
"cim:ACDCConverter.switchingLoss": {"@type": "xsd:float"},
"cim:ACDCConverter.targetPpcc": {"@type": "xsd:float"},
"cim:ACDCConverter.targetUdc": {"@type": "xsd:float"},
"cim:ACDCConverter.uc": {"@type": "xsd:float"},
"cim:ACDCConverter.udc": {"@type": "xsd:float"},
"cim:ACDCConverter.valveU0": {"@type": "xsd:float"},
"cim:ACDCConverterDCTerminal.DCConductingEquipment": {"@type": "@id"},
"cim:ACDCConverterDCTerminal.polarity": {"@type": "@id"},
"cim:ACDCTerminal.BusNameMarker": {"@type": "@id"},
"cim:ACDCTerminal.Measurements": {"@type": "@id"},
"cim:ACDCTerminal.OperationalLimitSet": {"@type": "@id"},
"cim:ACDCTerminal.connected": {"@type": "xsd:boolean"},
"cim:ACDCTerminal.sequenceNumber": {"@type": "xsd:integer"},
"cim:ACLineSegment.Clamp": {"@type": "@id"},
"cim:ACLineSegment.Cut": {"@type": "@id"},
"cim:ACLineSegment.b0ch": {"@type": "xsd:float"},
"cim:ACLineSegment.bch": {"@type": "xsd:float"},
"cim:ACLineSegment.g0ch": {"@type": "xsd:float"},
"cim:ACLineSegment.gch": {"@type": "xsd:float"},
"cim:ACLineSegment.r": {"@type": "xsd:float"},
"cim:ACLineSegment.r0": {"@type": "xsd:float"},
"cim:ACLineSegment.shortCircuitEndTemperature": {"@type": "xsd:float"},
"cim:ACLineSegment.x": {"@type": "xsd:float"},
"cim:ACLineSegment.x0": {"@type": "xsd:float"},
"cim:Accumulator.AccumulatorValues": {"@type": "@id"},
"cim:Accumulator.LimitSets": {"@type": "@id"},
"cim:AccumulatorLimit.LimitSet": {"@type": "@id"},
"cim:AccumulatorLimit.value": {"@type": "xsd:integer"},
"cim:AccumulatorLimitSet.Limits": {"@type": "@id"},
"cim:AccumulatorLimitSet.Measurements": {"@type": "@id"},
"cim:AccumulatorReset.AccumulatorValue": {"@type": "@id"},
"cim:AccumulatorValue.Accumulator": {"@type": "@id"},
"cim:AccumulatorValue.AccumulatorReset": {"@type": "@id"},
"cim:ActivePowerLimit.normalValue": {"@type": "xsd:float"},
"cim:ActivePowerLimit.value": {"@type": "xsd:float"},
"cim:Analog.AnalogValues": {"@type": "@id"},
"cim:Analog.LimitSets": {"@type": "@id"},
"cim:Analog.positiveFlowIn": {"@type": "xsd:boolean"},
"cim:AnalogControl.AnalogValue": {"@type": "@id"},
"cim:AnalogControl.maxValue": {"@type": "xsd:float"},
"cim:AnalogControl.minValue": {"@type": "xsd:float"},
"cim:AnalogLimit.LimitSet": {"@type": "@id"},
"cim:AnalogLimit.value": {"@type": "xsd:float"},
"cim:AnalogLimitSet.Limits": {"@type": "@id"},
"cim:AnalogLimitSet.Measurements": {"@type": "@id"},
"cim:AnalogValue.Analog": {"@type": "@id"},
"cim:AnalogValue.AnalogControl": {"@type": "@id"},
"cim:ApparentPowerLimit.normalValue": {"@type": "xsd:float"},
"cim:ApparentPowerLimit.value": {"@type": "xsd:float"},
"cim:AsynchronousMachine.AsynchronousMachineDynamics": {"@type": "@id"},
"cim:AsynchronousMachine.asynchronousMachineType": {"@type": "@id"},
"cim:AsynchronousMachine.converterFedDrive": {"@type": "xsd:boolean"},
"cim:AsynchronousMachine.efficiency": {"@type": "xsd:float"},
"cim:AsynchronousMachine.iaIrRatio": {"@type": "xsd:float"},
"cim:AsynchronousMachine.nominalFrequency": {"@type": "xsd:float"},
"cim:AsynchronousMachine.nominalSpeed": {"@type": "xsd:float"},
"cim:AsynchronousMachine.polePairNumber": {"@type": "xsd:integer"},
"cim:AsynchronousMachine.ratedMechanicalPower": {"@type": "xsd:float"},
"cim:AsynchronousMachine.reversible": {"@type": "xsd:boolean"},
"cim:AsynchronousMachine.rxLockedRotorRatio": {"@type": "xsd:float"},
"cim:AsynchronousMachineDynamics.AsynchronousMachine": {"@type": "@id"},
"cim:AsynchronousMachineDynamics.MechanicalLoadDynamics": {"@type": "@id"},
"cim:AsynchronousMachineDynamics.TurbineGovernorDynamics": {"@type": "@id"},
"cim:AsynchronousMachineDynamics.WindTurbineType1or2Dynamics": {"@type": "@id"},
"cim:AsynchronousMachineEquivalentCircuit.rr1": {"@type": "xsd:float"},
"cim:AsynchronousMachineEquivalentCircuit.rr2": {"@type": "xsd:float"},
"cim:AsynchronousMachineEquivalentCircuit.xlr1": {"@type": "xsd:float"},
"cim:AsynchronousMachineEquivalentCircuit.xlr2": {"@type": "xsd:float"},
"cim:AsynchronousMachineEquivalentCircuit.xm": {"@type": "xsd:float"},
"cim:AsynchronousMachineTimeConstantReactance.tpo": {"@type": "xsd:float"},
"cim:AsynchronousMachineTimeConstantReactance.tppo": {"@type": "xsd:float"},
"cim:AsynchronousMachineTimeConstantReactance.xp": {"@type": "xsd:float"},
"cim:AsynchronousMachineTimeConstantReactance.xpp": {"@type": "xsd:float"},
"cim:AsynchronousMachineTimeConstantReactance.xs": {"@type": "xsd:float"},
"cim:AsynchronousMachineUserDefined.ProprietaryParameterDynamics": {"@type": "@id"},
"cim:AsynchronousMachineUserDefined.proprietary": {"@type": "xsd:boolean"},
"cim:AuxiliaryEquipment.Terminal": {"@type": "@id"},
"cim:BaseVoltage.ConductingEquipment": {"@type": "@id"},
"cim:BaseVoltage.Fault": {"@type": "@id"},
"cim:BaseVoltage.TopologicalNode": {"@type": "@id"},
"cim:BaseVoltage.TransformerEnds": {"@type": "@id"},
"cim:BaseVoltage.VoltageLevel": {"@type": "@id"},
"cim:BaseVoltage.nominalVoltage": {"@type": "xsd:float"},
"cim:BasicIntervalSchedule.startTime": {"@type": "xsd:dateTime"},
"cim:BasicIntervalSchedule.value1Unit": {"@type": "@id"},
"cim:BasicIntervalSchedule.value2Unit": {"@type": "@id"},
"cim:BatteryUnit.batteryState": {"@type": "@id"},
"cim:BatteryUnit.ratedE": {"@type": "xsd:float"},
"cim:BatteryUnit.storedE": {"@type": "xsd:float"},
"cim:Bay.VoltageLevel": {"@type": "@id"},
"cim:BusNameMarker.ReportingGroup": {"@type": "@id"},
"cim:BusNameMarker.Terminal": {"@type": "@id"},
"cim:BusNameMarker.priority": {"@type": "xsd:integer"},
"cim:BusbarSection.ipMax": {"@type": "xsd:float"},
"cim:CAESPlant.ThermalGeneratingUnit": {"@type": "@id"},
"cim:CSCDynamics.CSConverter": {"@type": "@id"},
"cim:CSCUserDefined.ProprietaryParameterDynamics": {"@type": "@id"},
"cim:CSCUserDefined.proprietary": {"@type": "xsd:boolean"},
"cim:Clamp.ACLineSegment": {"@type": "@id"},
"cim:Clamp.lengthFromTerminal1": {"@type": "xsd:float"},
"cim:CogenerationPlant.ThermalGeneratingUnits": {"@type": "@id"},
"cim:CombinedCyclePlant.ThermalGeneratingUnits": {"@type": "@id"},
"cim:Command.DiscreteValue": {"@type": "@id"},
"cim:Command.ValueAliasSet": {"@type": "@id"},
"cim:Command.normalValue": {"@type": "xsd:integer"},
"cim:Command.value": {"@type": "xsd:integer"},
"cim:ConductingEquipment.BaseVoltage": {"@type": "@id"},
"cim:ConductingEquipment.SvStatus": {"@type": "@id"},
"cim:ConductingEquipment.Terminals": {"@type": "@id"},
"cim:Conductor.length": {"@type": "xsd:float"},
"cim:ConformLoad.LoadGroup": {"@type": "@id"},
"cim:ConformLoadGroup.ConformLoadSchedules": {"@type": "@id"},
"cim:ConformLoadGroup.EnergyConsumers": {"@type": "@id"},
"cim:ConformLoadSchedule.ConformLoadGroup": {"@type": "@id"},
"cim:ConnectivityNode.ConnectivityNodeContainer": {"@type": "@id"},
"cim:ConnectivityNode.Terminals": {"@type": "@id"},
"cim:ConnectivityNode.TopologicalNode": {"@type": "@id"},
"cim:ConnectivityNodeContainer.ConnectivityNodes": {"@type": "@id"},
"cim:ConnectivityNodeContainer.TopologicalNode": {"@type": "@id"},
"cim:Contingency.ContingencyElement": {"@type": "@id"},
"cim:Contingency.SimulationEvents": {"@type": "@id"},
"cim:Contingency.mustStudy": {"@type": "xsd:boolean"},
"cim:ContingencyElement.Contingency": {"@type": "@id"},
"cim:ContingencyEquipment.Equipment": {"@type": "@id"},
"cim:ContingencyEquipment.contingentStatus": {"@type": "@id"},
"cim:Control.PowerSystemResource": {"@type": "@id"},
"cim:Control.operationInProgress": {"@type": "xsd:boolean"},
"cim:Control.timeStamp": {"@type": "xsd:dateTime"},
"cim:Control.unitMultiplier": {"@type": "@id"},
"cim:Control.unitSymbol": {"@type": "@id"},
"cim:ControlArea.ControlAreaGeneratingUnit": {"@type": "@id"},
"cim:ControlArea.EnergyArea": {"@type": "@id"},
"cim:ControlArea.TieFlow": {"@type": "@id"},
"cim:ControlArea.netInterchange": {"@type": "xsd:float"},
"cim:ControlArea.pTolerance": {"@type": "xsd:float"},
"cim:ControlArea.type": {"@type": "@id"},
"cim:ControlAreaGeneratingUnit.ControlArea": {"@type": "@id"},
"cim:ControlAreaGeneratingUnit.GeneratingUnit": {"@type": "@id"},
"cim:CoordinateSystem.Locations": {"@type": "@id"},
"cim:CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics": {"@type": "@id"},
"cim:CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics": {"@type": "@id"},
"cim:CsConverter.CSCDynamics": {"@type": "@id"},
"cim:CsConverter.alpha": {"@type": "xsd:float"},
"cim:CsConverter.gamma": {"@type": "xsd:float"},
"cim:CsConverter.maxAlpha": {"@type": "xsd:float"},
"cim:CsConverter.maxGamma": {"@type": "xsd:float"},
"cim:CsConverter.maxIdc": {"@type": "xsd:float"},
"cim:CsConverter.minAlpha": {"@type": "xsd:float"},
"cim:CsConverter.minGamma": {"@type": "xsd:float"},
"cim:CsConverter.minIdc": {"@type": "xsd:float"},
"cim:CsConverter.operatingMode": {"@type": "@id"},
"cim:CsConverter.pPccControl": {"@type": "@id"},
"cim:CsConverter.ratedIdc": {"@type": "xsd:float"},
"cim:CsConverter.targetAlpha": {"@type": "xsd:float"},
"cim:CsConverter.targetGamma": {"@type": "xsd:float"},
"cim:CsConverter.targetIdc": {"@type": "xsd:float"},
"cim:CurrentLimit.normalValue": {"@type": "xsd:float"},
"cim:CurrentLimit.value": {"@type": "xsd:float"},
"cim:Curve.CurveDatas": {"@type": "@id"},
"cim:Curve.curveStyle": {"@type": "@id"},
"cim:Curve.xMultiplier": {"@type": "@id"},
"cim:Curve.xUnit": {"@type": "@id"},
"cim:Curve.y1Multiplier": {"@type": "@id"},
"cim:Curve.y1Unit": {"@type": "@id"},
"cim:Curve.y2Multiplier": {"@type": "@id"},
"cim:Curve.y2Unit": {"@type": "@id"},
"cim:CurveData.Curve": {"@type": "@id"},
"cim:CurveData.xvalue": {"@type": "xsd:float"},
"cim:CurveData.y1value": {"@type": "xsd:float"},
"cim:CurveData.y2value": {"@type": "xsd:float"},
"cim:Cut.ACLineSegment": {"@type": "@id"},
"cim:Cut.lengthFromTerminal1": {"@type": "xsd:float"},
"cim:DCBaseTerminal.DCNode": {"@type": "@id"},
"cim:DCBaseTerminal.DCTopologicalNode": {"@type": "@id"},
"cim:DCConductingEquipment.DCTerminals": {"@type": "@id"},
"cim:DCConductingEquipment.ratedCurrent": {"@type": "xsd:float"},
"cim:DCConductingEquipment.ratedUdc": {"@type": "xsd:float"},
"cim:DCConverterUnit.Substation": {"@type": "@id"},
"cim:DCConverterUnit.operationMode": {"@type": "@id"},
"cim:DCEquipmentContainer.DCNodes": {"@type": "@id"},
"cim:DCEquipmentContainer.DCTopologicalNode": {"@type": "@id"},
"cim:DCGround.inductance": {"@type": "xsd:float"},
"cim:DCGround.r": {"@type": "xsd:float"},
"cim:DCLine.Region": {"@type": "@id"},
"cim:DCLineSegment.capacitance": {"@type": "xsd:float"},
"cim:DCLineSegment.inductance": {"@type": "xsd:float"},
"cim:DCLineSegment.length": {"@type": "xsd:float"},
"cim:DCLineSegment.resistance": {"@type": "xsd:float"},
"cim:DCNode.DCEquipmentContainer": {"@type": "@id"},
"cim:DCNode.DCTerminals": {"@type": "@id"},
"cim:DCNode.DCTopologicalNode": {"@type": "@id"},
"cim:DCSeriesDevice.inductance": {"@type": "xsd:float"},
"cim:DCSeriesDevice.resistance": {"@type": "xsd:float"},
"cim:DCShunt.capacitance": {"@type": "xsd:float"},
"cim:DCShunt.resistance": {"@type": "xsd:float"},
"cim:DCTerminal.DCConductingEquipment": {"@type": "@id"},
"cim:DCTopologicalIsland.DCTopologicalNodes": {"@type": "@id"},
"cim:DCTopologicalNode.DCEquipmentContainer": {"@type": "@id"},
"cim:DCTopologicalNode.DCNodes": {"@type": "@id"},
"cim:DCTopologicalNode.DCTerminals": {"@type": "@id"},
"cim:DCTopologicalNode.DCTopologicalIsland": {"@type": "@id"},
"cim:DayType.SeasonDayTypeSchedules": {"@type": "@id"},
"cim:Diagram.DiagramElements": {"@type": "@id"},
"cim:Diagram.DiagramStyle": {"@type": "@id"},
"cim:Diagram.orientation": {"@type": "@id"},
"cim:Diagram.x1InitialView": {"@type": "xsd:float"},
"cim:Diagram.x2InitialView": {"@type": "xsd:float"},
"cim:Diagram.y1InitialView": {"@type": "xsd:float"},
"cim:Diagram.y2InitialView": {"@type": "xsd:float"},
"cim:DiagramObject.Diagram": {"@type": "@id"},
"cim:DiagramObject.DiagramObjectPoints": {"@type": "@id"},
"cim:DiagramObject.DiagramObjectStyle": {"@type": "@id"},
"cim:DiagramObject.IdentifiedObject": {"@type": "@id"},
"cim:DiagramObject.VisibilityLayers": {"@type": "@id"},
"cim:DiagramObject.drawingOrder": {"@type": "xsd:integer"},
"cim:DiagramObject.isPolygon": {"@type": "xsd:boolean"},
"cim:DiagramObject.offsetX": {"@type": "xsd:float"},
"cim:DiagramObject.offsetY": {"@type": "xsd:float"},
"cim:DiagramObject.rotation": {"@type": "xsd:float"},
"cim:DiagramObjectGluePoint.DiagramObjectPoints": {"@type": "@id"},
"cim:DiagramObjectPoint.DiagramObject": {"@type": "@id"},
"cim:DiagramObjectPoint.DiagramObjectGluePoint": {"@type": "@id"},
"cim:DiagramObjectPoint.sequenceNumber": {"@type": "xsd:integer"},
"cim:DiagramObjectPoint.xPosition": {"@type": "xsd:float"},
"cim:DiagramObjectPoint.yPosition": {"@type": "xsd:float"},
"cim:DiagramObjectPoint.zPosition": {"@type": "xsd:float"},
"cim:DiagramObjectStyle.StyledObjects": {"@type": "@id"},
"cim:DiagramStyle.Diagram": {"@type": "@id"},
"cim:DiscExcContIEEEDEC1A.esc": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.kan": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.ketl": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.tan": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.td": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.tl1": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.tl2": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.tw5": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.val": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vanmax": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vomax": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vomin": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vsmax": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vsmin": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vtc": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vtlmt": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vtm": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC1A.vtn": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC2A.td1": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC2A.td2": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC2A.vdmax": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC2A.vdmin": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC2A.vk": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC3A.tdr": {"@type": "xsd:float"},
"cim:DiscExcContIEEEDEC3A.vtmin": {"@type": "xsd:float"},
"cim:DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics": {"@type": "@id"},
"cim:DiscontinuousExcitationControlDynamics.RemoteInputSignal": {"@type": "@id"},
"cim:DiscontinuousExcitationControlUserDefined.ProprietaryParameterDynamics": {"@type": "@id"},
"cim:DiscontinuousExcitationControlUserDefined.proprietary": {"@type": "xsd:boolean"},
"cim:Discrete.DiscreteValues": {"@type": "@id"},
"cim:Discrete.ValueAliasSet": {"@type": "@id"},
"cim:DiscreteValue.Command": {"@type": "@id"},
"cim:DiscreteValue.Discrete": {"@type": "@id"},
"cim:DynamicsFunctionBlock.enabled": {"@type": "xsd:boolean"},
"cim:EarthFaultCompensator.r": {"@type": "xsd:float"},
"cim:EnergyArea.ControlArea": {"@type": "@id"},
"cim:EnergyConsumer.LoadDynamics": {"@type": "@id"},
"cim:EnergyConsumer.LoadResponse": {"@type": "@id"},
"cim:EnergyConsumer.p": {"@type": "xsd:float"},
"cim:EnergyConsumer.pfixed": {"@type": "xsd:float"},
"cim:EnergyConsumer.pfixedPct": {"@type": "xsd:float"},
"cim:EnergyConsumer.q": {"@type": "xsd:float"},
"cim:EnergyConsumer.qfixed": {"@type": "xsd:float"},
"cim:EnergyConsumer.qfixedPct": {"@type": "xsd:float"},
"cim:EnergySchedulingType.EnergySource": {"@type": "@id"},
"cim:EnergySource.EnergySchedulingType": {"@type": "@id"},
"cim:EnergySource.activePower": {"@type": "xsd:float"},
"cim:EnergySource.nominalVoltage": {"@type": "xsd:float"},
"cim:EnergySource.pMax": {"@type": "xsd:float"},
"cim:EnergySource.pMin": {"@type": "xsd:float"},
"cim:EnergySource.r": {"@type": "xsd:float"},
"cim:EnergySource.r0": {"@type": "xsd:float"},
"cim:EnergySource.reactivePower": {"@type": "xsd:float"},
"cim:EnergySource.rn": {"@type": "xsd:float"},
"cim:EnergySource.voltageAngle": {"@type": "xsd:float"},
"cim:EnergySource.voltageMagnitude": {"@type": "xsd:float"},
"cim:EnergySource.x": {"@type": "xsd:float"},
"cim:EnergySource.x0": {"@type": "xsd:float"},
"cim:EnergySource.xn": {"@type": "xsd:float"},
"cim:Equipment.AggregatedEquipment": {"@type": "@id"},
"cim:Equipment.ContingencyEquipment": {"@type": "@id"},
"cim:Equipment.DetailedEquipment": {"@type": "@id"},
"cim:Equipment.EquipmentContainer": {"@type": "@id"},
"cim:Equipment.Faults": {"@type": "@id"},
"cim:Equipment.OperationalLimitSet": {"@type": "@id"},
"cim:Equipment.Outages": {"@type": "@id"},
"cim:Equipment.UnplannedOutage": {"@type": "@id"},
"cim:Equipment.aggregate": {"@type": "xsd:boolean"},
"cim:Equipment.inService": {"@type": "xsd:boolean"},
"cim:Equipment.networkAnalysisEnabled": {"@type": "xsd:boolean"},
"cim:Equipment.normallyInService": {"@type": "xsd:boolean"},
"cim:EquipmentContainer.Equipments": {"@type": "@id"},
"cim:EquivalentBranch.negativeR12": {"@type": "xsd:float"},
"cim:EquivalentBranch.negativeR21": {"@type": "xsd:float"},
"cim:EquivalentBranch.negativeX12": {"@type": "xsd:float"},
"cim:EquivalentBranch.negativeX21": {"@type": "xsd:float"},
"cim:EquivalentBranch.positiveR12": {"@type": "xsd:float"},
"cim:EquivalentBranch.positiveR21": {"@type": "xsd:float"},
"cim:EquivalentBranch.positiveX12": {"@type": "xsd:float"},
"cim:EquivalentBranch.positiveX21": {"@type": "xsd:float"},
"cim:EquivalentBranch.r": {"@type": "xsd:float"},
"cim:EquivalentBranch.r21": {"@type": "xsd:float"},
"cim:EquivalentBranch.x": {"@type": "xsd:float"},
"cim:EquivalentBranch.x21": {"@type": "xsd:float"},
"cim:EquivalentBranch.zeroR12": {"@type": "xsd:float"},
"cim:EquivalentBranch.zeroR21": {"@type": "xsd:float"},
"cim:EquivalentBranch.zeroX12": {"@type": "xsd:float"},
"cim:EquivalentBranch.zeroX21": {"@type": "xsd:float"},
"cim:EquivalentEquipment.EquivalentNetwork": {"@type": "@id"},
"cim:EquivalentInjection.ReactiveCapabilityCurve": {"@type": "@id"},
"cim:EquivalentInjection.ReactiveCapabilityCurve2": {"@type": "@id"},
"cim:EquivalentInjection.maxP": {"@type": "xsd:float"},
"cim:EquivalentInjection.maxQ": {"@type": "xsd:float"},
"cim:EquivalentInjection.minP": {"@type": "xsd:float"},
"cim:EquivalentInjection.minQ": {"@type": "xsd:float"},
"cim:EquivalentInjection.p": {"@type": "xsd:float"},
"cim:EquivalentInjection.q": {"@type": "xsd:float"},
"cim:EquivalentInjection.r": {"@type": "xsd:float"},
"cim:EquivalentInjection.r0": {"@type": "xsd:float"},
"cim:EquivalentInjection.r2": {"@type": "xsd:float"},
"cim:EquivalentInjection.regulationCapability": {"@type": "xsd:boolean"},
"cim:EquivalentInjection.regulationStatus": {"@type": "xsd:boolean"},
"cim:EquivalentInjection.regulationTarget": {"@type": "xsd:float"},
"cim:EquivalentInjection.x": {"@type": "xsd:float"},
"cim:EquivalentInjection.x0": {"@type": "xsd:float"},
"cim:EquivalentInjection.x2": {"@type": "xsd:float"},
"cim:EquivalentNetwork.EquivalentEquipments": {"@type": "@id"},
"cim:EquivalentShunt.b": {"@type": "xsd:float"},
"cim:EquivalentShunt.g": {"@type": "xsd:float"},
"cim:ExcAC1A.hvlvgates": {"@type": "xsd:boolean"},
"cim:ExcAC1A.ka": {"@type": "xsd:float"},
"cim:ExcAC1A.kc": {"@type": "xsd:float"},
"cim:ExcAC1A.kd": {"@type": "xsd:float"},
"cim:ExcAC1A.ke": {"@type": "xsd:float"},
"cim:ExcAC1A.kf": {"@type": "xsd:float"},
"cim:ExcAC1A.kf1": {"@type": "xsd:float"},
"cim:ExcAC1A.kf2": {"@type": "xsd:float"},
"cim:ExcAC1A.ks": {"@type": "xsd:float"},
"cim:ExcAC1A.seve1": {"@type": "xsd:float"},
"cim:ExcAC1A.seve2": {"@type": "xsd:float"},
"cim:ExcAC1A.ta": {"@type": "xsd:float"},
"cim:ExcAC1A.tb": {"@type": "xsd:float"},
"cim:ExcAC1A.tc": {"@type": "xsd:float"},
"cim:ExcAC1A.te": {"@type": "xsd:float"},
"cim:ExcAC1A.tf": {"@type": "xsd:float"},
"cim:ExcAC1A.vamax": {"@type": "xsd:float"},
"cim:ExcAC1A.vamin": {"@type": "xsd:float"},
"cim:ExcAC1A.ve1": {"@type": "xsd:float"},
"cim:ExcAC1A.ve2": {"@type": "xsd:float"},
"cim:ExcAC1A.vrmax": {"@type": "xsd:float"},
"cim:ExcAC1A.vrmin": {"@type": "xsd:float"},
"cim:ExcAC2A.hvgate": {"@type": "xsd:boolean"},
"cim:ExcAC2A.ka": {"@type": "xsd:float"},
"cim:ExcAC2A.kb": {"@type": "xsd:float"},
"cim:ExcAC2A.kb1": {"@type": "xsd:float"},
"cim:ExcAC2A.kc": {"@type": "xsd:float"},
"cim:ExcAC2A.kd": {"@type": "xsd:float"},
"cim:ExcAC2A.ke": {"@type": "xsd:float"},
"cim:ExcAC2A.kf": {"@type": "xsd:float"},
"cim:ExcAC2A.kh": {"@type": "xsd:float"},
"cim:ExcAC2A.kl": {"@type": "xsd:float"},
"cim:ExcAC2A.kl1": {"@type": "xsd:float"},
"cim:ExcAC2A.ks": {"@type": "xsd:float"},
"cim:ExcAC2A.lvgate": {"@type": "xsd:boolean"},
"cim:ExcAC2A.seve1": {"@type": "xsd:float"},
"cim:ExcAC2A.seve2": {"@type": "xsd:float"},
"cim:ExcAC2A.ta": {"@type": "xsd:float"},
"cim:ExcAC2A.tb": {"@type": "xsd:float"},
"cim:ExcAC2A.tc": {"@type": "xsd:float"},
"cim:ExcAC2A.te": {"@type": "xsd:float"},
"cim:ExcAC2A.tf": {"@type": "xsd:float"},
"cim:ExcAC2A.vamax": {"@type": "xsd:float"},
"cim:ExcAC2A.vamin": {"@type": "xsd:float"},
"cim:ExcAC2A.ve1": {"@type": "xsd:float"},
"cim:ExcAC2A.ve2": {"@type": "xsd:float"},
"cim:ExcAC2A.vfemax": {"@type": "xsd:float"},
"cim:ExcAC2A.vlr": {"@type": "xsd:float"},
"cim:ExcAC2A.vrmax": {"@type": "xsd:float"},
"cim:ExcAC2A.vrmin": {"@type": "xsd:float"},
"cim:ExcAC3A.efdn": {"@type": "xsd:float"},
"cim:ExcAC3A.ka": {"@type": "xsd:float"},
"cim:ExcAC3A.kc": {"@type": "xsd:float"},
"cim:ExcAC3A.kd": {"@type": "xsd:float"},
"cim:ExcAC3A.ke": {"@type": "xsd:float"},
"cim:ExcAC3A.kf": {"@type": "xsd:float"},
"cim:ExcAC3A.kf1": {"@type": "xsd:float"},
"cim:ExcAC3A.kf2": {"@type": "xsd:float"},
"cim:ExcAC3A.klv": {"@type": "xsd:float"},
"cim:ExcAC3A.kn": {"@type": "xsd:float"},
"cim:ExcAC3A.kr": {"@type": "xsd:float"},
"cim:ExcAC3A.ks": {"@type": "xsd:float"},
"cim:ExcAC3A.seve1": {"@type": "xsd:float"},
"cim:ExcAC3A.seve2": {"@type": "xsd:float"},
"cim:ExcAC3A.ta": {"@type": "xsd:float"},
"cim:ExcAC3A.tb": {"@type": "xsd:float"},
"cim:ExcAC3A.tc": {"@type": "xsd:float"},
"cim:ExcAC3A.te": {"@type": "xsd:float"},
"cim:ExcAC3A.tf": {"@type": "xsd:float"},
"cim:ExcAC3A.vamax": {"@type": "xsd:float"},
"cim:ExcAC3A.vamin": {"@type": "xsd:float"},
"cim:ExcAC3A.ve1": {"@type": "xsd:float"},
"cim:ExcAC3A.ve2": {"@type": "xsd:float"},
"cim:ExcAC3A.vemin": {"@type": "xsd:float"},
"cim:ExcAC3A.vfemax": {"@type": "xsd:float"},
"cim:ExcAC3A.vlv": {"@type": "xsd:float"},
"cim:ExcAC4A.ka": {"@type": "xsd:float"},
"cim:ExcAC4A.kc": {"@type": "xsd:float"},
"cim:ExcAC4A.ta": {"@type": "xsd:float"},
"cim:ExcAC4A.tb": {"@type": "xsd:float"},
"cim:ExcAC4A.tc": {"@type": "xsd:float"},
"cim:ExcAC4A.vimax": {"@type": "xsd:float"},
"cim:ExcAC4A.vimin": {"@type": "xsd:float"},
"cim:ExcAC4A.vrmax": {"@type": "xsd:float"},
"cim:ExcAC4A.vrmin": {"@type": "xsd:float"},
"cim:ExcAC5A.a": {"@type": "xsd:float"},
"cim:ExcAC5A.efd1": {"@type": "xsd:float"},
"cim:ExcAC5A.efd2": {"@type": "xsd:float"},
"cim:ExcAC5A.ka": {"@type": "xsd:float"},
"cim:ExcAC5A.ke": {"@type": "xsd:float"},
"cim:ExcAC5A.kf": {"@type": "xsd:float"},
"cim:ExcAC5A.ks": {"@type": "xsd:float"},
"cim:ExcAC5A.seefd1": {"@type": "xsd:float"},
"cim:ExcAC5A.seefd2": {"@type": "xsd:float"},
"cim:ExcAC5A.ta": {"@type": "xsd:float"},
"cim:ExcAC5A.tb": {"@type": "xsd:float"},
"cim:ExcAC5A.tc": {"@type": "xsd:float"},
"cim:ExcAC5A.te": {"@type": "xsd:float"},
"cim:ExcAC5A.tf1": {"@type": "xsd:float"},
"cim:ExcAC5A.tf2": {"@type": "xsd:float"},
"cim:ExcAC5A.tf3": {"@type": "xsd:float"},
"cim:ExcAC5A.vrmax": {"@type": "xsd:float"},
"cim:ExcAC5A.vrmin": {"@type": "xsd:float"},
"cim:ExcAC6A.ka": {"@type": "xsd:float"},
"cim:ExcAC6A.kc": {"@type": "xsd:float"},
"cim:ExcAC6A.kd": {"@type": "xsd:float"},
"cim:ExcAC6A.ke": {"@type": "xsd:float"},
"cim:ExcAC6A.kh": {"@type": "xsd:float"},
"cim:ExcAC6A.ks": {"@type": "xsd:float"},
"cim:ExcAC6A.seve1": {"@type": "xsd:float"},
"cim:ExcAC6A.seve2": {"@type": "xsd:float"},
"cim:ExcAC6A.ta": {"@type": "xsd:float"},
"cim:ExcAC6A.tb": {"@type": "xsd:float"},
"cim:ExcAC6A.tc": {"@type": "xsd:float"},
"cim:ExcAC6A.te": {"@type": "xsd:float"},
"cim:ExcAC6A.th": {"@type": "xsd:float"},
"cim:ExcAC6A.tj": {"@type": "xsd:float"},
"cim:ExcAC6A.tk": {"@type": "xsd:float"},
"cim:ExcAC6A.vamax": {"@type": "xsd:float"},
"cim:ExcAC6A.vamin": {"@type": "xsd:float"},
"cim:ExcAC6A.ve1": {"@type": "xsd:float"},
"cim:ExcAC6A.ve2": {"@type": "xsd:float"},
"cim:ExcAC6A.vfelim": {"@type": "xsd:float"},
"cim:ExcAC6A.vhmax": {"@type": "xsd:float"},
"cim:ExcAC6A.vrmax": {"@type": "xsd:float"},
"cim:ExcAC6A.vrmin": {"@type": "xsd:float"},
"cim:ExcAC8B.inlim": {"@type": "xsd:boolean"},
"cim:ExcAC8B.ka": {"@type": "xsd:float"},
"cim:ExcAC8B.kc": {"@type": "xsd:float"},
"cim:ExcAC8B.kd": {"@type": "xsd:float"},
"cim:ExcAC8B.kdr": {"@type": "xsd:float"},
"cim:ExcAC8B.ke": {"@type": "xsd:float"},
"cim:ExcAC8B.kir": {"@type": "xsd:float"},
"cim:ExcAC8B.kpr": {"@type": "xsd:float"},
"cim:ExcAC8B.ks": {"@type": "xsd:float"},
"cim:ExcAC8B.pidlim": {"@type": "xsd:boolean"},
"cim:ExcAC8B.seve1": {"@type": "xsd:float"},
"cim:ExcAC8B.seve2": {"@type": "xsd:float"},
"cim:ExcAC8B.ta": {"@type": "xsd:float"},
"cim:ExcAC8B.tdr": {"@type": "xsd:float"},
"cim:ExcAC8B.te": {"@type": "xsd:float"},
"cim:ExcAC8B.telim": {"@type": "xsd:boolean"},
"cim:ExcAC8B.ve1": {"@type": "xsd:float"},
"cim:ExcAC8B.ve2": {"@type": "xsd:float"},
"cim:ExcAC8B.vemin": {"@type": "xsd:float"},
"cim:ExcAC8B.vfemax": {"@type": "xsd:float"},
"cim:ExcAC8B.vimax": {"@type": "xsd:float"},
"cim:ExcAC8B.vimin": {"@type": "xsd:float"},
"cim:ExcAC8B.vpidmax": {"@type": "xsd:float"},
"cim:ExcAC8B.vpidmin": {"@type": "xsd:float"},
"cim:ExcAC8B.vrmax": {"@type": "xsd:float"},
"cim:ExcAC8B.vrmin": {"@type": "xsd:float"},
"cim:ExcAC8B.vtmult": {"@type": "xsd:boolean"},
"cim:ExcANS.blint": {"@type": "xsd:integer"},
"cim:ExcANS.ifmn": {"@type": "xsd:float"},
"cim:ExcANS.ifmx": {"@type": "xsd:float"},
"cim:ExcANS.k2": {"@type": "xsd:float"},
"cim:ExcANS.k3": {"@type": "xsd:float"},
"cim:ExcANS.kce": {"@type": "xsd:float"},
"cim:ExcANS.krvecc": {"@type": "xsd:integer"},
"cim:ExcANS.kvfif": {"@type": "xsd:integer"},
"cim:ExcANS.t1": {"@type": "xsd:float"},
"cim:ExcANS.t2": {"@type": "xsd:float"},
"cim:ExcANS.t3": {"@type": "xsd:float"},
"cim:ExcANS.tb": {"@type": "xsd:float"},
"cim:ExcANS.vrmn": {"@type": "xsd:float"},
"cim:ExcANS.vrmx": {"@type": "xsd:float"},
"cim:ExcAVR1.e1": {"@type": "xsd:float"},
"cim:ExcAVR1.e2": {"@type": "xsd:float"},
"cim:ExcAVR1.ka": {"@type": "xsd:float"},
"cim:ExcAVR1.kf": {"@type": "xsd:float"},
"cim:ExcAVR1.se1": {"@type": "xsd:float"},
"cim:ExcAVR1.se2": {"@type": "xsd:float"},
"cim:ExcAVR1.ta": {"@type": "xsd:float"},
"cim:ExcAVR1.tb": {"@type": "xsd:float"},
"cim:ExcAVR1.te": {"@type": "xsd:float"},
"cim:ExcAVR1.tf": {"@type": "xsd:float"},
"cim:ExcAVR1.vrmn": {"@type": "xsd:float"},
"cim:ExcAVR1.vrmx": {"@type": "xsd:float"},
"cim:ExcAVR2.e1": {"@type": "xsd:float"},
"cim:ExcAVR2.e2": {"@type": "xsd:float"},
"cim:ExcAVR2.ka": {"@type": "xsd:float"},
"cim:ExcAVR2.kf": {"@type": "xsd:float"},
"cim:ExcAVR2.se1": {"@type": "xsd:float"},
"cim:ExcAVR2.se2": {"@type": "xsd:float"},
"cim:ExcAVR2.ta": {"@type": "xsd:float"},
"cim:ExcAVR2.tb": {"@type": "xsd:float"},
"cim:ExcAVR2.te": {"@type": "xsd:float"},
"cim:ExcAVR2.tf1": {"@type": "xsd:float"},
"cim:ExcAVR2.tf2": {"@type": "xsd:float"},
"cim:ExcAVR2.vrmn": {"@type": "xsd:float"},
"cim:ExcAVR2.vrmx": {"@type": "xsd:float"},
"cim:ExcAVR3.e1": {"@type": "xsd:float"},
"cim:ExcAVR3.e2": {"@type": "xsd:float"},
"cim:ExcAVR3.ka": {"@type": "xsd:float"},
"cim:ExcAVR3.se1": {"@type": "xsd:float"},
"cim:ExcAVR3.se2": {"@type": "xsd:float"},
"cim:ExcAVR3.t1": {"@type": "xsd:float"},
"cim:ExcAVR3.t2": {"@type": "xsd:float"},
"cim:ExcAVR3.t3": {"@type": "xsd:float"},
"cim:ExcAVR3.t4": {"@type": "xsd:float"},
"cim:ExcAVR3.te": {"@type": "xsd:float"},
"cim:ExcAVR3.vrmn": {"@type": "xsd:float"},
"cim:ExcAVR3.vrmx": {"@type": "xsd:float"},
"cim:ExcAVR4.imul": {"@type": "xsd:boolean"},
"cim:ExcAVR4.ka": {"@type": "xsd:float"},
"cim:ExcAVR4.ke": {"@type": "xsd:float"},
"cim:ExcAVR4.kif": {"@type": "xsd:float"},
"cim:ExcAVR4.t1": {"@type": "xsd:float"},
"cim:ExcAVR4.t1if": {"@type": "xsd:float"},
"cim:ExcAVR4.t2": {"@type": "xsd:float"},
"cim:ExcAVR4.t3": {"@type": "xsd:float"},
"cim:ExcAVR4.t4": {"@type": "xsd:float"},
"cim:ExcAVR4.tif": {"@type": "xsd:float"},
"cim:ExcAVR4.vfmn": {"@type": "xsd:float"},
"cim:ExcAVR4.vfmx": {"@type": "xsd:float"},
"cim:ExcAVR4.vrmn": {"@type": "xsd:float"},
"cim:ExcAVR4.vrmx": {"@type": "xsd:float"},
"cim:ExcAVR5.ka": {"@type": "xsd:float"},
"cim:ExcAVR5.rex": {"@type": "xsd:float"},
"cim:ExcAVR5.ta": {"@type": "xsd:float"},
"cim:ExcAVR7.a1": {"@type": "xsd:float"},
"cim:ExcAVR7.a2": {"@type": "xsd:float"},
"cim:ExcAVR7.a3": {"@type": "xsd:float"},
"cim:ExcAVR7.a4": {"@type": "xsd:float"},
"cim:ExcAVR7.a5": {"@type": "xsd:float"},
"cim:ExcAVR7.a6": {"@type": "xsd:float"},
"cim:ExcAVR7.k1": {"@type": "xsd:float"},
"cim:ExcAVR7.k3": {"@type": "xsd:float"},
"cim:ExcAVR7.k5": {"@type": "xsd:float"},
"cim:ExcAVR7.t1": {"@type": "xsd:float"},
"cim:ExcAVR7.t2": {"@type": "xsd:float"},
"cim:ExcAVR7.t3": {"@type": "xsd:float"},
"cim:ExcAVR7.t4": {"@type": "xsd:float"},
"cim:ExcAVR7.t5": {"@type": "xsd:float"},
"cim:ExcAVR7.t6": {"@type": "xsd:float"},
"cim:ExcAVR7.vmax1": {"@type": "xsd:float"},
"cim:ExcAVR7.vmax3": {"@type": "xsd:float"},
"cim:ExcAVR7.vmax5": {"@type": "xsd:float"},
"cim:ExcAVR7.vmin1": {"@type": "xsd:float"},
"cim:ExcAVR7.vmin3": {"@type": "xsd:float"},
"cim:ExcAVR7.vmin5": {"@type": "xsd:float"},
"cim:ExcBBC.efdmax": {"@type": "xsd:float"},
"cim:ExcBBC.efdmin": {"@type": "xsd:float"},
"cim:ExcBBC.k": {"@type": "xsd:float"},
"cim:ExcBBC.switch": {"@type": "xsd:boolean"},
"cim:ExcBBC.t1": {"@type": "xsd:float"},
"cim:ExcBBC.t2": {"@type": "xsd:float"},
"cim:ExcBBC.t3": {"@type": "xsd:float"},
"cim:ExcBBC.t4": {"@type": "xsd:float"},
"cim:ExcBBC.vrmax": {"@type": "xsd:float"},
"cim:ExcBBC.vrmin": {"@type": "xsd:float"},
"cim:ExcBBC.xe": {"@type": "xsd:float"},
"cim:ExcCZ.efdmax": {"@type": "xsd:float"},
"cim:ExcCZ.efdmin": {"@type": "xsd:float"},
"cim:ExcCZ.ka": {"@type": "xsd:float"},
"cim:ExcCZ.ke": {"@type": "xsd:float"},
"cim:ExcCZ.kp": {"@type": "xsd:float"},
"cim:ExcCZ.ta": {"@type": "xsd:float"},
"cim:ExcCZ.tc": {"@type": "xsd:float"},
"cim:ExcCZ.te": {"@type": "xsd:float"},
"cim:ExcCZ.vrmax": {"@type": "xsd:float"},
"cim:ExcCZ.vrmin": {"@type": "xsd:float"},
"cim:ExcDC1A.efd1": {"@type": "xsd:float"},
"cim:ExcDC1A.efd2": {"@type": "xsd:float"},
"cim:ExcDC1A.efdmax": {"@type": "xsd:float"},
"cim:ExcDC1A.efdmin": {"@type": "xsd:float"},
"cim:ExcDC1A.exclim": {"@type": "xsd:boolean"},
"cim:ExcDC1A.ka": {"@type": "xsd:float"},
"cim:ExcDC1A.ke": {"@type": "xsd:float"},
"cim:ExcDC1A.kf": {"@type": "xsd:float"},
"cim:ExcDC1A.ks": {"@type": "xsd:float"},
"cim:ExcDC1A.seefd1": {"@type": "xsd:float"},
"cim:ExcDC1A.seefd2": {"@type": "xsd:float"},
"cim:ExcDC1A.ta": {"@type": "xsd:float"},
"cim:ExcDC1A.tb": {"@type": "xsd:float"},
"cim:ExcDC1A.tc": {"@type": "xsd:float"},
"cim:ExcDC1A.te": {"@type": "xsd:float"},
"cim:ExcDC1A.tf": {"@type": "xsd:float"},
"cim:ExcDC1A.vrmax": {"@type": "xsd:float"},
"cim:ExcDC1A.vrmin": {"@type": "xsd:float"},
"cim:ExcDC2A.efd1": {"@type": "xsd:float"},
"cim:ExcDC2A.efd2": {"@type": "xsd:float"},
"cim:ExcDC2A.exclim": {"@type": "xsd:boolean"},
"cim:ExcDC2A.ka": {"@type": "xsd:float"},
"cim:ExcDC2A.ke": {"@type": "xsd:float"},
"cim:ExcDC2A.kf": {"@type": "xsd:float"},
"cim:ExcDC2A.ks": {"@type": "xsd:float"},
"cim:ExcDC2A.seefd1": {"@type": "xsd:float"},
"cim:ExcDC2A.seefd2": {"@type": "xsd:float"},
"cim:ExcDC2A.ta": {"@type": "xsd:float"},
"cim:ExcDC2A.tb": {"@type": "xsd:float"},
"cim:ExcDC2A.tc": {"@type": "xsd:float"},
"cim:ExcDC2A.te": {"@type": "xsd:float"},
"cim:ExcDC2A.tf": {"@type": "xsd:float"},
"cim:ExcDC2A.tf1": {"@type": "xsd:float"},
"cim:ExcDC2A.vrmax": {"@type": "xsd:float"},
"cim:ExcDC2A.vrmin": {"@type": "xsd:float"},
"cim:ExcDC2A.vtlim": {"@type": "xsd:boolean"},
"cim:ExcDC3A.efd1": {"@type": "xsd:float"},
"cim:ExcDC3A.efd2": {"@type": "xsd:float"},
"cim:ExcDC3A.efdlim": {"@type": "xsd:boolean"},
"cim:ExcDC3A.efdmax": {"@type": "xsd:float"},
"cim:ExcDC3A.efdmin": {"@type": "xsd:float"},
"cim:ExcDC3A.exclim": {"@type": "xsd:boolean"},
"cim:ExcDC3A.ke": {"@type": "xsd:float"},
"cim:ExcDC3A.kr": {"@type": "xsd:float"},
"cim:ExcDC3A.ks": {"@type": "xsd:float"},
"cim:ExcDC3A.kv": {"@type": "xsd:float"},
"cim:ExcDC3A.seefd1": {"@type": "xsd:float"},
"cim:ExcDC3A.seefd2": {"@type": "xsd:float"},
"cim:ExcDC3A.te": {"@type": "xsd:float"},
"cim:ExcDC3A.trh": {"@type": "xsd:float"},
"cim:ExcDC3A.vrmax": {"@type": "xsd:float"},
"cim:ExcDC3A.vrmin": {"@type": "xsd:float"},
"cim:ExcDC3A1.exclim": {"@type": "xsd:boolean"},
"cim:ExcDC3A1.ka": {"@type": "xsd:float"},
"cim:ExcDC3A1.ke": {"@type": "xsd:float"},
"cim:ExcDC3A1.kf": {"@type": "xsd:float"},
"cim:ExcDC3A1.ki": {"@type": "xsd:float"},
"cim:ExcDC3A1.kp": {"@type": "xsd:float"},
"cim:ExcDC3A1.ta": {"@type": "xsd:float"},
"cim:ExcDC3A1.te": {"@type": "xsd:float"},
"cim:ExcDC3A1.tf": {"@type": "xsd:float"},
"cim:ExcDC3A1.vb1max": {"@type": "xsd:float"},
"cim:ExcDC3A1.vblim": {"@type": "xsd:boolean"},
"cim:ExcDC3A1.vbmax": {"@type": "xsd:float"},
"cim:ExcDC3A1.vrmax": {"@type": "xsd:float"},
"cim:ExcDC3A1.vrmin": {"@type": "xsd:float"},
"cim:ExcELIN1.dpnf": {"@type": "xsd:float"},
"cim:ExcELIN1.efmax": {"@type": "xsd:float"},
"cim:ExcELIN1.efmin": {"@type": "xsd:float"},
"cim:ExcELIN1.ks1": {"@type": "xsd:float"},
"cim:ExcELIN1.ks2": {"@type": "xsd:float"},
"cim:ExcELIN1.smax": {"@type": "xsd:float"},
"cim:ExcELIN1.tfi": {"@type": "xsd:float"},
"cim:ExcELIN1.tnu": {"@type": "xsd:float"},
"cim:ExcELIN1.ts1": {"@type": "xsd:float"},
"cim:ExcELIN1.ts2": {"@type": "xsd:float"},
"cim:ExcELIN1.tsw": {"@type": "xsd:float"},
"cim:ExcELIN1.vpi": {"@type": "xsd:float"},
"cim:ExcELIN1.vpnf": {"@type": "xsd:float"},
"cim:ExcELIN1.vpu": {"@type": "xsd:float"},
"cim:ExcELIN1.xe": {"@type": "xsd:float"},
"cim:ExcELIN2.efdbas": {"@type": "xsd:float"},
"cim:ExcELIN2.iefmax": {"@type": "xsd:float"},
"cim:ExcELIN2.iefmax2": {"@type": "xsd:float"},
"cim:ExcELIN2.iefmin": {"@type": "xsd:float"},
"cim:ExcELIN2.k1": {"@type": "xsd:float"},
"cim:ExcELIN2.k1ec": {"@type": "xsd:float"},
"cim:ExcELIN2.k2": {"@type": "xsd:float"},
"cim:ExcELIN2.k3": {"@type": "xsd:float"},
"cim:ExcELIN2.k4": {"@type": "xsd:float"},
"cim:ExcELIN2.kd1": {"@type": "xsd:float"},
"cim:ExcELIN2.ke2": {"@type": "xsd:float"},
"cim:ExcELIN2.ketb": {"@type": "xsd:float"},
"cim:ExcELIN2.pid1max": {"@type": "xsd:float"},
"cim:ExcELIN2.seve1": {"@type": "xsd:float"},
"cim:ExcELIN2.seve2": {"@type": "xsd:float"},
"cim:ExcELIN2.tb1": {"@type": "xsd:float"},
"cim:ExcELIN2.te": {"@type": "xsd:float"},
"cim:ExcELIN2.te2": {"@type": "xsd:float"},
"cim:ExcELIN2.ti1": {"@type": "xsd:float"},
"cim:ExcELIN2.ti3": {"@type": "xsd:float"},
"cim:ExcELIN2.ti4": {"@type": "xsd:float"},
"cim:ExcELIN2.tr4": {"@type": "xsd:float"},
"cim:ExcELIN2.upmax": {"@type": "xsd:float"},
"cim:ExcELIN2.upmin": {"@type": "xsd:float"},
"cim:ExcELIN2.ve1": {"@type": "xsd:float"},
"cim:ExcELIN2.ve2": {"@type": "xsd:float"},
"cim:ExcELIN2.xp": {"@type": "xsd:float"},
"cim:ExcHU.ae": {"@type": "xsd:float"},
"cim:ExcHU.ai": {"@type": "xsd:float"},
"cim:ExcHU.atr": {"@type": "xsd:float"},
"cim:ExcHU.emax": {"@type": "xsd:float"},
"cim:ExcHU.emin": {"@type": "xsd:float"},
"cim:ExcHU.imax": {"@type": "xsd:float"},
"cim:ExcHU.imin": {"@type": "xsd:float"},
"cim:ExcHU.ke": {"@type": "xsd:float"},
"cim:ExcHU.ki": {"@type": "xsd:float"},
"cim:ExcHU.te": {"@type": "xsd:float"},
"cim:ExcHU.ti": {"@type": "xsd:float"},
"cim:ExcHU.tr": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.kd": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.seve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.seve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.te": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.tf": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.vamax": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.vamin": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.ve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.ve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC1A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.kb": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.kd": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.kh": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.seve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.seve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.te": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.tf": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.vamax": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.vamin": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.ve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.ve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.vfemax": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC2A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.efdn": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.kd": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.kn": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.kr": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.seve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.seve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.te": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.tf": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.vamax": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.vamin": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.ve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.ve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.vemin": {"@type": "xsd:float"},
"cim:ExcIEEEAC3A.vfemax": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.vimax": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.vimin": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC4A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.efd1": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.efd2": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.seefd1": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.seefd2": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.te": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.tf1": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.tf2": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.tf3": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC5A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.kd": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.kh": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.seve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.seve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.te": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.th": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.tj": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.tk": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.vamax": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.vamin": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.ve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.ve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.vfelim": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.vhmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC6A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kc": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kd": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kdr": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.ke": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kf1": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kf2": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kf3": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kia": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kir": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kl": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kp": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kpa": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.kpr": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.seve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.seve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.tdr": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.te": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.tf": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.vamax": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.vamin": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.ve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.ve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.vemin": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.vfemax": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC7B.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.ka": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.kc": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.kd": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.kdr": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.ke": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.kir": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.kpr": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.seve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.seve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.ta": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.tdr": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.te": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.ve1": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.ve2": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.vemin": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.vfemax": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEAC8B.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.efd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.efd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.exclim": {"@type": "xsd:boolean"},
"cim:ExcIEEEDC1A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.seefd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.seefd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.te": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.tf": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.uelin": {"@type": "xsd:boolean"},
"cim:ExcIEEEDC1A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEDC1A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.efd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.efd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.exclim": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.seefd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.seefd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.te": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.tf": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.uelin": {"@type": "xsd:boolean"},
"cim:ExcIEEEDC2A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEDC2A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.efd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.efd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.exclim": {"@type": "xsd:boolean"},
"cim:ExcIEEEDC3A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.kv": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.seefd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.seefd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.te": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.trh": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEDC3A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.efd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.efd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.ka": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.kd": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.ke": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.kf": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.ki": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.kp": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.oelin": {"@type": "xsd:boolean"},
"cim:ExcIEEEDC4B.seefd1": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.seefd2": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.ta": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.td": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.te": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.tf": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.uelin": {"@type": "xsd:boolean"},
"cim:ExcIEEEDC4B.vemin": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEDC4B.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.ilr": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.klr": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.pssin": {"@type": "xsd:boolean"},
"cim:ExcIEEEST1A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.tb": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.tb1": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.tc": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.tc1": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.tf": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.uelin": {"@type": "@id"},
"cim:ExcIEEEST1A.vamax": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.vamin": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.vimax": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.vimin": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEST1A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.efdmax": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.ke": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.kf": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.ki": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.kp": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.ta": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.te": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.tf": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.uelin": {"@type": "xsd:boolean"},
"cim:ExcIEEEST2A.vrmax": {"@type": "xsd:float"},
"cim:ExcIEEEST2A.vrmin": {"@type": "xsd:float"},
"cim:ExcIEEEST3A.ka": {"@type": "xsd:float"},
"cim:ExcIEEEST3A.kc": {"@type": "xsd:float"},
"cim:ExcIEEEST3A.kg": {"@type": "xsd:float"},
"cim:ExcIEEEST3A.ki": {"@type": "xsd:float"},
"cim:ExcIEEEST3A.km": {"@type": "xsd:float"},
"cim:ExcIEEEST3A.kp": {"@type": "xsd:float"},
"cim:ExcIEEEST3A.ta": {"@type": "xsd:float"},