Class VehicleRoleDistribution
- Applied Stereotypes:
-
XSDcomplexType
A distribution for vehicle in traffic. Roles of vehicles and their weight (measure of relative likelihood, check VehicleRoleDistributionEntry).
- Used in:
-
TrafficDefinition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
vehicleRoleDistributionEntries |
VehicleRoleDistributionEntry |
1..* |
XSDunwrapped,
XSDelement
|
List of elements that pair vehicle roles and their weight within the distribution. |
|
XSD 1.3 Representation |
<xsd:complexType name="VehicleRoleDistribution">
<xsd:sequence>
<xsd:element name="VehicleRoleDistributionEntry" type="VehicleRoleDistributionEntry" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
vehicleRoleDistributionEntries |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'VehicleRoleDistributionEntry' is used for the list elements. |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property vehicleRoleDistributionEntries
- XSDunwrapped [xsdElementName: "VehicleRoleDistributionEntry"]
- XSDelement [position: "1"]
|
To XSD