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 |
| |
catalogReferences |
CatalogReference |
1..* |
XSDelement
|
Reference to a traffic distribution entry from a catalog. |
| |
trafficDistributionEntry |
TrafficDistributionEntry |
1..* |
XSDelement
|
Defines the weighted vehicle/pedestrian entity groups as part of the traffic. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="TrafficDistribution">
<xsd:choice maxOccurs="2">
<xsd:element name="TrafficDistributionEntry" type="TrafficDistributionEntry" maxOccurs="unbounded"/>
<xsd:element name="CatalogReferences" type="CatalogReference" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "true"]
-
Property catalogReferences
-
Property trafficDistributionEntry
|
To XSD