13.7 Access rules to parking spaces

Objects of type parking space are defined as all other object types using the @type=parkingSpace within the <object> element.

img
Figure 119. Parking spaces rectangular (left figure) and rhomboid (right figure)

Figure 119 shows how the outline of the parking space is described by <cornerRoad> or <cornerLocal> elements. The access to a specified parking space may be restricted to a certain group, for example handicapped persons or residents, or a certain group of vehicles, for example buses. Further restrictions depend on the application and are user defined text.

Elements in UML model

<parkingSpace> element

In ASAM OpenDRIVE, access rules for parking spaces are represented by the <parkingSpace> element within the <object> element.

UML class: t_road_objects_object_parkingSpace
XML tag:   <parkingSpace> (Multiplicity: 0..1)

Details for a parking space may be added to the <object> element.

Table 96. Attributes of the <parkingSpace> element
Name Type Use Description

access

e_road_objects_object_parkingSpace_access

required

Access definitions for the parking space. Parking spaces tagged with "women" and "handicapped" are vehicles of type car.

restrictions

string

optional

Free text, depending on application

XML example

Rules

The following rules apply to parkingSpace elements:

  • The access to a specified parking space may be limited to a specified group of people or vehicles.

  • Further access restrictions may be defined, but are not part of ASAM OpenDRIVE.

Related topics