|
ENTITY Structured_printed_part_template_terminal SUBTYPE OF (Printed_part_template_terminal); SELF\Printed_part_template_terminal.associated_definition : Structured_printed_part_template; associated_composition_relationship : Template_location_in_structured_template; WHERE WR1: associated_composition_relationship\Template_location_in_structured_template.assembly :=: associated_definition; WR2: TYPEOF(SELF) <> TYPEOF(SELF\Structured_printed_part_template_terminal); END_ENTITY; -- Structured_printed_part_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; Printed_part_template_terminal (RT) containing_shape->associated_definition: Printed_part_template; connection_zone_category: printed_part_template_terminal_class; (RT) (OPT) connection_area: SET [1:?] OF Connection_zone_in_layout_template; (INV) connection_requirement: SET [0:1] OF Printed_part_template_connected_terminals_definition FOR connected_terminals; (INV) functional_usage_view_terminal: SET [0:1] OF Functional_usage_view_to_printed_part_template_terminal_assignment FOR physical_usage_view_terminal; Structured_printed_part_template_terminal (RT) associated_definition: Structured_printed_part_template; associated_composition_relationship: Template_location_in_structured_template; |
Global rules for this entity data type- |