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.4 Representation


<xsd:complexType name="VehicleRoleDistribution">
<xsd:sequence>
<xsd:element name="VehicleRoleDistributionEntry" type="VehicleRoleDistributionEntry" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.3
  • Property 'vehicleRoleDistributionEntries'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'vehicleRoleDistributionEntries'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property vehicleRoleDistributionEntries
    • XSDunwrapped
    • XSDelement

To XSD