A sequence is used to describe any structured sequence of elements. Each element in the sequence must be described by a type mapped to the meta.expression abstract data type. A maximum of 256 elements is allowed in a single sequence.
meta.sequence:
{
meta.array(
@u8["size"],
@meta.expression["type"]
)
};
