ENTITY qualification_type_relationship

(* SCHEMA qualifications_schema; *)
  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

Entity qualification_type_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_qualification_type_relationship FUNCTION qualification_type_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00