RelationshipType

Description

Represents a type of relationship between two assets.

Parameters

Attribute Description Required
name The name of the relationship type. Yes, unless it is nested within a create task.

Parameters specified as nested elements

name

If nested within a create task, you must specify two name elements. The first name element is the name of the relationship type. The second name element is the reverse name of the relationship type.

Examples

Create a relationship type

<create server="ramServer">
   <relationshipType>
      <name>parent</name>
      <name>child</name>
   </relationshipType>
</create>