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

Constraint : constraint_confidentialityCode_value

Constraint Name
constraint_confidentialityCode_value (type: ERROR, kind: )
Constraint Class
DocumentSpec2
Package
OSListResp
Description
confidentialityCode SHOULD be set to N (WP34_D342_V2.2 3.4.1.4)
OCL
self.classification->select(cl : ClassificationType | (not cl.classificationScheme.oclIsUndefined()) and cl.classificationScheme='urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f')->forAll(cl : ClassificationType | 
	(not cl.nodeRepresentation.oclIsUndefined()) and cl.nodeRepresentation='N' 
)