You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/12/28 19:32:23 UTC

svn commit: r1426605 [2/3] - in /ofbiz/trunk/framework: minilang/dtd/simple-methods-v2.xsd service/dtd/services.xsd webapp/dtd/site-conf.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=1426605&r1=1426604&r2=1426605&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd Fri Dec 28 18:32:23 2012
@@ -95,7 +95,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 The name of the field to set. The target of the assignment.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Required. Attribute type: expression.
             </xs:documentation>
         </xs:annotation>
@@ -111,7 +111,7 @@ under the License.
             <xs:documentation>
                 The name of the error message list. It will be created if it does not exist.
                 Defaults to "error_list".
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Optional. Attribute types: constant, ${expression}.
             </xs:documentation>
         </xs:annotation>
@@ -121,7 +121,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 The Java data type.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Optional. Attribute type: constant. Attribute must contain a valid Java class name.
             </xs:documentation>
         </xs:annotation>
@@ -132,11 +132,11 @@ under the License.
             <xs:annotation>
                 <xs:documentation>
                     The comparison operator. The operator describes the l-value compared to the r-value.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     The "contains" operator returns true if the l-value contains the r-value.
                     This operator does not perform type conversions.
                     The l-value must be a collection type or a String. A null l-value evaluates to false.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Required. Attribute type: constant.
                 </xs:documentation>
             </xs:annotation>
@@ -159,14 +159,14 @@ under the License.
             <xs:annotation>
                 <xs:documentation>
                     The comparison operator. The operator describes the l-value compared to the r-value.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     The "contains" operator returns true if the l-value contains the r-value.
                     This operator does not perform type conversions.
                     The l-value must be a collection type or a String. A null l-value evaluates to false.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     The "is-null", "is-not-null", and "is-empty" operators
                     do not require an r-value. Any r-values will be ignored.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Required. Attribute type: constant.
                 </xs:documentation>
             </xs:annotation>
@@ -193,7 +193,7 @@ under the License.
                 <xs:documentation>
                     The name of the permission.
                     The user must belong to a security group that includes this permission.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Required. Attribute types: constant, ${expression}.
                 </xs:documentation>
             </xs:annotation>
@@ -203,7 +203,7 @@ under the License.
                 <xs:documentation>
                     If an action is specified the user can have one of two permissions: the permission + "_ADMIN" or permission + action.
                     Examples of actions include "_CREATE", "_VIEW", etc.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Optional. Attribute types: constant, ${expression}.
                 </xs:documentation>
             </xs:annotation>
@@ -233,7 +233,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 Contains a block of Mini-language code.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 A simple method can be called in either an event context from the Control
                 Servlet (or another event) or in a service context through the Service
                 Engine, or any other component that has access to a service
@@ -247,7 +247,7 @@ under the License.
                     <xs:documentation>
                         A name (preferably a legal Java identifier) for this method.
                         This name must be unique for the XML file it is in as it will be used to reference this method externally.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -256,7 +256,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A short description of the method - used for documentation.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -265,7 +265,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Require a user login to run this method. Defaults to "true".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -274,7 +274,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Create a transaction if none exists for this thread. Defaults to "true".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -283,7 +283,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The default error return code. Defaults to "error".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -292,7 +292,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The default success return code. Defaults to "success".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -301,9 +301,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the javax.servlet.ServletRequest object. Defaults to "request".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -312,9 +312,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the javax.servlet.ServletResponse object. Defaults to "response".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -323,9 +323,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the javax.servlet.http.HttpSession object. Defaults to "session".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -334,9 +334,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the event response code. Defaults to "_response_code_".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -345,9 +345,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the event error message. Defaults to "_error_message_".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -356,9 +356,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the event error message list. Defaults to "_error_message_list_".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -367,9 +367,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the event message. Defaults to "_event_message_".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -378,9 +378,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the event message list. Defaults to "_event_message_list_".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as an event, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -389,9 +389,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the service response message. Defaults to "responseMessage".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as a service, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -400,9 +400,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the service error message. Defaults to "errorMessage".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as a service, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -411,9 +411,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the service error message list. Defaults to "errorMessageList".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as a service, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -422,9 +422,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the service error message map. Defaults to "errorMessageMap".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as a service, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -433,9 +433,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the service success message. Defaults to "successMessage".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as a service, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -444,9 +444,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the service success message list. Defaults to "successMessageList".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Used when the simple method is invoked as a service, it is ignored otherwise.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -487,7 +487,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The title of the assert operation. The title is used in test reports.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -500,7 +500,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 Evaluates the specified field, and adds an error message to the error message list if the field's value is not a valid database ID value.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 <![CDATA[Valid IDs can be any sequence of characters or digits but must not contain the following characters:
                 space [ ], double quote ["], single quote ['], ampersand [&], question mark [?],
                 less-than sign [<], greater-than sign [>], forward-slash [/], back-slash [\].]]>
