[open-ils-commits] r9976 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jul 6 20:00:57 EDT 2008
Author: miker
Date: 2008-07-06 20:00:56 -0400 (Sun, 06 Jul 2008)
New Revision: 9976
Modified:
trunk/Open-ILS/examples/permacrud.xsd
Log:
context element can occur as many times as needed ... in practice, maybe 3 times
Modified: trunk/Open-ILS/examples/permacrud.xsd
===================================================================
--- trunk/Open-ILS/examples/permacrud.xsd 2008-07-06 20:10:47 UTC (rev 9975)
+++ trunk/Open-ILS/examples/permacrud.xsd 2008-07-07 00:00:56 UTC (rev 9976)
@@ -53,7 +53,7 @@
<xs:element name="retrieve" nillable="true">
<xs:complexType>
<xs:sequence>
- <xs:element ref="permacrud:context" minOccurs="0" maxOccurs="2"/>
+ <xs:element ref="permacrud:context" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="permission"/>
<xs:attribute name="context_field"/>
More information about the open-ils-commits
mailing list