3.1.4.1.3.5 ApplyType Complex Type

The ApplyType complex type specifies whether the client has to update its email policy rule set.<9>

 <xs:complexType name="ApplyType">
   <xs:attribute name="apply" use="required">
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:pattern value="(([Tt][Rr][Uu][Ee])|([Ff][Aa][Ll][Ss][Ee]))" />
       </xs:restriction>
     </xs:simpleType>
   </xs:attribute>
 </xs:complexType>

The following table lists the attribute of the ApplyType complex type.

Attribute

Type

Description

apply

xs:simpleType ([XMLSCHEMA2] section 3.2.2)

Specifies whether the client can update its rule set. If the value is "false", the client MUST NOT update its rule set. If the value is "true", the client MUST update rule set. If the value is "true" and the PolicyNudgeRules element (section 3.1.4.1.3.31) or the ClassificationDefinitions element (section 3.1.4.1.3.31) is empty, the client MUST remove all rules.

The possible values for the apply attribute are "true" and "false." The values are not case sensitive.