A table that is a component of a block type. May be local or external. For example:
TYPE B'TYPE BLOCK; BEGIN TABLE B'ARRAY; // B'ARRAY is a 'Component Type Table' ITEM COMP1 U; END