eventDescriptionSplitByDate
Namespace: |
(default namespace) |
XML Schema: |
ns0.xsd |
Event description split by date : it is focused on the event scheduled date
(date + start hour + end hour)
XML
Elements
name (type) |
min/max occurs |
description |
id (long)
|
0/1 |
Unique ID (TODO change to UUID). This ID won't by unique. To get a unique
ID, you may combine it with the ID of the eventScheduleDate.
|
eventScheduleDate (eventScheduleDate)
|
0/1 |
The event schedule date on wich this records focuses.
|
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
|
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
|
eventPrice (eventPrice)
|
0/unbounded |
Price list
|
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.
|
JSON
property |
type |
description |
id |
id (long)
|
Unique ID (TODO change to UUID). This ID won't by unique. To get a unique
ID, you may combine it with the ID of the eventScheduleDate.
|
eventScheduleDate |
eventScheduleDate (eventScheduleDate)
|
The event schedule date on wich this records focuses.
|
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
|
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
|
eventPrice |
array of eventPrice (eventPrice)
|
Price list
|
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.
|