Class TrafficSignalCondition
- Applied Stereotypes:
-
XSDcomplexType
Considered true if a referenced traffic signal (e.g. from an OpenDRIVE file) reaches a specific observable state.
- Used in:
-
ByValueCondition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
name |
string |
1..1 |
XSDattribute
|
ID of the referenced signal in a road network file. |
| |
state |
string |
1..1 |
XSDattribute
|
Observable state of the signal to be reached for the condition to become true. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="TrafficSignalCondition">
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="state" type="String" use="required"/>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property name
-
Property state
|
To XSD