Issue 14719: Section 10.3.1 Data Inputs and Outputs: Schema change: change minOccurs of inputSet for ioSpecification from 0 to 1 (bpmn2-ftf) Source: International Business Machines (Dr. Stephen White, wstephe(at)us.ibm.com) Nature: Revision Severity: Minor 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. Resolution: 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 Revised Text: Actions taken: November 20, 2009: received issue October 21, 2010: closed issue Discussion: End of Annotations:===== s is issue # 14719 [OMG 14719 Beta 1: Section 10.3.1 Data Inputs and Outputs: Schema change: change minOccurs of inputSet for ioSpecification from 0 to 1 ##Source: IBM (Stephen A. White, wstephe@us.ibm.com) ##Original Issue: http://www.osoa.org/jira/browse/BPMN-497 ##Original Info: (Severity: Minor - Nature: Revision) 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.