Enumeration TriggeringEntitiesRule
Rules which determine how triggering entities are used to verify a given condition.
- Used in:
-
TriggeringEntities
Enumeration Literals |
|
Name |
Applied Stereotypes |
Description |
|
all |
|
All listed triggering entities must reach the specifies position in order to start the lane change. |
|
any |
|
One of the triggering entities reaching the position is enough to trigger the lane change. |
|
XSD 1.3 Representation |
<xsd:simpleType name="TriggeringEntitiesRule">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="all"/>
<xsd:enumeration value="any"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|
|
To XSD