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>MASS-REPORT-EVENTS</name>
 4    <description>Spacecraft Mass and Fuel Mass</description>
 5    <key-code>TS</key-code>
 6    <db-table>MASS-REPORT-EVENTS</db-table>
 7    <decoder>chartepssg_du.event_classes.sat_mass_report_events</decoder>
 8    <instance-property>
 9        <name>SID_NUM</name>
10        <type>string</type>
11        <optional/>
12        <defaultview>true</defaultview>
13    </instance-property>
14    <instance-property>
15        <name>PRODUCT</name>
16        <type>string</type>
17        <optional/>
18        <defaultview>true</defaultview>
19    </instance-property>
20    <instance-property>
21        <name>XS</name>
22        <description>XS co-ordinate (Meter)</description>
23        <type>float</type>
24        <optional/>
25        <defaultview>true</defaultview>
26    </instance-property>
27    <instance-property>
28        <name>YS</name>
29        <description>YS co-ordinate (Meter)</description>
30        <type>float</type>
31        <optional/>
32        <defaultview>true</defaultview>
33    </instance-property>
34    <instance-property>
35        <name>ZS</name>
36        <description>ZS co-ordinate (Meter)</description>
37        <type>float</type>
38        <optional/>
39        <defaultview>true</defaultview>
40    </instance-property>
41    <instance-property>
42        <name>TOTAL_MASS</name>
43        <description>Torla S/C mass (KG)</description>
44        <type>float</type>
45        <optional/>
46        <defaultview>true</defaultview>
47    </instance-property>
48    <instance-property>
49        <name>FUEL_MASS</name>
50        <description>Fuel Mass (KG)</description>
51        <type>float</type>
52        <optional/>
53        <defaultview>true</defaultview>
54    </instance-property>
55    <instance-property>
56        <name>INERTIA_XX</name>
57        <description>Inertia XX (M2.KG)</description>
58        <type>float</type>
59        <optional/>
60        <defaultview>true</defaultview>
61    </instance-property>
62    <instance-property>
63        <name>INERTIA_YY</name>
64        <description>Inertia YY (M2.KG)</description>
65        <type>float</type>
66        <optional/>
67        <defaultview>true</defaultview>
68    </instance-property>
69    <instance-property>
70        <name>INERTIA_ZZ</name>
71        <description>Inertia ZZ (M2.KG)</description>
72        <type>float</type>
73        <optional/>
74        <defaultview>true</defaultview>
75    </instance-property>
76    <instance-property>
77        <name>INERTIA_XY</name>
78        <description>Inertia XY (M2.KG)</description>
79        <type>float</type>
80        <optional/>
81        <defaultview>true</defaultview>
82    </instance-property>
83    <instance-property>
84        <name>INERTIA_YZ</name>
85        <description>Inertia YZ (M2.KG)</description>
86        <type>float</type>
87        <optional/>
88        <defaultview>true</defaultview>
89    </instance-property>
90    <instance-property>
91        <name>INERTIA_ZX</name>
92        <description>Inertia ZX (M2.KG)</description>
93        <type>float</type>
94        <optional/>
95        <defaultview>true</defaultview>
96    </instance-property>
97</class>