|
ENTITY Dimension_curve_directed_callout SUBTYPE OF (Draughting_callout); dimension_curve : Dimension_curve; WHERE WR1: dimension_curve IN SELF\Draughting_callout.contents; END_ENTITY; -- Dimension_curve_directed_callout |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Draughting_callout contents: LIST [1:?] OF draughting_callout_content_select; Dimension_curve_directed_callout dimension_curve: Dimension_curve; |
Global rules for this entity data type- |