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

Constraint : constraint_epsos2_code2201

Constraint Name
constraint_epsos2_code2201 (type: ERROR, kind: )
Constraint Class
RESpec
Package
EPSOS2XDRResp
Description
when using errorCode=2201, the severity SHALL be urn:oasis:names:tc:ebxml-regrep:ErrorSeverityType:Warning (WP3A_epSOS_EED_IHE_XDR_Binding, 2.2.1)
OCL
self.errorCode.oclIsUndefined() or 
self.errorCode<>'2201' or 
(
	(not self.severity.oclIsUndefined()) and 
	self.severity='urn:oasis:names:tc:ebxml-regrep:ErrorSeverityType:Warning'
)