@@ -515,7 +515,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that contains the ID value to check.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -531,7 +531,7 @@ under the License.
                 If the user does not have the specified permission or if there is no user associated with the context
                 then the failure message from fail-message or fail-property will be added to the
                 specified error list.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Note that this element must be followed by the check-errors element for it to do anything meaningful. 
             </xs:documentation>
         </xs:annotation>
@@ -574,7 +574,7 @@ under the License.
                 Creates an instance of the specified class.
                 The string and field sub-elements are passed to the constructor method as arguments in the order they are specified.
                 A runtime exception will be thrown if the sub-elements do not match the constructor method arguments.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Deprecated - use the script element.
             </xs:documentation>
         </xs:annotation>
@@ -588,7 +588,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the class to construct an instance of.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -607,7 +607,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The error message text.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant+expr
                     </xs:documentation>
                 </xs:annotation>
@@ -627,7 +627,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of a properties file on the classpath.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant
                     </xs:documentation>
                 </xs:annotation>
@@ -636,7 +636,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The property key.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant
                     </xs:documentation>
                 </xs:annotation>
@@ -655,7 +655,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the environment field to use.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -666,7 +666,7 @@ under the License.
                         The Java class of the argument. Defaults to "java.lang.String".
                         It should be the type specified in the method signature, not the type of the object being
                         passed in.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -678,7 +678,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 Appends an object to the specified list.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Deprecated - use the set element.
             </xs:documentation>
         </xs:annotation>
@@ -687,7 +687,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The field name of the object to append. The operation does nothing if the field does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -697,7 +697,7 @@ under the License.
                     <xs:documentation>
                         The field name of the list that the object will be appended to.
                         If the list does not exist, one will be created.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -718,7 +718,7 @@ under the License.
                     <xs:documentation>
                         The name of the field to copy from. The source of the assignment.
                         The operation does nothing if the field does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -728,7 +728,7 @@ under the License.
                     <xs:documentation>
                         The servlet request attribute name. The target of the assignment.
                         Defaults to the value of the field attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -748,7 +748,7 @@ under the License.
                     <xs:documentation>
                         The name of the field to copy from. The source of the assignment.
                         The operation does nothing if the field does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -758,7 +758,7 @@ under the License.
                     <xs:documentation>
                         The name of the result field to set. The target of the assignment.
                         Defaults to the value of the field attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -779,7 +779,7 @@ under the License.
                     <xs:documentation>
                         The name of the field to copy from. The source of the assignment.
                         The operation does nothing if the field does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -789,7 +789,7 @@ under the License.
                     <xs:documentation>
                         The servlet session attribute name. The target of the assignment.
                         Defaults to the value of the field attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -802,7 +802,7 @@ under the License.
             <xs:documentation>
                 Assigns the first (lowest order) entry in a list to a field.
                 If the list does not exist or is empty, assigns null to a field.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Deprecated - use the set element.
             </xs:documentation>
         </xs:annotation>
