[open-ils-commits] r12967 - trunk/Open-ILS/examples (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 22 14:23:19 EDT 2009


Author: miker
Date: 2009-04-22 14:23:16 -0400 (Wed, 22 Apr 2009)
New Revision: 12967

Modified:
   trunk/Open-ILS/examples/fm_IDL.xsd
Log:
need to define the <description> element

Modified: trunk/Open-ILS/examples/fm_IDL.xsd
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xsd	2009-04-22 17:10:04 UTC (rev 12966)
+++ trunk/Open-ILS/examples/fm_IDL.xsd	2009-04-22 18:23:16 UTC (rev 12967)
@@ -61,6 +61,8 @@
  </xs:complexType>
 </xs:element>
 
+<xs:element name="description" nillable="true"/>
+
 <xs:element name="link" nillable="true">
  <xs:complexType>
   <xs:attribute name="field" type="xs:string" use="required"/>



More information about the open-ils-commits mailing list