|
57 | 57 | <xs:attribute name="CBType" type="tCBType" use="required"/> |
58 | 58 | <xs:attribute name="XY" type="xs:string" use="required"/> |
59 | 59 | <xs:attribute name="ZW" type="xs:string" use="required"/> |
60 | | - <xs:attribute name="IEDType" type="tIEDType" use="required"/> |
| 60 | + <xs:attribute name="IEDType" type="xs:string" use="required"/> |
61 | 61 | <xs:attribute name="IEDRedundancy" type="tIEDRedundancy" use="required"/> |
62 | 62 | <xs:attribute name="IEDSystemVersionInstance" type="xs:string" use="required"/> |
63 | 63 | <xs:attribute name="BayIntOrExt" type="tBayIntOrExt" use="required"/> |
|
114 | 114 | </xs:complexType> |
115 | 115 | </xs:element> |
116 | 116 |
|
117 | | - <xs:simpleType name="tIEDType"> |
118 | | - <xs:annotation> |
119 | | - <xs:documentation xml:lang="en"> |
120 | | - IED type to be used to identity the set of LDevice.inst handled by the IED |
121 | | - </xs:documentation> |
122 | | - </xs:annotation> |
123 | | - <xs:restriction base="xs:string"> |
124 | | - <xs:enumeration value="SCU"/> |
125 | | - <xs:enumeration value="SCU-MCB"/> |
126 | | - <xs:enumeration value="SCU-TG"/> |
127 | | - <xs:enumeration value="SCU-ORG"/> |
128 | | - <xs:enumeration value="STD"/> |
129 | | - <xs:enumeration value="BCU"/> |
130 | | - <xs:enumeration value="BCU-LIGNE"/> |
131 | | - <xs:enumeration value="BCU-CBO"/> |
132 | | - <xs:enumeration value="BPU"/> |
133 | | - <xs:enumeration value="MU"/> |
134 | | - <xs:enumeration value="SAMU"/> |
135 | | - <xs:enumeration value="PROT"/> |
136 | | - <xs:enumeration value="TAC"/> |
137 | | - <xs:enumeration value="PX"/> |
138 | | - <xs:enumeration value="PDIS"/> |
139 | | - <xs:enumeration value="PDB"/> |
140 | | - <xs:enumeration value="AUT"/> |
141 | | - <xs:enumeration value="PDIF"/> |
142 | | - <xs:enumeration value="GRP"/> |
143 | | - <xs:enumeration value="GRPR"/> |
144 | | - <xs:enumeration value="ASLD"/> |
145 | | - <xs:enumeration value="GW"/> |
146 | | - <xs:enumeration value="TG"/> |
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"/> |
157 | | - <xs:enumeration value="ADEFINIR"/> |
158 | | - <xs:enumeration value="IEDTEST"/> |
159 | | - </xs:restriction> |
160 | | - </xs:simpleType> |
161 | | - |
162 | 117 | </xs:schema> |
0 commit comments