@@ -20,6 +20,7 @@ SPDX-License-Identifier: Apache-2.0
20
20
Version 1.6 Release 2023/12/06
21
21
Version 1.7 Release 2024/02/07
22
22
Version 1.8 Release 2024/05/16
23
+ Version 1.9 Release 2024/06/25
23
24
</xs : documentation >
24
25
</xs : annotation >
25
26
@@ -142,6 +143,7 @@ SPDX-License-Identifier: Apache-2.0
142
143
<xs : enumeration value =" VIRT" />
143
144
<xs : enumeration value =" ICT" />
144
145
<xs : enumeration value =" SYN" />
146
+ <xs : enumeration value =" OND" />
145
147
<xs : enumeration value =" ADEFINIR" />
146
148
<xs : enumeration value =" IEDTEST" />
147
149
</xs : restriction >
@@ -399,6 +401,25 @@ SPDX-License-Identifier: Apache-2.0
399
401
<xs : attribute name =" Direction" type =" tCompasTopoNodeDirection" use =" optional" />
400
402
</xs : complexType >
401
403
404
+ <xs : simpleType name =" tCompasLNodeStatus" >
405
+ <xs : annotation >
406
+ <xs : documentation >Status of the LNode on or off</xs : documentation >
407
+ </xs : annotation >
408
+ <xs : restriction base =" xs:Name" >
409
+ <xs : enumeration value =" on" >
410
+ <xs : annotation >
411
+ <xs : documentation >IED/LD/LN.Mod associated to LNode has to be turned on</xs : documentation >
412
+ </xs : annotation >
413
+ </xs : enumeration >
414
+ <xs : enumeration value =" off" >
415
+ <xs : annotation >
416
+ <xs : documentation >IED/LD/LN.Mod associated to LNode has to be turned off</xs : documentation >
417
+ </xs : annotation >
418
+ </xs : enumeration >
419
+ </xs : restriction >
420
+ </xs : simpleType >
421
+
422
+ <xs : element name =" LNodeStatus" type =" tCompasLNodeStatus" />
402
423
<xs : element name =" SclName" type =" tCompasSclName" />
403
424
<xs : element name =" SclFileType" type =" tCompasSclFileType" />
404
425
<xs : element name =" Labels" type =" tCompasLabels" />
0 commit comments