Class TrafficSignalGroupState

Applied Stereotypes:
XSDcomplexType

Observable state of a traffic signal group within one semantic phase.

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.3 Representation


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

Change log from version 1.2
  • Annotation changed
    • New Value
      Observable state of a traffic signal group within one semantic phase.
      From 1.2.0
      State of a traffic signal group controlled with the same controller within a phase. One group state per phase.
  • Property 'state'. Annotation changed.
    • New Value
      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
      From 1.2.0
      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
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property state
    • XSDattribute

To XSD