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 Definition File

Rule Set Definition File

A rule set definition file is an XML file that defines linking rules for a pair of models. You create a rule set definition file based on the rule set definition file XML schema definition (XSD).
To create a rule set definition file, create an XML file that includes the following XML elements:
<?xml version="1.0" encoding="UTF-8"?> <ruleSetDefinition> <sourceModel/> <targetModel/> <param/> <rule> <sourceFilter> … </sourceFilter> <targetFilter> … </targetFilter> <link/> </rule> </ruleSetDefinition>
The XML attributes and elements that these 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!