-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Description
In classification systems like IEC CDD, properties can have a value list (enumeration).
The enumerations covered by the IEC 61360 data specification only define each element in the value list.
We are looking for a way to store a reference to the value list ID itself, so we do not have to explicitly include all the individual enum elements in each Concept Description.
Questions
- Are there any existing methods to store the semantic ID of the value list itself?
- In this Q&A entry, what is meant by:
The IRDI of the value list itself should be used in submodel template definitions to restrict the allowed string values.
Possible Solutions
- Extend DataSpecificationIEC61360 to include an attribute for the value list code (as defined in CDD).
- Extend the DataSpecificationIEC61360 data type attribute with an element like
ENUM_STRING_TYPE(<ID>). - Use qualifiers with a semantic meaning of “allowed value list” and set it to the IRDI of the IEC CDD value list.