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