Go to the source code of this file.
|  | 
| const short | DEFAULT = 0 | 
|  | The restart behavior for the element is determined by the value of the XTiming::RestartDefault attribute. 
 | 
|  | 
| const short | INHERIT = 0 | 
|  | Specifies that the value of this attribute (and of the restart behavior) are inherited from the XTiming::RestartDefault value of the parent element. 
 | 
|  | 
| const short | ALWAYS = 1 | 
|  | The element can be restarted at any time. 
 | 
|  | 
| const short | WHEN_NOT_ACTIVE = 2 | 
|  | The element can only be restarted when it is not active (i.e. 
 | 
|  | 
| const short | NEVER = 3 | 
|  | The element cannot be restarted for the remainder of the current simple duration of the parent time container. 
 | 
|  |