2.2.4.79 BRCondition

The BRCondition complex type specifies a container for conditions to be evaluated to trigger actions that are defined in a created business rule.

The following is the XML schema definition of the BRCondition complex type.

   <xs:complexType name="BRCondition">
     <xs:complexContent mixed="false">
       <xs:extension base="tns:BRItem">
         <xs:sequence>
           <xs:element minOccurs="1" name="ConditionTreeNodeId" nillable="true" type="tns:Identifier" />
           <xs:element minOccurs="0" name="PrefixArgument" nillable="true" type="xs:anyType" />
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

ConditionTreeNodeId: Specifies the Identifier complex type.

PrefixArgument: Specifies a prefix argument to define the logic of a business rule.