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

Constraint : cons_lux_cu1

Constraint Name
cons_lux_cu1 (type: ERROR, kind: )
Constraint Class
CustodianSpec
Package
luxh
Description
The custodian/assignedCustodian/representedCustodianOrganization/id shall be present, and if nullflavored, it shall have nullFlavor="UNK" or nullFlavor="NI"
OCL
(not self.assignedCustodian.oclIsUndefined()) and 
(not self.assignedCustodian.representedCustodianOrganization.oclIsUndefined()) and 
self.assignedCustodian.representedCustodianOrganization.id->size()>0 and 
self.assignedCustodian.representedCustodianOrganization.id->forAll(ii : II | 
	ii.nullFlavor.oclIsUndefined() or 
	(
		ii.nullFlavor=NullFlavor::NI or 
		ii.nullFlavor=NullFlavor::UNK
	)
)