[seam-commits] Seam SVN: r10221 - trunk/src/main/org/jboss/seam.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Mar 26 18:06:04 EDT 2009
Author: norman.richards at jboss.com
Date: 2009-03-26 18:06:04 -0400 (Thu, 26 Mar 2009)
New Revision: 10221
Modified:
trunk/src/main/org/jboss/seam/pageflow-2.1.xsd
Log:
JBSEAM-4027
Modified: trunk/src/main/org/jboss/seam/pageflow-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/pageflow-2.1.xsd 2009-03-26 21:58:34 UTC (rev 10220)
+++ trunk/src/main/org/jboss/seam/pageflow-2.1.xsd 2009-03-26 22:06:04 UTC (rev 10221)
@@ -54,14 +54,14 @@
<xs:element ref="exception-handler" />
</xs:choice>
<xs:attribute name="name" type="xs:string" />
-
+ <xs:attribute name="binding" type="bindingType" />
</xs:complexType>
</xs:element>
<xs:element name="sub-process">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required" />
- <xs:attribute name="version" type="xs:integer" />
+ <xs:attribute name="version" type="xs:integer" />
<xs:attribute name="binding" type="bindingType" />
</xs:complexType>
</xs:element>
More information about the seam-commits
mailing list