1<?xml version="1.0"?>
2<class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://chart/schemas/eventclasses.xsd.xsd">
3 <name>ONBOARD-EVENTS</name>
4 <description>Service 5 Onboard Events</description>
5 <renderer>telemetry</renderer>
6 <key-code>Q</key-code>
7 <db-table>ONBOARD-EVENTS</db-table>
8 <decoder>chartepssg_du.event_classes.onboard_events</decoder>
9 <instance-property>
10 <name>Name</name>
11 <type>string</type>
12 <optional/>
13 <defaultview>true</defaultview>
14 </instance-property>
15 <instance-property>
16 <name>Severity</name>
17 <type>uint</type>
18 <defaultview>true</defaultview>
19 <choices>
20 <item>
21 <value>1</value>
22 <name>NORM</name>
23 <description>Normal</description>
24 <colour>LightGreen</colour>
25 </item>
26 <item>
27 <value>2</value>
28 <name>WARN</name>
29 <description>Warning</description>
30 <colour>Yellow</colour>
31 </item>
32 <item>
33 <value>3</value>
34 <name>ERROR</name>
35 <description>Error</description>
36 <colour>LightSalmon</colour>
37 </item>
38 <item>
39 <value>4</value>
40 <name>ALARM</name>
41 <description>Alarm</description>
42 <colour>LightCoral</colour>
43 </item>
44 <item>
45 <value>0</value>
46 <name> </name>
47 <description>Not Applicable</description>
48 </item>
49 </choices>
50 </instance-property>
51 <instance-property>
52 <name>SPID</name>
53 <type>uint</type>
54 <defaultview>true</defaultview>
55 </instance-property>
56 <instance-property>
57 <name>Description</name>
58 <type>string</type>
59 <optional/>
60 <defaultview>true</defaultview>
61 </instance-property>
62 <instance-property>
63 <name>SSC</name>
64 <type>uint</type>
65 <defaultview>true</defaultview>
66 </instance-property>
67 <instance-property>
68 <name>APID</name>
69 <type>uint</type>
70 <defaultview>true</defaultview>
71 </instance-property>
72 <instance-property>
73 <name>Type</name>
74 <type>uint</type>
75 <defaultview>true</defaultview>
76 </instance-property>
77 <instance-property>
78 <name>SType</name>
79 <type>uint</type>
80 <defaultview>true</defaultview>
81 </instance-property>
82 <instance-property>
83 <name>Param1</name>
84 <type>uint</type>
85 <optional/>
86 </instance-property>
87 <instance-property>
88 <name>Param2</name>
89 <type>uint</type>
90 <optional/>
91 </instance-property>
92 <instance-property>
93 <name>Param_Data</name>
94 <type>json</type>
95 <optional>true</optional>
96 <defaultview>true</defaultview>
97 </instance-property>
98 <instance-property>
99 <name>Hex_Data</name>
100 <type>json</type>
101 <optional>true</optional>
102 </instance-property>
103</class>