Constraint : constraintListSubAttributes

Constraint Name constraintListSubAttributes (ERROR)
Class of the constraint Author_XDSDocumentEntry
Package rimihe
Description
List of sub-attributes must be : authorInstitution, authorPerson, authorRole, and authorSpecialty (IHE_ITI_TF_Rev8-0_Vol3_FT_2011-08-19.pdf Table 4.1-5)
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')  )