%list keyword (SDL script)
This keyword declares a global list for recording lists of Modeler items.
Use this keyword only in the Generate.sdl template.
* 
After declaring a global list, you can set its content through the %setlist keyword and read its content through the %getlist keyword.
Syntax
%list "<name of list>"
In this example, the code declares a global list named ChildAttributes.
%list "ChildAttributes"