ENTITY person_type

(* SCHEMA engineering_properties_schema; *)


   ENTITY person_type;
      id : identifier;
      name : label;
      description : OPTIONAL text;
   END_ENTITY;

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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