Waiting for engine...
Skip to main content

<mdm:tags> element structure

The <mdm:tags> element corresponds to the Tags tab in a Boomi Data Hub model page.

<mdm:tags> has a child <mdm:tag> element representing each of the model’s tags.

This example shows the high-level structure for an <mdm:tags> element that represents a model’s three tags:

<mdm:tags>
<mdm:tag name=""></mdm:tag>
<mdm:tag name=""></mdm:tag>
<mdm:tag name=""></mdm:tag>
</mdm:tags>

<mdm:tag>

The <mdm:tag> element corresponds to an entry in the Tags summary list in Boomi Data Hub.

This example shows the high-level structure for an <mdm:tag> element that represents a tag named Philadelphia Gmail Users:

<mdm:tag name="Philadelphia Gmail Users">
<mdm:businessRule name=""></mdm:businessRule>
</mdm:tag>
  • <mdm:tag> has a name attribute whose value corresponds to Name in the Configure Tag dialog in Boomi Data Hub.

  • <mdm:tag> has a child <mdm:businessRule> element that represents the business rule, specified in using the Configure Tag dialog, that is evaluated when the repository applies tags to golden records.

On this Page