Update field mapper schema to validate fm_IDL.xml
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Nov 2007 17:59:47 +0000 (17:59 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Nov 2007 17:59:47 +0000 (17:59 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@8059 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index ad688c4..7f564cb 100644 (file)
@@ -45,6 +45,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  <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"/>
index 57fed41..b4324cf 100644 (file)
@@ -31,6 +31,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 <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"/>