|
ENTITY Component_swap_specification SUBTYPE OF (Change_design_object_management_relationship); SELF\Change_design_object_management_relationship.current_design_object : Design_functional_unit_allocation_to_assembly_component; SELF\Change_design_object_management_relationship.previous_design_object : Design_functional_unit_allocation_to_assembly_component; END_ENTITY; -- Component_swap_specification |
Entity data types and their attributesActivityid: STRING; name: STRING; (OPT) description: STRING; chosen_method: Activity_method; Design_object_management_relationship - Change_design_object_management_relationship current_design_object: managed_design_object; (OPT) previous_design_object: managed_design_object; (OPT) attribute_name: STRING; Component_swap_specification (RT) current_design_object: Design_functional_unit_allocation_to_assembly_component; (RT) previous_design_object: Design_functional_unit_allocation_to_assembly_component; |
Global rules for this entity data type- |