7.2 DLP Rule Schema

This section contains the contents of the PolicyNudgeRuleSchema.xsd file and information about additional files that this schema file requires to operate correctly.<72>

PolicyNudgeRuleSchema.xsd includes the file listed in the following table. This file has to be placed in a common folder in order for the schema to validate and operate. Also, any schema files that are included in or imported into the PolicyNudgeRuleSchema.xsd schemas have to be placed in the common folder along with the files listed in the table.

File name

Defining section

PolicyNudgeRuleSchemaTypes.xsd

7.3

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema
     elementFormDefault="qualified"
     xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:include schemaLocation="PolicyNudgeRuleSchemaTypes.xsd" />
   <xs:element name="rule" type="ruleType" />
 </xs:schema>