Sheet: 'ISM Enumerations'
- Last UpdatedJun 20, 2024
- 3 minute read
This sheet defines Enumeration Lists with Items (also called List-Of-Values), typically used for constraining valid values for Attributes.
|
Item |
Column Name |
Constraint |
Description |
|---|---|---|---|
|
1 |
Id |
Required |
|
|
2 |
Name |
A human readable name for the List or Item definition |
|
|
3 |
Name {language} |
|
|
|
4 |
Description |
An arbitrary description of the purpose/role of the List or Item |
|
|
5 |
Description {language} |
|
|
|
6 |
Aspect |
Annotating a List or Item with an aspect is a way to associate the List or Item with a specific semantic definition. Application logic will look for these aspects, and apply associated processing rules. Definition of available aspect values is outside the scope of this document |
|
|
7 |
Obsolete |
|
When evolving a Class Library over time, removing previously existing definitions might cause issues with consuming software systems (for example, they might not support deleting a List or Item that is in use for existing data). Obsoleting deprecated definitions might therefore be a less intrusive approach. How, or whether, obsoleting is supported might vary across consuming software though |
|
8 |
SortOrder |
- A signed integer value |
Decides on the order in which List and Items are presented in the AVEVA ISM user interface Lists or Items not having a value specified for this property will be ordered as if they have the highest SortOrder value |