Skip to content

Commit

Permalink
feat(#420): XSD update for CB GOOSE and SMV network configuration
Browse files Browse the repository at this point in the history
Signed-off-by: JAFFRE Guillaume <guillaume.jaffre@rte-france.com>
  • Loading branch information
GuillaumeJAFFRE committed Sep 5, 2024
1 parent 72617bc commit d567f6b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions sct-commons/src/main/resources/xsd/GSE_SMV_CB_COM.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-FileCopyrightText: 2023 RTE FRANCE -->
<!-- SPDX-FileCopyrightText: 2024 RTE FRANCE -->
<!-- -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

Expand All @@ -12,9 +12,9 @@
<xs:sequence>
<xs:element ref="History"/>
<xs:element ref="Version"/>
<xs:element ref="AppIdRanges"/>
<xs:element ref="MacRanges"/>
<xs:element ref="Vlans"/>
<xs:element ref="MacRanges"/>
<xs:element ref="AppIdRanges"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -26,7 +26,6 @@
</xs:sequence>
</xs:complexType>
</xs:element>

<xs:complexType name="tHitem" mixed="true">
<xs:attribute name="Version" type="xs:normalizedString" use="required"/>
<xs:attribute name="When" type="xs:normalizedString" use="required"/>
Expand Down Expand Up @@ -141,9 +140,20 @@
<xs:enumeration value="AUT"/>
<xs:enumeration value="PDIF"/>
<xs:enumeration value="GRP"/>
<xs:enumeration value="GRPR"/>
<xs:enumeration value="ASLD"/>
<xs:enumeration value="GW"/>
<xs:enumeration value="TG"/>
<xs:enumeration value="TOPO"/>
<xs:enumeration value="SWC"/>
<xs:enumeration value="SWT"/>
<xs:enumeration value="SW"/>
<xs:enumeration value="OUT"/>
<xs:enumeration value="CLUS"/>
<xs:enumeration value="VIRT"/>
<xs:enumeration value="ICT"/>
<xs:enumeration value="SYN"/>
<xs:enumeration value="OND"/>
<xs:enumeration value="ADEFINIR"/>
<xs:enumeration value="IEDTEST"/>
</xs:restriction>
Expand Down

0 comments on commit d567f6b

Please sign in to comment.