The EventType chunk type is a multiple-instance online chunk type. An EventType chunk dynamically adds new event types to the event type space.
| Offset | Field | Type | Value |
|---|---|---|---|
| 0 | count | int | Number of event types that will be described |
| 4 | eventTypeId | int | A unique event type number |
| name | String1 | Name of the event type | |
| description | String1 | More detailed description of the event type | |
| number of integer attributes | int | A non-negative number ni | |
| number of long attributes | int | A non-negative number nl | |
| number of double attributes | int | A non-negative number nd | |
| number of string attributes | int | A non-negative number ns | |
| name | String1 | Name of the the first integer attribute | |
| description | String1 | More detailed description of the first integer attribute | |
| ... (a total of ni integer attribute name/description pairs) | |||
| name | String1 | Name of the the first long attribute | |
| description | String1 | More detailed description of the first long attribute | |
| ... (a total of nl long attribute name/description pairs) | |||
| name | String1 | Name of the the first double attribute | |
| description | String1 | More detailed description of the first double attribute | |
| ... (a total of nd double attribute name/description pairs) | |||
| name | String1 | Name of the the first string attribute | |
| description | String1 | More detailed description of the first string attribute | |
| ... (a total of ns string attribute name/description pairs) | |||
| ... (a total of count event type descriptions) | |||