|
|
| ENTITY fastener_simple_washer_tapered;
|
|
|
|
|
| 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;
|
|
|
|
| washer_shape
|
:
|
OPTIONAL text;
|
|
|
|
| washer_ref
|
:
|
BAG OF identifier := SELF\structural_frame_item.item_ref;
|
|
|
|