ENTITY qualification_type_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY qualification_type_relationship;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      relating_qualification_type : qualification_type;
      related_qualification_type : qualification_type;
END_ENTITY;

Explicit Attributes

Entity qualification_type_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)qualification_type_relationship
 namelabel (STRING)qualification_type_relationship
 descriptiontext (STRING)qualification_type_relationship
 relating_qualification_typequalification_type (ENTITY)qualification_type_relationship
 related_qualification_typequalification_type (ENTITY)qualification_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:05-04:00