|
ENTITY Conductive_interconnect_element_terminal SUBTYPE OF (Laminate_component_feature, Shape_feature); SELF\Component_feature.associated_component : Conductive_interconnect_element; SELF\Shape_feature.connection_area : OPTIONAL SET [1:1] OF Connection_zone_in_design_view; location : Layer_connection_point; UNIQUE UR1 : element_name, associated_component; WHERE WR1: NOT EXISTS(SELF\Shape_element.description); END_ENTITY; -- Conductive_interconnect_element_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; Laminate_component_feature - Shape_feature (OPT) connection_area: SET [1:?] OF Connection_zone; (RT) element_name: STRING; (DER) surface_conditions: SET [0:?] OF Surface_condition; Conductive_interconnect_element_terminal (RT) associated_component: Conductive_interconnect_element; (RT) (OPT) connection_area: SET [1:1] OF Connection_zone_in_design_view; location: Layer_connection_point; |
Global rules for this entity data type- |