Wiki

Clone wiki

OYSTER / Rule_Tag

#!xml

<Rule Ident="rule_name">
.
.
<child_elements>...</child_elements>
.
.
</IdentityRules>

The Rule tag has one attribute.

  • Ident - assigned value represents a unique name for the matching rule.

The start and end tag enclose the Term tags described in the next section. The Term elements are considered child elements to this element.
Any number of matching rules can be defined for any given source input and are determined by the user. Each rule must be provided a unique Ident value.

Back to OYSTER Reference Guide page

Click Prev IdentityRules Tag page

Click Next Term Tag page

Updated