Class VehicleCategoryDistributionEntry
- Applied Stereotypes:
-
XSDcomplexType
Represents the weight of a given vehicle category within a traffic definition. The relative probability for the occurence of this category is defined by the weight devided by the sum of all weights of this distribution.
- Used in:
-
VehicleCategoryDistribution
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
category |
VehicleCategory |
1..1 |
XSDattribute
|
The category of the vehicles that appear in traffic. |
|
weight |
double |
1..1 |
XSDattribute
|
The weight of a vehicle category within a traffic distribution. Range: [0..inf[. |
|
XSD 1.3 Representation |
<xsd:complexType name="VehicleCategoryDistributionEntry">
<xsd:attribute name="category" type="VehicleCategory" use="required"/>
<xsd:attribute name="weight" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property category
- Property weight
|
To XSD