* This DE indicates the type of a reservation of a parking space/area.
*
* The value shall be set to:
* - `0` - disabled - to indicate that it is reserved to disabled persons,
* - `1` - pregnant - to indicate that it is reserved to pregnant women,
* - `2` - womenOnly - to indicate that it is reserved to women,
* - `3` - parentAndChild - to indicate that it is reserved to parents with small children,
* - `4` - loadAndOffloadGoods - to indicate that it is reserved for loading and unloading of goods,
* - `5` - manualElectricVehicleCharging - to indicate that it is reserved for manual charging of electric vehicles,
* - `6` - automatedElectricVehicleCharging - to indicate that it is reserved for automated charging of electric vehicles,
* - `7` - refrigeratedTransport - to indicate that it is reserved for vehicles carrying out refrigerated transport of goods,
* - `8` - vip - to indicate that it is reserved for VIPs,
* - `9` - preBooking - to indicate that it is reserved for pre-booked reservations only,
* - `10` - freeToBeReserved - to indicate that it is not reserved and can still be reserved,
* - `11` - reservationNotPossible - to indicate that a reservation type is not applicable, i.e. that it cannot be reserved,
* - `12` - automatedValetparking - to indicate that it reserved for drop-off and pick-up of vehicles for automated valet parking,
* - `13` - permit - to indicate that it is reserved for vehicles with a permit,
* - `14` - unmarked - to indicate that it is an (often unmarked / undesignated, but still not prohibited) space/area which is reserved for use only on occasions
* - 0 - `disabled` - to indicate that it is reserved to disabled persons,
* - 1 - `pregnant` - to indicate that it is reserved to pregnant women,
* - 2 - `womenOnly` - to indicate that it is reserved to women,
* - 3 - `parentAndChild` - to indicate that it is reserved to parents with small children,
* - 4 - `loadAndOffloadGoods` - to indicate that it is reserved for loading and unloading of goods,
* - 5 - `manualElectricVehicleCharging` - to indicate that it is reserved for manual charging of electric vehicles,
* - 6 - `automatedElectricVehicleCharging` - to indicate that it is reserved for automated charging of electric vehicles,
* - 7 - `refrigeratedTransport` - to indicate that it is reserved for vehicles carrying out refrigerated transport of goods,
* - 8 - `vip` - to indicate that it is reserved for VIPs,
* - 9 - `preBooking` - to indicate that it is reserved for pre-booked reservations only,
* - 10 - `freeToBeReserved` - to indicate that it is not reserved and can still be reserved,
* - 11 - `reservationNotPossible` - to indicate that a reservation type is not applicable, i.e. that it cannot be reserved,
* - 12 - `automatedValetParking` - to indicate that it reserved for drop-off and pick-up of vehicles for automated valet parking,
* - 13 - `permit` - to indicate that it is reserved for vehicles with a permit,
* - 14 - `unmarked` - to indicate that it is an (often unmarked / undesignated, but still not prohibited) space/area which is reserved for use only on occasions
when all official marked parking spaces to which it blocks the access (if any), are already occupied at the moment of arrival,
* - `15` - leisureVehicles - to indicate that it is reserved for leisure vehicles such as motor caravans (motorhomes, campervans)
and caravans / touring caravans (roulottes) which may be provided with necessary services and supplies.
* - 16-31 - reserved for future usage.
* - 15 - `leisureVehicles` - to indicate that it is reserved for leisure vehicles such as motor caravans (motorhomes, campervans)
and caravans / touring caravans (roulottes) which may be provided with necessary services and supplies,
* - 16 - `passengerPickupDropoff` - to indicate that it is reserved for drop-off and pick-up of passengers,
* - 17 - `taxiStand` - to indicate that it is reserved for authorized taxi vehicles,
* - 18-31 - reserved for future usage.
*
* @category: Road topology information
* @revision: Created in V2.3.1, value 14 assigned in V2.4.1, name of value 7 corrected and value 15 assigned in V2.5.1
* @revision: Created in V2.3.1, value 14 assigned in V2.4.1, name of value 7,12 corrected, values 15, 16 and 17 assigned in V2.5.1
* @field pathDeltaTime: the optional travel time to the waypoint from the predefined reference position.
* @field symmetricAreaOffset: the optional symmetric offset to generate a shape, see Annex D for details.
* @field symmetricAreaOffset: the optional symmetric offset to generate a shape, see Annex C for details.
*
* @field asymmetricAreaOffset: the optional asymmetric offset to generate a shape, see Annex D for details.
* @field asymmetricAreaOffset: the optional asymmetric offset to generate a shape, see Annex C for details.
*
* @category GeoReference information
* @revision: Created in V2.1.1, type of pathDeltaTime changed and optionality added, fields symmetricAreaOffset and asymmetricAreaOffset added in V2.2.1