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

Constraint : constraintAuthorInstitution_XON

Constraint Name
constraintAuthorInstitution_XON (type: ERROR, kind: )
Constraint Class
Author_SubmissionSet
Package
rimihe
Description
AuthorInstitution must have XON structure is specified (IHE_ITI_TF V3, 4.2.3.1.4.1)
OCL
self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'authorInstitution'))->forAll(sl : SlotType1 | 
	sl.valueList.oclIsUndefined() or 
	sl.valueList.value->forAll(val : String | sl.isXON(val))
)