|
ENTITY component_material_relationship_assignment SUBTYPE OF (group_assignment, role_association); SELF\group_assignment.assigned_group : component_material_relationship; items : SET [1:1] OF component_material_relationship_assignment_item; DERIVE SELF\role_association.item_with_role : component_material_relationship_assignment := SELF; END_ENTITY; -- component_material_relationship_assignment |
Entity data types and their attributesgroup_assignmentassigned_group: group; (DER) role: object_role; role_association role: object_role; item_with_role: role_select; component_material_relationship_assignment (RT) assigned_group: component_material_relationship; items: SET [1:1] OF component_material_relationship_assignment_item; (RT) (DER) item_with_role: component_material_relationship_assignment; |
Users: by entity attributesgroup_assignmentrole_association.item_with_role role_select role_association component_material_relationship_assignment component_material_relationship_assignment.item_with_role Users: by defined types, not used by any entity attributecomponent_material_relationship_assignment- |
Global rules for this entity data type- |