ENTITY experience_relationship
(* SCHEMA experience_schema; *)
ENTITY experience_relationship;
id : identifier;
name : label;
description : OPTIONAL text;
relating_experience : experience;
related_experience : experience;
END_ENTITY;
Explicit Attributes
Entity experience_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| id | identifier (STRING) | experience_relationship |
| name | label (STRING) | experience_relationship |
| description | text (STRING) | experience_relationship |
| relating_experience | experience (ENTITY) | experience_relationship |
| related_experience | experience (ENTITY) | experience_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity experience_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00