|
ENTITY Dimension_value SUBTYPE OF (Dimension); dimension_value : Dimension_text; WHERE WR1: dimension_value IN SELF\Draughting_callout.contents; WR2: dimension_value\Representation_item.name = 'dimension value'; END_ENTITY; -- Dimension_value |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Draughting_callout contents: LIST [1:?] OF draughting_callout_content_select; Draughting_element - Dimension id: STRING; Dimension_value dimension_value: Dimension_text; |
| Structured_dimension_callout (Draughting_element_specialisations_arm) |
Global rules for this entity data type- |