|
ENTITY Component_terminal ABSTRACT SUPERTYPE SUBTYPE OF (Component_feature); local_swappable : OPTIONAL BOOLEAN; global_swappable : OPTIONAL BOOLEAN; swap_code : OPTIONAL STRING; END_ENTITY; -- Component_terminal |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Component_feature (OPT) definition: feature_select; (RT) containing_shape->associated_component: Assembly_component; (RT) element_name: STRING; Component_terminal (OPT) local_swappable: BOOLEAN; (OPT) global_swappable: BOOLEAN; (OPT) swap_code: STRING; |
| Laminate_component_join_terminal (Layered_interconnect_module_design_arm) |
| Physical_component_terminal (Physical_component_feature_arm) |
| component_terminal_subtypes (Layered_interconnect_module_design_arm) |
Global rules for this entity data type- |