Navigation

person

EXPRESS specification:

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;
UNIQUE
URP1  :  id;
WHERE
WRP10  :  EXISTS (last_name) OR EXISTS (first_name);
END_ENTITY;

References (7):

Name Type Referred through Express-G
managed_data_item_with_history Entity
Attribute 'first_managing_person'
Attribute 'last_managing_person'
No Diagram
media_file_cnc Entity
Attribute 'created_by'
No Diagram
media_file_drawing Entity
Attribute 'drawn_by'
No Diagram
person_and_organization Entity
Attribute 'the_person'
No Diagram
personal_address Entity
Attribute 'people'
No Diagram
select_generic_item Select
Select relation
No Diagram

Inheritance graph

ENTITY person;
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;
END_ENTITY;