Bug 406409 - BPMN2 DI: Invalid definition of DiagramElement in DI Metamodel
Summary: BPMN2 DI: Invalid definition of DiagramElement in DI Metamodel
Status: UNCONFIRMED
Alias: None
Product: MDT.BPMN2
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 406408 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-24 05:39 EDT by Kunal Prasad CLA
Modified: 2013-04-24 05:45 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kunal Prasad CLA 2013-04-24 05:39:15 EDT
Hi,

In BPMN2 DI Specification, DiagramElement has below structure :

<xsd:complexType abstract="true" name="DiagramElement">
		<xsd:sequence>
			<xsd:element name="extension" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="id" type="xsd:ID" />
		<xsd:anyAttribute namespace="##other" processContents="lax" />
	</xsd:complexType>

In BPMN DI Metamodel, field extension defined in above schema is missing. This avoids us to add any extension needed for a diagram element. Please add this element in the BPMN2 DI Metamodel ASAP.

DI Spec: http://www.omg.org/spec/BPMN/20100501/DI.xsd

Thanks,
Kunal
Comment 1 Kunal Prasad CLA 2013-04-24 05:45:55 EDT
*** Bug 406408 has been marked as a duplicate of this bug. ***