Author: hansbak
Date: Tue Dec 11 20:16:05 2007
New Revision: 603453
URL:
http://svn.apache.org/viewvc?rev=603453&view=revLog:
update of form widget xsd to add the type=date to display tag
Modified:
ofbiz/site/dtds/widget-form.xsd
Modified: ofbiz/site/dtds/widget-form.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-form.xsd?rev=603453&r1=603452&r2=603453&view=diff==============================================================================
--- ofbiz/site/dtds/widget-form.xsd (original)
+++ ofbiz/site/dtds/widget-form.xsd Tue Dec 11 20:16:05 2007
@@ -512,6 +512,9 @@
<xs:restriction base="xs:token">
<xs:enumeration value="text"/>
<xs:enumeration value="currency"/>
+ <xs:enumeration value="date">
+ <xs:annotation><xs:documentation>Display only the date part of a timestamp field</xs:documentation></xs:annotation>
+ </xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>