1<?xml version="1.0"?>
 2<class
 3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://chart/schemas/eventclasses.xsd.xsd">
 4    <!-- SCHEDULE EVENTS to capture schedule history 2 sub-events: ACTIVITY-EVENTS and TML-ACTION-EVENTS -->
 5    <name>SCHEDULE-EVENTS</name>
 6    <key-code>SC</key-code>
 7    <description>Schedule History Events</description>
 8    <class>
 9        <name>ACTIVITY-EVENTS</name>
10        <key-code>AC</key-code>
11        <description>Schedule Activities</description>
12        <instance-property>
13            <name>internal_id</name>
14            <type>string</type>
15            <defaultview/>
16        </instance-property>
17        <instance-property>
18            <name>name</name>
19            <type>string</type>
20            <defaultview/>
21        </instance-property>
22        <instance-property>
23            <name>procedure_id</name>
24            <type>string</type>
25            <optional/>
26        </instance-property>
27        <instance-property>
28            <name>SSID</name>
29            <type>string</type>
30            <optional/>
31        </instance-property>
32        <instance-property>
33            <name>type</name>
34            <type>string</type>
35            <defaultview/>
36        </instance-property>
37        <instance-property>
38            <name>class</name>
39            <type>string</type>
40            <defaultview/>
41        </instance-property>
42        <instance-property>
43            <name>execution_time</name>
44            <type>datetime</type>
45            <defaultview/>
46            <optional/>
47        </instance-property>
48        <instance-property>
49            <name>trigger_time</name>
50            <type>datetime</type>
51            <optional/>
52            <defaultview/>
53        </instance-property>
54        <instance-property>
55            <name>absolute_orbit</name>
56            <type>uint</type>
57            <defaultview/>
58        </instance-property>
59        <instance-property>
60            <name>PSO</name>
61            <type>float</type>
62            <defaultview/>
63        </instance-property>
64        <instance-property>
65            <name>final_status</name>
66            <type>string</type>
67            <defaultview/>
68        </instance-property>
69        <instance-property>
70            <name>actions</name>
71            <type>json</type>
72            <optional/>
73        </instance-property>
74        <instance-property>
75            <name>parameters</name>
76            <type>json</type>
77            <optional/>
78        </instance-property>
79    </class>
80    <class>
81        <name>TML-ACTION-EVENTS</name>
82        <key-code>TA</key-code>
83        <description>Schedule Timeline Actions</description>
84        <instance-property>
85            <name>message</name>
86            <type>string</type>
87            <defaultview/>
88        </instance-property>
89        <instance-property>
90            <name>status</name>
91            <type>string</type>
92            <defaultview/>
93        </instance-property>
94    </class>
95</class>