Derived Data Types
Derived data types can be declared using the TYPE…END_TYPE construct. These derived data types can then be used in variable declarations, in addition to the elementary data types.Both single-element variables and elements of a multi-element variable, which are declared to be of derived data types, can be used anywhere that a variable of its parent type can be used.