Class OffroadCondition
- Applied Stereotypes:
-
XSDcomplexType
Checks if an entity is of the road. The logical expression returns true after the entity has been offroad for a specific duration.
- Used in:
-
EntityCondition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
duration |
double |
1..1 |
XSDattribute
|
Amount of time of driving offroad. Unit: [s]. Range: [0..inf[. |
|
XSD 1.3 Representation |
<xsd:complexType name="OffroadCondition">
<xsd:attribute name="duration" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property duration
|
To XSD