Class DynamicConstraints

Applied Stereotypes:
XSDcomplexType

Constraints that are limiting the acceleration, the deceleration and the speed. Used in lateral or longitudinal actions.

Used in:
LateralDistanceAction , LongitudinalDistanceAction , SpeedProfileAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  maxAcceleration double 0..1 XSDattribute Maximum acceleration the distance controller is allowed to use for keeping the distance. Missing value is interpreted as 'inf'. Unit: [m/s²]. Range: [0..inf[.
  maxAccelerationRate double 0..1 XSDattribute Maximum acceleration rate the distance controller is allowed to use for keeping the distance. Missing value is interpreted as 'inf'. Unit: [m/s³]. Range: [0..inf[.
  maxDeceleration double 0..1 XSDattribute Maximum deceleration the distance controller is allowed to use for keeping the distance. Missing value is interpreted as 'inf'. Unit: [m/s²]. Range: [0..inf[.
  maxDecelerationRate double 0..1 XSDattribute Maximum deceleration rate the distance controller is allowed to use for keeping the distance. Missing value is interpreted as 'inf'. Unit: [m/s³]. Range: [0..inf[.
  maxSpeed double 0..1 XSDattribute Maximum speed the distance controller is allowed to use for keeping the distance. Missing value is interpreted as 'inf'. Unit: [m/s]. Range: [0..inf[.
XSD 1.3 Representation


<xsd:complexType name="DynamicConstraints">
<xsd:attribute name="maxAcceleration" type="Double"/>
<xsd:attribute name="maxAccelerationRate" type="Double"/>
<xsd:attribute name="maxDeceleration" type="Double"/>
<xsd:attribute name="maxDecelerationRate" type="Double"/>
<xsd:attribute name="maxSpeed" type="Double"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property maxAcceleration
    • XSDattribute
  • Property maxAccelerationRate
    • XSDattribute
  • Property maxDeceleration
    • XSDattribute
  • Property maxDecelerationRate
    • XSDattribute
  • Property maxSpeed
    • XSDattribute

To XSD