BPMN 2.0 FTF Avatar
  1. OMG Issue

BPMN2 — Section 10.3.1 Data Inputs and Outputs: Schema change: change minOccurs of inputSet for ioSpecification from 0 to 1

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

    The spec says that there must be one InputSet for an ioSpecification. The schema has the minOcurrs at 0. The schema should be changed so that minOccurs is 1.

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

    Spec update: Update the XSD snippet for tInputOutputSpecification (table 10.67) in the spec
    (a) <xsd:element ref="inputSet" minOccurs="1" maxOccurs="unbounded"/>
    (b) <xsd:element ref="outputSet" minOccurs="1" maxOccurs="unbounded"/>
    Note that the actual XSD is already correct. Only the snippet in the spec needs updating.
    Disposition: Resolved

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