|
ENTITY os_characterizable_person SUBTYPE OF (characterized_object, person); END_ENTITY; -- os_characterizable_person |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; person id: 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; os_characterizable_person - |
Global rules for this entity data type- |