vector_or_direction
EXPRESS specification:
TYPE
vector_or_direction =
SELECT
(
direction
,
vector
);
END_TYPE
;