whereas Type refers to my defined types. I've thought it might be an idea to use cross references like in the following fragment
VariableDef:
name=[VariableDeclaration] '=' INT;
But that's not working and I doubt that this is the right way. I'm new to Xtext and so this question might be quite stupid. Maybe somebody has an idea or can point me into the right direction? Thanks in advance!