CIM Issues #7133
0..n multiplicity
Status:
Closed
Priority:
Normal
Author/Contact Info:
Domagoj Peharda
Base Release:
CIM_Grid18v15_Enterprise14v00_Market04v14
Solution to be Applied To:
CIM18v16
Solution Version:
CIM18v16
Solution Applied By:
Chavdar Ivanov
Completion Date:
04/06/2025
CIM Keywords:
Breaking Change:
No
Breaking Change Description:
CIM Impacted Groups:
WG13
Requestor:
Standard(s):
Version:
Clause:
Sub-Clause:
Paragraph:
Table:
Originally Closed in Version:
Origination Date:
Origination ID:
Originally Assigned To:
Description
There is a 0..n multiplicity on an association between classes BilateralExchangeActor and CommunicationLink on CommunicationLink side in package ICCPConfiguration.
If you have an qea file you can use sqlite query to find these anomalies:
select count(*) c, SourceCard, DestCard , group_concat(concat(sourcerole, '-',destrole), ';') from t_connector where SourceCard is not null and DestCard is not null group by SourceCard, DestCard order by 1 desc
Proposed Solution
change to 0..*
Decision
Change was reviewed and agreed it should be modified to 0..*
Release Notes
The cardinality on the CommunicationLink role end was changed from 1..n (which is invalid cardinality naming) to 1..*
Updated by Todd Viegut 11 days ago
Updated by Todd Viegut 11 days ago
- Status changed from In Progress to Closed
- Solution to be Applied To set to CIM18v16
- Breaking Change set to No