[jboss-cvs] jboss-seam/src/pdf/org/jboss/seam/pdf ...

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:02:37 EDT 2007


  User: nrichards
  Date: 07/06/26 19:02:37

  Added:       src/pdf/org/jboss/seam/pdf  pdf-2.0.xsd
  Log:
  bump schema/dtd versions
  
  Revision  Changes    Path
  1.1      date: 2007/06/26 23:02:37;  author: nrichards;  state: Exp;jboss-seam/src/pdf/org/jboss/seam/pdf/pdf-2.0.xsd
  
  Index: pdf-2.0.xsd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
             elementFormDefault="qualified"
             targetNamespace="http://jboss.com/products/seam/pdf" 
             xmlns:pdf="http://jboss.com/products/seam/pdf"
             xmlns:components="http://jboss.com/products/seam/components" 
             attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-2.0.xsd"/>
  
      <xs:element name="document-store">
          <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="xs:string"/>
          <xs:attribute name="use-extensions" type="xs:string"/>
      </xs:attributeGroup>
  
      <xs:element name="key-store-config">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="pdf:attlist.UseExtensions"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.UseExtensions">
          <xs:attribute name="key-store" type="xs:string"/>
          <xs:attribute name="key-store-password" type="xs:string"/>
          <xs:attribute name="key-password" type="xs:string"/>
          <xs:attribute name="key-alias" type="xs:string"/>
      </xs:attributeGroup>
  </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list