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

Constraint : dtits007

Constraint Name
dtits007 (type: ERROR, kind: )
Constraint Class
EDSpec
Package
cdadt
Description
In ED datatype, when it has reference form, there shall not be white spaces before and after the reference, the binary data shall not be present or shall represent the same information in the reference (DTITS-007)
OCL
self.reference.oclIsUndefined() or 
self.getListStringValues()->size()=0 or 
self.getListStringValues()->forAll(st : String | st = '')