ENTITY retention_assignment

(* SCHEMA structural_analysis_design; *)
  ENTITY retention_assignment
    SUBTYPE OF (action_assignment);
      items : SET [1:?] OF retention_item;
    WHERE
      wr1: ('STRUCTURAL_ANALYSIS_DESIGN.RETENTION' IN TYPEOF(SELF.
               assigned_action));
  END_ENTITY; -- retention_assignment

Explicit Attributes

Entity retention_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_actionaction (ENTITY)action_assignment
 itemsSET OF retention_item (SELECT)retention_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity retention_assignment inherits from the following supertypes:
  action_assignment

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:15:06-04:00