<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns="sap.m">
	<Input
		core:require="{
			Value: 'sap/fe/macros/filter/type/Value',
			handler: 'bardusch/btrace/einzelteile/ext/handler/MaterialFilterHandler'
		}"
		value="{path: 'filterValues>', type: 'Value', formatOptions: { operator: 'Contains' }}"
		change="handler.onChange"
	/>
</core:FragmentDefinition>
