Customizer's Guide > Customizing Your Site's Profiling Configuration > Configuring Profiles > Profiling Configuration Examples > Nesting Profiles
  
Nesting Profiles
Profile classes can contain folders containing more folders and profiles. Using such a structure provides a categorization of related profiles. In this example, several Windows platforms are categorized in a parent Windows folder.
Example of nested profiles in the Apply Profiles dialog box.
This profiling configuration is created with the following markup:
<Profile attribute="os" alias="Operating System">
<ProfileFolder name="Windows">
<Allowed value="Windows XP"/>
<Allowed value="Windows 2000"/>
<Allowed value="Windows Server 2003"/>
</ProfileFolder>
<Allowed value="Unix"/>
</Profile>