ENTITY dimension_graph_sequence

(* SCHEMA draughting_dimension_schema; *)
ENTITY dimension_graph_sequence
  SUBTYPE OF (draughting_callout_relationship);
WHERE
  WR1: 'DRAUGHTING_DIMENSION_SCHEMA.DIMENSION_GRAPH' IN
       TYPEOF (SELF\draughting_callout_relationship.
                    relating_draughting_callout);
  WR2: 'DRAUGHTING_DIMENSION_SCHEMA.DIMENSION_GRAPH' IN
       TYPEOF (SELF\draughting_callout_relationship.
                    related_draughting_callout);
END_ENTITY;

Explicit Attributes

Entity dimension_graph_sequence 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

Entity dimension_graph_sequence inherits from the following supertypes:
  draughting_callout_relationship

Subtypes

    No subtypes

Referenced By

Entity dimension_graph_sequence 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