|
ENTITY Interconnect_component_interface_terminal SUBTYPE OF (Physical_component_interface_terminal); connection : OPTIONAL Connection_zone_in_design_view; WHERE WR1: NOT EXISTS(SELF\Shape_element.description); END_ENTITY; -- Interconnect_component_interface_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; Physical_component_feature - Physical_component_interface_terminal (RT) associated_component: Interface_component; Interconnect_component_interface_terminal (OPT) connection: Connection_zone_in_design_view; |
Global rules for this entity data type- |