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

Constraint : rmim004_1

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