Class TrafficDistributionEntry
- Applied Stereotypes:
-
XSDcomplexType
Defines one weighted vehicle/pedestrian entity group as part of the traffic.
- Used in:
-
TrafficDistribution
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
weight |
double |
1..1 |
XSDattribute
|
The weight of this entity group within the traffic distribution. Range: ]0..inf[. |
|
entityDistribution |
EntityDistribution |
1..1 |
XSDelement
|
The entity group within the traffic distribution. |
|
properties |
Properties |
0..1 |
XSDelement
|
Describing tool specific properties for spawning of the entity group (e.g. spawn only on the rightmost lane for a truck group, overwrite speed range for slower vehicles/trucks). |
|
XSD 1.3 Representation |
<xsd:complexType name="TrafficDistributionEntry">
<xsd:sequence>
<xsd:element name="EntityDistribution" type="EntityDistribution"/>
<xsd:element name="Properties" type="Properties" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="weight" type="Double" use="required"/>
</xsd:complexType>
|
|
Change log from version 1.2 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property weight
- Property entityDistribution
- XSDelement [position: "1"]
- Property properties
- XSDelement [position: "2"]
|
To XSD