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