ENTITY experience_assignment

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY experience_assignment
   ABSTRACT SUPERTYPE;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      assigned_experience : experience;
      role : experience_role;
END_ENTITY;

Explicit Attributes

Entity experience_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)experience_assignment
 namelabel (STRING)experience_assignment
 descriptiontext (STRING)experience_assignment
 assigned_experienceexperience (ENTITY)experience_assignment
 roleexperience_role (ENTITY)experience_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity experience_assignment has the following subtypes:
    applied_experience_assignment*
* - Immediate Subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:04-04:00