Represents a type of relationship between two assets.
| Attribute | Description | Required |
| name | The name of the relationship type. | Yes, unless it is nested within a create task. |
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.
Create a relationship type
<create server="ramServer">
<relationshipType>
<name>parent</name>
<name>child</name>
</relationshipType>
</create>