The DictionaryElement class
Overview
abstract class DictionaryElement extends ModelElement;
A DictionaryElement is an abstract entity in a model describing the composition relation between Dictionaries and other DictionaryElements. It describes a Dictionary or a Term in a requirement model.
A dictionary element is a ModelElement. Like a ModelElement, a DictionaryElement has a Name attribute.

Detailed class diagram for DictionaryElement
See also: Dictionary, Term
DictionaryElement properties
The class has the following associations:
· Owner:Dictionary: Designates the owner dictionary.
DictionaryElement consistency rules
Frequently a DictionaryElement belongs to a Dictionary. In this casen the Name must follow unicity rules.