<toast duration="long" scenario="reminder">
	<visual>
		<binding template="ToastGeneric">
			<text mapTo="ToastTitle"></text>
			<text mapTo="Title"></text>
			<text mapTo="TriggerDisplayText"></text>
		</binding>
	</visual>
	
	<actions>
		<input id="snoozeTime" type="selection" defaultInput="0" title="">
			<selection id="15" content="" mapTo="ReminderToast_SnoozePicker15Minutes"/>
			<selection id="60" content="" mapTo="ReminderToast_SnoozePicker1Hour"/>
			<selection id="240" content="" mapTo="ReminderToast_SnoozePicker4Hours"/>
			<selection id="0" content="" mapTo="ReminderToast_SnoozePickerNextTime"/>
		</input>
		
		<action hint-actionId="snooze" activationType="background"/>
		<action hint-actionId="complete" activationType="background"/>
    </actions>
</toast>