Class TrafficSignalGroupState

Applied Stereotypes:
XSDcomplexType

Each phase can have one TrafficSignalGroupState to provide the observable state for all traffic signals that are controlled by the controller if they share the same state. E.g. semantics="go" ("off;off;on").

Used in:
Phase
Properties
  Name Type Cardinality AppliedStereotypes Description
  state string 1..1 XSDattribute Observable state of all signals controlled by this TrafficSignalController, 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
XSD 1.4 Representation


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

Change log from version 1.3
  • Annotation changed
    • New Value
      Each phase can have one TrafficSignalGroupState to provide the observable state for all traffic signals that are controlled by the controller if they share the same state. E.g. semantics="go" ("off;off;on").
      From 1.3.0
      State of a traffic signal group controlled with the same controller within a phase. One group state per phase.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property state
    • XSDattribute

To XSD