@@ -811,7 +811,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field to set. The target of the assignment.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -820,7 +820,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the list that contains the object to copy.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -839,7 +839,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Name of the list to copy from. The operation does nothing if the list does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -848,7 +848,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Name of the list to copy to. If the list does not exist, one will be created.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -869,7 +869,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the map to copy from. The operation does nothing if the map does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -879,7 +879,7 @@ under the License.
                     <xs:documentation>
                         The name of the map to copy to. If the target map does not exist, one will be created.
                         If this attribute is empty, the source map will be copied to the current environment.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -899,7 +899,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The field data type. Defaults to "java.sql.Timestamp".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -951,7 +951,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field or map key to sort on.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -973,7 +973,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field containing the list to be sorted. The operation does nothing if the list is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -994,7 +994,7 @@ under the License.
                     <xs:documentation>
                         The name of a properties resource. Can be a file on the classpath or
                         a resource defined in the SystemProperty entity.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1003,7 +1003,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The property key.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1012,7 +1012,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The default value to use if the specified property value is null or empty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1023,7 +1023,7 @@ under the License.
                         Suppress property value localization. The user's/system locale will be ignored
                         when retriving the property value.
                         Defaults to "false".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1035,7 +1035,7 @@ under the License.
                         The argument list is applied to the property value.
                         The attribute does nothing if the argument list is not found.
                         See the java.text.MessageFormat class for more information.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1062,7 +1062,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The servlet request parameter name. All matching parameter values will be added to the list.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1072,7 +1072,7 @@ under the License.
                     <xs:documentation>
                         The name of the field containing the list. If the list does not exist, one will be created.
                         Defaults to the request-name attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1100,7 +1100,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The servlet request attribute name. Defaults to the value of field attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1109,7 +1109,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A default value to use if the request attribute does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1130,7 +1130,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The servlet session attribute name. Defaults to the value of the field attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1139,7 +1139,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A default value to use if the request attribute does not exist.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1159,9 +1159,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         An expression or script that returns an object or null. The source of the assignment.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         A script must be prefixed with the script language followed by a colon (":").
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required if the value attribute is empty. Attribute types: expression, script.
                     </xs:documentation>
                 </xs:annotation>
@@ -1177,7 +1177,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A constant value, or a constant that includes an expression. The source of the assignment.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required if the from attribute is empty. Attribute type: constant+expr.
                         Defaults to java.lang.String data type.
                     </xs:documentation>
@@ -1187,7 +1187,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A default value that is used when the from attribute evaluates to null or empty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1204,7 +1204,7 @@ under the License.
                     <xs:documentation>
                         The Java data type to convert to. "NewList" will create a new java.util.List, "NewMap" will create a new java.util.Map.
                         Otherwise, the attribute must contain a valid Java class name.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1213,7 +1213,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Format to be used for object type conversion. Used when the type attribute is not empty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1223,7 +1223,7 @@ under the License.
                     <xs:documentation>
                         Controls if the target field can be set to null when the from attribute evaluates to null.
                         Defaults to "false".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1233,7 +1233,7 @@ under the License.
                     <xs:documentation>
                         Controls if the target field can be set to an empty value. The meaning of "empty" depends on the Java data type.
                         Defaults to "true".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1253,9 +1253,9 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         An expression or script that returns an object or null. The source of the assignment.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         A script must be prefixed with the script language followed by a colon (":").
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required if the value attribute is empty. Attribute types: expression, script.
                     </xs:documentation>
                 </xs:annotation>
@@ -1271,7 +1271,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A constant value, or a constant that includes an expression. The source of the assignment.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required if the from attribute is empty. Attribute type: constant+expr.
                         Defaults to java.lang.String data type.
                     </xs:documentation>
