In the CDDL I would like to use constants to specify ranges and array sizes MIN_CONSTANT =1 MAX_CONSTANT =2 MAX_SIZE= 3 x = MIN_CONSTANT .. MAX_CONSTANT y = [ 1*MAX_SIZE uint] Currently I get parse errors when trying this.