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

Constraint : rmim017

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