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

Elements in an Association Rule

Elements in an Association Rule

You can add specific elements when defining an association rule. You must specify the "from" element and "to" element to identify the "from" and "to objects in the association.
You can use the following elements in an association rule:
association
The following table describes the attributes for the association element:
Attributes
Description
ruleName
Required. Name of the rule defined for the specified association.
name
Required. Name of the association.
from
You can add the "from" element within the association element in an association rule. The "from" element identifies the "from" object in the association. You must also specify the "to" element.
For example, you create the following association rule:
<loadTemplate name="AS400_1" targetModel="AS400" templateSpecVersion="1.0"> <association ruleName="AS400ParentRule" name="ParentAssociation"> <from>FROM_ELEMENT</from> <to>TO_ELEMENT</to> </association>
In this example, the association rule defines associations between "from" objects and "to" objects. The "from" objects come from the FROM_ELEMENT column in the metadata source file. The "to" objects come from the TO_ELEMENT column in the metadata source file.
to
You can add the "to" element within the association element in an association rule. The "to" element identifies the "to" object in the association. You must also specify the "from" element.

0 COMMENTS

We’d like to hear from you!