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
state string 1..1 XSDattribute State of the signal. The available states are listed in the TrafficSignal list of the RoadNetwork.
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.

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property state
    • XSDattribute
  • Property trafficSignalId
    • XSDattribute

To XSD To XSD Tree