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

Constraint : rmim009

Constraint Name
rmim009 (type: ERROR, kind: )
Constraint Class
ObservationSpec
Package
cdabasic
Description
Numeric values SHALL NOT be communicated in Observation/value as a simple String (RMIM-009)
OCL
self.value->forAll(val : ANY | 
	(not val.oclIsTypeOf(ST)) or 
	CriterionSpec::validateValueIsNotNumeric(val)
)