Class TrafficSignalControllerCondition

Applied Stereotypes:
XSDcomplexType

Considered true if a given TrafficSignalController (which shall be defined within OpenSCENARIO) reaches a specific semantic phase.

Used in:
ByValueCondition
Properties
  Name Type Cardinality AppliedStereotypes Description
  phase string 1..1 XSDattribute Name of the referenced phase of the TrafficSignalController to be reached for the condition to become true.
  trafficSignalControllerRef TrafficSignalController 1..1 nameRef, XSDattribute Name of the referenced TrafficSignalController.
  phaseRef Phase 0..* transient The reference to the semantic phase (phase is the referential key in the referenced TrafficSignalController).
XSD 1.3 Representation


<xsd:complexType name="TrafficSignalControllerCondition">
<xsd:attribute name="trafficSignalControllerRef" type="String" use="required"/>
<xsd:attribute name="phase" type="String" use="required"/>
</xsd:complexType>

Change log from version 1.2
  • Annotation changed
    • New Value
      Considered true if a given TrafficSignalController (which shall be defined within OpenSCENARIO) reaches a specific semantic phase.
      From 1.2.0
      Considered true if a given traffic signal controller (which may be defined within OpenSCENARIO or externally) reaches a specific state.
  • Property 'phase'. Annotation changed.
    • New Value
      Name of the referenced phase of the TrafficSignalController to be reached for the condition to become true.
      From 1.2.0
      Name of the phase of the signal controller to be reached for the condition to become true. The available phases are defined in type RoadNetwork under the property trafficSignalControllers.
  • Property 'trafficSignalControllerRef'. Annotation changed.
    • New Value
      Name of the referenced TrafficSignalController.
      From 1.2.0
      ID of the referenced signal controller in a road network.
  • Property 'phaseRef'. Annotation changed.
    • New Value
      The reference to the semantic phase (phase is the referential key in the referenced TrafficSignalController).
      From 1.2.0
      The reference to the phase (phase is the referential key in the referenced TrafficSignalController).
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property phase
    • XSDattribute
  • Property trafficSignalControllerRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property phaseRef
    • transient

To XSD