Class ControllerAction

Applied Stereotypes:
XSDcomplexType

Action that assigns a new controller or overrides an existing one.

Used in:
PrivateAction
Properties
Name Type Cardinality AppliedStereotypes Description
assignControllerAction AssignControllerAction 1..1 Assign a controller to an entity.
overrideControllerValueAction OverrideControllerValueAction 1..1 Values for throttle, brake, clutch, parking brake, steering wheel or gear.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Controller
Property Name XSD Type XSD 0.9.1 Name Migration
assignControllerAction Element Assign Renamed
overrideControllerValueAction Element Override Renamed

XSD 1.0 Representation


<xsd:complexType name="ControllerAction">
<xsd:all>
<xsd:element name="AssignControllerAction" type="AssignControllerAction"/>
<xsd:element name="OverrideControllerValueAction" type="OverrideControllerValueAction"/>
</xsd:all>
</xsd:complexType>

To XSD To XSLT To XSD Tree