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

Constraint : rmim004_8

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