A VECTOR type declaration statement specifies that one or more entities have a vector type.
You can declare a vector using VECTOR(type_spec) as part of a type declaration statement. The type declaration statement contains the complete syntax for declaring a vector data type. In a VECTOR(type_spec), type_spec must specify PIXEL, REAL of kind 4, or INTEGER or UNSIGNED of kind 1, 2, or 4.