Table of Contents

Search

  1. Preface
  2. Part 1: Concepts and Models
  3. Part 2: Custom XConnect Created with a Load Template
  4. Appendix A: Resource Configuration File

Metadata Manager Custom Metadata Integration Guide

Metadata Manager Custom Metadata Integration Guide

Rule Set File

Rule Set File

A rule set file is an XML file that defines linking rules for a pair of resources. You create a rule set file based on the rule set file XML schema definition (XSD).
To create a rule set file, create an XML file that includes the following required XML elements:
<?xml version="1.0" encoding="UTF-8"?> <ruleSet> <sourceResource/> <targetResource/> <rule> <sourceFilter> … </sourceFilter> <targetFilter> … </targetFilter> <link/> </rule> </ruleSet>
The XML attributes and elements that these required elements contain depend on whether you configure rules to link to endpoints or to link to non-endpoints.

0 COMMENTS

We’d like to hear from you!