[seam-commits] Seam SVN: r8595 - trunk/src/pdf/org/jboss/seam/pdf.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Aug 5 17:08:38 EDT 2008
Author: norman.richards at jboss.com
Date: 2008-08-05 17:08:38 -0400 (Tue, 05 Aug 2008)
New Revision: 8595
Modified:
trunk/src/pdf/org/jboss/seam/pdf/pdf-2.1.xsd
Log:
JBSEAM-3220
Modified: trunk/src/pdf/org/jboss/seam/pdf/pdf-2.1.xsd
===================================================================
--- trunk/src/pdf/org/jboss/seam/pdf/pdf-2.1.xsd 2008-08-05 20:15:50 UTC (rev 8594)
+++ trunk/src/pdf/org/jboss/seam/pdf/pdf-2.1.xsd 2008-08-05 21:08:38 UTC (rev 8595)
@@ -7,35 +7,6 @@
attributeFormDefault="unqualified">
<xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-2.1.xsd"/>
- <xs:element name="document-store">
- <xs:annotation>
- <xs:documentation>
- The PDF document store is used to store rendered documents for download on a later request.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType mixed="true">
- <xs:attributeGroup ref="components:attlist.component"/>
- <xs:attributeGroup ref="pdf:attlist.docstore"/>
- </xs:complexType>
- </xs:element>
- <xs:attributeGroup name="attlist.docstore">
- <xs:attribute name="error-page" type="components:string">
- <xs:annotation>
- <xs:documentation>
- When a document had expired or otherwise cannot be loaded, this page is displayed.
- </xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="use-extensions" type="components:boolean">
- <xs:annotation>
- <xs:documentation>
- Controls whether or not the URLs for documents should contain their correct file name extensions.
- Using file name extensions requires additional configuration in web.xml.
- </xs:documentation>
- </xs:annotation>
- </xs:attribute>
- </xs:attributeGroup>
-
<xs:element name="key-store-config">
<xs:annotation>
<xs:documentation>
More information about the seam-commits
mailing list