|
ENTITY Directed_axis SUBTYPE OF (Non_feature_shape_element); axis_to_be_oriented : Centre_axis; start_shape_element : Shape_element; end_shape_element : Shape_element; UNIQUE UR1 : axis_to_be_oriented, start_shape_element; WHERE WR1: NOT EXISTS(SELF\Shape_element.description); END_ENTITY; -- Directed_axis |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Non_feature_shape_element (RT) element_name: STRING; (RT) containing_shape->scope: ee_product_definition_with_annotation_elements; (INV) element_shape: SET [0:?] OF Non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF Usage_concept_usage_relationship FOR associated_usage; Directed_axis axis_to_be_oriented: Centre_axis; start_shape_element: Shape_element; end_shape_element: Shape_element; |
Global rules for this entity data type- |