|
ENTITY Component_termination_passage_template_terminal ABSTRACT SUPERTYPE OF (ONEOF (Component_termination_passage_template_interface_terminal, Component_termination_passage_template_join_terminal)) SUBTYPE OF (Shape_feature); SELF\Shape_element.containing_shape RENAMED associated_definition : Component_termination_passage_template; SELF\Shape_feature.connection_area : OPTIONAL SET [1:?] OF Connection_zone_in_layout_template; UNIQUE UR1 : element_name, associated_definition; WHERE WR1: NOT EXISTS(SELF\Shape_element.description); END_ENTITY; -- Component_termination_passage_template_terminal |
Entity data types and their attributesShape_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; Component_termination_passage_template_terminal (RT) containing_shape->associated_definition: Component_termination_passage_template; (RT) (OPT) connection_area: SET [1:?] OF Connection_zone_in_layout_template; |
| Component_termination_passage_template_interface_terminal (Layered_interconnect_simple_template_arm) |
| Component_termination_passage_template_join_terminal (Layered_interconnect_simple_template_arm) |
Global rules for this entity data type- |