Just as with private variables, clusters can also be private in a routine.
The cluster and its variables cannot be seen from outside of the routine unless prefixed
with the routine name. So, if you need to reference a private variable or cluster from outside of the defining routine you can prefix the variable or cluster with the routine name.