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

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

Author: nmalin
Date: Fri Aug 25 13:14:46 2017
New Revision: 1806171

URL: http://svn.apache.org/viewvc?rev=1806171&view=rev
Log:
Fixed: update the widget-theme.xsd after add missed element and attribute use by the theme definition (OFBIZ-9138 Create a common theme)

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=1806171&r1=1806170&r2=1806171&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-theme.xsd (original)
+++ ofbiz/site/dtds/widget-theme.xsd Fri Aug 25 13:14:46 2017
@@ -26,7 +26,9 @@ under the License.
                 <xs:element minOccurs="0" maxOccurs="1" ref="widget-properties"/>
                 <xs:element minOccurs="0" maxOccurs="1" ref="theme-properties"/>
                 <xs:element minOccurs="0" maxOccurs="1" ref="templates"/>
+                <xs:element minOccurs="0" maxOccurs="1" ref="common-screens"/>
             </xs:sequence>
+            <xs:attribute type="xs:string" name="name" use="required" />
         </xs:complexType>
     </xs:element>
     <xs:element name="visual-themes">