<mvc:View xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc">
	<Panel id="myPanel">
		<!-- this comment should be ignored -->
		<Button id="Button3" text="HEY default aggregation!" tooltip="hello tooltip" press="doIt"/>
		<content>
			<Button id="Button2" text="HEY named aggregation!" press="doIt"/>
			<CheckBox text="HEY named aggregation!"/>
		</content>
	</Panel>
</mvc:View>
