ENTITY time_interval_relationship

(* SCHEMA technical_data_packaging; *)
  ENTITY time_interval_relationship;
      name                   : label;
      description            : OPTIONAL text;
      relating_time_interval : time_interval;
      related_time_interval  : time_interval;
  END_ENTITY; -- time_interval_relationship

Explicit Attributes

Entity time_interval_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)time_interval_relationship
 descriptiontext (STRING)time_interval_relationship
 relating_time_intervaltime_interval (ENTITY)time_interval_relationship
 related_time_intervaltime_interval (ENTITY)time_interval_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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