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.
XSD 1.4 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>

Change log from version 1.3
  • Property 'value'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
  • Property 'value'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
  • Property 'brakeInput'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property active
    • XSDattribute
  • Property value
    • XSDattribute
    • deprecated
  • Property brakeInput
    • XSDelement

To XSD