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

Constraint : constraint_pdqv3query_processingCode

Constraint Name
constraint_pdqv3query_processingCode (type: ERROR, kind: )
Constraint Class
PDQv3QueryHeaderSpec
Package
pdqv3Query
Description
Valid values are D (Debugging), T (Testing), P (Production) (Table O.1.1-1: Model Attributes)
OCL
not self.processingCode.oclIsUndefined() 
and  not self.processingCode.code.oclIsUndefined()
	and (self.processingCode.code='D'
	or self.processingCode.code='T' 
	or self.processingCode.code='P')