1<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:noNamespaceSchemaLocation="http://chart/schemas/table.xsd">
3 <description>Geo Location Orbit State Vectors Storage</description>
4 <type>raw</type>
5 <stats-storage>none</stats-storage>
6 <period>PT1M</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 <field>
14 <name>X</name>
15 <description>X coordinate</description>
16 <datatype>float</datatype>
17 </field>
18 <field>
19 <name>Y</name>
20 <description>Y coordinate</description>
21 <datatype>float</datatype>
22 </field>
23 <field>
24 <name>Z</name>
25 <description>Z coordinate</description>
26 <datatype>float</datatype>
27 </field>
28
29 <field>
30 <name>VX</name>
31 <description>X velocity</description>
32 <datatype>float</datatype>
33 </field>
34 <field>
35 <name>VY</name>
36 <description>Y velocity</description>
37 <datatype>float</datatype>
38 </field>
39 <field>
40 <name>VZ</name>
41 <description>Z velocity</description>
42 <datatype>float</datatype>
43 </field>
44</table>