CIM Issues #5097
Allow OperationalLimitSet to be described by a Season by adding a new association between OperationalLimitSet and Season
61970-301, 61970-452
Description
Add a new association between OperationalLimitSet and Season. This will allow an OperationalLimitSet to be described by a defined Season rather than encoding the season "name" within the OperationalLimitSet.name.
Season 0..1 -> OperationalLimitSet 0..many
Proposed Solution
Add new association
Season 0..1 -> OperationalLimitSet 0..many
Decision
18-Sep-2024 Joint TF Hybrid Meetings - Minneapolis:
Reviewed and agree that this proposed association seems reasonable. May be added to the model for CIM18.
Add new association
Season 0..1 -> OperationalLimitSet 0..many
Also, we need to then move Season into the Core package to maintain proper dependency management.
Should also be included in the 452.
Release Notes
The Season class was moved from the LoadModel package into the Core package to maintain proper dependency management.
The following new association was introduced: Season [0..1] --> OperationalLimitSet [0..*]
The IEC61970-452 EQ profile required updates to include/reflect the new modeling.
Related issues