Project

General

Profile

CIM Issues #7133

0..n multiplicity

Added by Domagoj Peharda 16 days ago.

Status:
New
Priority:
Normal
Author/Contact Info:
Domagoj Peharda
Base Release:
CIM_Grid18v15_Enterprise14v00_Market04v14
Solution to be Applied To:
Solution Version:
Solution Applied By:
Completion Date:
CIM Keywords:
Breaking Change:
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..*

No data to display

Also available in: Atom PDF