|
ENTITY Stratum_feature SUPERTYPE OF ((ONEOF (Conductor, Conductive_filled_area) ANDOR Fiducial_stratum_feature)) SUBTYPE OF (Shape_element); SELF\Shape_element.containing_shape RENAMED resident_stratum : design_or_documentation_stratum; SELF\Shape_element.element_name : STRING; feature_of_size : BOOLEAN; INVERSE shape : SET [0:?] OF Stratum_feature_usage FOR definition; UNIQUE UR1 : element_name, resident_stratum; WHERE WR1: SIZEOF(query ( ac <* USEDIN(SELF,'') | ('PHYSICAL_UNIT_DESIGN_VIEW_ARM.ASSEMBLY_COMPONENT' IN TYPEOF(ac)) AND (get_assemblies(ac) <> get_ims(resident_stratum)) )) = 0; END_ENTITY; -- Stratum_feature |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Stratum_feature (RT) containing_shape->resident_stratum: design_or_documentation_stratum; (RT) element_name: STRING; feature_of_size: BOOLEAN; (INV) shape: SET [0:?] OF Stratum_feature_usage FOR definition; |
| Conductive_filled_area (Layered_interconnect_module_design_arm) |
| Conductor (Layered_interconnect_module_design_arm) |
| Fiducial_stratum_feature (Layered_interconnect_module_design_arm) |
| Stratum_feature_template_component_with_stratum_feature (Layered_interconnect_module_design_arm) |
Global rules for this entity data type- |