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

Constraint : cdadt029

Constraint Name
cdadt029 (type: ERROR, kind: )
Constraint Class
CDSpec
Package
cdadt
Description
In CD datatype, the translation elements SHALL be disctinct (CDADT-029)
OCL
self.translation->size()<2 or 
self.translation->forAll(cd : CD | 
	self.translation->select(cd1 : CD |
		cd1.cdaEquals(cd)
	)->size()=1
)