Issue 19762: Default value of DataStore.isUnlimited differs between Table 10.55 and XML Schema (bpmn2-rtf) Source: Camunda Services GmbH (Mr. Falko Menge, falko.menge(at)camunda.com) Nature: Revision Severity: Minor Summary: Table 10.55 defines the default value of DataStore.isUnlimited to be false: isUnlimited : boolean = false However, the XML Schema says: <xsd:attribute name="isUnlimited" type="xsd:boolean" default="true"/> Proposal: Change the XML Schema to: <xsd:attribute name="isUnlimited" type="xsd:boolean" default="false"/> Resolution: Revised Text: Actions taken: May 27, 2015: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 27 May 2015 09:27:41 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Falko Menge Employer: Camunda Services GmbH mailFrom: falko.menge@camunda.com Terms_Agreement: I agree Specification: Business Process Model and Notation (BPMN) Section: 10.4.1 Data Modeling FormalNumber: formal/2013-12-09 Version: 2.0.2 Doc_Year: 2013 Doc_Month: December Doc_Day: Day Page: 208 (PDF 238) Title: Default value of DataStore.isUnlimited differs between Table 10.55 and XML Schema Nature: Revision Severity: Minor CODE: 3TMw8 B1: Report Issue Remote Name: xd9badc6b.dyn.telefonica.de Remote User: HTTP User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Time: 09:27 AM Description: Table 10.55 defines the default value of DataStore.isUnlimited to be false: isUnlimited : boolean = false However, the XML Schema says: Proposal: Change the XML Schema to: