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

Constraint : rmim013_1

Constraint Name
rmim013_1 (type: ERROR, kind: )
Constraint Class
OrganizerSpec
Package
cdabasic
Description
Organizer SHALL NOT have id element with nullFlavor, if there are other ids elements (RMIM-013, RIM-001)
OCL
self.id->size()<2 or 
self.id->select(ii : II | (not ii.nullFlavor.oclIsUndefined()))->size()=0