@@ -209,9 +209,13 @@ OccupancyProjections::= SEQUENCE (SIZE(1..4,...)) OF OccupancyProjection -- new
*
* @field heightRestriction: the optional applicable vehicle height restriction.
*
* @field widthRestriction: the optional applicable vehicle width restriction.
*
* @field reservationType: the optional parking reservation type(s) associated to the parking area.
* This is component shall be absent if there is no common reservation type. In this case the reservation type of the single spaces may be defined in the component spacesDetailed.
*
* @field feeType: the type of parking fee applicable to all spaces in the area.
*
* @field pricingInformation: the optional pricing information applicable to the parking area.
*
* @field paymentInformation: the optional payment information applicable to the parking area.
@@ -239,12 +243,14 @@ ParkingArea::=SEQUENCE{
boundary DeltaPositions OPTIONAL,
orientation Wgs84Angle OPTIONAL,
accessViaLanes MapemElementReferences OPTIONAL, -- name and type changed in V2.2.1
allowedVehicleCategories SEQUENCE (SIZE(1..4,...)) OF EuVehicleCategoryCode,
allowedVehicleCategories SEQUENCE (SIZE(1..8,...)) OF EuVehicleCategoryCode, -- size extended in V2.2.1
notAllowedEngineCharacteristics SEQUENCE (SIZE(1..4,...)) OF EngineCharacteristics OPTIONAL,
allowedLoadTypes SEQUENCE (SIZE(1..4,...)) OF LoadType OPTIONAL,
notAllowedLoadTypes SEQUENCE (SIZE(1..4,...)) OF LoadType OPTIONAL,
heightRestriction VehicleHeight OPTIONAL,
widthRestriction VehicleWidth OPTIONAL, -- added in V2.2.1
reservationType SEQUENCE (SIZE(1..4,...)) OF ParkingReservationType OPTIONAL,
feeType ParkingFeeType, -- added in V2.2.1
pricingInformation UTF8String OPTIONAL,
paymentInformation UTF8String OPTIONAL,
bookingContactInfo UTF8String OPTIONAL,
@@ -287,7 +293,7 @@ ParkingSpacesDetailed ::= SEQUENCE (SIZE(1..32,...)) OF ParkingSpaceDetailed
*
*/
ParkingStatus ::= SEQUENCE {
vehicleTypes SEQUENCE (SIZE(1..8,...)) OF EuVehicleCategoryCode OPTIONAL,
vehicleTypes SEQUENCE (SIZE(1..8,...)) OF EuVehicleCategoryCode OPTIONAL, -- size extended in V2.2.1
reservationTypes SEQUENCE (SIZE(1..4,...)) OF ParkingReservationType OPTIONAL,
loadTypes SEQUENCE (SIZE(1..4,...)) OF LoadType OPTIONAL,
parkingFeeTypes SEQUENCE (SIZE(1..4,...)) OF ParkingFeeType OPTIONAL,