[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Gavin King gavin.king at jboss.com
Tue Jun 19 00:33:46 EDT 2007


  User: gavin   
  Date: 07/06/19 00:33:46

  Modified:    src/main/org/jboss/seam  pageflow-1.3.xsd
  Log:
  added process-state/sub-process to pageflow xsd
  
  Revision  Changes    Path
  1.2       +18 -0     jboss-seam/src/main/org/jboss/seam/pageflow-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pageflow-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pageflow-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pageflow-1.3.xsd	22 May 2007 02:17:58 -0000	1.1
  +++ pageflow-1.3.xsd	19 Jun 2007 04:33:46 -0000	1.2
  @@ -33,6 +33,23 @@
   		</xs:complexType>
   	</xs:element>
   
  +	<xs:element name="process-state">
  +		<xs:complexType>
  +			<xs:choice minOccurs="0" maxOccurs="unbounded">
  +			    <xs:element ref="sub-process" />
  +				<xs:element ref="transition" />
  +				<xs:element ref="event" />
  +				<xs:element ref="exception-handler" />
  +			</xs:choice>
  +			<xs:attribute name="name" type="xs:string" />
  +		</xs:complexType>
  +	</xs:element>
  +
  +	<xs:element name="sub-process">
  +			<xs:attribute name="name" type="xs:string" use="required"/>
  +		</xs:complexType>
  +	</xs:element>
  +
   	<xs:element name="start-page">
   		<xs:complexType>
   			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:group ref="page-elements" />
  @@ -259,6 +276,7 @@
   		<xs:choice>
   			<xs:element ref="page" />
   			<xs:element ref="decision" />
  +			<xs:element ref="process-state" />
   		</xs:choice>
   	</xs:group>
   
  
  
  



More information about the jboss-cvs-commits mailing list