svn commit: r737204 - in /ofbiz/site/dtds: simple-methods.xsd widget-screen.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r737204 - in /ofbiz/site/dtds: simple-methods.xsd widget-screen.xsd

jleroux@apache.org
Author: jleroux
Date: Fri Jan 23 13:55:44 2009
New Revision: 737204

URL: http://svn.apache.org/viewvc?rev=737204&view=rev
Log:
Follow rev 737194 in trunk

Modified:
    ofbiz/site/dtds/simple-methods.xsd
    ofbiz/site/dtds/widget-screen.xsd

Modified: ofbiz/site/dtds/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/simple-methods.xsd?rev=737204&r1=737203&r2=737204&view=diff
==============================================================================
--- ofbiz/site/dtds/simple-methods.xsd (original)
+++ ofbiz/site/dtds/simple-methods.xsd Fri Jan 23 13:55:44 2009
@@ -2427,7 +2427,7 @@
         </xs:complexType>
     </xs:element>
     <xs:attributeGroup name="attlist.condition-object">
-        <xs:attribute name="field-name" type="xs:string" use="required">
+        <xs:attribute name="field" type="xs:string" use="required">
             <xs:annotation>
                 <xs:documentation>
                     Field in the current context where that condition object is that implements the entity condition interface.

Modified: ofbiz/site/dtds/widget-screen.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-screen.xsd?rev=737204&r1=737203&r2=737204&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-screen.xsd (original)
+++ ofbiz/site/dtds/widget-screen.xsd Fri Jan 23 13:55:44 2009
@@ -684,7 +684,7 @@
         </xs:complexType>
     </xs:element>
     <xs:attributeGroup name="attlist.condition-object">
-        <xs:attribute type="xs:string" name="field-name" use="required"/>
+        <xs:attribute type="xs:string" name="field" use="required"/>
     </xs:attributeGroup>
     <xs:element name="select-field">
         <xs:complexType>
@@ -1080,11 +1080,11 @@
         </xs:complexType>
     </xs:element>
     <xs:attributeGroup name="attlist.iterate-section">
-        <xs:attribute type="xs:string" name="entry-name" use="required"/>
-        <xs:attribute type="xs:string" name="list-name" use="required"/>
-        <xs:attribute type="xs:string" name="key-name" />
-        <xs:attribute type="xs:string" name="view-size" />
-        <xs:attribute type="xs:string" name="paginate-target" />
+        <xs:attribute type="xs:string" name="entry" use="required"/>
+        <xs:attribute type="xs:string" name="list" use="required"/>
+        <xs:attribute type="xs:string" name="key"/>
+        <xs:attribute type="xs:string" name="view-size"/>
+        <xs:attribute type="xs:string" name="paginate-target"/>
         <xs:attribute name="paginate" default="false">
             <xs:simpleType>
                 <xs:restriction base="xs:token">