Repository Paths
 
 Scenarios are identified by a repository path. As with a regular file-system path, this path allows a scenario to be specified by its position in the repository tree.  
 
  Each element of a repository path is separated by 
 /. The repository path always starts with 
 /, followed by the name of the model, the name of any folders, all of which are separated by 
 /, and ending with the scenario name, as shown in the following examples: 
 
  
   
 
                /MyModelName/MyScenarioName /MyModelName/MyFolderName/MySubFolderName/MyScenarioName
|   | 
      Note You could also specify a scenario's unique identifier (returned by calling 
      XPRIScenario.getScenarioIdentifier().toString() from the view or client API) instead of using a repository path. 
      | 
 
