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

Constraint : constraint_hpd_common_credentialStatusValue

Constraint Name
constraint_hpd_common_credentialStatusValue (type: ERROR, kind: )
Constraint Class
credentialStatusAttrTemplate
Package
hpdCommon
Description
Valid values for credentialStatus attribute are Active, Inactive, Revoked and Suspended (see Table 3.58.4.1.2.3-1: Status Code Category Values)
OCL
self.value->forAll(val : String |
  				val.toLowerCase() = 'active' or val.toLowerCase() = 'inactive' or val.toLowerCase() = 'revoked' or val.toLowerCase() = 'suspended'
  			)