[seam-commits] Seam SVN: r11113 - branches/community/Seam_2_2/src/main/org/jboss/seam.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 10 18:48:55 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-06-10 18:48:55 -0400 (Wed, 10 Jun 2009)
New Revision: 11113

Modified:
   branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd
Log:
JBSEAM-4207

Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd	2009-06-10 22:33:06 UTC (rev 11112)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd	2009-06-10 22:48:55 UTC (rev 11113)
@@ -28,6 +28,15 @@
     <xs:attributeGroup name="attlist.remember-me">
         <xs:attribute name="cookie-max-age" type="components:int"/>
         <xs:attribute name="enabled" type="components:boolean"/>
+        <xs:attribute name="mode">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="disabled"/>
+                    <xs:enumeration value="usernameOnly"/>
+                    <xs:enumeration value="autoLogin"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
     
     <xs:element name="identity-manager">




More information about the seam-commits mailing list