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

Constraint : dtits011

Constraint Name
dtits011 (type: ERROR, kind: )
Constraint Class
URLSpec
Package
cdadt
Description
In URL datatype, the ftp SHALL be as defined in RFC1738 (DTITS-011)
OCL
self.value.oclIsUndefined() or 
(not self.matches(self.value, '^ftp:.*$')) or 
self.matches(self.value, '^ftp\\:\\/\\/.+$')