|
|
| ENTITY fastener_simple_screw_machine;
|
|
|
|
|
| item_description
|
:
|
OPTIONAL text;
|
|
|
|
| item_ref
|
:
|
BAG OF identifier := get_item_ref(SELF);
|
| cost_code
|
:
|
BAG OF label := get_item_cost_code(SELF);
|
|
|
|
| life_cycle_stage
|
:
|
OPTIONAL label;
|
|
|
|
| fastener_grade
|
:
|
OPTIONAL label;
|
|
|
|
| screw_type
|
:
|
OPTIONAL text;
|
| screw_drive_type
|
:
|
OPTIONAL text;
|
| screw_point_type
|
:
|
OPTIONAL text;
|
|
|
|