ENTITY person

(* SCHEMA integrated_cnc_schema; *)
ENTITY person;
    id            : identifier;
    last_name     : OPTIONAL label;
    first_name    : OPTIONAL label;
    middle_names  : OPTIONAL LIST [1:?] OF label;
    prefix_titles : OPTIONAL LIST [1:?] OF label;
    suffix_titles : OPTIONAL LIST [1:?] OF label;
  WHERE
    WR1: EXISTS(last_name) OR EXISTS(first_name);
END_ENTITY; -- 10303-41: person_organization_schema

Explicit Attributes

Entity person has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)person
 last_namelabel (STRING)person
 first_namelabel (STRING)person
 middle_namesLIST OF label (STRING)person
 prefix_titlesLIST OF label (STRING)person
 suffix_titlesLIST OF label (STRING)person

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity person and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 personal_address ENTITY person
 person_and_organization ENTITY person
 person_organization_select SELECT person


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:22-02:00