Class TrafficSignalControllerAction
- Applied Stereotypes:
-
XSDcomplexType
Sets a specific semantic phase of a traffic signal controller, typically affecting a signal group.
- Used in:
-
TrafficSignalAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
phase |
string |
1..1 |
XSDattribute
|
Name of the targeted phase of the signal controller. |
| |
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.4 Representation
|
<xsd:complexType name="TrafficSignalControllerAction">
<xsd:attribute name="trafficSignalControllerRef" type="String" use="required"/>
<xsd:attribute name="phase" type="String" use="required"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
-
Property 'phase'. Annotation changed.
-
- New Value
- Name of the targeted phase of the signal controller.
- From 1.3.0
- Targeted phase of the signal controller. 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.3.0
- ID of the signal controller in a road network.
- Property 'trafficSignalControllerRef'. Stereotype <<nameRef>>. Tagged value 'xsdType' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property phase
-
Property trafficSignalControllerRef
-
Property phaseRef
|
To XSD