Overview

Associates a collection of recipients with a relationship type.

Members

Name Type Required Description

recipients

emailRecipient[]

relationshipType

relationshipType

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:expertiseRelationships xsi:type="obh:expertiseRelationships" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <recipients>your_emailRecipient_0</recipients>
        <recipients>your_emailRecipient_1</recipients>
        <recipients>your_emailRecipient_2</recipients>
        <relationshipType>your_relationshipType_0</relationshipType>
</obh:expertiseRelationships>

Referenced By Representaions