Attributes (Information) - Merise
Properties
Entities and associations can be characterized by attributes:
These attributes can be found by studying the content of messages circulating within the company.
A property characterizes an association when the property depends on all the classes participating in the association.
In the diagram below, the “Role” that a “Consultant” plays in a “Contract” depends on the consultant and on the contract, and therefore on the “Intervene” association.
Examples of attributes:
"Client Name" (property of the client entity).
“Client No.” (identifier of the client entity).
“Account Balance” (property of the account entity).
Identifier

Customer number 2718 executes Reservation number 314159.
Each entity has a unique identifier whose value can be used to find each of its instances.
By default, associations do not have their own identifiers: an association is identified by the identifiers of the linked entities.
Creating Attributes
Attributes are created in the properties dialog boxes of associations and entities.
The Attributes tab of this dialog box shows attributes already linked to the entity or association.

To create an attribute:
and enter the name of the attribute. You can specify its characteristics (see Attribute Description for further details).
When you have completed this, close the properties dialog box.