CMMN 1.1 RTF Avatar
  1. OMG Issue

CR — Missing authorizedRoleRefs in XSD for tUserEventListener

  • Key: CR-114
  • Status: closed  
  • Source: Trisotech ( Mr. Denis Gagne)
  • Summary:

    The specification and the meta-model states that UserEvenListener have an authorizedRoleRefs attribute, but this attribute is missing in the CMMN10CasePlanModel.xsd

  • Reported: CMMN 1.0 — Fri, 4 Sep 2015 23:28 GMT
  • Disposition: Resolved — CMMN 1.1
  • Disposition Summary:

    Add authorizedRoleRefs attribute to tUserEventListener

    Add the following to tUserEventListener inside the extension block:

    <xsd:attribute name="authorizedRoleRefs" type="xsd:IDREFS">
        <xsd:annotation>
            <xsd:documentation>authorizedRoleRefs refers zero or more "role" elements.</xsd:documentation> 
        </xsd:annotation>
    </xsd:attribute>
    
  • Updated: Tue, 29 Mar 2016 15:06 GMT