Class RoadNetwork
- Applied Stereotypes:
-
XSDcomplexType
The road network which provides the base layer (and road-relative coordinate systems) for all scenario elements is defined as a reference to a road network file. This reference is optional; in case it is not specified, an infinite non-inclined plane on level z=0 shall be assumed as base layer. Additionally and optionally, a visual 3D model file can be referenced and any number of signals can be specified.
- Used in:
-
ScenarioDefinition
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
logicFile |
File |
0..1 |
|
File path of the road network file (e.g. an ASAM OpenDRIVE file).
|
sceneGraphFile |
File |
0..1 |
|
File path of a 3D model representing the virtual environment. This may be used for visual representation (rendering).
|
trafficSignals |
TrafficSignalController |
0..* |
XSDwrapped
|
Name references and description of dynamic behavior for traffic signals defined in the road network file.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OpenSCENARIO.xsd/OpenSCENARIO.RoadNetwork
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
logicFile |
Element |
Logics |
Renamed |
sceneGraphFile |
Element |
SceneGraph |
Renamed |
trafficSignals |
Element |
Signals |
Renamed |
|
XSD 1.0 Representation |
<xsd:complexType name="RoadNetwork">
<xsd:sequence>
<xsd:element name="LogicFile" type="File" minOccurs="0"/>
<xsd:element name="SceneGraphFile" type="File" minOccurs="0"/>
<xsd:element name="TrafficSignals" minOccurs="0" type="TrafficSignals"/>
</xsd:sequence>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
trafficSignals |
XSDwrapper |
This property represents a wrapped list. In XSD, the complex type TrafficSignals is used as a wrapper. |
|
To XSD To XSLT To XSD Tree