@@ -1281,7 +1281,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A default value that is used when the from attribute evaluates to null or empty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1298,7 +1298,7 @@ under the License.
                     <xs:documentation>
                         Controls if the target field can be set to null when the from attribute evaluates to null.
                         Defaults to "false".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1308,7 +1308,7 @@ under the License.
                     <xs:documentation>
                         Add (optionally using +) or subtract (using -) a number of year(s).
                         If an expression is used, it should evaluate to an integer.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1318,7 +1318,7 @@ under the License.
                     <xs:documentation>
                         Add (optionally using +) or subtract (using -) a number of month(s).
                         If an expression is used, it should evaluate to an integer.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1328,7 +1328,7 @@ under the License.
                     <xs:documentation>
                         Add (optionally using +) or subtract (using -) a number of days(s).
                         If an expression is used, it should evaluate to an integer.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1338,7 +1338,7 @@ under the License.
                     <xs:documentation>
                         Add (optionally using +) or subtract (using -) a number of hour(s).
                         If an expression is used, it should evaluate to an integer.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1348,7 +1348,7 @@ under the License.
                     <xs:documentation>
                         Add (optionally using +) or subtract (using -) a number of minute(s).
                         If an expression is used, it should evaluate to an integer.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1358,7 +1358,7 @@ under the License.
                     <xs:documentation>
                         Add (optionally using +) or subtract (using -) a number of second(s).
                         If an expression is used, it should evaluate to an integer.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1368,7 +1368,7 @@ under the License.
                     <xs:documentation>
                         Add (optionally using +) or subtract (using -) a number of millisecond(s).
                         If an expression is used, it should evaluate to an integer.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1377,7 +1377,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Align the adjusted date to the start of a period.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1394,7 +1394,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Align the adjusted date to the end of a period.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1412,7 +1412,7 @@ under the License.
                     <xs:documentation>
                         A locale value (eg: en). The locale selects the calendar to be used for the adjustment.
                         Defaults to the environment locale.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1422,7 +1422,7 @@ under the License.
                     <xs:documentation>
                         A time zone value (eg: GMT).
                         Defaults to the environment time zone.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1435,7 +1435,7 @@ under the License.
             <xs:documentation>
                 Sets the UserLogin entity value to be used for authentication for the rest of the method.
                 This is mostly used for calling services, etc.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 This element is deprecated. You can pass an alternate UserLogin
                 entity value to the called service's IN attributes.
             </xs:documentation>
@@ -1445,7 +1445,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that contains the UserLogin entity value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1464,7 +1464,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the service.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1473,7 +1473,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The map to copy the matching IN attributes from.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1483,7 +1483,7 @@ under the License.
                     <xs:documentation>
                         The map to copy the matching IN attributes to.
                         If the map does not exist, a new one will be created.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1504,7 +1504,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The String text.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1527,7 +1527,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The target of the string concatention.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1538,7 +1538,7 @@ under the License.
                         The string to append to the field named in the field attribute.
                         This can be a formatting string that is used with the argument list
                         specified in the arg-list attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1550,7 +1550,7 @@ under the License.
                         The argument list is applied to the string attribute value.
                         The attribute does nothing if the argument list is not found.
                         See the java.text.MessageFormat class for more information.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1559,7 +1559,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A string that will be prepended to the string attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1568,7 +1568,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A string that will be appended to the string attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1587,7 +1587,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The string to add to the list specified in the list attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1596,7 +1596,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         List to add the string to. If the list does not exist, one will be created.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1608,7 +1608,7 @@ under the License.
                         The argument list is applied to the string attribute value.
                         The attribute does nothing if the argument list is not found.
                         See the java.text.MessageFormat class for more information.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1617,7 +1617,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Inserts a message above a field (used in conjunction with @fieldErrors FTL macro).
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1637,7 +1637,7 @@ under the License.
                     <xs:documentation>
                         The name of the field containing the object to convert.
                         The operation does nothing if the object is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1646,7 +1646,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The format to use for the conversion.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1655,7 +1655,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Left-pad the string with the specified number of zeroes.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -1678,7 +1678,7 @@ under the License.
                         The resource location of the properties file inside the webapp,
                         and relative to the root of the webapp (can be inside a war file).
                         An example of this is "/WEB-INF/myprops.properties".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1687,7 +1687,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The property key.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1696,7 +1696,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A default value to use if the property value is null or empty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1744,7 +1744,7 @@ under the License.
                     <xs:documentation>
                         The error code to return to the calling process.
                         Defaults to value of the containing simple-method default-error-code attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1835,7 +1835,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that will be compared. The l-value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1845,7 +1845,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The value that the field will be compared to. The r-value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Ignored when the operator attribute equals "is-null", "is-not-null", or "is-empty" - required otherwise. Attribute type: constant+expr.
                     </xs:documentation>
                 </xs:annotation>
