Class OverrideControllerValueAction

Applied Stereotypes:
XSDcomplexType

Overrides entity controller values. Mostly suited for motor vehicles.
It is assumed that a respective user-defined Controller is assigned to the entity, defined in the "movement" domain, and activated.

Used in:
ControllerAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  throttle OverrideThrottleAction 0..1 XSDelement New value for throttle pedal position or unset value.
  brake OverrideBrakeAction 0..1 XSDelement New value for brake position or unset value.
  clutch OverrideClutchAction 0..1 XSDelement New value for clutch position or unset value.
  parkingBrake OverrideParkingBrakeAction 0..1 XSDelement New value for parking brake position or unset value.
  steeringWheel OverrideSteeringWheelAction 0..1 XSDelement New value for steering wheel position or unset value.
  gear OverrideGearAction 0..1 XSDelement New value for gear position or unset value.
XSD 1.3 Representation


<xsd:complexType name="OverrideControllerValueAction">
<xsd:all>
<xsd:element name="Throttle" type="OverrideThrottleAction" minOccurs="0"/>
<xsd:element name="Brake" type="OverrideBrakeAction" minOccurs="0"/>
<xsd:element name="Clutch" type="OverrideClutchAction" minOccurs="0"/>
<xsd:element name="ParkingBrake" type="OverrideParkingBrakeAction" minOccurs="0"/>
<xsd:element name="SteeringWheel" type="OverrideSteeringWheelAction" minOccurs="0"/>
<xsd:element name="Gear" type="OverrideGearAction" minOccurs="0"/>
</xsd:all>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property throttle
    • XSDelement [position: "1"]
  • Property brake
    • XSDelement [position: "2"]
  • Property clutch
    • XSDelement [position: "3"]
  • Property parkingBrake
    • XSDelement [position: "4"]
  • Property steeringWheel
    • XSDelement [position: "5"]
  • Property gear
    • XSDelement [position: "6"]

To XSD