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

Shane Bryzak sbryzak at redhat.com
Wed Dec 5 02:16:19 EST 2007


  User: sbryzak2
  Date: 07/12/05 02:16:19

  Added:       src/main/org/jboss/seam  identity-management-2.0.xsd
  Log:
  some of the identity management stuff
  
  Revision  Changes    Path
  1.1      date: 2007/12/05 07:16:19;  author: sbryzak2;  state: Exp;jboss-seam/src/main/org/jboss/seam/identity-management-2.0.xsd
  
  Index: identity-management-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/security/management" xmlns:identity-management="http://jboss.com/products/seam/security/management"
      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="jpa-identity-store">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="security:attlist.jpa-identity-store"/>
          </xs:complexType>
      </xs:element>
      
      <xs:attributeGroup name="attlist.jpa-identity-store">
          <xs:attribute name="account-class" />
      </xs:attributeGroup>
      
  </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list