Class TrafficSignalStateAction
- Applied Stereotypes:
-
XSDcomplexType
Controls the observable state of a traffic signal.
- Used in:
-
TrafficSignalAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
name |
string |
1..1 |
XSDattribute
|
ID of a signal in a road network file. |
| |
state |
string |
1..1 |
XSDattribute
|
Targeted state of the signal. The number of light bulbs, i.e. observable states can be derived from the type of the dynamic signal in the road network file. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="TrafficSignalStateAction">
<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
-
Property state
|
To XSD