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

Norman Richards norman.richards at jboss.com
Mon May 21 15:39:01 EDT 2007


  User: nrichards
  Date: 07/05/21 15:39:01

  Added:       src/main/org/jboss/seam  pdf-1.2.xsd
  Log:
  JBSEAM-1288
  
  Revision  Changes    Path
  1.1      date: 2007/05/21 19:39:01;  author: nrichards;  state: Exp;jboss-seam/src/main/org/jboss/seam/pdf-1.2.xsd
  
  Index: pdf-1.2.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-1.2.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