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

Constraint : constraint_XDSDocumentEntryStatus_value

Constraint Name
constraint_XDSDocumentEntryStatus_value (type: ERROR, kind: )
Constraint Class
QuerySpec2
Package
OSListReq
Description
$XDSDocumentEntryStatus must have the value 'urn:oasis:names:tc:ebxml-regrep:StatusType:Approved' (WP34_D342_V2.2 3.4.1.1)
OCL
self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and sl.name='$XDSDocumentEntryStatus')->forAll(sl : SlotType1 | (not sl.valueList.oclIsUndefined()) and sl.valueList.value->size()=1 and sl.matches(sl.valueList.value->first(),'[\\(\u0027]*urn:oasis:names:tc:ebxml-regrep:StatusType:Approved[\u0027\\)]*') )