7.4 DLP Rules Configuration Schema

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

PolicyNudgeRulesConfigurationSchema.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 PolicyNudgeRulesConfigurationSchema.xsd have to be placed in the common folder along with the files listed in the table.

File name

Defining section

PolicyNudgeRulesConfigurationSchemaTypes.xsd

7.5

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