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

Constraint : constraint_hpd_common_genderValue

Constraint Name
constraint_hpd_common_genderValue (type: ERROR, kind: )
Constraint Class
genderAttrTemplate
Package
hpdCommon
Description
gender attribute SHALL follow the Natural Person auxilary class as defined in RFC 2985, that means that only Male (M or m) and Female (F or f) values are allowed. (see Table 3.58.4.1.2.2.2-1)
OCL
self.value->forAll(val : String |
  				val='M' or val='m' or val='F' or val='f')