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/05/07 15:53:50 UTC

svn commit: r1335025 - /ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd

Author: adrianc
Date: Mon May  7 13:53:50 2012
New Revision: 1335025

URL: http://svn.apache.org/viewvc?rev=1335025&view=rev
Log:
Oops, forgot to include schema changes in my last commit.

Modified:
    ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd

Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd?rev=1335025&r1=1335024&r2=1335025&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd Mon May  7 13:53:50 2012
@@ -3593,18 +3593,17 @@ under the License.
             </xs:documentation>
         </xs:annotation>
         <xs:complexType>
-            <xs:attributeGroup ref="attlist.return"/>
+            <xs:attribute type="xs:string" name="response-code">
+                <xs:annotation>
+                    <xs:documentation>
+                        The string to return as a response code. Defaults to "success".
+                        &lt;br/&gt;&lt;br/&gt;
+                        Optional. Attribute type: constant
+                </xs:documentation>
+                </xs:annotation>
+            </xs:attribute>
         </xs:complexType>
     </xs:element>
-    <xs:attributeGroup name="attlist.return">
-        <xs:attribute type="xs:string" name="response-code" default="success">
-            <xs:annotation>
-                <xs:documentation>
-                    The string to return as a response code. Defaults to "success".
-                </xs:documentation>
-            </xs:annotation>
-        </xs:attribute>
-    </xs:attributeGroup>
     <xs:element name="assert" substitutionGroup="EnvOperations">
         <xs:annotation>
             <xs:documentation>