<core:FragmentDefinition
    xmlns="sap.tnt"
    xmlns:core="sap.ui.core">
    <SideNavigation
        id="sideNav"
        expanded="false"
        itemSelect="onItemSelect">
        <NavigationList items="{path: 'navList>/navigation'}">
            <NavigationListItem
                enabled="{navList>enabled}"
                expanded="{navList>expanded}"
                icon="{navList>icon}"
                items="{path: 'navList>items', templateShareable: true}"
                key="{navList>key}"
                text="{navList>title}">
                <NavigationListItem
                    enabled="{navList>enabled}"
                    key="{navList>key}"
                    text="{navList>title}" />
            </NavigationListItem>
        </NavigationList>
    </SideNavigation>
</core:FragmentDefinition>
