|
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; -- person |
Entity data types and their attributespersonid: identifier; (OPT) last_name: label; (OPT) first_name: label; (OPT) middle_names: LIST [1:?] OF label; (OPT) prefix_titles: LIST [1:?] OF label; (OPT) suffix_titles: LIST [1:?] OF label; |
| characterized_person (Ap239_part_definition_information_mim) |
| ds_characterizable_person (Decision_support_mim) |
| os_characterizable_person (Organization_structure_mim) |
| rm_characterizable_person (Risk_management_mim) |
| syss_characterizable_person (System_structure_mim) |
Global rules for this entity data typeperson_requires_person_and_organization (automotive_design)person_requires_person_and_organization (Catalog_data_information_mim) |