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

4-124
.
Parameters
entity-type-name Name of the entity type from which an attribute is removed.
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 entity type attribute pairs owned by the core set. Remember that the six
"automatic" pairs for each entity type (links to attributes scope-owner, date-created, date-changed, scope-
changed, sensitivity, and id-number ) are always owned by the core set.
Open Mode: Customization
Scope: DA scope or the entity type attribute pair's owner scope
Example
The following example removes the attributes terminal-type, manufacturer, and location from the entity
type terminal.
>REMOVE ENTITY-TYPE-ATTRIBUTE terminal;
>>ATTRIBUTE = terminal-type, manufacturer, location.
>
REMOVE RELATIONSHIP-TYPE-ATTRIBUTE
Removes attributes from a relationship type's attribute list.
Syntax
REM[OVE] R[ELATIONSHIP-]T[YPE-]A[TTRIBUTE] 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 ]
;A[TTRIBUTE] = attribute-name1
[,attribute-name2 ]
.
.
.