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

Constraint : constraint_id_length

Constraint Name
constraint_id_length (type: ERROR, kind: )
Constraint Class
XDSSDBppcTemplateWithNoSD
Package
xdssdbppc
Description
The length of the root attribute shall not exceed 256 characters. (ITI TF-3, Vol3, 5.1.2.1.1.4)
OCL
self.id->forAll(ii : II | ii.root.oclIsUndefined() or ii.matches(ii.root, '.{0,256}'))