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

Constraint : constraintReferencedIdList_CXi

Constraint Name
constraintReferencedIdList_CXi (type: ERROR, kind: )
Constraint Class
XDSOnDemandDocumentEntry
Package
rimihe
Description
referencedIdList metadata shall have the form CXi (IHE_ITI_TF V3, 4.2.3.2.28)
OCL
self.slot->select(sl : SlotType1 |
	(not sl.name.oclIsUndefined()) and 
	sl.name='urn:ihe:iti:xds:2013:referenceIdList'
)->forAll(sl : SlotType1 |
	sl.valueList.oclIsUndefined() or 
	sl.valueList.value->forAll(val : String |
		self.isCXi(val)
	)
)