Description
DataType is an abstract class that acts as a common superclass for different kinds of data types.
Attributes
No additional attributes.
Semantics
DataType is the abstract class that represents the general notion of being a data type, i.e. a type whose instances are
identified only by their value.
Notation
As an abstract class, Basic::DataType has no notation.