Class RelativeSpeedCondition

Applied Stereotypes:
XSDcomplexType

The current relative speed of a triggering entity/entities to a reference entity is compared to a given value. The logical operator used for the evaluation is defined by the rule attribute.

Used in:
EntityCondition
Properties
Name Type Cardinality AppliedStereotypes Description
entityRef Entity 1..1 nameRef, XSDattribute Reference entity.
rule Rule 1..1 XSDattribute The operator (less, greater, equal).
value double 1..1 XSDattribute Relative speed value. Unit: m/s.

XSD 1.1 Representation


<xsd:complexType name="RelativeSpeedCondition">
<xsd:attribute name="entityRef" type="String" use="required"/>
<xsd:attribute name="rule" type="Rule" use="required"/>
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property entityRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property rule
    • XSDattribute
  • Property value
    • XSDattribute

To XSD To XSD Tree