|
|
| ENTITY fastener_simple_shear_connector;
|
|
|
|
|
| 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;
|
|
|
|
| head_shape
|
:
|
OPTIONAL text;
|
| connector_type
|
:
|
OPTIONAL text;
|
| connection_method
|
:
|
OPTIONAL text;
|
|
|
|