<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" controllerName="slsordage.controller.Header">
	<SelectDialog
		id="selectDialog6"
		title="{i18n>Pltyp}"
		items="{PltypJsonSH>/PriceList}"
		search=".onValueHelpDialogSearchPltyp"
		confirm=".onValueHelpDialogClosePltyp"
		cancel=".onValueHelpDialogClosePltyp"
		liveChange="onPltypLiveChange">
		<StandardListItem
			iconDensityAware="false"
			iconInset="false"
			title="{PltypJsonSH>Pltyp}"
			description="{PltypJsonSH>Ptext}" />
	</SelectDialog>
</core:FragmentDefinition>