ENTITY person

(* SCHEMA step_merged_ap_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;

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
 action_item SELECT person
 action_method_items SELECT person
 action_request_item SELECT person
 change_management_object SELECT person
 classification_item SELECT person
 date_and_time_item SELECT person
 date_item SELECT person
 description_item SELECT person
 document_reference_item SELECT person
 evidence_item SELECT person
 external_identification_item SELECT person
 general_organizational_data_select SELECT person
 groupable_item SELECT person
 identification_item SELECT person
 location_item SELECT person
 multi_language_attribute_item SELECT person
 personal_address ENTITY person
 person_and_organization ENTITY person
 person_and_organization_address ENTITY person
 person_organization_select SELECT person
 person_requires_person_and_organization RULE person
 same_as_item SELECT person


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:17-04:00