Author: jleroux
Date: Sun Nov 2 15:03:13 2008
New Revision: 709985
URL:
http://svn.apache.org/viewvc?rev=709985&view=revLog:
Fix last commit
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=709985&r1=709984&r2=709985&view=diff==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Sun Nov 2 15:03:13 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>