eventScheduleDate

Namespace: (default namespace)
XML Schema: ns0.xsd

Date, heure de début et heure de fin

XML

Elements

name (type) min/max
occurs
description
id (long) 0/1 Unique ID (TODO change to UUID)
startHour (string) 0/1 Start hour au format HH:MM
endHour (string) 0/1 End hour au format HH:MM
date (string) 0/1 Date au format YYYY-MM-DD
endDate (string) 0/1 Date de fin au format YYYY-MM-DD
soldOut (boolean) 0/1 Indicates if the event is sold out

JSON

property type description
id id (long) Unique ID (TODO change to UUID)
startHour startHour (string) Start hour au format HH:MM
endHour endHour (string) End hour au format HH:MM
date date (string) Date au format YYYY-MM-DD
endDate endDate (string) Date de fin au format YYYY-MM-DD
soldOut soldOut (boolean) Indicates if the event is sold out