ENTITY applied_approval_assignment

(* SCHEMA cast_parts_schema; *)
  ENTITY applied_approval_assignment
    SUBTYPE OF (approval_assignment);
      items : SET [1:?] OF approved_item;
  END_ENTITY; -- applied_approval_assignment

Explicit Attributes

Entity applied_approval_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_approvalapproval (ENTITY)approval_assignment
 itemsSET OF approved_item (SELECT)applied_approval_assignment

Derived Attributes

Entity applied_approval_assignment has the following local and inherited derived attributes:
AttributeTypeDefined By
 roleobject_role (ENTITY)approval_assignment

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity applied_approval_assignment inherits from the following supertypes:
  approval_assignment

Subtypes

    No subtypes

Referenced By

Entity applied_approval_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 part_to_approval RULE applied_approval_assignment
 project_order_requires_approval RULE applied_approval_assignment
 role_select SELECT approval_assignment


[Top Level Definitions] [Exit]

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