You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2007/12/12 05:16:05 UTC

svn commit: r603453 - /ofbiz/site/dtds/widget-form.xsd

Author: hansbak
Date: Tue Dec 11 20:16:05 2007
New Revision: 603453

URL: http://svn.apache.org/viewvc?rev=603453&view=rev
Log:
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>