Class TraveledDistanceCondition
- Applied Stereotypes:
-
XSDcomplexType
Logical expression in condition becomes true after the triggering entity/entities have traveled the given distance.
- Used in:
-
EntityCondition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
value |
double |
1..1 |
XSDattribute
|
Amount of traveled distance. Unit: [m]. Range: [0..inf[. |
|
XSD 1.3 Representation |
<xsd:complexType name="TraveledDistanceCondition">
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property value
|
To XSD