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

Constraint : conOthers

Constraint Name
conOthers (type: ERROR, kind: )
Constraint Class
SubjectRoleAtributeSpec
Package
samlihe
Description
In the Role element defined under the AttributeValue element, only (code, codesystem, codeSystemName, nullFlavor and displayName) can be specified (ITI TF Vol2b, 3.40.4.1.2.1)
OCL
self.attributeValue->forAll(att : AttributeValueType |
  				att.role.oclIsUndefined() or 
  				(
  					att.role.originalText.oclIsUndefined() and 
  					att.role.translation->isEmpty()
  				)
  				
  			)