Term definitions A variable is an identifier whose value can be changed during the execution of the model. A binding is the association of a value with a variable. A binding has both scope and content. A scope is the locations in a model in which a particular binding can be referenced. An extent is the interval during which a particular binding is in effect. […]