|
ENTITY Shape_element_constituent_relationship SUPERTYPE OF (Shape_element_composing_relationship) SUBTYPE OF (Shape_element_relationship); UNIQUE UR1 : related, relating; WHERE WR1: SELF\Shape_element_relationship.related <> SELF\Shape_element_relationship.relating; WR2: NOT EXISTS (SELF\Shape_element_relationship.relation_type); END_ENTITY; -- Shape_element_constituent_relationship |
Entity data types and their attributesShape_element_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating: Shape_element; related: Shape_element; Shape_element_constituent_relationship - |
| Bare_die_terminal_surface_constituent_relationship (Bare_die_arm) |
| Interconnect_module_terminal_surface_constituent_relationship (Interconnect_module_usage_view_arm) |
| Package_terminal_surface_constituent_relationship (Package_arm) |
| Shape_element_composing_relationship (Shape_composition_arm) |
| Shape_element_locating_relationship (Shape_composition_arm) |
Global rules for this entity data type- |