|
ENTITY Connection_zone_in_usage_view SUBTYPE OF (Connection_zone); DERIVE associated_definition : Part_usage_view := containing_shape.described_element; WHERE WR1: NOT EXISTS(SELF\Shape_element.element_name); END_ENTITY; -- Connection_zone_in_usage_view |
Entity data types and their attributesShape_element(OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Shape_feature_occurrence - Connection_zone (DER) surface_conditions: SET [0:?] OF Surface_condition; Connection_zone_in_usage_view (DER) associated_definition: Part_usage_view; |
Global rules for this entity data type- |