ENTITY person_type_definition

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY person_type_definition;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      formation : person_type_definition_formation;
END_ENTITY;

Explicit Attributes

Entity person_type_definition has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)person_type_definition
 namelabel (STRING)person_type_definition
 descriptiontext (STRING)person_type_definition
 formationperson_type_definition_formation (ENTITY)person_type_definition

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity person_type_definition has the following subtypes:
    characterized_person_type_definition*
* - Immediate Subtypes

Referenced By

Entity person_type_definition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 classification_item SELECT person_type_definition
 person_type_definition_assignment ENTITY person_type_definition
 person_type_definition_relationship ENTITY person_type_definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-02T09:08:04-04:00