|
ENTITY Land_interface_terminal SUBTYPE OF (Laminate_component_interface_terminal); SELF\Component_feature.definition : Land_template_interface_terminal; SELF\Component_feature.associated_component : Contact_size_dependent_land; WHERE WR1: NOT EXISTS(SELF\Shape_element.description); END_ENTITY; -- Land_interface_terminal |
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; Laminate_component_feature - Laminate_component_interface_terminal - Land_interface_terminal (RT) definition: Land_template_interface_terminal; (RT) associated_component: Contact_size_dependent_land; |
Global rules for this entity data type- |