<mvc:View controllerName="sap.ui.test.view.Main" xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc">
	<Label id="HelloWorld" text="HelloWorld" />
	<mvc:XMLView id="nestedView" viewName="testdata.view.Nested" async="true" />
</mvc:View>
