BPMN 2.0 FTF Avatar
  1. OMG Issue

BPMN2 — Beta 1: Set the name attribute of DataInputs and DataOutputs to optional

  • Key: BPMN2-172
  • Legacy Issue Number: 14726
  • Status: closed  
  • Source: BPM Advantage Consulting ( Dr. Stephen White)
  • Summary:

    Names are not require for all DataInputs and DataOutputs. Names would be used mainly for the ones that are shown graphically on the diagram.

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

    Change the name attribute for both DataInput and DataOutput to be optional.
    (a) Table 10.53 DataInput attributes and model associations, name attribute row, first column: change "string" to "string [0..1]
    (b) Table 10.54 DataOutput attributes and model associations, name attribute row, first column: change "string" to "string [0..1]
    (c) Table 10.65 DataInput XML schema: Change "attribute name="name" type="xsd:string"" to "attribute name="name" type="xsd:string" use="optional""
    (c) Table 10.70 DataOutput XML schema: Change "attribute name="name" type="xsd:string"" to "attribute name="name" type="xsd:string" use="optional""
    Disposition: Resolved

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