company logo

constant

A constant is a specific value of a given type. Usually, the constants data type needs not to be defined, since it becomes clear from its syntax. Constants can be defined as numerical or string constant.

Constants can also be defined as complex data type constants. In this case, the data type must be defined in the given environment.

Generalisations:  schema elementdata reference
Specialisations:  string constantnumerical constant

Related topics