Class TrafficSignalStateAction

Applied Stereotypes:
XSDcomplexType

Controls the 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. The signal ID must be listed in the TrafficSignal list of the RoadNetwork.
state string 1..1 XSDattribute Targeted state of the signal. The available states are listed in the TrafficSignal list of the RoadNetwork.

Migration Information from XSD 0.9.1
Derived From:
OSCGlobalAction.Infrastructure.Signal.SetState
Property Name XSD Type XSD 0.9.1 Name Migration
name Attribute name
state Attribute state

XSD 1.0 Representation


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

To XSD To XSLT To XSD Tree