Class TrafficDistribution
- Applied Stereotypes:
-
XSDcomplexType
Defines the vehicle/pedestrian distribution of a traffic source/swarm including their controllers.
- Used in:
-
TrafficAreaAction ,
TrafficSourceAction ,
TrafficSwarmAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
trafficDistributionEntry |
TrafficDistributionEntry |
1..* |
XSDelement
|
Defines the weighted vehicle/pedestrian entity groups as part of the traffic. |
|
XSD 1.3 Representation |
<xsd:complexType name="TrafficDistribution">
<xsd:sequence>
<xsd:element name="TrafficDistributionEntry" type="TrafficDistributionEntry" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
Change log from version 1.2 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property trafficDistributionEntry
- XSDelement [position: "1"]
|
To XSD