ENTITY person_type_definition_formation

(* SCHEMA person_organization_schema; *)
  ENTITY person_type_definition_formation;
    id : identifier;
    name : label;
    description : OPTIONAL text;
    of_person_type : person_type;
  END_ENTITY;

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity person_type_definition_formation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 person_type_definition ENTITY person_type_definition_formation


[Top Level Definitions] [Exit]

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