1 – relationship-mbr-name
Specifies an existing element that can be a valid member of the relationship type that you use.
2 – type-name
Specifies the type of the generic element member you are defining. The type must be compatible with the relationship type.
3 – text
Documents the generic element that you are creating as a relationship member. Within the DESCRIPTION clause, this is information documenting the member definition. Valid delimiters are /* */ or double quotation marks (" "). You can use Japanese to document comments in the DESCRIPTION clause for a field. To do this, use the SET CHARACTER_SET command, and set the character_set of the session to DEC_KANJI.
4 – property-name
Specifies a property.
5 – n
Sets the numeric value for a property.
6 – quoted-string
Sets the value (a string enclosed in quotation marks) for the property you are specifying.
7 – relationship-name
Specifies the relationship type you are defining for the generic element member. The type must be a subtype of RELATION.
8 – relationship-mbr-options
Specifies a relationship member. This member can be an existing element in a repository, or it can be an element you create with the DEFINE GENERIC Relationship Member Options clause.