<mvc:View xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc">
	<Panel id="panel">
		<Label id="Label1" text="Label" labelFor="Button1" />
		<Button id="Button1" text="HEY default aggregation!" press="doIt"/>
		<content>
			<Button id="Button2" text="HEY named aggregation!" press="doIt"/>
		</content>
	</Panel>
</mvc:View>
