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

Constraint : cons_lux_pn2

Constraint Name
cons_lux_pn2 (type: ERROR, kind: )
Constraint Class
PNSpec
Package
luxh
Description
The name element shall be a simple name presentation, or a name of person, or a name of an organization. In simple name presentation, family/given/prefix and suffix are omitted. In name of person presentation, family and given shall be present.
OCL
self.given->size()>0 xor (self.family->size()=0)