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

Constraint : cdadt030

Constraint Name
cdadt030 (type: ERROR, kind: )
Constraint Class
CDSpec
Package
cdadt
Description
In CD datatype, the translation elements SHALL not be null if there are translations which are not null (CDADT-030)
OCL
self.translation->size()<2 or 
self.translation->select(cd : CD | (not cd.nullFlavor.oclIsUndefined()))->size()=0