svn commit: r726181 - /ofbiz/site/dtds/site-conf.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r726181 - /ofbiz/site/dtds/site-conf.xsd

jleroux@apache.org
Author: jleroux
Date: Fri Dec 12 23:23:19 2008
New Revision: 726181

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

Modified:
    ofbiz/site/dtds/site-conf.xsd

Modified: ofbiz/site/dtds/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/site-conf.xsd?rev=726181&r1=726180&r2=726181&view=diff
==============================================================================
--- ofbiz/site/dtds/site-conf.xsd (original)
+++ ofbiz/site/dtds/site-conf.xsd Fri Dec 12 23:23:19 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>