Previous Table of Contents Next


10.1.5 TypedElement


   Description

   A typed element is a kind of named element that represents elements with types.

   Generalizations

   • “NamedElement? on page 91

   Attributes

   • type: Type [0..1] The type of the element.

   Semantics

   Elements with types are instances of TypedElement. A typed element may optionally have no type. The type of a typed element constrains the set of values that the typed element may refer to.

   Notation

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