| 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)
|
|
status (eventStatusEnum)
|
0/1 |
Status.Can be DRAFT, PUBLISHED, UNPUBLISHED
|
|
cancellationReason (string)
|
0/1 |
Cancellation reason
|
|
cancelled (boolean)
|
0/1 |
Is the event cancelled
|
|
artist (artistInEvent)
|
0/unbounded |
Artists list
|
|
eventPrice (eventPrice)
|
0/unbounded |
Price list
|
|
freeAdmission (boolean)
|
0/1 |
Indicates if the admission is free or not
|
|
freeAdmissionCondition (string)
|
0/1 |
If the admission is free, it may have an admission condition
|
|
ticketStore (eventTicket)
|
0/unbounded |
Ticket store list
|
|
event (event)
|
0/1 |
Event
|
|
eventSchedule (eventSchedule)
|
0/1 |
Event schedule
|
|
location (location)
|
0/1 |
Location where the event takes place.
|
| 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)
|
| status |
status (eventStatusEnum)
|
Status.Can be DRAFT, PUBLISHED, UNPUBLISHED
|
| cancellationReason |
cancellationReason (string)
|
Cancellation reason
|
| cancelled |
cancelled (boolean)
|
Is the event cancelled
|
| artist |
array of artist (artistInEvent)
|
Artists list
|
| eventPrice |
array of eventPrice (eventPrice)
|
Price list
|
| freeAdmission |
freeAdmission (boolean)
|
Indicates if the admission is free or not
|
| freeAdmissionCondition |
freeAdmissionCondition (string)
|
If the admission is free, it may have an admission condition
|
| ticketStore |
array of ticketStore (eventTicket)
|
Ticket store list
|
| event |
event (event)
|
Event
|
| eventSchedule |
eventSchedule (eventSchedule)
|
Event schedule
|
| location |
location (location)
|
Location where the event takes place.
|