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

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