Class OverrideParkingBrakeAction

Applied Stereotypes:
XSDcomplexType

Defines the state of the parking brake of a vehicle, when overriding a parking 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 Parking brake value. Unit: [%]. Range: [0..1]. The value 1 represent the maximum parking brake state.
  brakeInput BrakeInput 0..1 XSDelement Input for the parking 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="OverrideParkingBrakeAction">
<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