Author: adrianc
Date: Mon May 7 13:53:50 2012
New Revision: 1335025
URL:
http://svn.apache.org/viewvc?rev=1335025&view=revLog:
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".
+ <br/><br/>
+ 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>