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

Constraint : cdadt013

Constraint Name
cdadt013 (type: ERROR, kind: )
Constraint Class
URLSpec
Package
cdadt
Description
value attribute SHALL have this form : ^(\\w+:.+|#.+)$ (CDADT-013)
OCL
self.value.oclIsUndefined() or 
self.matches(self.value, '^(\\w+:.+|#.+)$')