Skip to content

Commit c69624b

Browse files
authored
Merge pull request #368 from com-pas/develop
Update Main
2 parents 521c69e + ca50bcd commit c69624b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

scl-extension/src/main/resources/xsd/SCL_CoMPAS.xsd

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ SPDX-License-Identifier: Apache-2.0
2020
Version 1.6 Release 2023/12/06
2121
Version 1.7 Release 2024/02/07
2222
Version 1.8 Release 2024/05/16
23+
Version 1.9 Release 2024/06/25
2324
</xs:documentation>
2425
</xs:annotation>
2526

@@ -142,6 +143,7 @@ SPDX-License-Identifier: Apache-2.0
142143
<xs:enumeration value="VIRT"/>
143144
<xs:enumeration value="ICT"/>
144145
<xs:enumeration value="SYN"/>
146+
<xs:enumeration value="OND"/>
145147
<xs:enumeration value="ADEFINIR"/>
146148
<xs:enumeration value="IEDTEST"/>
147149
</xs:restriction>
@@ -399,6 +401,25 @@ SPDX-License-Identifier: Apache-2.0
399401
<xs:attribute name="Direction" type="tCompasTopoNodeDirection" use="optional"/>
400402
</xs:complexType>
401403

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"/>
402423
<xs:element name="SclName" type="tCompasSclName"/>
403424
<xs:element name="SclFileType" type="tCompasSclFileType"/>
404425
<xs:element name="Labels" type="tCompasLabels"/>

0 commit comments

Comments
 (0)