Sheet: 'ISM UoM Units'
- Last UpdatedJun 20, 2024
- 2 minute read
This sheet defines Unit Of Measure Units.
|
Item |
Column Name |
Constraint |
Description |
|---|---|---|---|
|
1 |
Id |
Required |
|
|
2 |
Name |
A human readable name for the Unit definition, like "kilograms" and "centimetre squared". |
|
|
3 |
Name {language} |
|
|
|
4 |
Description |
An arbitrary description of the purpose/role of the Unit. |
|
|
5 |
Description {language} |
|
|
|
6 |
Symbol |
|
|
|
7 |
Standard |
A value referencing the industry standard that defines the Unit. |
|
|
8 |
System |
|
A value specifying what measure system the Unit belongs to. |
|
9 |
GroupId |
|
|
|
10 |
Aspect |
Annotating a Unit with an aspect is a way to associate the Unit 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. |
|
|
11 |
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 Unit 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. |
|
12 |
SortOrder |
- A signed integer value |
Decides on the order in which Units are presented in the AVEVA ISM user interface. Units not having a value specified for this property will be ordered as if they have the highest SortOrder value. |