[open-ils-commits] r12639 - trunk/Open-ILS/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Mar 21 15:14:37 EDT 2009


Author: dbs
Date: 2009-03-21 15:14:33 -0400 (Sat, 21 Mar 2009)
New Revision: 12639

Modified:
   trunk/Open-ILS/examples/fm_IDL.xsd
   trunk/Open-ILS/examples/oils_persist.xsd
Log:
Enable IDL to validate with new oils_persist:restrict_primary attribute


Modified: trunk/Open-ILS/examples/fm_IDL.xsd
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xsd	2009-03-20 22:10:23 UTC (rev 12638)
+++ trunk/Open-ILS/examples/fm_IDL.xsd	2009-03-21 19:14:33 UTC (rev 12639)
@@ -102,6 +102,7 @@
   <xs:attribute ref="oils_persist:tablename"/>
   <xs:attribute ref="oils_persist:virtual"/>
   <xs:attribute ref="oils_persist:field_safe"/>
+  <xs:attribute ref="oils_persist:restrict_primary"/>
   <xs:attribute ref="reporter:core"/>
   <xs:attribute ref="reporter:label"/>
  </xs:complexType>

Modified: trunk/Open-ILS/examples/oils_persist.xsd
===================================================================
--- trunk/Open-ILS/examples/oils_persist.xsd	2009-03-20 22:10:23 UTC (rev 12638)
+++ trunk/Open-ILS/examples/oils_persist.xsd	2009-03-21 19:14:33 UTC (rev 12639)
@@ -34,6 +34,7 @@
 <xs:attribute name="i18n" type="xs:boolean"/>
 <xs:attribute name="primitive"/>
 <xs:attribute name="readonly" type="xs:boolean"/>
+<xs:attribute name="restrict_primary"/>
 <xs:attribute name="sequence"/>
 <xs:attribute name="tablename"/>
 <xs:attribute name="virtual" type="xs:boolean"/>



More information about the open-ils-commits mailing list