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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Feb 8 11:13:50 EST 2007


  User: sbryzak2
  Date: 07/02/08 11:13:50

  Added:       src/main/org/jboss/seam  filter-1.1.xsd
  Log:
  JBSEAM-790
  
  Revision  Changes    Path
  1.1      date: 2007/02/08 16:13:50;  author: sbryzak2;  state: Exp;jboss-seam/src/main/org/jboss/seam/filter-1.1.xsd
  
  Index: filter-1.1.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/filter" xmlns:filter="http://jboss.com/products/seam/filter"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
  
      <xs:element name="multipart-filter">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="filter:attlist.multipartFilter"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.multipartFilter">
  
          <xs:attribute name="create-temp-files"/>
              <xs:simpleType>
                  <xs:restriction base="xs:token">
                      <xs:enumeration value="true"/>
                      <xs:enumeration value="false"/>
                  </xs:restriction>
              </xs:simpleType>
          </xs:attribute>                
          <xs:attribute name="max-request-size" type="xs:integer"/>
          <xs:attribute name="url-pattern" type="xs:string"/>
          <xs:attribute name="disabled"/>
              <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>
  
  
  



More information about the jboss-cvs-commits mailing list