I've looked over the documentation for distributed saving of a FlexSim model as multiple XML files, and while I can easily split off whole nodes (e.g. all Dashboards in one file, all UserCommands in one file, etc.), I don't see any way to split off every subnode in a specific node to their own file, without manually specifying the name of each subnode in the map file.
Specifically, I want to be able to split off all UserCommands into their own files, but I don't want to have developers have to add the names of each their UserCommands to the map file individually. Is there some way to tell FlexSim to save every single UserCommand into its own file?