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

Constraint : cons_luxh_ce2

Constraint Name
cons_luxh_ce2 (type: ERROR, kind: )
Constraint Class
CESpec
Package
luxh
Description
If originalText/reference is present and not nullFlavored, reference@value shall be present in CE datatypes
OCL
self.oclIsKindOf(CS) or self.oclIsKindOf(CV) or 
(
	(not self.nullFlavor.oclIsUndefined()) or 
	(
		self.originalText.oclIsUndefined() or 
		self.originalText.reference.oclIsUndefined() or 
		(not self.originalText.reference.nullFlavor.oclIsUndefined()) or 
		(not self.originalText.reference.value.oclIsUndefined())
	)
)