In the nrofCandidates
sequence, each aggregation level (aggregationLevel1
, aggregationLevel2
, etc.) is defined using an enumerated set with values {n0, n1, n2, n3, n4, n5, n6, n8}
. A noticeable pattern is that the highest value allowed is n8
, even for aggregationLevel16
.
Why is n8
the maximum value, and why are higher numbers not included? Is this a specification constraint, or is there a technical limitation?