Process assignments are used to declare instances of process templates. The syntax is given by the grammar for PAList.
PAList ::= PA*
PA ::= ID '=' ID '(' Arguments ')' ';'
For more examples, see the example systems included in the UPPAAL distribution.