Author: jleroux
Date: Sat Apr 12 06:24:41 2008
New Revision: 647444
URL:
http://svn.apache.org/viewvc?rev=647444&view=revLog:
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">