|
ENTITY assembly_manufacturing;
|
|
|
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;
|
|
|
assembly_sequence_number
|
:
|
OPTIONAL INTEGER;
|
|
|
uses
|
:
|
SET OF located_assembly := bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_ASSEMBLY.DESCRIPTIVE_ASSEMBLY'));
|
|
|
surface_treatment
|
:
|
OPTIONAL text;
|
assembly_sequence
|
:
|
OPTIONAL text;
|
assembly_use
|
:
|
OPTIONAL text;
|
|
|
|