Enable IDL to validate with new oils_persist:restrict_primary attribute
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 21 Mar 2009 19:14:33 +0000 (19:14 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 21 Mar 2009 19:14:33 +0000 (19:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12639 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 6f540ac..221238d 100644 (file)
@@ -102,6 +102,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
   <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>
index ad1345c..9784f88 100644 (file)
@@ -34,6 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 <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"/>