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

Norman Richards norman.richards at jboss.com
Mon Nov 20 22:55:38 EST 2006


  User: nrichards
  Date: 06/11/20 22:55:38

  Modified:    src/main/org/jboss/seam  drools-1.1.xsd
  Log:
  update drools 
  
  Revision  Changes    Path
  1.2       +25 -0     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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- drools-1.1.xsd	21 Nov 2006 02:03:18 -0000	1.1
  +++ drools-1.1.xsd	21 Nov 2006 03:55:38 -0000	1.2
  @@ -4,4 +4,29 @@
       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="rule-base">
  +        <xs:complexType mixed="true">
  +            <xs:choice minOccurs="0" maxOccurs="unbounded">
  +                <xs:element minOccurs="0" maxOccurs="1" ref="drools:rule-files"/>
  +            </xs:choice>
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="drools:attlist.RuleBase"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:element name="rule-files" type="components:multiValuedProperty"/>
  +    <xs:attributeGroup name="attlist.RuleBase">
  +        <xs:attribute name="dsl-file" type="xs:string"/>
  +        <xs:attribute name="rule-files" type="xs:string"/>
  +    </xs:attributeGroup>
  +
  +    <xs:element name="working-memory">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="drools:attlist.WorkingMemory"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.WorkingMemory">
  +        <xs:attribute name="rule-base" type="xs:string"/>
  +    </xs:attributeGroup>
  +
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list