Author: mriou
Date: Fri Mar 30 10:38:39 2007
New Revision: 524194
URL: http://svn.apache.org/viewvc?view=rev&rev=524194
Log:
Added process version and deployment package name to the PMAPI process
structure.
Modified:
incubator/ode/trunk/bpel-schemas/src/main/xsd/pmapi.xsd
Modified: incubator/ode/trunk/bpel-schemas/src/main/xsd/pmapi.xsd
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-schemas/src/main/xsd/pmapi.xsd?view=diff&rev=524194&r1=524193&r2=524194
==============================================================================
--- incubator/ode/trunk/bpel-schemas/src/main/xsd/pmapi.xsd (original)
+++ incubator/ode/trunk/bpel-schemas/src/main/xsd/pmapi.xsd Fri Mar 30 10:38:39
2007
@@ -48,6 +48,11 @@
<documentation>Process status.</documentation>
</annotation>
</element>
+ <element name="version" type="xs:long">
+ <annotation>
+ <documentation>Process version.</documentation>
+ </annotation>
+ </element>
<element name="definition-info" type="pmapi:tDefinitionInfo">
<annotation>
<documentation>Information about the process
@@ -218,6 +223,11 @@
deployment.</documentation>
</annotation>
<sequence>
+ <element name="package" type="xs:string">
+ <annotation>
+ <documentation>Deployment package the process was deployed
into.</documentation>
+ </annotation>
+ </element>
<element name="deploy-date" type="xs:dateTime">
<annotation>
<documentation>Date the process was
deployed.</documentation>