[open-ils-commits] r12938 - trunk/Open-ILS/examples (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Apr 21 11:44:33 EDT 2009
Author: miker
Date: 2009-04-21 11:44:31 -0400 (Tue, 21 Apr 2009)
New Revision: 12938
Modified:
trunk/Open-ILS/examples/fm_IDL.xsd
Log:
adding support for the <description> element under <class> and <field>
Modified: trunk/Open-ILS/examples/fm_IDL.xsd
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xsd 2009-04-21 15:22:43 UTC (rev 12937)
+++ trunk/Open-ILS/examples/fm_IDL.xsd 2009-04-21 15:44:31 UTC (rev 12938)
@@ -47,6 +47,9 @@
<!-- define simple elements -->
<xs:element name="field" nillable="true">
<xs:complexType>
+ <xs:sequence>
+ <xs:element ref="idl:description" minOccurs="0" maxOccurs="1"/>
+ </xs:sequence>
<xs:attribute name="name"/>
<xs:attribute ref="oils_obj:array_position"/>
<xs:attribute ref="oils_persist:i18n"/>
@@ -90,6 +93,7 @@
<xs:element name="class">
<xs:complexType>
<xs:sequence>
+ <xs:element ref="idl:description" minOccurs="0" maxOccurs="1"/>
<xs:element ref="oils_persist:source_definition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="idl:fields"/>
<xs:element ref="idl:links" minOccurs="0"/>
More information about the open-ils-commits
mailing list