CIM Issues #5151
Addition of value description attributes to BasicIntervalSchedule class.
61970-301
Description
BasicIntervalSchedule class provides attributes to help describe the TimePoint values defined by either the RegularTimePoint or IrregularTimePoint. In the class currently, there are attributes per value; value1Multiplier, value1Unit to describe value1. The proposal is to add in an additional attribute for each value of "value1Description" and "value2Description". These would be String fields that can be used to describe the value defined in the TimePoint class.
Proposed Solution
Add two new attributes to BasicIntervalSchedule class:
value1Description (String) - "Description for value1."
value2Description (String) - "Description for value2."
Decision
These attributes will be added at the same time that issue https://redmine.ucaiug.org/issues/5285 is applied.
Release Notes
The following two attributes have been added to the BasicIntervalSchedule class:
BasicIntervalSchedule.value1Description (String) "Description for value1."
BasicIntervalSchedule.value2Description (String) "Description for value2."
Related issues
Updated by Todd Viegut almost 3 years ago
- Related to CIM Issues #5285: Addition of value3 attributes in BasicIntervalSchedule and RegularTimePoint (possibly IrregularTimePoint as well to be consistent?) added