Class TrafficSignalCondition
- Applied Stereotypes:
-
XSDcomplexType
Considered true if a referenced traffic signal (e.g. from an OpenDRIVE file) reaches a specific states. Signal IDs are listed in the TrafficSignal list of the RoadNetwork together with their states and their controllers to enable dynamic signal modelling.
- Used in:
-
ByValueCondition
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
name |
string |
1..1 |
XSDattribute
|
ID of the referenced signal defined in a road network. The signal ID must be listed in the TrafficSignal list of the RoadNetwork section.
|
state |
string |
1..1 |
XSDattribute
|
State of the signal to be reached for the condition to become true.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCCondition.ByState.Signal
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
name |
Attribute |
name |
|
state |
Attribute |
state |
|
|
XSD 1.0 Representation |
<xsd:complexType name="TrafficSignalCondition">
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="state" type="String" use="required"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree