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 List of elements that pair vehicle categories and their weight within the distribution.

Migration Information from XSD 0.9.1
Derived From:
OSCTrafficDefinition.VehicleDistribution
Property Name XSD Type XSD 0.9.1 Name Migration
vehicleCategoryDistributionEntries Element Vehicle Renamed

XSD 1.0 Representation


<xsd:complexType name="VehicleCategoryDistribution">
<xsd:sequence>
<xsd:element name="VehicleCategoryDistributionEntry" maxOccurs="unbounded" type="VehicleCategoryDistributionEntry"/>
</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.

To XSD To XSLT To XSD Tree