Class OverrideBrakeAction

Applied Stereotypes:
XSDcomplexType

Defines the state of the brake of a vehicle, when overriding a brake value in a ControllerAction.

Used in:
OverrideControllerValueAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  active boolean 1..1 XSDattribute True: override; false: stop overriding.
D value double 0..1 XSDattribute, deprecated Brake pedal value. Range: [0..1]. 0 represents 0%, 1 represents 100% of pressing the brake pedal.
  brakeInput BrakeInput 0..1 XSDelement Input for the brake, either as force or percent. Should be set if the deprecated "value" is not used.
Deprecation
  • Property value deprecated. With version 1.2. Use brakeInput instead.
XSD 1.3 Representation


<xsd:complexType name="OverrideBrakeAction">
<xsd:sequence>
<xsd:group ref="BrakeInput" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="active" type="Boolean" use="required"/>
<xsd:attribute name="value" type="Double">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property active
    • XSDattribute
  • Property value
    • XSDattribute
    • deprecated [withVersion: "1.2"; comment: "Use brakeInput instead."]
  • Property brakeInput
    • XSDelement [position: "1"]

To XSD