|
ENTITY Minimally_defined_component_terminal SUBTYPE OF (Physical_component_terminal); SELF\Component_feature.definition : Part_terminal_external_reference; WHERE WR1: NOT EXISTS(SELF\Shape_element.description); END_ENTITY; -- Minimally_defined_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; Physical_component_feature - Physical_component_terminal (RT) (OPT) description->terminal_type: STRING; Minimally_defined_component_terminal (RT) definition: Part_terminal_external_reference; |
Global rules for this entity data type- |