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    <!-- APEX EVENTS to capture APEX history 2 sub-events: INSTANCES and execution LOG -->
  4    <name>APEX-EVENTS</name>
  5    <key-code>I</key-code>
  6    <description>APEX History Events</description>
  7    <class>
  8        <name>APEX-INSTANCES</name>
  9        <key-code>2</key-code>
 10        <description>Instances of APEX History</description>
 11        <db-table>APEX_INSTANCES</db-table>
 12        <decoder>chartepssg_du.apex.apex_instance_events</decoder>
 13        <instance-property>
 14            <name>End_Time</name>
 15            <type>datetime</type>
 16            <optional/>
 17            <defaultview/>
 18        </instance-property>
 19        <instance-property>
 20            <name>Domain</name>
 21            <description>Imported from DOMAIN column</description>
 22            <type>string</type>
 23            <optional/>
 24            <defaultview/>
 25        </instance-property>
 26        <instance-property>
 27            <name>Instance</name>
 28            <type>string</type>
 29            <defaultview/>
 30        </instance-property>
 31        <instance-property>
 32            <name>Level</name>
 33            <type>string</type>
 34            <defaultview/>
 35        </instance-property>
 36        <instance-property>
 37            <name>Identifier</name>
 38            <type>string</type>
 39            <optional/>
 40            <defaultview/>
 41        </instance-property>
 42        <instance-property>
 43            <name>Procedure</name>
 44            <type>string</type>
 45        </instance-property>
 46        <instance-property>
 47            <name>Source</name>
 48            <type>string</type>
 49            <defaultview/>
 50        </instance-property>
 51        <instance-property>
 52            <name>Parent</name>
 53            <type>string</type>
 54            <defaultview/>
 55        </instance-property>
 56        <instance-property>
 57            <name>Attributes</name>
 58            <type>json</type>
 59            <optional/>
 60            <defaultview/>
 61        </instance-property>
 62    </class>
 63    <class>
 64        <name>APEX-LOG</name>
 65        <key-code>G</key-code>
 66        <description>APEX execution log</description>
 67        <db-table>APEX_LOG</db-table>
 68        <decoder>chartepssg_du.apex.apex_log_events</decoder>
 69        <instance-property>
 70            <name>Domain</name>
 71            <description>Imported from DOMAIN column</description>
 72            <type>string</type>
 73            <optional/>
 74            <defaultview/>
 75        </instance-property>
 76        <instance-property>
 77            <name>Instance</name>
 78            <type>string</type>
 79            <defaultview/>
 80        </instance-property>
 81        <instance-property>
 82            <name>Level</name>
 83            <type>string</type>
 84            <defaultview/>
 85        </instance-property>
 86        <instance-property>
 87            <name>Identifier</name>
 88            <type>string</type>
 89            <optional/>
 90            <defaultview/>
 91        </instance-property>
 92        <instance-property>
 93            <name>Procedure</name>
 94            <type>string</type>
 95        </instance-property>
 96        <instance-property>
 97            <name>Source</name>
 98            <type>string</type>
 99            <defaultview/>
100        </instance-property>
101        <instance-property>
102            <name>Parent</name>
103            <type>string</type>
104            <defaultview/>
105        </instance-property>
106        <instance-property>
107            <name>Attribute</name>
108            <type>string</type>
109            <defaultview/>
110        </instance-property>
111        <instance-property>
112            <name>Value</name>
113            <type>string</type>
114            <optional/>
115            <defaultview/>
116        </instance-property>
117        <instance-property>
118            <name>Counter</name>
119            <type>uint</type>
120            <defaultview/>
121        </instance-property>
122    </class>
123</class>