1<?xml version="1.0"?>
 2<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://chart/schemas/table.xsd">
 3    <description>MOC_ARCHIVE_EVENTS Report</description>
 4    <visible>false</visible>
 5    <type>raw</type>
 6    <stats-storage>none</stats-storage>
 7    <period>PT10M</period>
 8
 9    <index>
10        <sid-fields/>
11        <field>SENSING_TIME</field>
12        <field>APPLICATION</field>
13        <type>primary-key</type>
14    </index>
15
16    <field>
17        <name>MSG_ID</name>
18        <description>Message ID</description>
19        <datatype>string</datatype>
20        <length>100</length>
21    </field>
22    <field>
23        <name>CATEGORY</name>
24        <description>Category </description>
25        <datatype>string</datatype>
26        <length>50</length>
27    </field>
28    <field>
29        <name>DOMAIN</name>
30        <description>Domain </description>
31        <datatype>string</datatype>
32        <length>50</length>
33    </field>
34    <field>
35        <name>EVENT_ID</name>
36        <description>Event ID </description>
37        <datatype>string</datatype>
38        <length>100</length>
39    </field>
40    <field>
41        <name>EVENT_TYPE</name>
42        <description>Event Type </description>
43        <datatype>string</datatype>
44        <length>50</length>
45    </field>
46    <field>
47        <name>GEN_TIME</name>
48        <description>Generation Time </description>
49        <datatype>datetime</datatype>
50    </field>
51    <field>
52        <name>SOURCE</name>
53        <description>Source </description>
54        <datatype>string</datatype>
55        <length>50</length>
56    </field>
57    <field>
58        <name>APPLICATION</name>
59        <description>Source Application </description>
60        <datatype>string</datatype>
61        <length>50</length>
62    </field>
63    <field>
64        <name>SEVERITY</name>
65        <description>Severity </description>
66        <datatype>string</datatype>
67        <length>50</length>
68    </field>
69    <field>
70        <name>MSG_TYPE</name>
71        <description>Message type </description>
72        <datatype>string</datatype>
73        <length>50</length>
74    </field>
75    <field>
76        <name>WORKSTATION</name>
77        <description>Workstation name </description>
78        <datatype>string</datatype>
79        <length>50</length>
80    </field>
81    <field>
82        <name>MESSAGE</name>
83        <description>Message content </description>
84        <datatype>string</datatype>
85        <length>2048</length>
86    </field>
87</table>