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.3 Representation


<xsd:complexType name="EndOfRoadCondition">
<xsd:attribute name="duration" type="Double" use="required"/>
</xsd:complexType>

Change log from version 1.2
  • Annotation changed
    • New Value
      Condition becomes true after the triggering entity/entities has reached the end of a road network for a given amount of time.
      From 1.2.0
      Condition becomes true after the triggering entity/entities has reached the end of a road for a given amount of time.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property duration
    • XSDattribute

To XSD