|
ENTITY person_and_organization; the_person : person; the_organization : organization; DERIVE name : label := get_name_value (SELF); description : text := get_description_value(SELF); WHERE WR1: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1; WR2: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1; END_ENTITY; -- person_and_organization |
Entity data types and their attributesperson_and_organizationthe_person: person; the_organization: organization; (DER) name: label; (DER) description: text; |
| characterized_person_and_organization (Ap239_part_definition_information_mim) |
| ds_characterizable_person_and_organization (Decision_support_mim) |
| os_characterizable_person_and_organization (Organization_structure_mim) |
| risk_person_and_organization_stakeholder (risk_schema) |
| rm_os_characterizable_person_and_organization (Risk_management_mim) |
| smpushup_os_characterizable_person_and_organization (System_modelling_mim) |
| system_os_characterizable_person_and_organization (System_structure_mim) |
Global rules for this entity data type- |