Class TrafficSignalStateAction

Applied Stereotypes:
XSDcomplexType

Controls the observable state of a traffic signal.

Used in:
TrafficSignalAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  name string 1..1 XSDattribute ID of a signal in a road network file.
  state string 1..1 XSDattribute Targeted state of the signal. The number of light bulbs, i.e. observable states can be derived from the type of the dynamic signal in the road network file.
XSD 1.3 Representation


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

Change log from version 1.2
  • Annotation changed
    • New Value
      Controls the observable state of a traffic signal.
      From 1.2.0
      Controls the state of a traffic signal.
  • Property 'name'. Annotation changed.
    • New Value
      ID of a signal in a road network file.
      From 1.2.0
      ID of a signal in a road network. The signal ID must be listed in the TrafficSignal list of the RoadNetwork.
  • Property 'state'. Annotation changed.
    • New Value
      Targeted state of the signal. The number of light bulbs, i.e. observable states can be derived from the type of the dynamic signal in the road network file.
      From 1.2.0
      Targeted state of the signal. The available states are listed in the TrafficSignal list of the RoadNetwork.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property name
    • XSDattribute
  • Property state
    • XSDattribute

To XSD