You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/12/13 08:22:21 UTC

svn commit: r726180 - /ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Author: jleroux
Date: Fri Dec 12 23:22:20 2008
New Revision: 726180

URL: http://svn.apache.org/viewvc?rev=726180&view=rev
Log:
A change needed for the protect view feature

Modified:
    ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?rev=726180&r1=726179&r2=726180&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Fri Dec 12 23:22:20 2008
@@ -154,6 +154,14 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="protect-view" default="false">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="security">
         <xs:complexType>