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/04/12 15:24:45 UTC

svn commit: r647444 - /ofbiz/site/dtds/ofbiz-component.xsd

Author: jleroux
Date: Sat Apr 12 06:24:41 2008
New Revision: 647444

URL: http://svn.apache.org/viewvc?rev=647444&view=rev
Log:
Updated from trunk

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

Modified: ofbiz/site/dtds/ofbiz-component.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/ofbiz-component.xsd?rev=647444&r1=647443&r2=647444&view=diff
==============================================================================
--- ofbiz/site/dtds/ofbiz-component.xsd (original)
+++ ofbiz/site/dtds/ofbiz-component.xsd Sat Apr 12 06:24:41 2008
@@ -175,10 +175,22 @@
     <xs:attributeGroup name="attlist.webapp">
         <xs:attribute type="xs:string" name="name" use="required"/>
         <xs:attribute type="xs:string" name="title"/>
+        <xs:attribute type="xs:string" name="description"/>
+        <xs:attribute name="menu-name" default="main">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="main"/>
+                    <xs:enumeration value="secondary"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
+        <xs:attribute type="xs:string" name="position"/>
         <xs:attribute type="xs:string" name="server" use="required"/>
         <xs:attribute type="xs:string" name="location" use="required"/>
         <xs:attribute type="xs:string" name="mount-point"/>
-        <xs:attribute type="xs:string" name="base-permission"/>
+        <xs:attribute type="xs:string" name="base-permission">
+            <xs:annotation><xs:documentation>A user must have ALL of the permissions in the list to access the application</xs:documentation></xs:annotation>
+        </xs:attribute>
         <xs:attribute name="app-bar-display" default="true">
             <xs:simpleType>
                 <xs:restriction base="xs:token">