|
ENTITY Via_template_terminal SUBTYPE OF (Shape_feature); SELF\Shape_element.containing_shape RENAMED associated_definition : Via_template; disallowed_inter_stratum_extent : OPTIONAL SET [1:?] OF Stratum_technology_occurrence_link; 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; -- Via_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; Via_template_terminal (RT) containing_shape->associated_definition: Via_template; (OPT) disallowed_inter_stratum_extent: SET [1:?] OF Stratum_technology_occurrence_link; (RT) (OPT) connection_area: SET [1:?] OF Connection_zone_in_layout_template; |
Global rules for this entity data type- |