ENTITY approval_relationship

(* SCHEMA step_ship_schema; *)
-- ONLY IN AP203
ENTITY approval_relationship;
      name              : label;
      description       : text;
      relating_approval : approval;
      related_approval  : approval;
END_ENTITY;

Explicit Attributes

Entity approval_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)approval_relationship
 descriptiontext (STRING)approval_relationship
 relating_approvalapproval (ENTITY)approval_relationship
 related_approvalapproval (ENTITY)approval_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 ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:20-04:00