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

Constraint : dtits012

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