CMMN 1.1 RTF Avatar
  1. OMG Issue

CR — Unrequired “body” element in expression in the XSD

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

    In the class diagram, body is a required element to hold the actual expression. But in the XML, the body is simply the content of the Expression element, no need for another nested element for it.

  • Reported: CMMN 1.0 — Thu, 4 Jun 2015 18:40 GMT
  • Disposition: Resolved — CMMN 1.1
  • Disposition Summary:

    Remove body from tExpression in CMMN xsd

    1)
    <xsd:complexType name="tExpression" mixed="true">
    <xsd:complexContent>
    <xsd:extension base="tCmmnElementWithMixedContent">
    <xsd:sequence>
    <xsd:element name="body" type="xsd:string" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="language" type="xsd:anyURI" use="optional" default="http://www.w3.org/1999/XPath" />
    </xsd:extension>
    </xsd:complexContent>
    </xsd:complexType>

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