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

Constraint : rmim004_6

Constraint Name
rmim004_6 (type: ERROR, kind: )
Constraint Class
ObservationSpec
Package
cdabasic
Description
Observation SHALL NOT have methodCode element with nullFlavor, if there are other methodCode elements which are not null (RMIM-004, RIM-006)
OCL
self.methodCode->size()<2 or 
self.methodCode->select(ii : CE | (not ii.nullFlavor.oclIsUndefined()))->size()=0