Class SpeedCondition

Applied Stereotypes:
XSDcomplexType

Compares a triggering entity's/entities' speed to a target speed. The logical operator for the comparison is given by the rule attribute.

Used in:
EntityCondition
Properties
Name Type Cardinality AppliedStereotypes Description
value double 1..1 XSDattribute Speed value of the speed condition. 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.Speed
Property Name XSD Type XSD 0.9.1 Name Migration
value Attribute value
rule Attribute rule

XSD 1.0 Representation


<xsd:complexType name="SpeedCondition">
<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