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