|
|
| ENTITY located_part_marked;
|
|
|
|
|
| item_description
|
:
|
OPTIONAL text;
|
|
|
|
| item_ref
|
:
|
BAG OF identifier := get_item_ref(SELF);
|
| cost_code
|
:
|
BAG OF label := get_item_cost_code(SELF);
|
|
|
|
| piece_mark
|
:
|
OPTIONAL label;
|
| prelim_mark
|
:
|
OPTIONAL label;
|
| bar_code
|
:
|
OPTIONAL label;
|
| quantity
|
:
|
OPTIONAL INTEGER;
|
|
|
|