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

Constraint : rmim019

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