eventType
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Event type
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (long) | 0/1 | Unique ID (TODO change to UUID) |
| version (long) | 0/1 | Version |
| creationDate (long) | 0/1 | Creation date (timestamp in ms since 1/1/1970) |
| modificationDate (long) | 0/1 | Modification date (timestamp in ms since 1/1/1970) |
| label (string) | 0/1 | Label |
| eventStyle (eventStyle) | 0/unbounded | Possible styles |
JSON
| property | type | description |
|---|---|---|
| id | id (long) | Unique ID (TODO change to UUID) |
| version | version (long) | Version |
| creationDate | creationDate (long) | Creation date (timestamp in ms since 1/1/1970) |
| modificationDate | modificationDate (long) | Modification date (timestamp in ms since 1/1/1970) |
| label | label (string) | Label |
| eventStyle | array of eventStyle (eventStyle) | Possible styles |