|
ENTITY Bare_die_template_terminal SUBTYPE OF (Part_feature_template_definition, Shape_feature); SELF\Shape_feature.connection_area : OPTIONAL SET [1:?] OF Connection_zone_in_usage_view; seating_plane_zone : OPTIONAL Connection_zone_bare_die_interface_plane_relationship; INVERSE material : Material_identification FOR items; WHERE WR1: 'CONDUCTIVITY_MATERIAL_ASPECTS_ARM.'+ 'MATERIAL_IDENTIFICATION_WITH_CONDUCTIVITY_CLASSIFICATION' IN TYPEOF (material); END_ENTITY; -- Bare_die_template_terminal |
Entity data types and their attributesCharacterizable_objectname: STRING; (OPT) description: STRING; Shape_feature_definition (DER) feature_model: SET [1:?] OF Geometric_model; (INV) of_shape: Item_shape FOR described_element; Feature_definition_with_connection_area (OPT) connection_area: SET [1:?] OF Connection_zone; Part_feature_template_definition id: STRING; (DER) surface_conditions: SET [0:?] OF Surface_condition; Shape_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; Bare_die_template_terminal (RT) (OPT) connection_area: SET [1:?] OF Connection_zone_in_usage_view; (OPT) seating_plane_zone: Connection_zone_bare_die_interface_plane_relationship; (INV) material: Material_identification FOR items; |
Global rules for this entity data type- |