Constraint Descriptor : rmim103_2 (type: ERROR, kind: )

Constraint : rmim103_2

Constraint Name
rmim103_2 (type: ERROR, kind: )
Constraint Class
SubjectPersonSpec
Package
cdabasic
Description
The name elements of SubjectPerson SHALL be distinct (RMIM-103, RIM-023)
OCL
self.name->forAll(ii : PN | 
	self.name->select(jj : PN |
		jj.cdaEquals(ii)
	)->size()=1
)