|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!-- SPDX-FileCopyrightText: 2023 RTE FRANCE --> |
| 2 | +<!-- SPDX-FileCopyrightText: 2024 RTE FRANCE --> |
3 | 3 | <!-- --> |
4 | 4 | <!-- SPDX-License-Identifier: Apache-2.0 --> |
5 | 5 |
|
|
12 | 12 | <xs:sequence> |
13 | 13 | <xs:element ref="History"/> |
14 | 14 | <xs:element ref="Version"/> |
15 | | - <xs:element ref="AppIdRanges"/> |
16 | | - <xs:element ref="MacRanges"/> |
17 | 15 | <xs:element ref="Vlans"/> |
| 16 | + <xs:element ref="MacRanges"/> |
| 17 | + <xs:element ref="AppIdRanges"/> |
18 | 18 | </xs:sequence> |
19 | 19 | </xs:complexType> |
20 | 20 | </xs:element> |
|
26 | 26 | </xs:sequence> |
27 | 27 | </xs:complexType> |
28 | 28 | </xs:element> |
29 | | - |
30 | 29 | <xs:complexType name="tHitem" mixed="true"> |
31 | 30 | <xs:attribute name="Version" type="xs:normalizedString" use="required"/> |
32 | 31 | <xs:attribute name="When" type="xs:normalizedString" use="required"/> |
|
141 | 140 | <xs:enumeration value="AUT"/> |
142 | 141 | <xs:enumeration value="PDIF"/> |
143 | 142 | <xs:enumeration value="GRP"/> |
| 143 | + <xs:enumeration value="GRPR"/> |
| 144 | + <xs:enumeration value="ASLD"/> |
144 | 145 | <xs:enumeration value="GW"/> |
145 | 146 | <xs:enumeration value="TG"/> |
146 | 147 | <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"/> |
147 | 157 | <xs:enumeration value="ADEFINIR"/> |
148 | 158 | <xs:enumeration value="IEDTEST"/> |
149 | 159 | </xs:restriction> |
|
0 commit comments