CMMN 1.1 RTF Avatar
  1. OMG Issue

CR — Inconsistency between XSD and meta-model for condition on IfPart

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

    The meta-model specifies that the IfPart of a Sentry can have 0..1 condition. However, in the XSD, an IfPart can have 0…* condition.

  • Reported: CMMN 1.0 — Fri, 3 Jul 2015 19:27 GMT
  • Disposition: Resolved — CMMN 1.1
  • Disposition Summary:

    Change cardinality of tIfPart

    1. In tIfPart complex type, replace sequence with the following:
    <xsd:sequence>
    <xsd:element name="condition" type="tExpression" minOccurs="0" maxOccurs="1"/>
    </xsd:sequence>

  • Updated: Tue, 29 Mar 2016 15:06 GMT