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:
AttributeTypeDefined By
 ididentifier (STRING)experience_type_relationship
 namelabel (STRING)experience_type_relationship
 descriptiontext (STRING)experience_type_relationship
 relating_experience_typeexperience_type (ENTITY)experience_type_relationship
 related_experience_typeexperience_type (ENTITY)experience_type_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No 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