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

Constraint : rmim021

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