<?xml version="1.0" encoding="UTF-8"?> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd" type="update" domain="comm"> <!-- Sample for creating an application folder below the root folder. --> <portal action="locate"> <!-- Parent element under which the new folder is inserted --> <application-folder action="locate" objectid="rootFolder" uniquename="ibm.portal.application.root.folder"/> <!-- The new folder. parentid attribute must match the objectid of the parent. Change the uniquename attribute to create another folder.--> <application-folder action="update" uniquename="ibm.portal.SampleFolder" parent-ref="rootFolder"> <localedata locale="en" prefix="appFolder.root"> <title>A sample application folder</title> <description>A sample application folder description</description> </localedata> </application-folder> </portal> </request>