HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

4-112
scope-owner-name Name of the new owner scope.
Description
Open Mode: Customization
Scope: DA scope or the relationship class's owner scope
Example
The following example changes the scope owner of the relationship class includes to the scope manager.
>MODIFY RELATIONSHIP-CLASS includes;
>>SCOPE-OWNER = manager.
>
MODIFY RELATIONSHIP-TYPE
Modiļ¬es a relationship type.
Syntax
M[ODIFY] R[ELATIONSHIP-]T[YPE] entity-type-name1
,entity-type-name2
[,entity-type-name3 ]
[,entity-type-name4 ]
[,entity-type-name5 ]
[,entity-type-name6 ]
[;R[ELATIONSHIP-]C[LASS] = relation-class-name ]
[;S[COPE-]O[WNER] = scope-owner-name ]
.
Parameters
entity-type-name(N) Name of the entity type involved in the relationship type to be modified.
relation-class-name Name of the relationship class.
scope-owner-name Name of the new owner scope.
Description
Open Mode: Customization
Scope: DA scope or the relationship type's owner scope
Example
The following example changes the owner scope of the relationship type project contains program to the
scope manager.
>MODIFY RELATIONSHIP-TYPE project, program;