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

Gavin King gavin.king at jboss.com
Wed Nov 7 22:17:20 EST 2007


  User: gavin   
  Date: 07/11/07 22:17:20

  Added:       src/main/org/jboss/seam  captcha-2.0.xsd
  Log:
  config captcha engine by XML
  
  Revision  Changes    Path
  1.1      date: 2007/11/08 03:17:20;  author: gavin;  state: Exp;jboss-seam/src/main/org/jboss/seam/captcha-2.0.xsd
  
  Index: captcha-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/captcha" xmlns:jms="http://jboss.com/products/seam/captcha"
      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="captcha-image">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="jms:attlist.CaptchaImage"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.CaptchaImage">
          <xs:attribute name="engine-name" type="xs:string"/>
      </xs:attributeGroup>
  
  </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list