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

Constraint : dtits009

Constraint Name
dtits009 (type: ERROR, kind: )
Constraint Class
URLSpec
Package
cdadt
Description
In URL datatype, the mail SHALL be as defined in RFC2368 (DTITS-009)
OCL
self.value.oclIsUndefined() or 
(not self.matches(self.value, '^mailto:.*$')) or 
self.matches(self.value, '.+@.+')