|
ENTITY Dimension_suffix SUBTYPE OF (Draughting_element); suffix : Dimension_text; INVERSE parent : Structured_dimension_callout FOR suffix; WHERE WR1: suffix IN SELF\Draughting_callout.contents; WR2: suffix\Representation_item.name = 'suffix text'; END_ENTITY; -- Dimension_suffix |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Draughting_callout contents: LIST [1:?] OF draughting_callout_content_select; Draughting_element - Dimension_suffix suffix: Dimension_text; (INV) parent: Structured_dimension_callout FOR suffix; |
Global rules for this entity data type- |