<mvc:View
	xmlns="sap.m"
	xmlns:layout="sap.ui.layout"
	xmlns:mvc="sap.ui.core.mvc" >
	<layout:VerticalLayout
		id="thaPage">
		<Image
			src="some/image/url.png"
			alt="alternative text for image">
		</Image>
		<Label
			id="label"
			text="Label">
		</Label>
		<Button
			id="button"
			text="Save">
		</Button>
	</layout:VerticalLayout>
</mvc:View>