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

Constraint : ch_pix_007_Code

Constraint Name
ch_pix_007_Code (type: ERROR, kind: )
Package
chpixfeed
Description
The code MUST be "FTH" for the Father and "MTH" for the Mother
OCL
not(self.code.oclIsUndefined())
  			and not(self.code.code.oclIsUndefined())
  			and (self.code.displayName = 'Mother' implies self.code.code = 'MTH')
  			and (self.code.displayName = 'Father' implies self.code.code = 'FTH')