Class EndOfRoadCondition

Applied Stereotypes:
XSDcomplexType

Condition becomes true after the triggering entity/entities has reached the end of a road 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[.

Migration Information from XSD 0.9.1
Derived From:
OSCCondition.ByEntity.EntityCondition.EndOfRoad
Property Name XSD Type XSD 0.9.1 Name Migration
duration Attribute duration

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree