Skip to content

Commit fcbc3d3

Browse files
Merge pull request #421 from com-pas/feat/420-rsr-1065-XSD-update-for-CB-GOOSE-and-SMV-network-configuration
feat(#420): XSD update for CB GOOSE and SMV network configuration
2 parents 72617bc + d567f6b commit fcbc3d3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

sct-commons/src/main/resources/xsd/GSE_SMV_CB_COM.xsd

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- SPDX-FileCopyrightText: 2023 RTE FRANCE -->
2+
<!-- SPDX-FileCopyrightText: 2024 RTE FRANCE -->
33
<!-- -->
44
<!-- SPDX-License-Identifier: Apache-2.0 -->
55

@@ -12,9 +12,9 @@
1212
<xs:sequence>
1313
<xs:element ref="History"/>
1414
<xs:element ref="Version"/>
15-
<xs:element ref="AppIdRanges"/>
16-
<xs:element ref="MacRanges"/>
1715
<xs:element ref="Vlans"/>
16+
<xs:element ref="MacRanges"/>
17+
<xs:element ref="AppIdRanges"/>
1818
</xs:sequence>
1919
</xs:complexType>
2020
</xs:element>
@@ -26,7 +26,6 @@
2626
</xs:sequence>
2727
</xs:complexType>
2828
</xs:element>
29-
3029
<xs:complexType name="tHitem" mixed="true">
3130
<xs:attribute name="Version" type="xs:normalizedString" use="required"/>
3231
<xs:attribute name="When" type="xs:normalizedString" use="required"/>
@@ -141,9 +140,20 @@
141140
<xs:enumeration value="AUT"/>
142141
<xs:enumeration value="PDIF"/>
143142
<xs:enumeration value="GRP"/>
143+
<xs:enumeration value="GRPR"/>
144+
<xs:enumeration value="ASLD"/>
144145
<xs:enumeration value="GW"/>
145146
<xs:enumeration value="TG"/>
146147
<xs:enumeration value="TOPO"/>
148+
<xs:enumeration value="SWC"/>
149+
<xs:enumeration value="SWT"/>
150+
<xs:enumeration value="SW"/>
151+
<xs:enumeration value="OUT"/>
152+
<xs:enumeration value="CLUS"/>
153+
<xs:enumeration value="VIRT"/>
154+
<xs:enumeration value="ICT"/>
155+
<xs:enumeration value="SYN"/>
156+
<xs:enumeration value="OND"/>
147157
<xs:enumeration value="ADEFINIR"/>
148158
<xs:enumeration value="IEDTEST"/>
149159
</xs:restriction>

0 commit comments

Comments
 (0)