Class TrafficSignalState

Applied Stereotypes:
XSDcomplexType

Possible state of traffic signal within a phase. One state per phase.

Used in:
Phase
Properties
Name Type Cardinality AppliedStereotypes Description
trafficSignalId string 1..1 XSDattribute ID of the referenced signal in a road network. The signal ID must be listed in TrafficSignal list of the RoadNetwork.
state string 1..1 XSDattribute State of the signal. The available states are listed in the TrafficSignal list of the RoadNetwork.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.RoadNetwork.Signals.Controller.Phase.Signal
Property Name XSD Type XSD 0.9.1 Name Migration
trafficSignalId Attribute name
state Attribute state

XSD 1.0 Representation


<xsd:complexType name="TrafficSignalState">
<xsd:attribute name="trafficSignalId" type="String" use="required"/>
<xsd:attribute name="state" type="String" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree