You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2012/04/23 04:33:16 UTC

svn commit: r1329035 - /ofbiz/site/dtds/simple-methods-v2.xsd

Author: adrianc
Date: Mon Apr 23 02:33:15 2012
New Revision: 1329035

URL: http://svn.apache.org/viewvc?rev=1329035&view=rev
Log:
Updated the Mini-language schema.

Modified:
    ofbiz/site/dtds/simple-methods-v2.xsd

Modified: ofbiz/site/dtds/simple-methods-v2.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/simple-methods-v2.xsd?rev=1329035&r1=1329034&r2=1329035&view=diff
==============================================================================
--- ofbiz/site/dtds/simple-methods-v2.xsd (original)
+++ ofbiz/site/dtds/simple-methods-v2.xsd Mon Apr 23 02:33:15 2012
@@ -3568,6 +3568,20 @@ under the License.
             </xs:annotation>
         </xs:attribute>
     </xs:attributeGroup>
+    <xs:element name="break" substitutionGroup="ControlOperations">
+        <xs:annotation>
+            <xs:documentation>
+                Causes script execution to exit the nearest enclosing loop element.
+            </xs:documentation>
+        </xs:annotation>
+    </xs:element>
+    <xs:element name="continue" substitutionGroup="ControlOperations">
+        <xs:annotation>
+            <xs:documentation>
+                Causes script execution to return to the beginning of the nearest enclosing loop element.
+            </xs:documentation>
+        </xs:annotation>
+    </xs:element>
     <xs:element name="return" substitutionGroup="ControlOperations">
         <xs:annotation>
             <xs:documentation>