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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 16 18:26:07 EDT 2007


Author: dbs
Date: 2007-10-16 18:13:27 -0400 (Tue, 16 Oct 2007)
New Revision: 7889

Modified:
   trunk/Open-ILS/examples/fm_IDL.xsd
   trunk/Open-ILS/examples/oils_persist.xsd
Log:
Update fieldmapper schema to match latest changes to fm_IDL.xml


Modified: trunk/Open-ILS/examples/fm_IDL.xsd
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xsd	2007-10-16 04:32:17 UTC (rev 7888)
+++ trunk/Open-ILS/examples/fm_IDL.xsd	2007-10-16 22:13:27 UTC (rev 7889)
@@ -85,12 +85,14 @@
 <xs:element name="class">
  <xs:complexType>
   <xs:sequence>
+   <xs:element ref="oils_persist:source_definition" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="idl:fields"/>
    <xs:element ref="idl:links" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute name="id"/>
   <xs:attribute name="controller"/>
   <xs:attribute ref="oils_obj:fieldmapper"/>
+  <xs:attribute ref="oils_persist:readonly"/>
   <xs:attribute ref="oils_persist:tablename"/>
   <xs:attribute ref="oils_persist:virtual"/>
   <xs:attribute ref="reporter:core"/>

Modified: trunk/Open-ILS/examples/oils_persist.xsd
===================================================================
--- trunk/Open-ILS/examples/oils_persist.xsd	2007-10-16 04:32:17 UTC (rev 7888)
+++ trunk/Open-ILS/examples/oils_persist.xsd	2007-10-16 22:13:27 UTC (rev 7889)
@@ -28,8 +28,11 @@
  attributeFormDefault="unqualified"
 >
 
+<xs:element name="source_definition" type="xs:string" />
+
 <xs:attribute name="primary"/>
 <xs:attribute name="primitive"/>
+<xs:attribute name="readonly" type="xs:boolean"/>
 <xs:attribute name="sequence"/>
 <xs:attribute name="tablename"/>
 <xs:attribute name="virtual" type="xs:boolean"/>



More information about the open-ils-commits mailing list