Class TrafficSignalControllerCondition

Applied Stereotypes:
XSDcomplexType

Considered true if a given traffic signal controller (which may be defined within OpenSCENARIO or externally) reaches a specific state.

Used in:
ByValueCondition
Properties
Name Type Cardinality AppliedStereotypes Description
trafficSignalControllerRef TrafficSignalController 1..1 XSDattribute nameRef ID of the referenced signal controller in a road network.
phase string 1..1 XSDattribute 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.
phaseRef Phase 0..* transient The reference to the phase (phase is the referential key in the referenced TrafficSignalController).

Migration Information from XSD 0.9.1
Derived From:
OSCCondition.ByState.Controller
Property Name XSD Type XSD 0.9.1 Name Migration
trafficSignalControllerRef Attribute name
phase Attribute state
phaseRef Element N/A Transient reference.

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree