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

Constraint : constraintAvailabilityStatus

Constraint Name
constraintAvailabilityStatus (type: ERROR, kind: )
Constraint Class
XDSStableDocumentEntry
Package
rimihe
Description
XDSDocumentEntry must have the status Approved or Deprecated (urn:oasis:names:tc:ebxml-regrep:StatusType:Approved or urn:oasis:names:tc:ebxml-regrep:StatusType:Deprecated) (IHE_ITI_TF V3, 4.2.3.2.2)
OCL
self.status.oclIsUndefined() or  
(
	(self.status = 'urn:oasis:names:tc:ebxml-regrep:StatusType:Approved') or 
	(self.status = 'urn:oasis:names:tc:ebxml-regrep:StatusType:Deprecated')
)