Skip to content

Structures

olitank edited this page Nov 28, 2025 · 4 revisions

These are user-defined data types.

There are several types:

Classic

Allows to group different types of data (using elements) under the same name.

An element is either simple (predefined type) or structured (user-defined type).

Other element attributes are:

  • Optional: Indicates whether the value is optional.

  • Optional / Default Value Expression: An expression used to calculate a default value (null otherwise).

  • Multiple: Indicates whether the value is multiple (0 to n elements) or not.

Enumeration

Allows to restrict possible values ​​to a set of named constants (enumeration items).

Reference Structure

Does not actually define a data type. It rather allows to reference another structure.

Clone this wiki locally