[jbpm-commits] JBoss JBPM SVN: r6140 - jbpm4/trunk/modules/bpmn/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jan 27 08:52:27 EST 2010


Author: jbarrez
Date: 2010-01-27 08:52:27 -0500 (Wed, 27 Jan 2010)
New Revision: 6140

Modified:
   jbpm4/trunk/modules/bpmn/src/main/resources/BPMN20.xsd
Log:
Added diagramInterchange xsd by Bruce Silver to BPMN20.xsd for interopability with Signavio

Modified: jbpm4/trunk/modules/bpmn/src/main/resources/BPMN20.xsd
===================================================================
--- jbpm4/trunk/modules/bpmn/src/main/resources/BPMN20.xsd	2010-01-27 12:50:20 UTC (rev 6139)
+++ jbpm4/trunk/modules/bpmn/src/main/resources/BPMN20.xsd	2010-01-27 13:52:27 UTC (rev 6140)
@@ -2,10 +2,11 @@
 <xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified"	
 	xmlns="http://schema.omg.org/spec/BPMN/2.0"
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-	xmlns:di="http://www.omg.com/di/1.0.0"
+	xmlns:di="http://bpmndi.org"
 	targetNamespace="http://schema.omg.org/spec/BPMN/2.0">
 
-	<xsd:import namespace="http://www.omg.com/di/1.0.0" schemaLocation="DiagramInterchange.xsd"/>
+  <xsd:import namespace="http://bpmndi.org" schemaLocation="BpmnDi.xsd"/>
+	<!--  <xsd:import namespace="http://www.omg.com/di/1.0.0" schemaLocation="DiagramInterchange.xsd"/> -->
 	<xsd:include schemaLocation="Semantic.xsd"/>
 
 	<xsd:element name="definitions" type="tDefinitions"/>



More information about the jbpm-commits mailing list