Class TrafficSignalCondition

Applied Stereotypes:
XSDcomplexType

Considered true if a referenced traffic signal (e.g. from an OpenDRIVE file) reaches a specific states. Signal IDs are listed in the TrafficSignal list of the RoadNetwork together with their states and their controllers to enable dynamic signal modelling.

Used in:
ByValueCondition
Properties
Name Type Cardinality AppliedStereotypes Description
name string 1..1 XSDattribute ID of the referenced signal defined in a road network. The signal ID must be listed in the TrafficSignal list of the RoadNetwork section.
state string 1..1 XSDattribute State of the signal to be reached for the condition to become true.

XSD 1.1 Representation


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

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

To XSD To XSD Tree