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

Norman Richards norman.richards at jboss.com
Sun Nov 26 22:33:27 EST 2006


  User: nrichards
  Date: 06/11/26 22:33:27

  Modified:    src/main/org/jboss/seam     core-1.1.xsd drools-1.1.xsd
                        framework-1.1.xsd remoting-1.1.xsd
  Log:
  last minute schema fixes
  
  Revision  Changes    Path
  1.15      +14 -1     jboss-seam/src/main/org/jboss/seam/core-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.1.xsd,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- core-1.1.xsd	21 Nov 2006 05:20:27 -0000	1.14
  +++ core-1.1.xsd	27 Nov 2006 03:33:27 -0000	1.15
  @@ -227,7 +227,7 @@
       <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:element name="persistence-unit-properties" type="components:mapProperty"/>
               </xs:sequence>
               <xs:attributeGroup ref="core:attlist.EntityManagerFactory"/>
               <xs:attributeGroup ref="components:attlist.component"/>
  @@ -237,6 +237,19 @@
           <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:attributeGroup>
  +
  +
   
   
       <xs:element name="id" type="xs:string"/>
  
  
  
  1.3       +3 -3      jboss-seam/src/main/org/jboss/seam/drools-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: drools-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/drools-1.1.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- drools-1.1.xsd	21 Nov 2006 03:55:38 -0000	1.2
  +++ drools-1.1.xsd	27 Nov 2006 03:33:27 -0000	1.3
  @@ -19,13 +19,13 @@
           <xs:attribute name="rule-files" type="xs:string"/>
       </xs:attributeGroup>
   
  -    <xs:element name="working-memory">
  +    <xs:element name="managed-working-memory">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="drools:attlist.WorkingMemory"/>
  +            <xs:attributeGroup ref="drools:attlist.ManagedWorkingMemory"/>
           </xs:complexType>
       </xs:element>
  -    <xs:attributeGroup name="attlist.WorkingMemory">
  +    <xs:attributeGroup name="attlist.ManagedWorkingMemory">
           <xs:attribute name="rule-base" type="xs:string"/>
       </xs:attributeGroup>
   
  
  
  
  1.4       +10 -7     jboss-seam/src/main/org/jboss/seam/framework-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: framework-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework-1.1.xsd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- framework-1.1.xsd	21 Nov 2006 04:00:31 -0000	1.3
  +++ framework-1.1.xsd	27 Nov 2006 03:33:27 -0000	1.4
  @@ -70,6 +70,9 @@
   
       <xs:element name="entity-home">
           <xs:complexType mixed="true">
  +            <xs:sequence minOccurs="0" maxOccurs="1">
  +                <xs:element name="id" type="xs:string"/>
  +            </xs:sequence>
               <xs:attributeGroup ref="components:attlist.component"/>
               <xs:attributeGroup ref="framework:attlist.Home"/>
               <xs:attributeGroup ref="framework:attlist.EntityHome"/>
  
  
  
  1.2       +19 -0     jboss-seam/src/main/org/jboss/seam/remoting-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/remoting-1.1.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- remoting-1.1.xsd	21 Nov 2006 02:03:18 -0000	1.1
  +++ remoting-1.1.xsd	27 Nov 2006 03:33:27 -0000	1.2
  @@ -4,4 +4,23 @@
       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="remoting-config">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="remoting:attlist.remotingConfig"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.remotingConfig">
  +        <xs:attribute name="poll-interval" />
  +        <xs:attribute name="poll-timeout" />
  +        <xs:attribute name="debug">
  +            <xs:simpleType>
  +                <xs:restriction base="xs:token">
  +                    <xs:enumeration value="true"/>
  +                    <xs:enumeration value="false"/>
  +                </xs:restriction>
  +            </xs:simpleType>
  +        </xs:attribute>
  +    </xs:attributeGroup>
  +    <!-- subscription registry -->
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list