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

Constraint : cons_lux_ce

Constraint Name
cons_lux_ce (type: ERROR, kind: )
Constraint Class
CESpec
Package
luxh
Description
A value for @code, @codeSystem, and @displayName shall be provided in CE datatype
OCL
self.oclIsKindOf(CS) or self.oclIsKindOf(CV) or 
(
	(not self.nullFlavor.oclIsUndefined()) or 
	(
		(not self.code.oclIsUndefined()) and 
		(not self.codeSystem.oclIsUndefined()) and 
		(not self.displayName.oclIsUndefined())
	)
)