Share via


2.2.109 RuleCollection

Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides

Defines a collection of rules and the logical operator to use when evaluating them.

Child Elements:

Rule: A Rule element that specifies the list of rules that this collection contains.

Attributes:

Mode: A LogicalOperator attribute that specifies the logical operator to use when evaluating this rule collection.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="RuleCollection">
   <xs:complexContent>
     <xs:extension base="Rule">
       <xs:sequence>
         <xs:element name="Rule" type="Rule" minOccurs="1" maxOccurs="unbounded"/>
       </xs:sequence>
       <xs:attribute name="Mode" type="LogicalOperator" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).