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

Peter Muir peter at bleepbleep.org.uk
Sat Dec 1 18:15:32 EST 2007


  User: pmuir   
  Date: 07/12/01 18:15:32

  Modified:    src/main/org/jboss/seam  pageflow-2.0.xsd
  Log:
  JBSEAM-2248
  
  Revision  Changes    Path
  1.6       +12 -20    jboss-seam/src/main/org/jboss/seam/pageflow-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pageflow-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pageflow-2.0.xsd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- pageflow-2.0.xsd	22 Nov 2007 23:00:09 -0000	1.5
  +++ pageflow-2.0.xsd	1 Dec 2007 23:15:32 -0000	1.6
  @@ -54,12 +54,15 @@
   				<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:complexType>
   	</xs:element>
   
  @@ -157,16 +160,7 @@
   					maxOccurs="unbounded" />
   			</xs:sequence>
   			<xs:attribute name="class" type="xs:string" />
  -			<xs:attribute name="config-type" default="field">
  -				<xs:simpleType>
  -					<xs:restriction base="xs:string">
  -						<xs:enumeration value="field" />
  -						<xs:enumeration value="bean" />
  -						<xs:enumeration value="constructor" />
  -						<xs:enumeration value="configuration-property" />
  -					</xs:restriction>
  -				</xs:simpleType>
  -			</xs:attribute>
  +			<xs:attribute name="config-type" default="field" type="xs:string" />
   			<xs:attribute name="name" type="xs:string" />
   			<xs:attribute name="ref-name" type="xs:string" />
   			<xs:attribute name="accept-propagated-events"
  @@ -240,16 +234,7 @@
   				maxOccurs="unbounded" />
   		</xs:sequence>
   		<xs:attribute name="class" type="xs:string" />
  -		<xs:attribute name="config-type" default="field">
  -			<xs:simpleType>
  -				<xs:restriction base="xs:string">
  -					<xs:enumeration value="field" />
  -					<xs:enumeration value="bean" />
  -					<xs:enumeration value="constructor" />
  -					<xs:enumeration value="configuration-property" />
  -				</xs:restriction>
  -			</xs:simpleType>
  -		</xs:attribute>
  +		<xs:attribute name="config-type" default="field" type="xs:string" />
   	</xs:complexType>
   
   	<xs:simpleType name="configType">
  @@ -326,4 +311,11 @@
   		<xs:attribute name="name" type="xs:string" use="required" />
   	</xs:attributeGroup>
   
  +    <xs:simpleType name="bindingType">
  +        <xs:restriction base="xs:string">
  +            <xs:enumeration value="late" />
  +            <xs:enumeration value="early" />
  +        </xs:restriction>
  +    </xs:simpleType>
  +
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list