Author: rebody
Date: 2010-08-11 19:44:35 -0400 (Wed, 11 Aug 2010)
New Revision: 6578
Modified:
jbpm4/trunk/modules/api/src/main/resources/jpdl-4.5.xsd
Log:
fixed targetNamespace
Modified: jbpm4/trunk/modules/api/src/main/resources/jpdl-4.5.xsd
===================================================================
--- jbpm4/trunk/modules/api/src/main/resources/jpdl-4.5.xsd 2010-08-11 16:24:15 UTC (rev
6577)
+++ jbpm4/trunk/modules/api/src/main/resources/jpdl-4.5.xsd 2010-08-11 23:44:35 UTC (rev
6578)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<schema
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://jbpm.org/4.4/jpdl"
-
xmlns:tns="http://jbpm.org/4.4/jpdl"
elementFormDefault="qualified">
+<schema
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://jbpm.org/4.5/jpdl"
+
xmlns:tns="http://jbpm.org/4.5/jpdl"
elementFormDefault="qualified">
<annotation>
<documentation>Schema for jPDL 4 process descriptions;
the top level element is process.</documentation>