[jbosscache-commits] JBoss Cache SVN: r6569 - core/trunk/src/main/resources/schema.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sun Aug 17 12:31:21 EDT 2008


Author: mircea.markus
Date: 2008-08-17 12:31:21 -0400 (Sun, 17 Aug 2008)
New Revision: 6569

Modified:
   core/trunk/src/main/resources/schema/jbosscache-config-3.0.xsd
Log:
updated xsd after eviction refactorings

Modified: core/trunk/src/main/resources/schema/jbosscache-config-3.0.xsd
===================================================================
--- core/trunk/src/main/resources/schema/jbosscache-config-3.0.xsd	2008-08-17 16:28:52 UTC (rev 6568)
+++ core/trunk/src/main/resources/schema/jbosscache-config-3.0.xsd	2008-08-17 16:31:21 UTC (rev 6569)
@@ -168,8 +168,6 @@
          <xs:element name="region" minOccurs="0" maxOccurs="unbounded" type="tns:evictionRegionType"/>
       </xs:sequence>
       <xs:attribute name="wakeUpInterval" type="tns:positiveInteger" use="required"/>
-      <xs:attribute name="defaultPolicyClass" type="xs:string"/>
-      <xs:attribute name="defaultEventQueueSize" type="tns:positiveInteger"/>
    </xs:complexType>
 
    <xs:complexType name="evictionRegionType">
@@ -177,7 +175,8 @@
          <xs:element name="attribute" maxOccurs="unbounded" type="tns:attributeType"/>
       </xs:sequence>
       <xs:attribute name="name" type="xs:string"/>
-      <xs:attribute name="policyClass" type="xs:string"/>
+      <xs:attribute name="algorithmClass" type="xs:string"/>
+      <xs:attribute name="actionPolicyClass" type="xs:string"/>
       <xs:attribute name="eventQueueSize" type="tns:positiveInteger"/>
    </xs:complexType>
 




More information about the jbosscache-commits mailing list