svn commit: r1293566 - /ofbiz/site/dtds/widget-form.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1293566 - /ofbiz/site/dtds/widget-form.xsd

jleroux@apache.org
Author: jleroux
Date: Sat Feb 25 10:02:44 2012
New Revision: 1293566

URL: http://svn.apache.org/viewvc?rev=1293566&view=rev
Log:
Update widget-form.xsd for r1293565  

Modified:
    ofbiz/site/dtds/widget-form.xsd

Modified: ofbiz/site/dtds/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-form.xsd?rev=1293566&r1=1293565&r2=1293566&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Sat Feb 25 10:02:44 2012
@@ -1993,4 +1993,8 @@ under the License.
     <xs:attributeGroup name="attlist.select-field">
         <xs:attribute type="xs:string" name="field-name" use="required"/>
     </xs:attributeGroup>
+
+    <xs:element name="call-parent-actions" substitutionGroup="AllActions">
+        <xs:complexType/>
+    </xs:element>
 </xs:schema>