Class EndOfRoadCondition
- Applied Stereotypes:
-
XSDcomplexType
Condition becomes true after the triggering entity/entities has reached the end of a road network for a given amount of time.
- Used in:
-
EntityCondition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
duration |
double |
1..1 |
XSDattribute
|
Amount of time at end of road. Unit: [s]. Range: [0..inf[. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="EndOfRoadCondition">
<xsd:attribute name="duration" type="Double" use="required"/>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property duration
|
To XSD