Skip to content

Commit

Permalink
feat(304): update SCL_COMPAS.xsd file
Browse files Browse the repository at this point in the history
Signed-off-by: Aliou DIAITE <aliou.diaite@rte-france.com>
  • Loading branch information
AliouDIAITE committed Dec 7, 2023
1 parent 7cd8c45 commit f2fbc47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scl-extension/src/main/resources/xsd/SCL_CoMPAS.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ SPDX-License-Identifier: Apache-2.0
Version 1.3 Release 2022/09/08
Version 1.4 Release 2023/02/28
Version 1.5 Release 2023/04/05
Version 1.6 Release 2023/12/06
</xs:documentation>
</xs:annotation>

Expand Down Expand Up @@ -126,6 +127,7 @@ SPDX-License-Identifier: Apache-2.0
<xs:enumeration value="AUT"/>
<xs:enumeration value="PDIF"/>
<xs:enumeration value="GRP"/>
<xs:enumeration value="ASLD"/>
<xs:enumeration value="GW"/>
<xs:enumeration value="TG"/>
<xs:enumeration value="TOPO"/>
Expand Down Expand Up @@ -246,11 +248,13 @@ SPDX-License-Identifier: Apache-2.0
<xs:attribute name="ExtRefprefix" type="xs:string" use="optional"/>
<xs:attribute name="ExtReflnClass" type="xs:string" use="optional"/>
<xs:attribute name="ExtReflnInst" type="xs:string" use="optional"/>
<xs:attribute name="FlowSourceVoltageLevel" type="xs:string" use="optional"/>
<xs:attribute name="FlowSourceIEDType" type="tCompasIEDType" use="optional"/>
<xs:attribute name="FlowSourceIEDredundancy" type="tCompasIEDRedundancy" use="optional"/>
<xs:attribute name="FlowSourceBayKind" type="xs:string" use="optional"/>
<xs:attribute name="FlowSourceBayNum" type="xs:integer" use="optional"/>
<xs:attribute name="FlowSourceBayNode" type="xs:integer" use="optional"/>
<xs:attribute name="FlowSourceBayNodeOrder" type="xs:integer" use="optional"/>
<xs:attribute name="FlowSourceNumBayBusBarSectionOrder" type="xs:integer" use="optional"/>
<xs:attribute name="FlowID" type="xs:string" use="optional"/>
<xs:attribute name="FlowStatus" type="tCompasFlowStatus" use="optional"/>
Expand Down

0 comments on commit f2fbc47

Please sign in to comment.