Class ActivateControllerAction
		
			- Applied Stereotypes:
- 
			
			XSDcomplexType
		
This action activates or deactivates controller defined (e.g. automated, autonomous) behavior on the given entity. A controller cannot be activated in a domain in which it is not defined.
		
			- Used in:
- 
				ControllerAction ,
				PrivateAction
		
				
					
					| Properties | 
				
				
				| 
				
				
					|  | Name | Type | Cardinality | AppliedStereotypes | Description |  
				  	|  | animation | boolean | 0..1 | XSDattribute | In animation domain: Activate or deactivate an animation. If not specified: No change for controlling the animation domain is applied. |  
				  	|  | controllerRef | Controller | 0..1 | nameRef, 
					XSDattribute | Reference to a controller assigned to the entity. Note: Although the OpenSCENARIO v1.2 allows to omit the controllerRef attribute for the sake of a backward compatibility if only a single controller is assigned (regardless implicitly or explicitly) to the concerned Entity, it is considered unmeaningful in case of multiple controllers are assigned. This is expected to be addressed in one of the follow-up major versions, where the attribute shall be defined as mandatory to exclude an ambiguity in specifying the reference controller.
 |  
				  	|  | lateral | boolean | 0..1 | XSDattribute | In lateral domain: Activate or deactivate controller defined (e.g. automated, autonomous) behavior. If not specified: No change for controlling the lateral domain is applied. |  
				  	|  | lighting | boolean | 0..1 | XSDattribute | In lighting domain: Activate or deactivate lights. If not specified: No change for controlling the lighting domain is applied. |  
				  	|  | longitudinal | boolean | 0..1 | XSDattribute | In longitudinal domain: Activate or deactivate autonomous behavior. If not specified: No change for controlling the longitudinal domain is applied. |  | 
				
				
				
		
				
				
				| XSD 1.2 Representation | 
				
				
				| 
				
				
				  	| 
  <xsd:complexType name="ActivateControllerAction">
 <xsd:attribute name="controllerRef" type="String"/>
 <xsd:attribute name="lateral" type="Boolean"/>
 <xsd:attribute name="longitudinal" type="Boolean"/>
 <xsd:attribute name="animation" type="Boolean"/>
 <xsd:attribute name="lighting" type="Boolean"/>
 </xsd:complexType>
 |  | 
				
		
		
			
				
				
				| Change log from version 1.1 | 
				
				
				| 
				Annotation changed
					
						
						New ValueThis action activates or deactivates controller defined (e.g. automated, autonomous) behavior on the given entity. A controller cannot be activated in a domain in which it is not defined. 
						From 1.1.0This action activates or deactivates controller defined (e.g. automated, autonomous) behavior on the given entity.
 
				Property 'animation' created. 
				Property 'controllerRef' created. 
				Property 'lighting' created. 
				Property 'lateral'. Annotation changed.
					
						
						New ValueIn lateral domain: Activate or deactivate controller defined (e.g. automated, autonomous) behavior. If not specified: No change for controlling the lateral domain is applied. 
						From 1.1.0In lateral domain: Activate or deactivate controller defined (e.g. automated, autonomous) behavior.
 
				Property 'longitudinal'. Annotation changed.
					
						
						New ValueIn longitudinal domain: Activate or deactivate autonomous behavior. If not specified: No change for controlling the longitudinal domain is applied. 
						From 1.1.0In longitudinal domain: Activate or deactivate autonomous behavior.
 | 
				
			 
			 	
			
				
				
				| Stereotype Details Information | 
				
				
				| 
				Class
					
						XSDcomplexType [modelGroup: "sequence"; mixed: "false"]Property animation
					
				Property controllerRef
					
						nameRef [xsdType: "String"]Property lateral
					
				Property lighting
					
				Property longitudinal
					
				 | 
				
			 
			 	
		
		
		To XSD