BPMN 2.0 FTF Avatar
  1. OMG Issue

BPMN2 — Error class has no 'name' attribute

  • Key: BPMN2-144
  • Legacy Issue Number: 14693
  • Status: closed  
  • Source: International Business Machines ( Ms. Suzette Samoojh)
  • Summary:

    For it to be usable, it needs a 'name' attribute

  • Reported: BPMN 2.0b1 — Thu, 19 Nov 2009 05:00 GMT
  • Disposition: Resolved — BPMN 2.0
  • Disposition Summary:

    (a) Table 8.43: Add a new attribute called "name", with description "The descriptive name of the error".
    (b) Table 8.64 (schema snippet): Update XSD snippet to add the 'name' attribute.
    <xsd:element name="error" type="tError" substitutionGroup="rootElement"/>
    <xsd:complexType name="tError">
    <xsd:complexContent>
    <xsd:extension base="tRootElement">
    <xsd:attribute name="name" type="xsd:string"/>
    <xsd:attribute name="structureRef" type="xsd:QName"/>
    </xsd:extension>
    </xsd:complexContent>
    </xsd:complexType>
    (c) Figure 8.20: Replace with
    (Error+Metamodel.jpg)
    Disposition: Resolved

  • Updated: Fri, 6 Mar 2015 20:57 GMT