|
ENTITY Component_feature ABSTRACT SUPERTYPE SUBTYPE OF (Shape_element); definition : OPTIONAL feature_select; SELF\Shape_element.containing_shape RENAMED associated_component : Assembly_component; SELF\Shape_element.element_name : STRING; UNIQUE UR2 : element_name, associated_component; UR1 : definition, associated_component; END_ENTITY; -- Component_feature |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Component_feature (OPT) definition: feature_select; (RT) containing_shape->associated_component: Assembly_component; (RT) element_name: STRING; |
| Component_terminal (Component_feature_arm) |
| Laminate_component_feature (Layered_interconnect_module_design_arm) |
| Physical_component_feature (Physical_component_feature_arm) |
| component_feature_subtypes (Layered_interconnect_module_design_arm) |
Global rules for this entity data type- |