ENTITY experience_type_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY experience_type_relationship;
id : identifier;
name : label;
description : OPTIONAL text;
relating_experience_type : experience_type;
related_experience_type : experience_type;
END_ENTITY;
Explicit Attributes
Entity experience_type_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| id | identifier (STRING) | experience_type_relationship |
| name | label (STRING) | experience_type_relationship |
| description | text (STRING) | experience_type_relationship |
| relating_experience_type | experience_type (ENTITY) | experience_type_relationship |
| related_experience_type | experience_type (ENTITY) | experience_type_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced 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