Overview Schemas Index

person_organization_schema         


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 attributes

person_role
          name: label;
          (DER) description: text;

Users: by entity attributes

person_role
          description_attribute.described_item
                    description_attribute_select
          person_assignment.role

Users: by defined types, not used by any entity attribute

person_role
          -

Global rules for this entity data type

          -