<core:FragmentDefinition
    xmlns="sap.m"
    xmlns:core="sap.ui.core"
    xmlns:f="sap.f"
    xmlns:l="sap.ui.layout">
    <Popover
        id="userMenu_"
        title="{i18n>popover_user_menu}"
        titleAlignment="Center"
        placement="Bottom"
        afterClose="onPopoverClose">
        <core:Fragment fragmentName="${ez5.appName}.fragment.auth.UserMenu" type="XML"> </core:Fragment>
    </Popover>
</core:FragmentDefinition>