7.7 Rule Package Schema

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

RulePackage.xsd includes the file listed in the following table. To operate correctly, these files have to be present in the folder that contains the RulePackage.xsd file.

File name

Defining section

RulePackageTypes.xsd

7.8

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:mce="http://schemas.microsoft.com/office/2011/mce"
            targetNamespace="http://schemas.microsoft.com/office/2011/mce" 
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified"
            id="RulePackageSchema">
   <xs:include schemaLocation="RulePackageTypes.xsd"/>
   <xs:element name="RulePackage" type="mce:RulePackageType"/>
 </xs:schema>