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.3 Representation |
<xsd:complexType name="VehicleCategoryDistribution">
<xsd:sequence>
<xsd:element name="VehicleCategoryDistributionEntry" type="VehicleCategoryDistributionEntry" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
vehicleCategoryDistributionEntries |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'VehicleCategoryDistributionEntry' is used for the list elements. |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property vehicleCategoryDistributionEntries
- XSDunwrapped [xsdElementName: "VehicleCategoryDistributionEntry"]
- XSDelement [position: "1"]
|
To XSD