1<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:noNamespaceSchemaLocation="http://chart/schemas/table.xsd">
3 <description>Manoeuvre Acceleration History Storage</description>
4 <type>raw</type>
5 <stats-storage>none</stats-storage>
6 <period>PT48H</period>
7 <field>
8 <name>PRODUCT</name> <!-- Added this field as its not created with ddl command -->
9 <description></description>
10 <datatype>int</datatype>
11 <length>64</length>
12 </field>
13
14 <field>
15 <name>ACC_COMP_1</name>
16 <description>Acceleration component 1</description>
17 <datatype>float</datatype>
18 <unit>km/s2</unit>
19 </field>
20
21 <field>
22 <name>ACC_COMP_2</name>
23 <description>Acceleration component 2</description>
24 <datatype>float</datatype>
25 <unit>km/s2</unit>
26 </field>
27
28 <field>
29 <name>ACC_COMP_3</name>
30 <description>Acceleration component 3</description>
31 <datatype>float</datatype>
32 <unit>km/s2</unit>
33 </field>
34
35 <field>
36 <name>REC_FLAG</name>
37 <description>Record flag. if true, record start. Otherwise record end.</description>
38 <datatype>boolean</datatype>
39 </field>
40</table>