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

Constraint : rmim014_1

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