Class TrafficAreaAction

Applied Stereotypes:
XSDcomplexType

Defines traffic in a specific area.

Used in:
TrafficAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  continuous boolean 1..1 XSDattribute If false, then traffic shall be only spawned once when the action is started and the action ends immediately. If true, then continuously the spawned traffic is despawned when it leaves the area and new traffic is spawned in the area to keep a constant number of entities.
  numberOfEntities unsignedInt 1..1 XSDattribute The maximum number of spawned entities in the area. Depending on the size of the area and the available spawning positions on the included roads, less than numberOfEntities might be set up. Range: [0..inf[.
  trafficDistribution TrafficDistribution 1..1 XSDelement Defines the entity and controller distribution for the traffic.
  trafficArea TrafficArea 1..1 XSDelement Defines the area, where the traffic shall be spawned.
XSD 1.3 Representation


<xsd:complexType name="TrafficAreaAction">
<xsd:all>
<xsd:element name="TrafficDistribution" type="TrafficDistribution"/>
<xsd:element name="TrafficArea" type="TrafficArea"/>
</xsd:all>
<xsd:attribute name="numberOfEntities" type="UnsignedInt" use="required"/>
<xsd:attribute name="continuous" type="Boolean" use="required"/>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
  • Property continuous
    • XSDattribute
  • Property numberOfEntities
    • XSDattribute
  • Property trafficDistribution
    • XSDelement [position: "1"]
  • Property trafficArea
    • XSDelement [position: "2"]

To XSD