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

Constraint : constraint_ITI45Response_iti45val008

Constraint Name
constraint_ITI45Response_iti45val008 (type: ERROR, kind: )
Constraint Class
ITI45ResponsePatientSpec
Package
ITI45Response
Description
Patient SHALL have one or more [1..*] id and nullFlavor SHALL be undefined
OCL
self.id->size()>0 
and self.id->forAll(ii : II | 
	ii.nullFlavor.oclIsUndefined()
)