Skip to content

Commit

Permalink
Merge pull request #421 from com-pas/feat/420-rsr-1065-XSD-update-for…
Browse files Browse the repository at this point in the history
…-CB-GOOSE-and-SMV-network-configuration

feat(#420): XSD update for CB GOOSE and SMV network configuration
  • Loading branch information
GuillaumeJAFFRE authored Sep 6, 2024
2 parents 72617bc + d567f6b commit fcbc3d3
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 fcbc3d3

Please sign in to comment.