The names of the OpenUI5 control libraries are mapped to XML namespaces.
One of the required namespaces is defined as default namespace. The control tags for this namespace do not need a prefix.
The <View> tag is required and in the example, the mvc namespace is defined in the first line. You can define any name for the namespace.
#!xml <mvc:View controllerName="sap.hcm.Address" xmlns="sap.ui.commons" xmlns:mvc="sap.ui.core.mvc" xmlns:layout="sap.ui.commons.layout"> <layout:MatrixLayout> ...