Class TrafficAction

Applied Stereotypes:
union, XSDcomplexType

Actions defining macroscopic traffic flow and behavior.

Used in:
GlobalAction
Properties
Name Type Cardinality AppliedStereotypes Description
trafficSourceAction TrafficSourceAction 0..1 xor Defines a source of traffic at a specific position.
trafficSinkAction TrafficSinkAction 0..1 xor Defines a sink of traffic at a specific position.
trafficSwarmAction TrafficSwarmAction 0..1 xor Defines swarm traffic around a given central entity.

Migration Information from XSD 0.9.1
Derived From:
OSCGlobalAction.Traffic
Property Name XSD Type XSD 0.9.1 Name Migration
trafficSourceAction Element Source Renamed
trafficSinkAction Element Sink Renamed
trafficSwarmAction Element Swarm Renamed
Element Jam Removed (Jam is de-supported in Version 1.0)

XSD 1.0 Representation


<xsd:complexType name="TrafficAction">
<xsd:choice>
<xsd:element name="TrafficSourceAction" type="TrafficSourceAction"/>
<xsd:element name="TrafficSinkAction" type="TrafficSinkAction"/>
<xsd:element name="TrafficSwarmAction" type="TrafficSwarmAction"/>
</xsd:choice>
</xsd:complexType>

To XSD To XSLT To XSD Tree