1<?xml version='1.0' encoding='UTF-8'?>
2<class>
3 <name>OPERATOR-EVENTS</name>
4 <description>Operator Events</description>
5 <key-code>MG</key-code>
6 <template>{%if item_description and comment%}{{item_description}}, {{comment}}{%elif item_description %}
7 {{item_description}}{%elif comment %}{{comment}}{%endif%}{%if reference%}, {{reference}}{%endif%}</template>
8 <instance-property>
9 <name>component</name>
10 <type>string</type>
11 <optional/>
12 </instance-property>
13 <instance-property>
14 <name>sub_component</name>
15 <type>string</type>
16 <optional/>
17 </instance-property>
18 <instance-property>
19 <name>operator</name>
20 <type>string</type>
21 <optional/>
22 </instance-property>
23 <instance-property>
24 <name>event_category</name>
25 <type>string</type>
26 <optional/>
27 </instance-property>
28 <instance-property>
29 <name>reference</name>
30 <type>string</type>
31 <optional/>
32 </instance-property>
33 <instance-property>
34 <name>soi_number</name>
35 <type>int</type>
36 <optional/>
37 </instance-property>
38 <instance-property>
39 <name>duration</name>
40 <type>duration</type>
41 <optional/>
42 </instance-property>
43 <!--
44 <class>
45 <name>OPERATOR-COMMENT</name>
46 <instance-property>
47 <name>comment</name>
48 <type>string</type>
49 </instance-property>
50 </class>
51-->
52 <class>
53 <name>OPERATOR-EVENT</name>
54 <key-code>LU</key-code>
55 <instance-property>
56 <name>item_description</name>
57 <type>string</type>
58 <optional/>
59 </instance-property>
60 <instance-property>
61 <name>SEU</name>
62 <type>boolean</type>
63 <optional/>
64 </instance-property>
65 <instance-property>
66 <name>comment</name>
67 <type>string</type>
68 <optional/>
69 </instance-property>
70 </class>
71 <class>
72 <name>OPERATOR-STATUS</name>
73 <key-code>IM</key-code>
74 <instance-property>
75 <name>item_description</name>
76 <type>string</type>
77 <optional/>
78 </instance-property>
79 <instance-property>
80 <name>comment</name>
81 <type>string</type>
82 <optional/>
83 </instance-property>
84 <instance-property>
85 <name>status</name>
86 <type>string</type>
87 <choices>
88 <item>
89 <name>FullOp</name>
90 <description>Fully Operational</description>
91 </item>
92 <item>
93 <name>DegOp</name>
94 <description>Operational with minor degradation/limitation</description>
95 </item>
96 <item>
97 <name>LimOp</name>
98 <description>Operational with major degradation/limitation</description>
99 </item>
100 <item>
101 <name>Nop</name>
102 <description>Not Operational</description>
103 </item>
104 <item>
105 <name>NotApp</name>
106 <description>Not applicable</description>
107 </item>
108 <item>
109 <name>Blank</name>
110 <description>No Status Reported</description>
111 </item>
112 </choices>
113 </instance-property>
114 <instance-property>
115 <name>trend</name>
116 <type>string</type>
117 <choices>
118 <!-- trend colour definition until 2013 WK49 /-->
119 <item>
120 <name>NoImpact</name>
121 <description>any trend (if there is any) will have no impact before end of life at current rates</description>
122 </item>
123 <item>
124 <name>ImpactLong</name>
125 <description>any trend will lead to a change of status before the end of life at current rates</description>
126 </item>
127 <item>
128 <name>ImpactShort</name>
129 <description>any trend will lead to a change of status within the next year at the current rates</description>
130 </item>
131 <item>
132 <name>ImpactEOL</name>
133 <description>any trend will impact ability to perform EOL operations within the next year at the current rates</description>
134 </item>
135 <item>
136 <name>Blank</name>
137 <description>no trend reported</description>
138 </item>
139 <!-- trend colour definition as of 2013 WK50 /-->
140 <item>
141 <name>FullOp</name>
142 <description>Fully Operational</description>
143 </item>
144 <item>
145 <name>DegOp</name>
146 <description>Operational with Degraded Performance</description>
147 </item>
148 <item>
149 <name>LimOp</name>
150 <description>Operational with Limitations</description>
151 </item>
152 <item>
153 <name>Nop</name>
154 <description>Not Operational</description>
155 </item>
156 <item>
157 <name>NotApp</name>
158 <description>Not applicable</description>
159 </item>
160 <item>
161 <name>Blank</name>
162 <description>No Status Reported</description>
163 </item>
164 </choices>
165 </instance-property>
166 <instance-property>
167 <name>arrow</name>
168 <type>string</type>
169 <choices>
170 <item>
171 <name>Right</name>
172 <description>no negative trend, i.e. stable</description>
173 </item>
174 <item>
175 <name>RightDown</name>
176 <description>negative trend, expected status to be reached between one year and target EOL</description>
177 </item>
178 <item>
179 <name>RightUp</name>
180 <description>positive trend, expected status to be reached between one year and target EOL</description>
181 </item>
182 <item>
183 <name>Down</name>
184 <description>negative trend, expected status to be reached within one year</description>
185 </item>
186 <item>
187 <name>Up</name>
188 <description>positive trend, expected status to be reached within one year</description>
189 </item>
190 <item>
191 <name>Off</name>
192 <description>Instrument/subsystem switched-off</description>
193 </item>
194 <item>
195 <name>Blank</name>
196 <description>no trend reported</description>
197 </item>
198 </choices>
199 </instance-property>
200 </class>
201 <class>
202 <name>OPERATOR-CONFIG-CHANGE</name>
203 <key-code>UH</key-code>
204 <instance-property>
205 <name>item_name</name>
206 <type>string</type>
207 <optional/>
208 </instance-property>
209 <instance-property>
210 <name>item_description</name>
211 <type>string</type>
212 <optional/>
213 </instance-property>
214 <instance-property>
215 <name>item_type</name>
216 <type>string</type>
217 <choices>
218 <item>
219 <name>HW</name>
220 </item>
221 <item>
222 <name>SW</name>
223 </item>
224 <item>
225 <name>Table</name>
226 </item>
227 <item>
228 <name>Setting</name>
229 </item>
230 </choices>
231 <optional/>
232 </instance-property>
233 <instance-property>
234 <name>item_value</name>
235 <type>string</type>
236 <optional/>
237 </instance-property>
238 <instance-property>
239 <name>repository</name>
240 <type>string</type>
241 <optional/>
242 </instance-property>
243 <instance-property>
244 <name>status</name>
245 <type>string</type>
246 <optional/>
247 </instance-property>
248 <instance-property>
249 <name>trend</name>
250 <type>string</type>
251 <optional/>
252 </instance-property>
253 <instance-property>
254 <name>comment</name>
255 <type>string</type>
256 <optional/>
257 </instance-property>
258 </class>
259</class>