You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2015/01/05 22:39:46 UTC

svn commit: r1649668 - /ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd

Author: adrianc
Date: Mon Jan  5 21:39:46 2015
New Revision: 1649668

URL: http://svn.apache.org/r1649668
Log:
Bug fix: add missing attribute to ofbiz-properties.xsd.

Modified:
    ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd

Modified: ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd?rev=1649668&r1=1649667&r2=1649668&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd (original)
+++ ofbiz/trunk/framework/base/dtd/ofbiz-properties.xsd Mon Jan  5 21:39:46 2015
@@ -23,7 +23,8 @@ under the License.
     <xs:complexType name="valueType">
         <xs:simpleContent>
             <xs:extension base="xs:string">
-                <xs:attribute ref="xml:lang" use="required"/>
+                <xs:attribute ref="xml:lang" use="required" />
+                <xs:attribute ref="xml:space" />
             </xs:extension>
         </xs:simpleContent>
     </xs:complexType>