|
ENTITY smpushup_os_characterizable_person SUBTYPE OF (person, characterized_object); END_ENTITY; -- smpushup_os_characterizable_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_object name: label; (OPT) description: text; smpushup_os_characterizable_person - |
Global rules for this entity data type- |