2.2.4.92 BusinessRule

The BusinessRule complex type specifies a business rule container object.

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

   <xs:complexType name="BusinessRule">
     <xs:sequence>
       <xs:element minOccurs="0" name="AuditInfo" nillable="true" type="tns:AuditInfo" />
       <xs:element minOccurs="0" name="BRActions" nillable="true" type="tns:ArrayOfBRAction" />
       <xs:element minOccurs="0" name="BRConditionTree" nillable="true" type="tns:BRConditionTreeNode" />
       <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:MemberTypeContextIdentifier" />
       <xs:element minOccurs="0" name="NotificationGroup" nillable="true" type="ser:guid" />
       <xs:element minOccurs="0" name="NotificationUser" nillable="true" type="ser:guid" />
       <xs:element minOccurs="0" name="Priority" type="xs:int" />
       <xs:element minOccurs="0" name="RuleActionText" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="RuleConditionText" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="Status" type="tns:BRStatus" />
     </xs:sequence>
   </xs:complexType>

AuditInfo: Specifies the AuditInfo complex type.

BRActions: Specifies the ArrayOfBRAction complex type.

BRConditionTree: Specifies the BRConditionTreeNode complex type.

Description: Specifies a description of the business rule.

Identifier: Specifies the business rule identifier.

NotificationGroup: Specifies the Globally Unique Identifier (GUID) of the group to be notified about the rule.

NotificationUser: Specifies the Globally Unique Identifier (GUID) of the user to be notified about the rule.

Priority: Specifies the rule priority.

RuleActionText: Specifies a string representation of business rule actions that are included in the current business rule.

RuleConditionText: Specifies a string representation of business rule conditions that are included in the current business rule.

Status: Specifies the BRStatus simple type.