You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/11/03 00:02:19 UTC

svn commit: r709984 - /ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Author: jleroux
Date: Sun Nov  2 15:02:18 2008
New Revision: 709984

URL: http://svn.apache.org/viewvc?rev=709984&view=rev
Log:
Fix last commit

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=709984&r1=709983&r2=709984&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sun Nov  2 15:02:18 2008
@@ -302,16 +302,21 @@
         </xs:complexType>
     </xs:element>
     <xs:attributeGroup name="attlist.field-group">
-        <xs:attribute type="xs:string" name="title"/>
+        <xs:attribute type="xs:string" name="title">
             <xs:annotation><xs:documentation>A unique name for this fields group.</xs:documentation></xs:annotation>
-        <xs:attribute type="xs:string" name="collapsible"/>
+        </xs:attribute>
+        <xs:attribute type="xs:string" name="collapsible">
             <xs:annotation><xs:documentation>Indicate in this fields group is collapsible or not, false by default.</xs:documentation></xs:annotation>
-        <xs:attribute type="xs:string" name="initially-collapsed"/>        
-        <xs:annotation><xs:documentation>Indicate in this fields group is initially collapsed or not, false by default. If set to true implies collapsible even if not set</xs:documentation></xs:annotation>
-        <xs:attribute type="xs:string" name="id"/>
+        </xs:attribute>
+        <xs:attribute type="xs:string" name="initially-collapsed">        
+            <xs:annotation><xs:documentation>Indicate in this fields group is initially collapsed or not, false by default. If set to true implies collapsible even if not set</xs:documentation></xs:annotation>
+        </xs:attribute>
+        <xs:attribute type="xs:string" name="id">
             <xs:annotation><xs:documentation>Set an unique CSS identifier to this fields group.</xs:documentation></xs:annotation>
-        <xs:attribute type="xs:string" name="style"/>
+        </xs:attribute>
+        <xs:attribute type="xs:string" name="style">
             <xs:annotation><xs:documentation>Set a CSS style to this fields group.</xs:documentation></xs:annotation>
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="banner">
         <xs:complexType>