Class VehicleCategoryDistribution
- Applied Stereotypes:
-
XSDcomplexType
A distribution for vehicle in traffic. Category of vehicles and their weight (measure of relative likelihood, check VehicleCategoryDistributionEntry).
- Used in:
-
TrafficDefinition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
vehicleCategoryDistributionEntries |
VehicleCategoryDistributionEntry |
1..* |
XSDunwrapped,
XSDelement
|
List of elements that pair vehicle categories and their weight within the distribution. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="VehicleCategoryDistribution">
<xsd:sequence>
<xsd:element name="VehicleCategoryDistributionEntry" type="VehicleCategoryDistributionEntry" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'vehicleCategoryDistributionEntries'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'vehicleCategoryDistributionEntries'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property vehicleCategoryDistributionEntries
|
To XSD