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

Constraint : rmim097_1

Constraint Name
rmim097_1 (type: ERROR, kind: )
Constraint Class
PersonSpec
Package
cdabasic
Description
Person SHALL NOT have name element with nullFlavor, if there are other name (RMIM-097, RIM-022)
OCL
self.name->size()<2 or 
self.name->select(ii : PN | (not ii.nullFlavor.oclIsUndefined()))->size()=0