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

4- 125
[,attribute-nameN ]
.
Parameters
entity-type-name(N) Name of the entity type involved in the relationship type from which attributes are
removed.
relation-class-name Name of the relationship class.
attribute-name(N) Name of the attribute to be removed.
Description
You can specify any number of attributes. No attribute may appear more than once. If you specify more
than one attribute , the operation continues until the end of the attribute list, even if an error occurs with
any previous attribute.
You cannot remove any relationship type attribute pairs owned by the core set. Remember that the six
"automatic" pairs for each relationship type (links to attributes scope-owner, date-created, date-changed,
scope-changed, sensitivity, and relationship-position ) are always owned by the core set.
Open Mode: Customization
Scope: DA scope or the relationship type attribute pair's owner scope
Example
The following example removes the attribute size from the relationship type program contains module.
>REMOVE RELATIONSHIP-TYPE-ATTRIBUTE program, module;
>>RELATIONSHIP-CLASS = contains;
>>ATTRIBUTE = size.
>
REMOVE SCOPE-DOMAIN
Removes a scope's access to a domain.
Syntax
REM[OVE] S[COPE-]D[OMAIN] scope-name
;D[OMAIN] = domain-name
.
Parameters
scope-name Name of the scope from which to remove access to the domain.
domain-name Name of the domain from which access by the scope is being removed.
Description
You cannot remove access to a domain from its owner scope.