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

Constraint : constraintListSubAttributes

Constraint Name
constraintListSubAttributes (type: ERROR, kind: )
Constraint Class
Author_SubmissionSet
Package
rimihe
Description
List of sub-attributes must be : authorInstitution, authorPerson, authorRole, authorSpecialty and authorTelecommunication (IHE_ITI_TF V3, 4.2.3.1.4)
OCL
self.slot->forAll(sl : SlotType1 | 
	sl.name.oclIsUndefined() or 
	(sl.name = 'authorInstitution') or 
	(sl.name = 'authorPerson') or 
	(sl.name = 'authorRole') or 
	(sl.name = 'authorSpecialty') or 
	(sl.name = 'authorTelecommunication')
)