| Model
|
Event ( eventId, shortName, description,
requestor, secondaryContact )
|
| Description
|
Describes the reason for a set of one or more room bookings.
|
|
eventId
|
A unique identifier for this event. Domain: positive integers.
|
|
shortName
|
Brief (ca. 20 characters) description to appear on schedules.
Domain: string.
|
|
description
|
Full description of the event with any additional information
that doesn't go in the other fields.
Domain: Multiline text.
|
|
requestor
|
Person in charge of the event. Domain: string.
|
|
secondaryContact
|
Person to contact if the requestor is unavailable.
Domain: string.
|