XML View in MVC
An XML View is a declarative UI definition file used in the SAP UI5 Model-View-Controller (MVC) pattern, where developers describe the structure and layout of a page using XML markup. Developers use it to define UI controls and their properties — such as tiles, timelines, and detail page content — in a readable, structured format that is separate from application logic. For example, XML Views are used to compose pages with controls like GenericTile in line mode or timeline components, as shown in the UI5 walkthrough tutorials.