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:
| Attribute | Type | Defined By |
|---|
| id | identifier (STRING) | experience_assignment |
| name | label (STRING) | experience_assignment |
| description | text (STRING) | experience_assignment |
| assigned_experience | experience (ENTITY) | experience_assignment |
| role | experience_role (ENTITY) | experience_assignment |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
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