Previous Table of Contents Next


10.1.3 NamedElement


   Description

   A named element represents elements with names.

   Generalizations

   • “Element? on page 91

   Attributes

   • name: String [0..1] The name of the element.

   Semantics

   Elements with names are instances of NamedElement. The name for a named element is optional. If specified, then any valid string, including the empty string, may be used.

   Notation

   As an abstract class, Basic::NamedElement has no notation.