svn commit: r1831075 - in /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: r1831075 - in /ofbiz/site: ./ dtds/widget-form.xsd

jleroux@apache.org
Author: jleroux
Date: Mon May  7 06:44:37 2018
New Revision: 1831075

URL: http://svn.apache.org/viewvc?rev=1831075&view=rev
Log:
No functional change
Updates dtds.
Adds a 80 chars length in TortoiseSvn

Modified:
    ofbiz/site/   (props changed)
    ofbiz/site/dtds/widget-form.xsd

Propchange: ofbiz/site/
------------------------------------------------------------------------------
    tsvn:logwidthmarker = 80

Modified: ofbiz/site/dtds/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-form.xsd?rev=1831075&r1=1831074&r2=1831075&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Mon May  7 06:44:37 2018
@@ -925,6 +925,16 @@ under the License.
                     </xs:documentation>
                 </xs:annotation>
             </xs:attribute>
+            <xs:attribute type="xs:string" name="condition-group">
+                <xs:annotation>
+                    <xs:documentation>
+                        The condition-group regroup search criterias together.
+                        Each group member will be gathered with AND operator
+                        Every defined groups will be joined each other with OR operator
+                        Any ungrouped condition will be added with AND operator
+                    </xs:documentation>
+                </xs:annotation>
+            </xs:attribute>
         </xs:complexType>
     </xs:element>