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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 30 19:21:44 EST 2007


  User: sbryzak2
  Date: 07/01/30 19:21:44

  Added:       src/main/org/jboss/seam  security-1.1.xsd
  Log:
  added security schema
  
  Revision  Changes    Path
  1.1      date: 2007/01/31 00:21:44;  author: sbryzak2;  state: Exp;jboss-seam/src/main/org/jboss/seam/security-1.1.xsd
  
  Index: security-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/security" xmlns:remoting="http://jboss.com/products/seam/security"
      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="security-config">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="security:attlist.securityConfig"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.securityConfig">
          <xs:attribute name="authenticate-method" />
      </xs:attributeGroup>
  </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list