Update fieldmapper schema to match latest changes to fm_IDL.xml
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Oct 2007 22:13:27 +0000 (22:13 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Oct 2007 22:13:27 +0000 (22:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7889 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/fm_IDL.xsd
Open-ILS/examples/oils_persist.xsd

index 41f9629..ad688c4 100644 (file)
@@ -85,12 +85,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 <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"/>
index 6ecc310..57fed41 100644 (file)
@@ -28,8 +28,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  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"/>