| Constraint Name | constraintAuthorInstitution (WARNING) |
| Class of the constraint | Author_XDSDocumentEntry |
| Package | rimihe |
| Description | authorInstitution is required if known (IHE_ITI_TF_Rev8-0_Vol3_FT_2011-08-19.pdf Table 4.1-5) |
| OCL | self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'authorInstitution') )->size()>0 and self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'authorInstitution') )->forAll(sl : SlotType1 | (not sl.valueList.oclIsUndefined()) and (sl.valueList.value->size()>0) ) |