|
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; |
Usersperson_roledescription_attribute.described_item description_attribute_select person_assignment.role |
Global rules for this entity data type- |