@@ -17,6 +17,7 @@ SPDX-License-Identifier: Apache-2.0
1717 Version 1.3 Release 2022/09/08
1818 Version 1.4 Release 2023/02/28
1919 Version 1.5 Release 2023/04/05
20+ Version 1.6 Release 2023/12/06
2021 </xs : documentation >
2122 </xs : annotation >
2223
@@ -126,6 +127,7 @@ SPDX-License-Identifier: Apache-2.0
126127 <xs : enumeration value =" AUT" />
127128 <xs : enumeration value =" PDIF" />
128129 <xs : enumeration value =" GRP" />
130+ <xs : enumeration value =" ASLD" />
129131 <xs : enumeration value =" GW" />
130132 <xs : enumeration value =" TG" />
131133 <xs : enumeration value =" TOPO" />
@@ -246,11 +248,13 @@ SPDX-License-Identifier: Apache-2.0
246248 <xs : attribute name =" ExtRefprefix" type =" xs:string" use =" optional" />
247249 <xs : attribute name =" ExtReflnClass" type =" xs:string" use =" optional" />
248250 <xs : attribute name =" ExtReflnInst" type =" xs:string" use =" optional" />
251+ <xs : attribute name =" FlowSourceVoltageLevel" type =" xs:string" use =" optional" />
249252 <xs : attribute name =" FlowSourceIEDType" type =" tCompasIEDType" use =" optional" />
250253 <xs : attribute name =" FlowSourceIEDredundancy" type =" tCompasIEDRedundancy" use =" optional" />
251254 <xs : attribute name =" FlowSourceBayKind" type =" xs:string" use =" optional" />
252255 <xs : attribute name =" FlowSourceBayNum" type =" xs:integer" use =" optional" />
253256 <xs : attribute name =" FlowSourceBayNode" type =" xs:integer" use =" optional" />
257+ <xs : attribute name =" FlowSourceBayNodeOrder" type =" xs:integer" use =" optional" />
254258 <xs : attribute name =" FlowSourceNumBayBusBarSectionOrder" type =" xs:integer" use =" optional" />
255259 <xs : attribute name =" FlowID" type =" xs:string" use =" optional" />
256260 <xs : attribute name =" FlowStatus" type =" tCompasFlowStatus" use =" optional" />
0 commit comments