@@ -1855,7 +1855,7 @@ under the License.
                     <xs:documentation>
                         The Java data type. Both values will be converted to this type before comparison.
                         Invalid when the operator attribute value is "contains".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant. Attribute must contain a valid Java class name.
                     </xs:documentation>
                 </xs:annotation>
@@ -1864,7 +1864,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Format used for type conversions. Valid only when the type attribute is not empty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1888,7 +1888,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that will be compared. The l-value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1899,7 +1899,7 @@ under the License.
                     <xs:documentation>
                         The name of the field that will be compared to the field specified in the field attribute.
                         The r-value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1909,7 +1909,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         Format used for type conversions. Valid only when the type attribute is not empty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -1934,7 +1934,7 @@ under the License.
                     <xs:documentation>
                         The name of the field to test.
                         Object to test must be a collection, string, or a class that implements org.ofbiz.base.lang.IsEmpty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1975,7 +1975,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field to test.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -1984,7 +1984,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the class to test for.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant. Attribute must contain a valid Java class name.
                     </xs:documentation>
                 </xs:annotation>
@@ -2010,7 +2010,7 @@ under the License.
                     <xs:documentation>
                         The name of the field to test.
                         Object to test must be a collection, string, or a class that implements org.ofbiz.base.lang.IsEmpty.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2036,7 +2036,7 @@ under the License.
                         The name of the field to test.
                         The field object will be converted to a string before the test.
                         An empty string will be used if the field object is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2045,7 +2045,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The regular expression to test for.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -2071,7 +2071,7 @@ under the License.
                         The name of the field to use as the method argument.
                         The field object will be converted to a string before the method call.
                         An empty string will be used if the field object is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression
                     </xs:documentation>
                 </xs:annotation>
@@ -2081,7 +2081,7 @@ under the License.
                     <xs:documentation>
                         The name of the method that will be called to validate the field.
                         It must be a static method that takes a single String parameter and return a boolean.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant
                     </xs:documentation>
                 </xs:annotation>
@@ -2090,7 +2090,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the class that contains the validation method. Defaults to "org.ofbiz.base.util.UtilValidate".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant
                     </xs:documentation>
                 </xs:annotation>
@@ -2111,7 +2111,7 @@ under the License.
                     <xs:documentation>
                         The name of the field that contains the collection to iterate over.
                         The operation does nothing if the field is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2120,7 +2120,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that will contain the current collection entry.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2141,7 +2141,7 @@ under the License.
                     <xs:documentation>
                         The name of the field that contains the map to iterate over.
                         The operation does nothing if the field is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2150,7 +2150,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that will contain the current map entry key.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2159,7 +2159,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that will contain the current map entry value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2179,7 +2179,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A maximum count expression. Defaults to "0" (zero).
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -2188,7 +2188,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that will contain the current count.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2232,7 +2232,7 @@ under the License.
                     <xs:documentation>
                         A response code to return to the calling process. Defaults to the
                         value of the containing simple-method element "default-success-code" attribute.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute types: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -2287,7 +2287,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 The name of the called service's OUT attribute.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Required. Attribute type: expression.
             </xs:documentation>
         </xs:annotation>
@@ -2298,7 +2298,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of a properties file on the classpath.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant
                     </xs:documentation>
                 </xs:annotation>
@@ -2307,7 +2307,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The property key.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant
                     </xs:documentation>
                 </xs:annotation>
@@ -2318,7 +2318,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 Executes a BSH script. Deprecated - replace with script.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 The script can be contained in a Java resource, and/or a short
                 script can be included in the element body.
                 If a Java resource is specified, and the element body contains a script,
@@ -2330,7 +2330,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         A Java resource that contains the script.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required if the element body is empty. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2342,7 +2342,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 Calls a static method on a Java class. Deprecated - replace with script.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 The string and field sub-elements are passed to the method as arguments in the order they are specified.
                 If the method returns a value, the value will be put in the named field.
             </xs:documentation>
