Class AccelerationCondition

Applied Stereotypes:
XSDcomplexType

Compares the entity's acceleration to a reference value. The logical operator used for comparison is defined by the rule attribute (less, greater, equal). If direction is used, only the projection to that direction is used in the comparison.

Used in:
EntityCondition
Properties
  Name Type Cardinality AppliedStereotypes Description
  direction DirectionalDimension 0..1 XSDattribute Direction of the acceleration (if not given, the total acceleration is considered).
  rule Rule 1..1 XSDattribute The operator (less, greater, equal).
  value double 1..1 XSDattribute Acceleration value. Unit: [m/s²].
XSD 1.3 Representation


<xsd:complexType name="AccelerationCondition">
<xsd:attribute name="rule" type="Rule" use="required"/>
<xsd:attribute name="value" type="Double" use="required"/>
<xsd:attribute name="direction" type="DirectionalDimension"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property direction
    • XSDattribute
  • Property rule
    • XSDattribute
  • Property value
    • XSDattribute

To XSD