|
ENTITY Layer_stack_region SUBTYPE OF (Instanced_feature); applied_stack : SET [1:?] OF Local_linear_stack; SELF\Shape_element.containing_shape : Interconnect_module; WHERE WR1: SIZEOF(SELF\Shape_feature_definition.feature_model) = 1; END_ENTITY; -- Layer_stack_region |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Shape_feature_occurrence - Characterizable_object name: STRING; (OPT) description: STRING; Shape_feature_definition (DER) feature_model: SET [1:?] OF Geometric_model; (INV) of_shape: Item_shape FOR described_element; Instanced_feature - Layer_stack_region applied_stack: SET [1:?] OF Local_linear_stack; (RT) containing_shape: Interconnect_module; |
Global rules for this entity data type- |