PRINTER_INPUT_TRAYS

This table represents input trays associated with an input option. There is a row in this table for each input tray associated with a given input option, all pointing to the same INPUT_OPTION_ID.

Table 1. PRINTER_INPUT_TRAYS

Field Name

Data Type

Description

INPUT_OPTION_ID

BIGINT

The foreign key to PRINTER_INPUT_OPTIONS.INPUT_OPTION_ID.

CAPACITY

BIGINT

The maximum number of sheets that the tray can hold.

FEED_TYPE

VARCHAR(255)

Manual or Auto.

FORM_SIZE

VARCHAR(255)

The current paper size (for example, Letter).

FORM_TYPE

VARCHAR(255)

The current paper type (for example, Plain Paper).

TYPE

VARCHAR(255)

The type of input tray (for example, Multipurpose Feeder).