Author: lektran
Date: Thu Apr 8 04:08:47 2010
New Revision: 931774
URL:
http://svn.apache.org/viewvc?rev=931774&view=revLog:
I can never remember if the timeout is seconds or milli-seconds, so I've added documentation to remind me.
Modified:
ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
Modified: ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd?rev=931774&r1=931773&r2=931774&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-screen.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-screen.xsd Thu Apr 8 04:08:47 2010
@@ -35,7 +35,11 @@ under the License.
</xs:element>
<xs:attributeGroup name="attlist.screen">
<xs:attribute type="xs:string" name="name" use="required"/>
- <xs:attribute type="xs:string" name="transaction-timeout" use="optional"/>
+ <xs:attribute type="xs:string" name="transaction-timeout" use="optional">
+ <xs:annotation>
+ <xs:documentation>Transaction timeout in seconds</xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
<xs:attribute name="use-cache" default="false">
<xs:simpleType>
<xs:restriction base="xs:token">