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>ORBIT4ANT-EVENTS</name>
 4    <key-code>H0</key-code>
 5    <db-table>ORBIT4ANT-EVENTS</db-table>
 6    <decoder>chartepssg_du.event_classes.orbit4ant_events</decoder>
 7
 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>X</name>
22        <description>X co-ordinate</description>
23        <type>float</type>
24        <optional/>
25        <defaultview>true</defaultview>
26    </instance-property>
27    <instance-property>
28        <name>Y</name>
29        <description>Y co-ordinate</description>
30        <type>float</type>
31        <optional/>
32        <defaultview>true</defaultview>
33    </instance-property>
34    <instance-property>
35        <name>Z</name>
36        <description>Z co-ordinate</description>
37        <type>float</type>
38        <optional/>
39        <defaultview>true</defaultview>
40    </instance-property>
41    <instance-property>
42        <name>X_dot</name>
43        <description>X dot</description>
44        <type>float</type>
45        <optional/>
46        <defaultview>true</defaultview>
47    </instance-property>
48    <instance-property>
49        <name>Y_dot</name>
50        <description>Y dot</description>
51        <type>float</type>
52        <optional/>
53        <defaultview>true</defaultview>
54    </instance-property>
55    <instance-property>
56        <name>Z_dot</name>
57        <description>Z dot</description>
58        <type>float</type>
59        <optional/>
60        <defaultview>true</defaultview>
61    </instance-property>
62</class>