Structure

Defines a free-formed record that can be used as an action and function input/output.

It is also possible to have references, and detail data connected to a structure.

structure DiaryDay {
   attribute DayDate Date;
   attribute ScheduledHours Number;
   attribute IsConfirmed Boolean;
}

Example code - Structure