Issue 16632: XML Schema: Usage of xsd:anyAttribute instead of xsd:attribute (bpmn2-rtf) Source: (, ) Nature: Revision Severity: Minor Summary: Table 8.3 ("Definitions XML schema") on page 54 contains the following two lines: <xsd:anyAttribute name="exporter" type="xsd:ID"/> <xsd:anyAttribute name="exporterVersion" type="xsd:ID"/> As the usage of the "name" attribute in combination with the "xsd:anyAttribute" element makes no sense, those lines should be changed to: <xsd:attribute name="exporter" type="xsd:ID"/> <xsd:attribute name="exporterVersion" type="xsd:ID"/> As the XSD-Files given at www.omg.org/spec/BPMN/2.0/ also use "xsd:attribute" for those lines, I suppose this is just a copy&paste error in the specification document. Resolution: Revised Text: Actions taken: October 19, 2011: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 19 Oct 2011 04:49:26 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Sven Joerges Employer: IHK Gesellschaft fuer Informationsverarbeitung mbH mailFrom: joerges@gfi.ihk.de Terms_Agreement: I agree Specification: Business Process Model and Notation (BPMN) Section: 8.1.3 FormalNumber: formal/2011-01-03 Version: 2.0 Doc_Year: 2011 Doc_Month: January Doc_Day: 03 Page: 54 Title: XML Schema: Usage of xsd:anyAttribute instead of xsd:attribute Nature: Revision Severity: Minor CODE: 3TMw8 B1: Report Issue Description: Table 8.3 ("Definitions XML schema") on page 54 contains the following two lines: As the usage of the "name" attribute in combination with the "xsd:anyAttribute" element makes no sense, those lines should be changed to: As the XSD-Files given at www.omg.org/spec/BPMN/2.0/ also use "xsd:attribute" for those lines, I suppose this is just a copy&paste error in the specification document.