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 XSDattribute nameRef Reference entity.
value double 1..1 XSDattribute Relative speed value. Unit: m/s.
rule Rule 1..1 XSDattribute The operator (less, greater, equal).

Migration Information from XSD 0.9.1
Derived From:
OSCCondition.ByEntity.EntityCondition.RelativeSpeed
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Attribute entity
value Attribute value
rule Attribute rule

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree