N1 Service Provisioning System 4.1 Reference Guide

The local var Element

The local <var> element is a child of the local <varList> element and is used to declare a local variable including name and value.

local var Element attributes

Name 

Type 

Required 

Configurable 

Description 

name 

identifier 

Yes 

No 

The name of the local variable. The name must be unique among every other local variable and parameter declared by the enclosing element. 

default 

String 

Yes 

Yes 

The default value of the local variable, which may include references to other local variables declared earlier, parameters, component variables, target host attributes, and installed component variables.