Class TrafficDefinition
- Applied Stereotypes:
-
XSDcomplexType
Definition of macroscopic traffic based on vehicle and controller definitions.
- Used in:
-
TrafficSinkAction ,
TrafficSourceAction ,
TrafficSwarmAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
name |
string |
1..1 |
XSDattribute
|
Name of the traffic definition. |
|
vehicleCategoryDistribution |
VehicleCategoryDistribution |
1..1 |
XSDelement
|
Distribution of vehicle categories within the traffic. |
|
vehicleRoleDistribution |
VehicleRoleDistribution |
0..1 |
XSDelement
|
Distribution of vehicle roles within the traffic. |
|
controllerDistribution |
ControllerDistribution |
1..1 |
XSDelement
|
Distribution of controllers within this traffic. |
|
XSD 1.3 Representation |
<xsd:complexType name="TrafficDefinition">
<xsd:all>
<xsd:element name="VehicleCategoryDistribution" type="VehicleCategoryDistribution"/>
<xsd:element name="VehicleRoleDistribution" type="VehicleRoleDistribution" minOccurs="0"/>
<xsd:element name="ControllerDistribution" type="ControllerDistribution"/>
</xsd:all>
<xsd:attribute name="name" type="String" use="required"/>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Annotation changed
-
- New Value
- Definition of macroscopic traffic based on vehicle and controller definitions.
- From 1.2.0
- Definition of macroscopic traffic based on vehicle and controller definitions.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property name
- Property vehicleCategoryDistribution
- XSDelement [position: "1"]
- Property vehicleRoleDistribution
- XSDelement [position: "2"]
- Property controllerDistribution
- XSDelement [position: "3"]
|
To XSD