Enumerations defined in the Vocabulary
- Last Updated: March 24, 2025
- 4 minute read
- Corticon
- Version 7.2
- Documentation
To set up an Enumeration, open the project's Vocabulary, and click its
root—Cargo, in this example. Then, enter a preferred
unique name without spaces, and click the Base Data Type cell of the row to choose the data
type (the values are all red until you have added a successful value or label/value pair).
Click on the Enumeration cell to choose Yes. Now, enter a
value on the first row, and a label if you want one. All the cells are validated, and the
red markers are cleared. Then, you can add other value or label/value pairs on the next
lines.

When you complete a valid Custom Data Type, choose the attributes in the Vocabulary that will be constrained to the enumeration.
If your custom data type is a local enumeration, then you enter the enumerated values of the base data type into the Value column, and, if you intend to use labels, then enter label text into the Labels column.
The Label column is optional: you enter Labels only when you want to provide an easier-to-use or more intuitive set of names for your enumerated values.
The Value column is mandatory: you need to enter the enumerations in as many rows of the Value column as necessary to complete the enumerated set. Be sure to use normal syntax, so custom data types that extend String, DateTime, Date, or Time base data types must be enclosed in single quote characters.
Here are some examples of enumerated custom data types:
PrimeNumbers is an Integer-based,
enumerated custom data type with Value-only set members.
containerType is a String-based,
enumerated custom data type with Label/Value pairs.
USHolidays2020 is a Date-based, enumerated
custom data type with Label/Value pairs.
ShirtSize is an Integer-based, enumerated
custom data type with Label/Value pairs.
RiskProfile is an Integer-based,
enumerated custom data type with Label/Value pairs
DevTeam is a String-based, enumerated
custom data type with Value-only set members.
Use the Move Up
or Move Down
toolbar icons to change the order of Label/Value rows in
the list.