Identifies the type of relationship that to add or delete and the object types of the objects involved in the relationship.
This tag is required immediately following these tags:
:RELTYPE.TYPE(CONTAIN | CONTACT | ATTACHMENT | LINK) SOURCETYPE(source_type) TARGETYPE(target_type) |
Figure 73. Using the RELTYPE tag when adding relationships
:ACTION.RELATION(ADD) :RELTYPE.TYPE() SOURCETYPE() TARGETYPE() :INSTANCE.SOURCEKEY(UUI_short_name()...) TARGETKEY(UUI_short_name()...) |
Figure 74. Using the RELTYPE tag when deleting relationships
:ACTION.RELATION(DELETE) :RELTYPE.TYPE() SOURCETYPE() TARGETYPE() :INSTANCE.SOURCEKEY(UUI_short_name()...) TARGETKEY(UUI_short_name()...) |
Required keyword.
Valid values are:
Required keyword.
For an Attachment relationship, source_type is a non-Attachment object-type name.
For a Contains relationship, source_type is the container object type name.
For a Contact or link relationship source_type is the Grouping or Elemental object type name.
Required keyword.
For an Attachment relationship, target_type is the Attachment object-type name.
For a Contains relationship, target_type is the contained object type name.
For a Contact relationship, target_type is the Contact object-type name.
For a link relationship, target_type is a Grouping or Elemental object type name.