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
  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.
  throttle OverrideThrottleAction 0..1 XSDelement New value for throttle pedal 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.
  parkingBrake OverrideParkingBrakeAction 0..1 XSDelement New value for parking brake position or unset value.
XSD 1.4 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>

Change log from version 1.3
  • Property 'brake'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'clutch'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'throttle'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'steeringWheel'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'gear'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'parkingBrake'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property brake
    • XSDelement
  • Property clutch
    • XSDelement
  • Property throttle
    • XSDelement
  • Property steeringWheel
    • XSDelement
  • Property gear
    • XSDelement
  • Property parkingBrake
    • XSDelement

To XSD