Magidoc

OccupancyStatus
Enum

Occupancy status of a vehicle.

Possible Values

#

CRUSHED_STANDING_ROOM_ONLY

The vehicle or carriage can currently accommodate only standing passengers and has limited space for them. There isn't a big difference between this and FULL so it's possible to handle them as the same value, if one wants to limit the number of different values. SIRI nordic profile: merge into STANDING_ROOM_ONLY .

EMPTY

The vehicle is considered empty by most measures, and has few or no passengers onboard, but is still accepting passengers. There isn't a big difference between this and MANY_SEATS_AVAILABLE so it's possible to handle them as the same value, if one wants to limit the number of different values. SIRI nordic profile: merge these into MANY_SEATS_AVAILABLE .

FEW_SEATS_AVAILABLE

The vehicle or carriage has a small number of seats available. The amount of free seats out of the total seats available to be considered small enough to fall into this category is determined at the discretion of the producer. SIRI nordic profile: less than ~50% of seats available.

FULL

The vehicle is considered full by most measures, but may still be allowing passengers to board.

MANY_SEATS_AVAILABLE

The vehicle or carriage has a large number of seats available. The amount of free seats out of the total seats available to be considered large enough to fall into this category is determined at the discretion of the producer. There isn't a big difference between this and EMPTY so it's possible to handle them as the same value, if one wants to limit the number of different values. SIRI nordic profile: more than ~50% of seats available.

NOT_ACCEPTING_PASSENGERS

The vehicle or carriage is not accepting passengers. SIRI nordic profile: if vehicle/carriage is not in use / unavailable, or passengers are only allowed to alight due to e.g. crowding.

NO_DATA_AVAILABLE

Default. There is no occupancy-data on this departure.

STANDING_ROOM_ONLY

The vehicle or carriage can currently accommodate only standing passengers. SIRI nordic profile: less than ~10% of seats available.

Usages

#

References

#