Class TrafficSignalAction

Applied Stereotypes:
union, XSDcomplexType

Action used to set or overwrite a signals state or a signal controllers state.

Used in:
InfrastructureAction
Properties
Name Type Cardinality AppliedStereotypes Description
trafficSignalControllerAction TrafficSignalControllerAction 0..1 xor Action used to control the state of a signal.
trafficSignalStateAction TrafficSignalStateAction 0..1 xor Action used to set a specific phase of a signal controller.

Migration Information from XSD 0.9.1
Derived From:
OSCGlobalAction.Infrastructure.Signal
Property Name XSD Type XSD 0.9.1 Name Migration
trafficSignalControllerAction Element SetController Renamed
trafficSignalStateAction Element SetState Renamed

XSD 1.0 Representation


<xsd:complexType name="TrafficSignalAction">
<xsd:choice>
<xsd:element name="TrafficSignalControllerAction" type="TrafficSignalControllerAction"/>
<xsd:element name="TrafficSignalStateAction" type="TrafficSignalStateAction"/>
</xsd:choice>
</xsd:complexType>

To XSD To XSLT To XSD Tree