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

Norman Richards norman.richards at jboss.com
Mon Aug 27 20:54:21 EDT 2007


  User: nrichards
  Date: 07/08/27 20:54:21

  Modified:    src/main/org/jboss/seam  drools-2.0.xsd
  Log:
  JBSEAM-1764
  
  Revision  Changes    Path
  1.2       +17 -1     jboss-seam/src/main/org/jboss/seam/drools-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: drools-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/drools-2.0.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- drools-2.0.xsd	26 Jun 2007 23:02:37 -0000	1.1
  +++ drools-2.0.xsd	28 Aug 2007 00:54:21 -0000	1.2
  @@ -19,6 +19,22 @@
           <xs:attribute name="rule-files" type="xs:string"/>
       </xs:attributeGroup>
   
  +    <xs:element name="brms-rule-base">
  +    	<xs:complexType mixed="true">    		
  +    		<xs:attributeGroup ref="components:attlist.component" />
  +    		<xs:attributeGroup ref="drools:attlist.BRMSRuleBase" />
  +    	</xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.BRMSRuleBase">
  +        <xs:attribute name="configuration-file" type="xs:string" />
  +        <xs:attribute name="config-name" type="xs:string" />
  +        <xs:attribute name="new-instance" type="xs:string" />
  +        <xs:attribute name="files" type="xs:string" />
  +        <xs:attribute name="url" type="xs:string" />
  +        <xs:attribute name="local-cache-dir" type="xs:string" />
  +        <xs:attribute name="poll" type="xs:string" />        
  +    </xs:attributeGroup>
  +
       <xs:element name="managed-working-memory">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  
  
  



More information about the jboss-cvs-commits mailing list