-
Notifications
You must be signed in to change notification settings - Fork 3
/
IEC_61970_UANodeSetB1.xml
8391 lines (8391 loc) · 444 KB
/
IEC_61970_UANodeSetB1.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<UANodeSet xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd" xmlns:my="http://www.iec.ch/61850/2003/SCL" xmlns:s0="http://sample.com/Types" xmlns:s1="http://sample.com/Instances" xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd C:/Users/Administrator/Desktop/John/UANodeSet.xsd">
<NamespaceUris>
<Uri>http://sample.com/Instances</Uri>
<Uri>http://sample.com/Types</Uri>
</NamespaceUris>
<Aliases>
<Alias Alias="Boolean">i=1</Alias>
<Alias Alias="SByte">i=2</Alias>
<Alias Alias="Byte">i=3</Alias>
<Alias Alias="Int16">i=4</Alias>
<Alias Alias="UInt16">i=5</Alias>
<Alias Alias="Int32">i=6</Alias>
<Alias Alias="UInt32">i=7</Alias>
<Alias Alias="Int64">i=8</Alias>
<Alias Alias="UInt64">i=9</Alias>
<Alias Alias="Float">i=10</Alias>
<Alias Alias="Double">i=11</Alias>
<Alias Alias="DateTime">i=13</Alias>
<Alias Alias="String">i=12</Alias>
<Alias Alias="Guid">i=14</Alias>
<Alias Alias="ByteString">i=15</Alias>
<Alias Alias="XmlElement">i=16</Alias>
<Alias Alias="NodeId">i=17</Alias>
<Alias Alias="ExpandedNodeId">i=18</Alias>
<Alias Alias="StatusCode">i=19</Alias>
<Alias Alias="QualifiedName">i=20</Alias>
<Alias Alias="LocalizedText">i=21</Alias>
<Alias Alias="Structure">i=22</Alias>
<Alias Alias="Number">i=26</Alias>
<Alias Alias="Integer">i=27</Alias>
<Alias Alias="UInteger">i=28</Alias>
<Alias Alias="HasChild">i=34</Alias>
<Alias Alias="Organizes">i=35</Alias>
<Alias Alias="HasEventSource">i=36</Alias>
<Alias Alias="HasModellingRule">i=37</Alias>
<Alias Alias="HasEncoding">i=38</Alias>
<Alias Alias="HasDescription">i=39</Alias>
<Alias Alias="HasTypeDefinition">i=40</Alias>
<Alias Alias="HasSubtype">i=45</Alias>
<Alias Alias="HasProperty">i=46</Alias>
<Alias Alias="HasComponent">i=47</Alias>
<Alias Alias="HasNotifier">i=48</Alias>
<Alias Alias="FolderType">i=58</Alias>
<Alias Alias="ObjectFolder">i=85</Alias>
<Alias Alias="TypeFolder">i=86</Alias>
<Alias Alias="ObjectTypes">i=88</Alias>
</Aliases>
<UAObjectType NodeId="ns=1;s=Base CIM Class" BrowseName="1:Base CIM Class">
<DisplayName>IEC 61970 BaseCIM Class</DisplayName>
<Description>IEC 61970 Base CIM Class</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=Base CIM Property" BrowseName="1:Base CIM Property">
<DisplayName>IEC 61970 BaseCIM Property</DisplayName>
<Description>IEC 61970 Base CIM Property</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=68</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Base CIM Data Variable" BrowseName="1:Base CIM Data Variable" DataType="i=12" ValueRank="-2">
<DisplayName>IEC 61970 BaseCIM Data Variable</DisplayName>
<Description>IEC 61970 Base CIM Data Variable</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=63</Reference>
</References>
</UAVariableType>
<UAReferenceType NodeId="ns=1;s=Base CIM Reference" BrowseName="1:Base CIM Reference" IsAbstract="true" Symmetric="false">
<DisplayName>IEC 61970 Base CIM Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">i=32</Reference>
</References>
<InverseName>IEC 61970 ReferencedBy</InverseName>
</UAReferenceType>
<UAObjectType NodeId="ns=1;s=IDO" BrowseName="1:IDO">
<DisplayName>IEC 61970 Identified Object Object Type</DisplayName>
<Description>IEC 61970 Identified Object Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Class</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=IdentifiedObject.aliasName" BrowseName="1:IdentifiedObject.aliasName">
<DisplayName>IEC 61970 IdentifiedObject.aliasName Property Type</DisplayName>
<Description>IEC 61970 IdentifiedObject.aliasName Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAVariableType>
<UAObjectType NodeId="ns=1;s=PSR" BrowseName="1:PSR">
<DisplayName>IEC 61970 Power System Resource Object Object Type</DisplayName>
<Description>IEC 61970 Power System Resource Object Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAObjectType NodeId="ns=1;s=Se" BrowseName="1:Se">
<DisplayName>IEC 61970 Season Object Type</DisplayName>
<Description>IEC 61970 Season Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=Season.startDate" BrowseName="1:Season.startDate">
<DisplayName>IEC 61970 Season.startDate Property Type</DisplayName>
<Description>IEC 61970 Switch.startDate Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=Se</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Season.endDate" BrowseName="1:Season.endDate">
<DisplayName>IEC 61970 Season.endDate Property Type</DisplayName>
<Description>IEC 61970 Switch.endDate Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=Se</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Season.name" BrowseName="1:Season.name">
<DisplayName>IEC 61970 Season.name Property Type</DisplayName>
<Description>IEC 61970 Switch.name Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=Se</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=Ses" BrowseName="1:Ses">
<DisplayName>IEC 61970 Seasons</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=DT" BrowseName="1:DT">
<DisplayName>IEC 61970 Day Type Object Type</DisplayName>
<Description>IEC 61970 Day Type Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAObject NodeId="ns=1;s=DTs" BrowseName="1:DTs">
<DisplayName>IEC 61970 Day Types</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=GR" BrowseName="1:GR">
<DisplayName>IEC 61970 Geographical Region Object Type</DisplayName>
<Description>IEC 61970 Geographical Region Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAObject NodeId="ns=1;s=GRs" BrowseName="1:GRs">
<DisplayName>IEC 61970 Geographical Regions</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=SGR" BrowseName="1:SGR">
<DisplayName>IEC 61970 Sub Geographical Region Object Type</DisplayName>
<Description>IEC 61970 Sub Geographical Region Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=SubGeographicalRegion.Region" BrowseName="1:SubGeographicalRegion.Region" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 SubGeographicalRegion.Region Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>Region.SubGeographicalRegion</InverseName>
</UAReferenceType>
<UAObject NodeId="ns=1;s=SGRs" BrowseName="1:SGRs">
<DisplayName>IEC 61970 Sub Geographical Region</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=RM" BrowseName="1:RM">
<DisplayName>IEC 61970 Rotating Machine Object Type</DisplayName>
<Description>IEC 61970 Rotating Machine Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=CE</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=RotatingMachine.GeneratingUnit" BrowseName="1:RotatingMachine.GeneratingUnit" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 RotatingMachine.GeneratingUnit Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>GeneratingUnit.RotatingMachine</InverseName>
</UAReferenceType>
<UAVariableType NodeId="ns=1;s=RotatingMachine.ratedS" BrowseName="1:RotatingMachine.ratedS">
<DisplayName>IEC 61970 RotatingMachine.ratedS Property Type</DisplayName>
<Description>IEC 61970 RotatingMachine.ratedS Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=RM</Reference>
</References>
</UAVariableType>
<UAObjectType NodeId="ns=1;s=SM" BrowseName="1:SM">
<DisplayName>IEC 61970 Synchronous Machine Object Type</DisplayName>
<Description>IEC 61970 Synchronous Machine Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=RM</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.maxQ" BrowseName="1:SynchronousMachine.maxQ">
<DisplayName>IEC 61970 SynchronousMachine.maxQ Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.maxQ Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.minQ" BrowseName="1:SynchronousMachine.minQ">
<DisplayName>IEC 61970 SynchronousMachine.minQ Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.minQ Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.r" BrowseName="1:SynchronousMachine.r">
<DisplayName>IEC 61970 SynchronousMachine.r Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.r Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.r0" BrowseName="1:SynchronousMachine.r0">
<DisplayName>IEC 61970 SynchronousMachine.r0 Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.r0 Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.r2" BrowseName="1:SynchronousMachine.r2">
<DisplayName>IEC 61970 SynchronousMachine.r2 Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.r2 Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.x" BrowseName="1:SynchronousMachine.x">
<DisplayName>IEC 61970 SynchronousMachine.x Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.x Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.x0" BrowseName="1:SynchronousMachine.x0">
<DisplayName>IEC 61970 SynchronousMachine.x0 Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.x0 Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.x2" BrowseName="1:SynchronousMachine.x2">
<DisplayName>IEC 61970 SynchronousMachine.x2 Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.x2 Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.operatingMode" BrowseName="1:SynchronousMachine.operatingMode">
<DisplayName>IEC 61970 SynchronousMachine.operatingMode Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.operatingMode Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.type" BrowseName="1:SynchronousMachine.type">
<DisplayName>IEC 61970 SynchronousMachine.type Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.type Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=SynchronousMachine.referencePriority" BrowseName="1:SynchronousMachine.referencePriority">
<DisplayName>IEC 61970 SynchronousMachine.referencePriority Property Type</DisplayName>
<Description>IEC 61970 SynchronousMachine.referencePriority Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=SM</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=SMs" BrowseName="1:SMs">
<DisplayName>IEC 61970 Synchronous Machines</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=GU" BrowseName="1:GU">
<DisplayName>IEC 61970 Generating Unit Object Type</DisplayName>
<Description>IEC 61970 Generating Unit Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=PSR</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=GeneratingUnit.genControlSource" BrowseName="1:GeneratingUnit.genControlSource">
<DisplayName>IEC 61970 GeneratingUnit.genControlSource Property Type</DisplayName>
<Description>IEC 61970 GeneratingUnit.genControlSource Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=GU</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=GeneratingUnit.initialP" BrowseName="1:GeneratingUnit.initialP">
<DisplayName>IEC 61970 GeneratingUnit.initialP Property Type</DisplayName>
<Description>IEC 61970 GeneratingUnit.initialP Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=GU</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=GeneratingUnit.nominalP" BrowseName="1:GeneratingUnit.nominalP">
<DisplayName>IEC 61970 GeneratingUnit.nominalP Property Type</DisplayName>
<Description>IEC 61970 GeneratingUnit.nominalP Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=GU</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=GeneratingUnit.maxOperatingP" BrowseName="1:GeneratingUnit.maxOperatingP">
<DisplayName>IEC 61970 GeneratingUnit.maxOperatingP Property Type</DisplayName>
<Description>IEC 61970 GeneratingUnit.maxOperatingP Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=GU</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=GeneratingUnit.minOperatingP" BrowseName="1:GeneratingUnit.minOperatingP">
<DisplayName>IEC 61970 GeneratingUnit.minOperatingP Property Type</DisplayName>
<Description>IEC 61970 GeneratingUnit.minOperatingP Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=GU</Reference>
</References>
</UAVariableType>
<UAObjectType NodeId="ns=1;s=HGU" BrowseName="1:HGU">
<DisplayName>IEC 61970 Hydro Generating Unit Object Type</DisplayName>
<Description>IEC 61970 Hydro Generating Unit Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=GU</Reference>
</References>
</UAObjectType>
<UAObject NodeId="ns=1;s=HGUs" BrowseName="1:HGUs">
<DisplayName>IEC 61970 Hydro Generating Units</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=BV" BrowseName="1:BV">
<DisplayName>IEC 61970 Base Voltage Object Type</DisplayName>
<Description>IEC 61970 Base Voltage Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=PSR</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=BaseVoltage.nominalVoltage" BrowseName="1:BaseVoltage.nominalVoltage">
<DisplayName>IEC 61970 BaseVoltage.nominalVoltage Property Type</DisplayName>
<Description>IEC 61970BaseVoltage.nominalVoltage Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=BV</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=BVs" BrowseName="1:BVs">
<DisplayName>IEC 61970 Base Voltages</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=Li" BrowseName="1:Li">
<DisplayName>IEC 61970 Line Object Type</DisplayName>
<Description>IEC 61970 Line Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=CE</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=Line.Region" BrowseName="1:Line.Region" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 Line.Region Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>Region.Line</InverseName>
</UAReferenceType>
<UAObject NodeId="ns=1;s=Lis" BrowseName="1:Lis">
<DisplayName>IEC 61970 Lines</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=Eq" BrowseName="1:Eq">
<DisplayName>IEC 61970 Equipment Object Type</DisplayName>
<Description>IEC 61970 Equipment Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=PSR</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=Equipment.EquipmentContainer" BrowseName="1:Equipment.EquipmentContainer" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 Equipment.EquipmentContainer Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>EquipmentContainer.Equipment</InverseName>
</UAReferenceType>
<UAObjectType NodeId="ns=1;s=CE" BrowseName="1:CE">
<DisplayName>IEC 61970 Conducting Equipment Object Type</DisplayName>
<Description>IEC 61970 Conducting Equipment Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Eq</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=ConductingEquipment.BaseVoltage" BrowseName="1:ConductingEquipment.BaseVoltage" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 ConductingEquipment.BaseVoltage Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>BaseVoltage.ConductingEquipment</InverseName>
</UAReferenceType>
<UAObjectType NodeId="ns=1;s=Co" BrowseName="1:Co">
<DisplayName>IEC 61970 Conductor Object Type</DisplayName>
<Description>IEC 61970 Conductor Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=CE</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=Conductor.length" BrowseName="1:Conductor.length">
<DisplayName>IEC 61970 Conductor.length Property Type</DisplayName>
<Description>IEC 61970 Conductor.length Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=Co</Reference>
</References>
</UAVariableType>
<UAObjectType NodeId="ns=1;s=LS" BrowseName="1:LS">
<DisplayName>IEC 61970 AC Line Segment Object Type</DisplayName>
<Description>IEC 61970 AC Line Segment Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Co</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.gch" BrowseName="1:ACLineSegment.gch">
<DisplayName>IEC 61970 ACLineSegment.gch Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.gch Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.g0ch" BrowseName="1:ACLineSegment.g0ch">
<DisplayName>IEC 61970 ACLineSegment.g0ch Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.g0ch Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.bch" BrowseName="1:ACLineSegment.bch">
<DisplayName>IEC 61970 ACLineSegment.bch Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.bch Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.b0ch" BrowseName="1:ACLineSegment.b0ch">
<DisplayName>IEC 61970 ACLineSegment.b0ch Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.b0ch Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.r" BrowseName="1:ACLineSegment.r">
<DisplayName>IEC 61970 ACLineSegment.r Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.r Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.r0" BrowseName="1:ACLineSegment.r0">
<DisplayName>IEC 61970 ACLineSegment.r0 Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.r0 Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.x" BrowseName="1:ACLineSegment.x">
<DisplayName>IEC 61970 ACLineSegment.x Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.x Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=ACLineSegment.x0" BrowseName="1:ACLineSegment.x0">
<DisplayName>IEC 61970 ACLineSegment.x0 Property Type</DisplayName>
<Description>IEC 61970 ACLineSegment.x0 Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=LS</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=LSs" BrowseName="1:LSs">
<DisplayName>IEC 61970 AC Line Segments</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=BBS" BrowseName="1:BBS">
<DisplayName>IEC 61970 BusbarSection Object Type</DisplayName>
<Description>IEC 61970 BusbarSection Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=CE</Reference>
</References>
</UAObjectType>
<UAObject NodeId="ns=1;s=BBSs" BrowseName="1:BBSs">
<DisplayName>IEC 61970 Busbar Sections</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=Sw" BrowseName="1:Sw">
<DisplayName>IEC 61970 Switch Object Type</DisplayName>
<Description>IEC 61970 Switch Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=CE</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=Switch.ratedCurrent" BrowseName="1:Switch.ratedCurrent">
<DisplayName>IEC 61970 Switch.ratedCurrent Property Type</DisplayName>
<Description>IEC 61970 Switch.ratedCurrent Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=Sw</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Switch.normallyOpen" BrowseName="1:Switch.normallyOpen">
<DisplayName>IEC 61970 Switch.normallyOpen Property Type</DisplayName>
<Description>IEC 61970 Switch.normallyOpen Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=Sw</Reference>
</References>
</UAVariableType>
<UAObjectType NodeId="ns=1;s=Br" BrowseName="1:Br">
<DisplayName>IEC 61970 Breaker Object Type</DisplayName>
<Description>IEC 61970 Breaker Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Sw</Reference>
</References>
</UAObjectType>
<UAObject NodeId="ns=1;s=Brs" BrowseName="1:Brs">
<DisplayName>IEC 61970 Breakers</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=CN" BrowseName="1:CN">
<DisplayName>IEC 61970 Connectivity Node Object Type</DisplayName>
<Description>IEC 61970 Connectivity Node Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=ConnectivityNode.ConnectivityNodeContainer" BrowseName="1:ConnectivityNode.ConnectivityNodeContainer" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 ConnectivityNode.ConnectivityNodeContainer Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>ConnectivityNodeContainer.ConnectivityNode</InverseName>
</UAReferenceType>
<UAObject NodeId="ns=1;s=CNs" BrowseName="1:CNs">
<DisplayName>IEC 61970 Connectivity Nodes</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=Te" BrowseName="1:Te">
<DisplayName>IEC 61970 Terminal Object Type</DisplayName>
<Description>IEC 61970 Terminal Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=Terminal.ConductingEquipment" BrowseName="1:Terminal.ConductingEquipment" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 Terminal.ConductingEquipment Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>ConductingEquipment.Terminal</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="ns=1;s=Terminal.ConnectivityNode" BrowseName="1:Terminal.ConnectivityNode" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 Terminal.ConnectivityNode Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>ConnectivityNode.Terminal</InverseName>
</UAReferenceType>
<UAVariableType NodeId="ns=1;s=Terminal.sequenceNumber" BrowseName="1:Terminal.sequenceNumber">
<DisplayName>IEC 61970 Terminal.sequenceNumber Property Type</DisplayName>
<Description>IEC 61970 Terminal.sequenceNumber Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=Te</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=Tes" BrowseName="1:Tes">
<DisplayName>IEC 61970 Terminals</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=OLT" BrowseName="1:OLT">
<DisplayName>IEC 61970 Operational Limit Type Object Type</DisplayName>
<Description>IEC 61970 Operational Limit Type Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=OperationalLimitType.direction" BrowseName="1:OperationalLimitType.direction">
<DisplayName>IEC 61970 OperationalLimitType.direction Property Type</DisplayName>
<Description>IEC OperationalLimitType.direction Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=OLT</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=OperationalLimitType.acceptableDuration" BrowseName="1:OperationalLimitType.acceptableDuration">
<DisplayName>IEC 61970 OperationalLimitType.acceptableDuration Property Type</DisplayName>
<Description>IEC OperationalLimitType.acceptableDuration Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=OLT</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=OLTs" BrowseName="1:OLTs">
<DisplayName>IEC 61970 Operational Limit Types</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=RPL" BrowseName="1:RPL">
<DisplayName>IEC 61970 Active (Real) Power Limit Object Type</DisplayName>
<Description>IEC 61970 Active (Real) Power Limit Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=ActivePowerLimit.OperationalLimitType" BrowseName="1:ActivePowerLimit.OperationalLimitType" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 ActivePowerLimit.OperationalLimitType Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>OperationalLimitType.ActivePowerLimit</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="ns=1;s=ActivePowerLimit.OperationalLimitSet" BrowseName="1:ActivePowerLimit.OperationalLimitSet" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 ActivePowerLimit.OperationalLimitSet Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>OperationalLimitSet.ActivePowerLimit</InverseName>
</UAReferenceType>
<UAVariableType NodeId="ns=1;s=ActivePowerLimit.value" BrowseName="1:ActivePowerLimit.value">
<DisplayName>IEC 61970 ActivePowerLimit.value Property Type</DisplayName>
<Description>IEC 61970 ActivePowerLimit.value Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=RM</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=RPLs" BrowseName="1:RPLs">
<DisplayName>IEC 61970 Active (Real) Power Limits</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=APL" BrowseName="1:APL">
<DisplayName>IEC 61970 Apparent Power Limit Object Type</DisplayName>
<Description>IEC 61970 Apparent Power Limit Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=OperationalLimit.OperationalLimitType" BrowseName="1:OperationalLimit.OperationalLimitType" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 OperationalLimit.OperationalLimitType Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>OperationalLimitType.OperationalLimit</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="ns=1;s=OperationalLimit.OperationalLimitSet" BrowseName="1:OperationalLimit.OperationalLimitSet" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 OperationalLimit.OperationalLimitSet Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>OperationalLimitSet.OperationalLimit</InverseName>
</UAReferenceType>
<UAVariableType NodeId="ns=1;s=ApparentPowerLimit.value" BrowseName="1:ApparentPowerLimit.value">
<DisplayName>IEC 61970 ApparentPowerLimit.value Property Type</DisplayName>
<Description>IEC 61970 ApparentPowerLimit.value Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=RM</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=APLs" BrowseName="1:APLs">
<DisplayName>IEC 61970 Apparent Power Limits</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=M" BrowseName="1:M">
<DisplayName>IEC 61970 Measurement Object Type</DisplayName>
<Description>IEC 61970 Measurement Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=Measurement.PowerSystemResource" BrowseName="1:Measurement.PowerSystemResource" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 Measurement.PowerSystemResource Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>PowerSystemResource.Measurement</InverseName>
</UAReferenceType>
<UAReferenceType NodeId="ns=1;s=Measurement.Terminal" BrowseName="1:Measurement.Terminal" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 Measurement.Terminal Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>Terminal.Measurement</InverseName>
</UAReferenceType>
<UAVariableType NodeId="ns=1;s=Measurement.measurementType" BrowseName="1:Measurement.measurementType">
<DisplayName>IEC 61970 Measurement.measurementType Property Type</DisplayName>
<Description>IEC 61970 Measurement.measurementType Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=M</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Measurement.unitSymbol" BrowseName="1:Measurement.unitSymbol">
<DisplayName>IEC 61970 Measurement.unitSymbol Property Type</DisplayName>
<Description>IEC 61970 Measurement.unitSymbol Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=M</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Measurement.unitMultiplier" BrowseName="1:Measurement.unitMultiplier">
<DisplayName>IEC 61970 Measurement.unitMultiplier Property Type</DisplayName>
<Description>IEC 61970 Measurement.unitMultiplier Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=M</Reference>
</References>
</UAVariableType>
<UAObjectType NodeId="ns=1;s=D" BrowseName="1:D">
<DisplayName>IEC 61970 Discrete Object Type</DisplayName>
<Description>IEC 61970 Discrete Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=M</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=Discrete.normalValue" BrowseName="1:Discrete.normalValue">
<DisplayName>IEC 61970 Discrete.normalValue Property Type</DisplayName>
<Description>IEC 61970 Discrete.normalValue Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=D</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=Ds" BrowseName="1:Ds">
<DisplayName>IEC 61970 Discretes</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=A" BrowseName="1:A">
<DisplayName>IEC 61970 Analog Object Type</DisplayName>
<Description>IEC 61970 Analog Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=M</Reference>
</References>
</UAObjectType>
<UAVariableType NodeId="ns=1;s=Analog.maxValue" BrowseName="1:Analog.maxValue">
<DisplayName>IEC 61970 Analog.maxValue Property Type</DisplayName>
<Description>IEC 61970 Analog.maxValue Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=A</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Analog.minValue" BrowseName="1:Analog.minValue">
<DisplayName>IEC 61970 Analog.minValue Property Type</DisplayName>
<Description>IEC 61970 Analog.minValue Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=A</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Analog.normalValue" BrowseName="1:Analog.normalValue">
<DisplayName>IEC 61970 Analog.normalValue Property Type</DisplayName>
<Description>IEC 61970 Analog.normalValue Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=A</Reference>
</References>
</UAVariableType>
<UAVariableType NodeId="ns=1;s=Analog.positiveFlowIn" BrowseName="1:Analog.positiveFlowIn">
<DisplayName>IEC 61970 Analog.positiveFlowIn Property Type</DisplayName>
<Description>IEC 61970 Analog.positiveFlowIn Property Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Property</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=A</Reference>
</References>
</UAVariableType>
<UAObject NodeId="ns=1;s=As" BrowseName="1:As">
<DisplayName>IEC 61970 Analogs</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=MV" BrowseName="1:MV">
<DisplayName>IEC 61970 Measurement Value Object Type</DisplayName>
<Description>IEC 61970 Measurement Value Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAObjectType NodeId="ns=1;s=DV" BrowseName="1:DV">
<DisplayName>IEC 61970 Discrete Value Object Type</DisplayName>
<Description>IEC 61970 Discrete Value Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=MV</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=DiscreteValue.Discrete" BrowseName="1:DiscreteValue.Discrete" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 DiscreteValue.Discrete Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>Discrete.DiscreteValue</InverseName>
</UAReferenceType>
<UAObject NodeId="ns=1;s=DVs" BrowseName="1:DVs">
<DisplayName>IEC 61970 Discrete Values</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=AV" BrowseName="1:AV">
<DisplayName>IEC 61970 Analog Value Object Type</DisplayName>
<Description>IEC 61970 Analog Value Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=MV</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=AnalogValue.Analog" BrowseName="1:AnalogValue.Analog" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 AnalogValue.Analog Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>Analog.AnalogValue</InverseName>
</UAReferenceType>
<UAObject NodeId="ns=1;s=AVs" BrowseName="1:AVs">
<DisplayName>IEC 61970 Analog Values</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObjectType NodeId="ns=1;s=MVS" BrowseName="1:MVS">
<DisplayName>IEC 61970 Measurement Value Source Object Type</DisplayName>
<Description>IEC 61970 Measurement Value Source Object Type</Description>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=IDO</Reference>
</References>
</UAObjectType>
<UAReferenceType NodeId="ns=1;s=MeasurementValue.MeasurementValueSource" BrowseName="1:MeasurementValue.MeasurementValueSource" IsAbstract="false" Symmetric="false">
<DisplayName>IEC 61970 MeasurementValue.MeasurementValueSource Reference</DisplayName>
<References>
<Reference ReferenceType="HasSubtype" IsForward="false">ns=1;s=Base CIM Reference</Reference>
</References>
<InverseName>MeasurementValueSource.MeasurementValue</InverseName>
</UAReferenceType>
<UAObject NodeId="ns=1;s=MVSs" BrowseName="1:MVSs">
<DisplayName>IEC 61970 Measurement Value Sources</DisplayName>
<References>
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
<Reference ReferenceType="HasTypeDefinition">i=61</Reference>
</References>
</UAObject>
<UAObject NodeId="ns=1;s=_DF4FD9E0B30E4C56B5167CF63EE6F1B3" BrowseName="1:Saturday">
<DisplayName>Saturday</DisplayName>
<Description>Saturday Day Type</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">ns=1;s=DTs</Reference>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=DT</Reference>
</References>
</UAObject>
<UAVariable NodeId="ns=1;s=_DF4FD9E0B30E4C56B5167CF63EE6F1B3cim:IdentifiedObject.aliasName" BrowseName="1:cim:IdentifiedObject.aliasName">
<DisplayName>IdentifiedObject.aliasName</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=IdentifiedObject.aliasName</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=_DF4FD9E0B30E4C56B5167CF63EE6F1B3</Reference>
</References>
<Value>
<uax:String>DAYTYPESATURDAY</uax:String>
</Value>
</UAVariable>
<UAObject NodeId="ns=1;s=_51F88941DC444134A0407F02FE7FDBB8" BrowseName="1:Sunday">
<DisplayName>Sunday</DisplayName>
<Description>Sunday Day Type</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">ns=1;s=DTs</Reference>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=DT</Reference>
</References>
</UAObject>
<UAVariable NodeId="ns=1;s=_51F88941DC444134A0407F02FE7FDBB8cim:IdentifiedObject.aliasName" BrowseName="1:cim:IdentifiedObject.aliasName">
<DisplayName>IdentifiedObject.aliasName</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=IdentifiedObject.aliasName</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=_51F88941DC444134A0407F02FE7FDBB8</Reference>
</References>
<Value>
<uax:String>DAYTYPESUNDAY</uax:String>
</Value>
</UAVariable>
<UAObject NodeId="ns=1;s=_03B498109DF9434EB7316C0109EF3E14" BrowseName="1:Weekday">
<DisplayName>Weekday</DisplayName>
<Description>Weekday Day Type</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">ns=1;s=DTs</Reference>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=DT</Reference>
</References>
</UAObject>
<UAVariable NodeId="ns=1;s=_03B498109DF9434EB7316C0109EF3E14cim:IdentifiedObject.aliasName" BrowseName="1:cim:IdentifiedObject.aliasName">
<DisplayName>IdentifiedObject.aliasName</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=IdentifiedObject.aliasName</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=_03B498109DF9434EB7316C0109EF3E14</Reference>
</References>
<Value>
<uax:String>DAYTYPEWEEKDAY</uax:String>
</Value>
</UAVariable>
<UAObject NodeId="ns=1;s=_25F1F1F909A44293A66DB8A9785F6D2E" BrowseName="1:ABB40bus">
<DisplayName>ABB40bus</DisplayName>
<Description>ABB40bus Region</Description>
<References>
<Reference ReferenceType="Organizes" IsForward="false">ns=1;s=GRs</Reference>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=GR</Reference>
</References>
</UAObject>
<UAVariable NodeId="ns=1;s=_25F1F1F909A44293A66DB8A9785F6D2Ecim:IdentifiedObject.aliasName" BrowseName="1:cim:IdentifiedObject.aliasName">
<DisplayName>IdentifiedObject.aliasName</DisplayName>
<References>
<Reference ReferenceType="HasTypeDefinition" IsForward="true">ns=1;s=IdentifiedObject.aliasName</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;s=_25F1F1F909A44293A66DB8A9785F6D2E</Reference>
</References>
<Value>
<uax:String>ABB40</uax:String>
</Value>
</UAVariable>
<UAObject NodeId="ns=1;s=_D4D32BE854FB4D3E9C58CB20CBE7D73F" BrowseName="1:ABB40B">