Author: jleroux
Date: Mon May 10 06:42:28 2010
New Revision: 942668

URL: http://svn.apache.org/viewvc?rev=942668&view=rev
Log:
Makes things clear: documentation never hurt (when accurate)

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=942668&r1=942667&r2=942668&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Mon May 10 06:42:28 2010
@@ -204,6 +204,7 @@ under the License.
             <xs:annotation><xs:documentation>The default-table-style specifies 
the style to use in the table.</xs:documentation></xs:annotation>
         </xs:attribute>
         <xs:attribute name="client-autocomplete-fields" default="true">
+            <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously 
entered</xs:documentation></xs:annotation>
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
@@ -779,7 +780,7 @@ under the License.
         <xs:attribute type="xs:positiveInteger" name="maxlength"/>
         <xs:attribute type="xs:string" name="default-value"/>
         <xs:attribute name="client-autocomplete-field" default="true">
-            <xs:simpleType>
+            <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously 
entered</xs:documentation></xs:annotation>    <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
                     <xs:enumeration value="false"/>
@@ -908,7 +909,7 @@ under the License.
             <xs:annotation><xs:documentation>The name of a field whose value 
is passed in as a parameter to the lookup target form. Can be a comma separated 
list.</xs:documentation></xs:annotation>
         </xs:attribute>
         <xs:attribute name="client-autocomplete-field" default="true">
-            <xs:simpleType>
+            <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously 
entered</xs:documentation></xs:annotation>    <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
                     <xs:enumeration value="false"/>
@@ -975,6 +976,7 @@ under the License.
         <xs:attribute type="xs:positiveInteger" name="maxlength"/>
         <xs:attribute type="xs:string" name="default-value"/>
         <xs:attribute name="client-autocomplete-field" default="true">
+            <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously 
entered</xs:documentation></xs:annotation>
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
@@ -1009,6 +1011,7 @@ under the License.
         <xs:attribute type="xs:positiveInteger" name="maxlength"/>
         <xs:attribute type="xs:string" name="default-value"/>
         <xs:attribute name="client-autocomplete-field" default="true">
+            <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously 
entered</xs:documentation></xs:annotation>            
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
@@ -1089,6 +1092,7 @@ under the License.
             </xs:simpleType>
         </xs:attribute>
         <xs:attribute name="client-autocomplete-field" default="true">
+            <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously 
entered</xs:documentation></xs:annotation>            
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
@@ -1164,6 +1168,7 @@ under the License.
             </xs:simpleType>
         </xs:attribute>
         <xs:attribute name="client-autocomplete-field" default="true">
+            <xs:annotation><xs:documentation>Tells the browser whether or not 
to try and autocomplete with values previously 
entered</xs:documentation></xs:annotation>            
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>


Reply via email to