@@ -2356,7 +2356,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the class containing the static method.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2365,7 +2365,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the static method to call.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2374,7 +2374,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field to put the method return value in.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2386,11 +2386,11 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 Invokes a simple map processor.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 An inline map processor can be used by including a simple-map-processor element in the call-map-processor element.
                 If both an external and an inline map processor are specified, the external
                 one will be called first, allowing the inline one to override its behavior.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Map processor messages are added to an error message list.
             </xs:documentation>
         </xs:annotation>
@@ -2402,7 +2402,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that contains the map to be processed.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2413,7 +2413,7 @@ under the License.
                         The name of the field that will receive the processed map.
                         If the map does not exist, one will be created.
                         If the map already exists it will be added to in place.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2423,7 +2423,7 @@ under the License.
                     <xs:documentation>
                         The full path and filename on the classpath of the XML file which contains an external map processor to execute.
                         This is only required if an external map processor is desired.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2433,7 +2433,7 @@ under the License.
                     <xs:documentation>
                         The name of the external map processor to execute in the specified xml-resource.
                         This is only required if an external map processor is desired.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2446,7 +2446,7 @@ under the License.
         <xs:annotation>
             <xs:documentation>
                 Calls a method on an existing Java object. Deprecated - replace with script.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 The string and field sub-elements are passed to the method as arguments in the order they are specified.
                 If the method returns a value, the value will be put in the named field.
             </xs:documentation>
@@ -2461,7 +2461,7 @@ under the License.
                     <xs:documentation>
                         The name of the field containing the object to be called.
                         A runtime exception is thrown if the object is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2470,7 +2470,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the method to call.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2479,7 +2479,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field to put the method return value in.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2584,7 +2584,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the service to invoke.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -2593,7 +2593,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of a field containing a map that will be used for the service's IN parameters.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2603,7 +2603,7 @@ under the License.
                     <xs:documentation>
                         Include the current UserLogin entity value in the called service's IN parameters.
                         Defaults to "true".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2613,7 +2613,7 @@ under the License.
                     <xs:documentation>
                         Halt script execution if the called service returns an error.
                         Defaults to "true".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2623,7 +2623,7 @@ under the License.
                     <xs:documentation>
                         The error code returned by the called service.
                         Defaults to the enclosing simple-method default-error-code attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2633,7 +2633,7 @@ under the License.
                     <xs:documentation>
                         The success code returned by the called service.
                         Defaults to the enclosing simple-method default-success-code attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2643,7 +2643,7 @@ under the License.
                     <xs:documentation>
                         Require a new transaction for the called service.
                         Defaults to "false".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2653,7 +2653,7 @@ under the License.
                     <xs:documentation>
                         The timeout for the new transaction, in seconds.
                         Defaults to the value set in the called service definition.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2674,7 +2674,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the service to invoke.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -2683,7 +2683,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of a field containing a map that will be used for the service's IN parameters.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2693,7 +2693,7 @@ under the License.
                     <xs:documentation>
                         Include the current UserLogin entity value in the called service's IN parameters.
                         Defaults to "true".
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2726,7 +2726,7 @@ under the License.
                     <xs:documentation>
                         The name of the simple-method to execute in the specified xml-resource,
                         or in the current XML file if no xml-resource is specified.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2736,7 +2736,7 @@ under the License.
                     <xs:documentation>
                         The full path and filename on the classpath of the XML file which contains an external simple-method to execute.
                         This is only required if a simple-method in a different file is desired.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2748,7 +2748,7 @@ under the License.
                         will be reflected back to the calling method - as if the called method was inline. In a &quot;function&quot; memory
                         scope, fields declared or modified in the called method are local to the called method - they are not
                         reflected back to the calling method.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2773,7 +2773,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the target field.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2793,7 +2793,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of target field. Defaults to the result-name attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2814,7 +2814,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the target request attribute. Defaults to the result-name attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2835,7 +2835,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the target session attribute. Defaults to the result-name attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2849,7 +2849,7 @@ under the License.
                 Copies service OUT attributes from a called service to the calling service's OUT attributes.
                 This element can also be used to copy the called service OUT attributes to the return result of
                 a simple-method called as a function.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Note that the attribute names are somewhat confusing:
                 "result-name" is the name of the OUT attribute of the called service, and
                 "service-result-name" is the name of the OUT attribute of the calling service.
