3.1.4.1.3.33 PolicyNudgeRuleType Complex Type

The PolicyNudgeRuleType complex type specifies a single DLP rule.<34>

 <xs:complexType name="PolicyNudgeRuleType">
   <xs:sequence>
     <xs:element name="rule" type="ruleType" />
   </xs:sequence>
   <xs:attribute name="id" type="xs:string" use="required" />
   <xs:attribute name="version" type="xs:long" use="required" />
   <xs:anyAttribute processContents="skip" />
 </xs:complexType>

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

Element

Type

Description

rule

ruleType (section 3.1.4.1.3.53)

Specifies a rule definition.

The following table lists the attributes of the PolicyNudgeRuleType complex type.

Attribute

Type

Description

id

xs:string ([XMLSCHEMA2] section 3.2.1)

Specifies a DLP rule identifier. This attribute MUST be present.

version

xs:long ([XMLSCHEMA2] section 3.3.16)

Specifies a DLP rule version. This attribute MUST be present.

xs:anyAttribute ([XMLSCHEMA1] section 3.10)

Indicates that the server can send non-predefined attributes in a response to the client. The client MUST send back the same attributes in subsequent requests.