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

Constraint : constraint_acceptack_processingModeCodeValue

Constraint Name
constraint_acceptack_processingModeCodeValue (type: ERROR, kind: )
Package
AcceptAcknowledgement
Description
Valid values for processingModeCode are A (Archive), T (Current processing), I (Initial Load) and R (Restore from archive) (Table O.1.2-1: Model Attributes)
OCL
not self.processingModeCode.oclIsUndefined() 
and not self.processingModeCode.code.oclIsUndefined() 
and (
	self.processingModeCode.code='T'
	or self.processingModeCode.code='D'
	or self.processingModeCode.code='P'
	)