|
ENTITY Draughting_callout SUPERTYPE OF (ONEOF (Dimension_curve_directed_callout, Leader_directed_callout, Projection_directed_callout)) SUBTYPE OF (Representation_item); contents : LIST [1:?] OF draughting_callout_content_select; END_ENTITY; -- Draughting_callout |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Draughting_callout contents: LIST [1:?] OF draughting_callout_content_select; |
| Dimension_curve_directed_callout (Draughting_element_arm) |
| Draughting_element (Draughting_element_specialisations_arm) |
| Leader_directed_callout (Draughting_element_arm) |
| Projection_directed_callout (Draughting_element_arm) |
Global rules for this entity data type- |