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

Constraint : rmim105

Constraint Name
rmim105 (type: ERROR, kind: )
Constraint Class
PlayingEntitySpec
Package
cdabasic
Description
PlayingEntity SHALL NOT have quantity element with nullFlavor, if there are other quantity elements which are not null (RMIM-105)
OCL
self.quantity->size()<2 or 
self.quantity->select(ii : PQ | (not ii.nullFlavor.oclIsUndefined()))->size()=0