EventType

The EventType chunk type is a multiple-instance online chunk type. An EventType chunk dynamically adds new event types to the event type space.

Table 1: EventType Chunk Body
OffsetFieldTypeValue
0countintNumber of event types that will be described
4eventTypeIdintA unique event type number
nameString1Name of the event type
descriptionString1More detailed description of the event type
number of integer attributesintA non-negative number ni
number of long attributesintA non-negative number nl
number of double attributesintA non-negative number nd
number of string attributesintA non-negative number ns
nameString1Name of the the first integer attribute
descriptionString1More detailed description of the first integer attribute
... (a total of ni integer attribute name/description pairs)
nameString1Name of the the first long attribute
descriptionString1More detailed description of the first long attribute
... (a total of nl long attribute name/description pairs)
nameString1Name of the the first double attribute
descriptionString1More detailed description of the first double attribute
... (a total of nd double attribute name/description pairs)
nameString1Name of the the first string attribute
descriptionString1More detailed description of the first string attribute
... (a total of ns string attribute name/description pairs)
... (a total of count event type descriptions)