|
ENTITY person_role; name : label; DERIVE description : text := get_description_value(SELF); WHERE WR1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1; END_ENTITY; -- person_role |
Entity data types and their attributesperson_rolename: label; (DER) description: text; |
Users: by entity attributesperson_roledescription_attribute.described_item description_attribute_select person_assignment.role Users: by defined types, not used by any entity attributeperson_role- |
Global rules for this entity data type- |