From 571afe7f8cb909df7a91992d88c0582d25d49c85 Mon Sep 17 00:00:00 2001 From: gleizesDor <115622893+gleizesDor@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:19:31 +0200 Subject: [PATCH] feat(366): update SCL_COMPAS.xsd file - add compasLnodeStatus element Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com> --- .../src/main/resources/xsd/SCL_CoMPAS.xsd | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/scl-extension/src/main/resources/xsd/SCL_CoMPAS.xsd b/scl-extension/src/main/resources/xsd/SCL_CoMPAS.xsd index f5290af..3210e77 100644 --- a/scl-extension/src/main/resources/xsd/SCL_CoMPAS.xsd +++ b/scl-extension/src/main/resources/xsd/SCL_CoMPAS.xsd @@ -20,6 +20,7 @@ SPDX-License-Identifier: Apache-2.0 Version 1.6 Release 2023/12/06 Version 1.7 Release 2024/02/07 Version 1.8 Release 2024/05/16 + Version 1.9 Release 2024/06/25 @@ -142,6 +143,7 @@ SPDX-License-Identifier: Apache-2.0 + @@ -257,7 +259,7 @@ SPDX-License-Identifier: Apache-2.0 FlowSourceBayKind -> Bay Kind of the Bay (CB, TR, LI, TG, AP...) same meaning as Bay@BayCodif of the Compas:Bay node FlowSourceBayNum -> BayNum of the bay same meaning as Bay@NumBay of the Compas:Bay node FlowSourceBayNode -> BayNum of the bay same meaning as Bay@NumBay of the Compas:Topo@Node attribute - FlowSourceBayNodeOrder -> There are multiple cases + FlowSourceBayNodeOrder -> There are multiple cases Case 1 FlowSourceBayKind +AND+ FlowSourceBayNum have values (not empty); the source IED is searched within a unique bay defined by bay attributes Case 2 FlowSourceBayNode +AND+ FlowSourceBayNodeOrder have values (not empty); the source IED is searched within a unique bay defined by bay attributes Case (1 +OR+ 2) AND (FlowSourceIEDType (not empty) +OR + FlowSourceIEDredundancy (not empty) +OR+ FlowIEDSystemVersioninstance (not empty)); the source IED is searched within a predefined bay and for given IED attributes @@ -399,6 +401,25 @@ SPDX-License-Identifier: Apache-2.0 + + + Status of the LNode on or off + + + + + IED/LD/LN.Mod associated to LNode has to be turned on + + + + + IED/LD/LN.Mod associated to LNode has to be turned off + + + + + + @@ -410,4 +431,4 @@ SPDX-License-Identifier: Apache-2.0 - + \ No newline at end of file