Class VehicleRoleDistributionEntry

Applied Stereotypes:
XSDcomplexType

Represents the weight of a given vehicle role within a traffic definition. The relative probability for the occurrence of this role is defined by the weight divided by the sum of all weights of this distribution.

Used in:
VehicleRoleDistribution
Properties
  Name Type Cardinality AppliedStereotypes Description
  role Role 1..1 XSDattribute The role of the vehicles that appear in traffic.
  weight double 1..1 XSDattribute The weight of a vehicle role within a traffic distribution. Range: [0..inf[.
XSD 1.3 Representation


<xsd:complexType name="VehicleRoleDistributionEntry">
<xsd:attribute name="role" type="Role" use="required"/>
<xsd:attribute name="weight" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property role
    • XSDattribute
  • Property weight
    • XSDattribute

To XSD