ENTITY draughting_callout_relationship

(* SCHEMA draughting_element_schema; *)
ENTITY draughting_callout_relationship;
  name : label;
  description : text;
  relating_draughting_callout : draughting_callout;
  related_draughting_callout : draughting_callout;
END_ENTITY;

Explicit Attributes

Entity draughting_callout_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)draughting_callout_relationship
 descriptiontext (STRING)draughting_callout_relationship
 relating_draughting_calloutdraughting_callout (ENTITY)draughting_callout_relationship
 related_draughting_calloutdraughting_callout (ENTITY)draughting_callout_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity draughting_callout_relationship has the following subtypes:
    dimension_callout_component_relationship*
    dimension_callout_relationship*
    dimension_graph_sequence*
    dimension_pair*
* - Immediate Subtypes

Referenced By

Entity draughting_callout_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 dimension_graph_sequence ENTITY draughting_callout_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00