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

Constraint : dtits010

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