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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 13 13:16:21 EST 2007


Author: dbs
Date: 2007-11-13 12:59:47 -0500 (Tue, 13 Nov 2007)
New Revision: 8059

Modified:
   trunk/Open-ILS/examples/fm_IDL.xsd
   trunk/Open-ILS/examples/oils_persist.xsd
Log:
Update field mapper schema to validate fm_IDL.xml


Modified: trunk/Open-ILS/examples/fm_IDL.xsd
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xsd	2007-11-13 15:42:36 UTC (rev 8058)
+++ trunk/Open-ILS/examples/fm_IDL.xsd	2007-11-13 17:59:47 UTC (rev 8059)
@@ -45,6 +45,7 @@
  <xs:complexType>
   <xs:attribute name="name"/>
   <xs:attribute ref="oils_obj:array_position"/>
+  <xs:attribute ref="oils_persist:i18n"/>
   <xs:attribute ref="oils_persist:primitive"/>
   <xs:attribute ref="oils_persist:virtual"/>
   <xs:attribute ref="reporter:label"/>

Modified: trunk/Open-ILS/examples/oils_persist.xsd
===================================================================
--- trunk/Open-ILS/examples/oils_persist.xsd	2007-11-13 15:42:36 UTC (rev 8058)
+++ trunk/Open-ILS/examples/oils_persist.xsd	2007-11-13 17:59:47 UTC (rev 8059)
@@ -31,6 +31,7 @@
 <xs:element name="source_definition" type="xs:string" />
 
 <xs:attribute name="primary"/>
+<xs:attribute name="i18n" type="xs:boolean"/>
 <xs:attribute name="primitive"/>
 <xs:attribute name="readonly" type="xs:boolean"/>
 <xs:attribute name="sequence"/>



More information about the open-ils-commits mailing list