|
|
| ENTITY fastener_simple_nail;
|
|
|
|
|
| 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;
|
|
|
|
| nail_type
|
:
|
OPTIONAL text;
|
| nail_drive_type
|
:
|
OPTIONAL text;
|
| nail_head_shape
|
:
|
OPTIONAL text;
|
| nail_point_type
|
:
|
OPTIONAL text;
|
|
|
|