Author: mszefler
Date: Mon Aug 14 15:37:04 2006
New Revision: 431454
URL: http://svn.apache.org/viewvc?rev=431454&view=rev
Log:
Fixed minoccurs on <type> element.
Modified:
incubator/ode/trunk/bpel-dd/src/main/xsd/dd.xsd
Modified: incubator/ode/trunk/bpel-dd/src/main/xsd/dd.xsd
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-dd/src/main/xsd/dd.xsd?rev=431454&r1=431453&r2=431454&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-dd/src/main/xsd/dd.xsd (original)
+++ incubator/ode/trunk/bpel-dd/src/main/xsd/dd.xsd Mon Aug 14 15:37:04 2006
@@ -78,7 +78,7 @@
</xs:sequence>
</xs:complexType>
</xs:element>
- <xs:element name="type" minOccurs="1" maxOccurs="1"
type="xs:QName">
+ <xs:element name="type" minOccurs="0" maxOccurs="1"
type="xs:QName">
<xs:annotation>
<xs:documentation> Process type -- indicates which process
defintion should be used
for the process.</xs:documentation>