Class OverrideSteeringWheelAction

Applied Stereotypes:
XSDcomplexType

Defines the state of the steering wheel of a vehicle, when overriding a steering wheel angle in a ControllerAction.

Used in:
OverrideControllerValueAction
Properties
Name Type Cardinality AppliedStereotypes Description
value double 1..1 XSDattribute Steering wheel angle. Unit: rad.
active boolean 1..1 XSDattribute True: override; false: stop overriding.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Controller.Override.SteeringWheel
Property Name XSD Type XSD 0.9.1 Name Migration
value Attribute value
active Attribute active

XSD 1.0 Representation


<xsd:complexType name="OverrideSteeringWheelAction">
<xsd:attribute name="value" type="Double" use="required"/>
<xsd:attribute name="active" type="Boolean" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree