Author: jleroux
Date: Tue Nov 24 22:57:23 2009
New Revision: 883915
URL:
http://svn.apache.org/viewvc?rev=883915&view=revLog:
I forgot to improve Angelo Matarazzo's patch I committed for "view-last-noparam" (
https://issues.apache.org/jira/browse/OFBIZ-3027) - OFBIZ-3027 in r829727
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=883915&r1=883914&r2=883915&view=diff==============================================================================
--- ofbiz/site/dtds/site-conf.xsd (original)
+++ ofbiz/site/dtds/site-conf.xsd Tue Nov 24 22:57:23 2009
@@ -253,6 +253,7 @@
in case no previous view can be retrieved.</xs:documentation>
</xs:annotation>
</xs:enumeration>
+ <xs:enumeration value="view-last-noparam"/>
<xs:enumeration value="view-home">
<xs:annotation>
<xs:documentation>Will use the view from the last saved 'home' position
@@ -338,5 +339,16 @@
<xs:attribute type="xs:string" name="info"/>
<xs:attribute type="xs:string" name="content-type"/>
<xs:attribute type="xs:string" name="encoding"/>
+ <xs:attribute name="no-cache" default="false">
+ <xs:annotation>
+ <xs:documentation>Send no-cache headers if set to true.</xs:documentation>
+ </xs:annotation>
+ <xs:simpleType>
+ <xs:restriction base="xs:token">
+ <xs:enumeration value="true"/>
+ <xs:enumeration value="false"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:attribute>
</xs:attributeGroup>
</xs:schema>