3.1.4.1.3.1 actionsType Complex Type

The actionsType complex type specifies the actions that a DLP rule can have.<5>

 <xs:complexType name="actionsType">
   <xs:choice maxOccurs="unbounded">
     <xs:element name="block" type="actionTypeType" />
     <xs:element name="notify" type="actionTypeType" />
   </xs:choice>
 </xs:complexType>

The following table lists the child elements of the actionsType complex type.

Element

Type

Description

block

actionTypeType (section 3.1.4.1.3.2)

Specifies that if a rule condition is met, the server MUST block sending the message unless it is overridden by user input.

notify

actionTypeType

Specifies that if a rule condition is met, the client MUST notify the user about the policy violation in the form of a policy tip.