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

Constraint : constraint_hpd_addRequestRelationship_groupOfNamesObjectClass

Constraint Name
constraint_hpd_addRequestRelationship_groupOfNamesObjectClass (type: ERROR, kind: )
Package
addRequest
Description
Relationships in HPD are represented by LDAP objects using the groupOfNames class (see section 3.58.4.1.2.2.4 Relationships)
OCL
self.attr->select(at: DsmlAttr |
                at.name.toLowerCase()='objectclass'
                and at.value->select(val: String |
                val.toLowerCase() = 'groupofnames'
                )->size() = 1
                )->size() = 1