path (Qualified Name)
Path of a global declaration, including module name.
Syntax
A path composed of module names until the declaration name (constant, type, operator, group, sensor)path: (ID ::)* ID
where ID: ID: LETTER ALPHANUMERIC*
LETTER = [a-z] or [A-Z]
ALPHANUMERIC = [0-9] or LETTER or _