You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/25 18:22:53 UTC

svn commit: r1806210 - /ofbiz/site/dtds/widget-theme.xsd

Author: deepak
Date: Fri Aug 25 18:22:53 2017
New Revision: 1806210

URL: http://svn.apache.org/viewvc?rev=1806210&view=rev
Log:
Fixed: Warning related to duplicate type assignment for widget attribute in theme.xsd file

Modified:
    ofbiz/site/dtds/widget-theme.xsd

Modified: ofbiz/site/dtds/widget-theme.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-theme.xsd?rev=1806210&r1=1806209&r2=1806210&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-theme.xsd (original)
+++ ofbiz/site/dtds/widget-theme.xsd Fri Aug 25 18:22:53 2017
@@ -168,7 +168,7 @@ under the License.
     </xs:element>
     <xs:element name="template-file">
     <xs:complexType>
-        <xs:attribute type="xs:string" name="widget" use="required" >
+        <xs:attribute name="widget" use="required" >
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="screen" />
@@ -224,4 +224,4 @@ under the License.
         </xs:complexType>
     </xs:element>
 
-</xs:schema>
\ No newline at end of file
+</xs:schema>