Class TrafficSignalState
- Applied Stereotypes:
-
XSDcomplexType
State of a traffic signal for this phase. One state per phase and traffic signal.
- Used in:
-
Phase
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
state |
string |
1..1 |
XSDattribute
|
Observable state of the signal, e.g. "off;off;on". The number of values in the state depends on the traffic signal in the roadnetwork , e.g. type and subtype in OpenDRIVE |
|
trafficSignalId |
string |
1..1 |
XSDattribute
|
ID of the referenced signal in a road network file. |
|
XSD 1.3 Representation |
<xsd:complexType name="TrafficSignalState">
<xsd:attribute name="state" type="String" use="required"/>
<xsd:attribute name="trafficSignalId" type="String" use="required"/>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'state'. Annotation changed.
-
- New Value
- Observable state of the signal, e.g. "off;off;on". The number of values in the state depends on the traffic signal in the roadnetwork , e.g. type and subtype in OpenDRIVE
- From 1.2.0
- State of the signal, e.g. the visual information "off;off;on". The number of values in the state depends on the traffic signal in the roadnetwork , e.g. type and subtype in OpenDRIVE
- Property 'trafficSignalId'. Annotation changed.
-
- New Value
- ID of the referenced signal in a road network file.
- From 1.2.0
- ID of the referenced signal in a road network. The signal ID must be listed in TrafficSignal list of the RoadNetwork.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property state
- Property trafficSignalId
|
To XSD