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

Gavin King gavin.king at jboss.com
Tue Jun 19 15:02:30 EDT 2007


  User: gavin   
  Date: 07/06/19 15:02:30

  Modified:    src/main/org/jboss/seam       core-1.3.xsd
  Added:       src/main/org/jboss/seam       async-1.3.xsd bpm-1.3.xsd
                        international-1.3.xsd navigation-1.3.xsd
                        persistence-1.3.xsd
  Log:
  repackaged built-in components
  sorry for breakage, but it had to happen eventually :-(
  
  Revision  Changes    Path
  1.12      +7 -199    jboss-seam/src/main/org/jboss/seam/core-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.3.xsd,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- core-1.3.xsd	15 Jun 2007 07:24:56 -0000	1.11
  +++ core-1.3.xsd	19 Jun 2007 19:02:30 -0000	1.12
  @@ -4,49 +4,6 @@
       xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
       <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.3.xsd"/>
   
  -    <xs:element name="actor">
  -        <xs:complexType mixed="true">
  -            <xs:choice minOccurs="0" maxOccurs="unbounded">
  -                <xs:element minOccurs="0" maxOccurs="1" ref="core:id"/>
  -                <xs:element minOccurs="0" maxOccurs="1" ref="core:group-actor-ids"/>
  -            </xs:choice>
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.actor"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:element name="group-actor-ids" type="components:multiValuedProperty"/>
  -    <xs:attributeGroup name="attlist.actor">
  -        <xs:attribute name="group-actor-ids"> </xs:attribute>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="timer-service-dispatcher">
  -        <xs:complexType mixed="true">
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
  -            <xs:attributeGroup ref="core:attlist.timerServiceDispatcher"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.timerServiceDispatcher"> </xs:attributeGroup>
  -
  -    <xs:element name="thread-pool-dispatcher">
  -        <xs:complexType mixed="true">
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.threadPoolDispatcher"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.threadPoolDispatcher">
  -        <xs:attribute name="thread-pool-size" type="xs:integer"/>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="transaction-listener">
  -        <xs:complexType mixed="true">
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
  -            <xs:attributeGroup ref="core:attlist.transactionListener"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.transactionListener"> </xs:attributeGroup>
  -
       <xs:element name="init">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  @@ -82,38 +39,6 @@
           <xs:attribute name="user-transaction-name"/>
       </xs:attributeGroup>
   
  -    <xs:element name="jbpm">
  -        <xs:complexType mixed="true">
  -            <xs:choice minOccurs="0" maxOccurs="unbounded">
  -                <xs:element ref="core:process-definitions"/>
  -                <xs:element ref="core:pageflow-definitions"/>
  -            </xs:choice>
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.jbpm"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:element name="process-definitions" type="components:multiValuedProperty"/>
  -    <xs:element name="pageflow-definitions" type="components:multiValuedProperty"/>
  -    <xs:attributeGroup name="attlist.jbpm"> </xs:attributeGroup>
  -
  -    <xs:element name="locale-selector">
  -        <xs:complexType mixed="true">
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.localeSelector"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.localeSelector">
  -        <xs:attribute name="locale-string"/>
  -        <xs:attribute name="cookie-enabled">
  -            <xs:simpleType>
  -                <xs:restriction base="xs:token">
  -                    <xs:enumeration value="true"/>
  -                    <xs:enumeration value="false"/>
  -                </xs:restriction>
  -            </xs:simpleType>
  -        </xs:attribute>
  -    </xs:attributeGroup>
  -
       <xs:element name="manager">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  @@ -127,23 +52,6 @@
           <xs:attribute name="parent-conversation-id-parameter"/>
       </xs:attributeGroup>
   
  -    <xs:element name="pages">
  -        <xs:complexType mixed="true">
  -            <xs:choice minOccurs="0" maxOccurs="1">
  -                <xs:element ref="core:resources"/>
  -            </xs:choice>
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.pages"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:element name="resources" type="components:multiValuedProperty"/>
  -    <xs:attributeGroup name="attlist.pages">
  -        <xs:attribute name="no-conversation-view-id"/>
  -        <xs:attribute name="login-view-id"/>
  -        <xs:attribute name="http-port" type="xs:integer"/>
  -        <xs:attribute name="https-port" type="xs:integer"/>
  -    </xs:attributeGroup>
  -    
       <xs:element name="servlet-session">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  @@ -154,123 +62,23 @@
           <xs:attribute name="invalidate-on-scheme-change" type="xs:boolean"/>
       </xs:attributeGroup>
       
  -    <xs:element name="pojo-cache">
  -        <xs:complexType mixed="true">
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.pojoCache"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.pojoCache">
  -        <xs:attribute name="cfg-resource-name"/>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="resource-bundle">
  -        <xs:complexType mixed="true">
  -            <xs:choice minOccurs="0" maxOccurs="unbounded">
  -                <xs:element ref="core:bundle-names"/>
  -            </xs:choice>
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.resourceBundle"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:element name="bundle-names" type="components:multiValuedProperty"/>
  -    <xs:attributeGroup name="attlist.resourceBundle">
  -        <xs:attribute name="bundle-names"> </xs:attribute>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="time-zone-selector">
  -        <xs:complexType mixed="true">
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.timeZoneSelector"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.timeZoneSelector">
  -        <xs:attribute name="time-zone-id"/>
  -        <xs:attribute name="cookie-enabled">
  -            <xs:simpleType>
  -                <xs:restriction base="xs:token">
  -                    <xs:enumeration value="true"/>
  -                    <xs:enumeration value="false"/>
  -                </xs:restriction>
  -            </xs:simpleType>
  -        </xs:attribute>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="managed-persistence-context">
  -        <xs:complexType mixed="true">
  -            <xs:sequence minOccurs="0" maxOccurs="1">
  -                <xs:element ref="core:filters"/>
  -            </xs:sequence>
  -            <xs:attributeGroup ref="core:attlist.ManagedPersistenceContext"/>
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.ManagedPersistenceContext">
  -        <xs:attribute name="entity-manager-factory"/>
  -        <xs:attribute name="persistence-unit-jndi-name"/>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="managed-hibernate-session">
  +    <xs:element name="transaction-listener">
           <xs:complexType mixed="true">
  -            <xs:sequence minOccurs="0" maxOccurs="1">
  -                <xs:element ref="core:filters"/>
  -            </xs:sequence>
  -            <xs:attributeGroup ref="core:attlist.ManagedHibernateSession"/>
               <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
  +            <xs:attributeGroup ref="core:attlist.transactionListener"/>
           </xs:complexType>
       </xs:element>
  -    <xs:element name="filters" type="components:multiValuedProperty"/>
  -    <xs:attributeGroup name="attlist.ManagedHibernateSession">
  -        <xs:attribute name="session-factory"/>
  -        <xs:attribute name="session-factory-jndi-name"/>
  -    </xs:attributeGroup>
  +    <xs:attributeGroup name="attlist.transactionListener"> </xs:attributeGroup>
   
  -    <xs:element name="hibernate-session-factory">
  +    <xs:element name="pojo-cache">
           <xs:complexType mixed="true">
  -            <xs:choice minOccurs="0" maxOccurs="unbounded">
  -                <xs:element name="mapping-classes" type="components:multiValuedProperty"/>
  -                <xs:element name="mapping-files" type="components:multiValuedProperty"/>
  -                <xs:element name="mapping-jars" type="components:multiValuedProperty"/>
  -                <xs:element name="mapping-packages" type="components:multiValuedProperty"/>
  -                <xs:element name="mapping-resources" type="components:multiValuedProperty"/>
  -                <xs:element name="cfg-properties" type="components:mapProperty"/>
  -            </xs:choice>
  -            <xs:attributeGroup ref="core:attlist.HibernateSessionFactory"/>
               <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="core:attlist.pojoCache"/>
           </xs:complexType>
       </xs:element>
  -    <xs:attributeGroup name="attlist.HibernateSessionFactory">
  +    <xs:attributeGroup name="attlist.pojoCache">
           <xs:attribute name="cfg-resource-name"/>
       </xs:attributeGroup>
   
  -    <xs:element name="entity-manager-factory">
  -        <xs:complexType mixed="true">
  -            <xs:sequence minOccurs="0" maxOccurs="1">
  -                <xs:element name="persistence-unit-properties" type="components:mapProperty"/>
  -            </xs:sequence>
  -            <xs:attributeGroup ref="core:attlist.EntityManagerFactory"/>
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.EntityManagerFactory">
  -        <xs:attribute name="persistence-unit-name"/>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="filter">
  -        <xs:complexType mixed="true">
  -            <xs:sequence>
  -                <xs:element minOccurs="0" name="name" type="xs:string"/>
  -                <xs:element minOccurs="0" name="parameters" type="components:mapProperty"/>
  -            </xs:sequence>
  -            <xs:attributeGroup ref="core:attlist.filter"/>
  -            <xs:attributeGroup ref="components:attlist.component"/>
  -        </xs:complexType>
  -    </xs:element>
  -    <xs:attributeGroup name="attlist.filter">
  -        <xs:attribute name="enabled"/>
  -    </xs:attributeGroup>
  -
  -    <xs:element name="id" type="xs:string"/>
  -    <xs:element name="name" type="xs:string"/>
  -
   </xs:schema>
  
  
  
  1.1      date: 2007/06/19 19:02:30;  author: gavin;  state: Exp;jboss-seam/src/main/org/jboss/seam/async-1.3.xsd
  
  Index: async-1.3.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/async" xmlns:async="http://jboss.com/products/seam/async"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.3.xsd"/>
  
      <xs:element name="timer-service-dispatcher">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
              <xs:attributeGroup ref="async:attlist.timerServiceDispatcher"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.timerServiceDispatcher"> </xs:attributeGroup>
  
      <xs:element name="thread-pool-dispatcher">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="async:attlist.threadPoolDispatcher"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.threadPoolDispatcher">
          <xs:attribute name="thread-pool-size" type="xs:integer"/>
      </xs:attributeGroup>
  
  </xs:schema>
  
  
  
  1.1      date: 2007/06/19 19:02:30;  author: gavin;  state: Exp;jboss-seam/src/main/org/jboss/seam/bpm-1.3.xsd
  
  Index: bpm-1.3.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/bpm" xmlns:bpm="http://jboss.com/products/seam/bpm"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.3.xsd"/>
  
      <xs:element name="actor">
          <xs:complexType mixed="true">
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <xs:element minOccurs="0" maxOccurs="1" ref="bpm:id"/>
                  <xs:element minOccurs="0" maxOccurs="1" ref="bpm:group-actor-ids"/>
              </xs:choice>
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="bpm:attlist.actor"/>
          </xs:complexType>
      </xs:element>
      <xs:element name="id" type="xs:string"/>
      <xs:element name="group-actor-ids" type="components:multiValuedProperty"/>
      <xs:attributeGroup name="attlist.actor">
          <xs:attribute name="group-actor-ids"> </xs:attribute>
      </xs:attributeGroup>
  
      <xs:element name="jbpm">
          <xs:complexType mixed="true">
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <xs:element ref="bpm:process-definitions"/>
                  <xs:element ref="bpm:pageflow-definitions"/>
              </xs:choice>
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="bpm:attlist.jbpm"/>
          </xs:complexType>
      </xs:element>
      <xs:element name="process-definitions" type="components:multiValuedProperty"/>
      <xs:element name="pageflow-definitions" type="components:multiValuedProperty"/>
      <xs:attributeGroup name="attlist.jbpm"> </xs:attributeGroup>
  
  </xs:schema>
  
  
  
  1.1      date: 2007/06/19 19:02:30;  author: gavin;  state: Exp;jboss-seam/src/main/org/jboss/seam/international-1.3.xsd
  
  Index: international-1.3.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/international" xmlns:international="http://jboss.com/products/seam/international"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.3.xsd"/>
  
      <xs:element name="locale-selector">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="international:attlist.localeSelector"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.localeSelector">
          <xs:attribute name="locale-string"/>
          <xs:attribute name="cookie-enabled">
              <xs:simpleType>
                  <xs:restriction base="xs:token">
                      <xs:enumeration value="true"/>
                      <xs:enumeration value="false"/>
                  </xs:restriction>
              </xs:simpleType>
          </xs:attribute>
      </xs:attributeGroup>
  
      <xs:element name="resource-bundle">
          <xs:complexType mixed="true">
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <xs:element ref="international:bundle-names"/>
              </xs:choice>
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="international:attlist.resourceBundle"/>
          </xs:complexType>
      </xs:element>
      <xs:element name="bundle-names" type="components:multiValuedProperty"/>
      <xs:attributeGroup name="attlist.resourceBundle">
          <xs:attribute name="bundle-names"> </xs:attribute>
      </xs:attributeGroup>
  
      <xs:element name="time-zone-selector">
          <xs:complexType mixed="true">
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="international:attlist.timeZoneSelector"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.timeZoneSelector">
          <xs:attribute name="time-zone-id"/>
          <xs:attribute name="cookie-enabled">
              <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>
  
  
  
  1.1      date: 2007/06/19 19:02:30;  author: gavin;  state: Exp;jboss-seam/src/main/org/jboss/seam/navigation-1.3.xsd
  
  Index: navigation-1.3.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/navigation" xmlns:navigation="http://jboss.com/products/seam/navigation"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.3.xsd"/>
  
      <xs:element name="pages">
          <xs:complexType mixed="true">
              <xs:choice minOccurs="0" maxOccurs="1">
                  <xs:element ref="navigation:resources"/>
              </xs:choice>
              <xs:attributeGroup ref="components:attlist.component"/>
              <xs:attributeGroup ref="navigation:attlist.pages"/>
          </xs:complexType>
      </xs:element>
      
      <xs:element name="resources" type="components:multiValuedProperty"/>
      
      <xs:attributeGroup name="attlist.pages">
          <xs:attribute name="no-conversation-view-id"/>
          <xs:attribute name="login-view-id"/>
          <xs:attribute name="http-port" type="xs:integer"/>
          <xs:attribute name="https-port" type="xs:integer"/>
      </xs:attributeGroup>
  
  </xs:schema>
  
  
  
  1.1      date: 2007/06/19 19:02:30;  author: gavin;  state: Exp;jboss-seam/src/main/org/jboss/seam/persistence-1.3.xsd
  
  Index: persistence-1.3.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/persistence" xmlns:persistence="http://jboss.com/products/seam/persistence"
      xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
      <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.3.xsd"/>
  
      <xs:element name="managed-persistence-context">
          <xs:complexType mixed="true">
              <xs:sequence minOccurs="0" maxOccurs="1">
                  <xs:element ref="persistence:filters"/>
              </xs:sequence>
              <xs:attributeGroup ref="persistence:attlist.ManagedPersistenceContext"/>
              <xs:attributeGroup ref="components:attlist.component"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.ManagedPersistenceContext">
          <xs:attribute name="entity-manager-factory"/>
          <xs:attribute name="persistence-unit-jndi-name"/>
      </xs:attributeGroup>
  
      <xs:element name="managed-hibernate-session">
          <xs:complexType mixed="true">
              <xs:sequence minOccurs="0" maxOccurs="1">
                  <xs:element ref="persistence:filters"/>
              </xs:sequence>
              <xs:attributeGroup ref="persistence:attlist.ManagedHibernateSession"/>
              <xs:attributeGroup ref="components:attlist.component"/>
          </xs:complexType>
      </xs:element>
      <xs:element name="filters" type="components:multiValuedProperty"/>
      <xs:attributeGroup name="attlist.ManagedHibernateSession">
          <xs:attribute name="session-factory"/>
          <xs:attribute name="session-factory-jndi-name"/>
      </xs:attributeGroup>
  
      <xs:element name="hibernate-session-factory">
          <xs:complexType mixed="true">
              <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <xs:element name="mapping-classes" type="components:multiValuedProperty"/>
                  <xs:element name="mapping-files" type="components:multiValuedProperty"/>
                  <xs:element name="mapping-jars" type="components:multiValuedProperty"/>
                  <xs:element name="mapping-packages" type="components:multiValuedProperty"/>
                  <xs:element name="mapping-resources" type="components:multiValuedProperty"/>
                  <xs:element name="cfg-properties" type="components:mapProperty"/>
              </xs:choice>
              <xs:attributeGroup ref="persistence:attlist.HibernateSessionFactory"/>
              <xs:attributeGroup ref="components:attlist.component"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.HibernateSessionFactory">
          <xs:attribute name="cfg-resource-name"/>
      </xs:attributeGroup>
  
      <xs:element name="entity-manager-factory">
          <xs:complexType mixed="true">
              <xs:sequence minOccurs="0" maxOccurs="1">
                  <xs:element name="persistence-unit-properties" type="components:mapProperty"/>
              </xs:sequence>
              <xs:attributeGroup ref="persistence:attlist.EntityManagerFactory"/>
              <xs:attributeGroup ref="components:attlist.component"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.EntityManagerFactory">
          <xs:attribute name="persistence-unit-name"/>
      </xs:attributeGroup>
  
      <xs:element name="filter">
          <xs:complexType mixed="true">
              <xs:sequence>
                  <xs:element minOccurs="0" name="name" type="xs:string"/>
                  <xs:element minOccurs="0" name="parameters" type="components:mapProperty"/>
              </xs:sequence>
              <xs:attributeGroup ref="persistence:attlist.filter"/>
              <xs:attributeGroup ref="components:attlist.component"/>
          </xs:complexType>
      </xs:element>
      <xs:attributeGroup name="attlist.filter">
          <xs:attribute name="enabled"/>
      </xs:attributeGroup>
  
  </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list