3.1.4.1.3.42 t:ProtectionRuleSenderDepartmentsType Complex Type

The ProtectionRuleSenderDepartmentsType complex type specifies the SenderDepartments predicate. The semantics of the SenderDepartments predicate is a condition that evaluates to "true" if the department of the sender of the email message matches any of the specified departments in the child Value elements.

 <xs:complexType name="ProtectionRuleSenderDepartmentsType">
   <xs:sequence>
     <xs:element name="Value" type="t:ProtectionRuleValueType"
         minOccurs="1" maxOccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child element of the ProtectionRuleSenderDepartmentsType complex type.

Element

Type

Description

Value

t:ProtectionRuleValueType (section 3.1.4.1.4.9)

Specifies an argument to the SenderDepartments condition.

This element MUST occur at least once.