Overview Schemas Index

Change_management_mim         


ENTITY frozen_assignment
          SUBTYPE OF (approval_assignment);
          items : SET [1:?] OF change_management_object;
END_ENTITY; -- frozen_assignment

Entity data types and their attributes

approval_assignment
          assigned_approval: approval;
          (DER) role: object_role;
frozen_assignment
          items: SET [1:?] OF change_management_object;

Users: by entity attributes

approval_assignment
          role_association.item_with_role
                    role_select
frozen_assignment
          applied_approval_assignment.items
                    approval_item
                              cm_approval_item

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

frozen_assignment
          cm_approval_item
                    applied_approval_assignment.items

Global rules for this entity data type

          -