3.1.4.1.3.32 mce:PolicyNudgeRulesType Complex Type

The PolicyNudgeRulesType complex type specifies a collection of DLP rules. This complex type extends the ApplyType complex type, as specified in section 3.1.4.1.3.5.<33>

 <xs:complexType name="PolicyNudgeRulesType">
   <xs:complexContent>
     <xs:extension base="ApplyType">
       <xs:sequence>
         <xs:element name="PolicyNudgeRule" type="PolicyNudgeRuleType" 
             minOccurs="0" maxOccurs="unbounded" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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

Element

Type

Description

PolicyNudgeRule

PolicyNudgeRuleType (section 3.1.4.1.3.33)

Specifies a single DLP rule.