[open-ils-commits] r8962 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 11 09:26:39 EDT 2008


Author: miker
Date: 2008-03-11 08:53:27 -0400 (Tue, 11 Mar 2008)
New Revision: 8962

Modified:
   trunk/Open-ILS/examples/permacrud.xsd
Log:
xsd update for all_perms flag

Modified: trunk/Open-ILS/examples/permacrud.xsd
===================================================================
--- trunk/Open-ILS/examples/permacrud.xsd	2008-03-11 12:52:22 UTC (rev 8961)
+++ trunk/Open-ILS/examples/permacrud.xsd	2008-03-11 12:53:27 UTC (rev 8962)
@@ -47,6 +47,7 @@
   <xs:attribute name="permission" use="required"/>
   <xs:attribute name="context_field"/>
  </xs:complexType>
+ <xs:attribute name="all_perms"/>
  <xs:attribute name="global_requried"/>
 </xs:element>
 
@@ -58,6 +59,7 @@
   <xs:attribute name="permission"/>
   <xs:attribute name="context_field"/>
  </xs:complexType>
+ <xs:attribute name="all_perms"/>
  <xs:attribute name="global_requried"/>
 </xs:element>
 
@@ -69,6 +71,7 @@
   <xs:attribute name="permission" use="required"/>
   <xs:attribute name="context_field"/>
  </xs:complexType>
+ <xs:attribute name="all_perms"/>
  <xs:attribute name="global_requried"/>
 </xs:element>
 
@@ -80,6 +83,7 @@
   <xs:attribute name="permission" use="required"/>
   <xs:attribute name="context_field"/>
  </xs:complexType>
+ <xs:attribute name="all_perms"/>
  <xs:attribute name="global_requried"/>
 </xs:element>
 



More information about the open-ils-commits mailing list