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