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

Constraint : constraintSize_Integer

Constraint Name
constraintSize_Integer (type: ERROR, kind: )
Constraint Class
XDSStableDocumentEntry
Package
rimihe
Description
size metadata must be an integer (IHE_ITI_TF V3, 4.2.3.2.21)
OCL
self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'size'))->forAll(sl : SlotType1 | 
	sl.valueList.oclIsUndefined() or 
	sl.valueList.value->forAll(val : String | sl.matches(val, '[0-9]*'))
)