@@ -2863,7 +2863,7 @@ under the License.
                     <xs:documentation>
                         The name of the calling service's OUT attribute (or function return result).
                         Defaults to the result-name attribute value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -2885,7 +2885,7 @@ under the License.
                         The script location. The location attribute accepts the component:// file location
                         protocol. Script functions/methods can be invoked by appending a hash (#) and the
                         function/method name.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required if the script attribute is empty. Attribute type: constant.
                     </xs:documentation>
                 </xs:annotation>
@@ -2895,7 +2895,7 @@ under the License.
                     <xs:documentation>
                         A short script (scriptlet). Can be used instead of a file.
                         The script must be prefixed with the script language followed by a colon (":").
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required if the location attribute is empty. Attribute type: script.
                     </xs:documentation>
                 </xs:annotation>
@@ -2914,7 +2914,7 @@ under the License.
             <xs:documentation>
                 The name of the field that contains a Boolean value specifying whether or not a transaction was begun in the current transaction demarcation.
                 Defaults to "beganTransaction".
-                &lt;br/&gt;&lt;br/&gt;
+                
                 Optional. Attribute type: expression.
             </xs:documentation>
         </xs:annotation>
@@ -2925,7 +2925,7 @@ under the License.
             <xs:annotation>
                 <xs:documentation>
                     The name of the entity to search in.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Required. Attribute type: constant, ${expression}.
                 </xs:documentation>
             </xs:annotation>
@@ -2934,7 +2934,7 @@ under the License.
             <xs:annotation>
                 <xs:documentation>
                     The name of the field that will contain the result list.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Required. Attribute type: expression.
                 </xs:documentation>
             </xs:annotation>
@@ -2945,7 +2945,7 @@ under the License.
                     Filter the result list by the current date. The entity must have "fromDate" and
                     "thruDate" fields.
                     Defaults to "false".
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Optional. Attribute type: constant, ${expression}.
                 </xs:documentation>
             </xs:annotation>
@@ -2955,7 +2955,7 @@ under the License.
                 <xs:documentation>
                     Filter the results so that all of them are unique.
                     Defaults to "false".
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Optional. Attribute type: constant, ${expression}.
                 </xs:documentation>
             </xs:annotation>
@@ -2965,7 +2965,7 @@ under the License.
                 <xs:documentation>
                     Use the entity cache.
                     Defaults to "false".
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Optional. Attribute type: constant, ${expression}.
                 </xs:documentation>
             </xs:annotation>
@@ -2974,7 +2974,7 @@ under the License.
             <xs:annotation>
                 <xs:documentation>
                     Overrides the current delegator by specifying a delegator name.
-                    &lt;br/&gt;&lt;br/&gt;
+                    
                     Optional. Attribute type: constant, ${expression}.
                 </xs:documentation>
             </xs:annotation>
@@ -2993,7 +2993,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the entity.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: constant, ${expression}.
                     </xs:documentation>
                 </xs:annotation>
@@ -3005,7 +3005,7 @@ under the License.
                         If the fields in the map form the full primary key the entry will be removed from the byPrimaryKey cache.
                         If the map exists but the fields do not include a full primary key the entry will be removed from the byAnd cache.
                         If no map name is specified the entry will be removed from the all caches.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Optional. Attribute type: expression.
                 </xs:documentation>
                 </xs:annotation>
@@ -3035,7 +3035,7 @@ under the License.
                     <xs:documentation>
                         The name of the field that contains the entity value to be copied.
                         The operation does nothing if the entity value is not found.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -3044,7 +3044,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>
                         The name of the field that will contain the new entity value.
-                        &lt;br/&gt;&lt;br/&gt;
+                        
                         Required. Attribute type: expression.
                     </xs:documentation>
                 </xs:annotation>
@@ -3063,7 +3063,7 @@ under the License.
                 <xs:annotation>
                     <xs:documentation>

[... 988 lines stripped ...]