|
ENTITY Part_terminal ABSTRACT SUPERTYPE SUBTYPE OF (Part_feature); SELF\Shape_element.description RENAMED terminal_type : OPTIONAL STRING; INVERSE connection_requirement : SET [0:1] OF Part_connected_terminals_definition FOR connected_terminals; functional_usage_view_terminal : SET [0:1] OF Functional_usage_view_to_part_terminal_assignment FOR physical_usage_view_terminal; END_ENTITY; -- Part_terminal |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Shape_feature (OPT) connection_area: SET [1:?] OF Connection_zone; (RT) element_name: STRING; (DER) surface_conditions: SET [0:?] OF Surface_condition; Part_feature (RT) containing_shape->associated_definition: Part_usage_view; (OPT) material_state_change: material_state_change_enumeration; (OPT) precedent_feature: Part_feature; (INV) feature_shape: SET [0:?] OF Usage_concept_usage_relationship FOR associated_usage; (INV) subsequent_feature: SET [0:1] OF Part_feature FOR precedent_feature; Part_terminal (RT) (OPT) description->terminal_type: STRING; (INV) connection_requirement: SET [0:1] OF Part_connected_terminals_definition FOR connected_terminals; (INV) functional_usage_view_terminal: SET [0:1] OF Functional_usage_view_to_part_terminal_assignment FOR physical_usage_view_terminal; |
| Assembly_module_terminal (Assembly_module_usage_view_arm) |
| Cable_terminal (Cable_arm) |
| Interconnect_module_terminal (Interconnect_module_usage_view_arm) |
| Minimally_defined_bare_die_terminal (Bare_die_arm) |
| Packaged_part_terminal (Packaged_part_black_box_model_arm) |
| amwcc_part_terminal_subtypes (Assembly_module_with_cable_component_arm) |
| part_terminal_subtypes (Ap210_electronic_assembly_interconnect_and_packaging_design_arm) |
Global rules for this entity data type- |